summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-01* ext/socket/mkconstants.rb: add -o option.akr
2008-12-31* lib/singleton.rb: fix indentation of RDoc text. [ruby-core:21029]matz
2008-12-31* Makefile.in (distclean-ext, realclean-ext): use EXTS as default.nobu
2008-12-31* tool/file2lastrev.rb: unset PWD.nobu
2008-12-31describe a block for UNIXSocket.pair.akr
2008-12-31* 2009-01-01svn
2008-12-31* ext/socket/socket.c (sock_s_socketpair): yield if a block is given.akr
2008-12-31describe Buffering#read_nonblock.akr
2008-12-31* object.c (rb_to_float): replaced by to_flo definition frommatz
2008-12-31rdoc update.akr
2008-12-31* spec/README: follows the change of directory structure in rubyspec.yugui
2008-12-31update rdoc.akr
2008-12-31* ext/openssl/ossl_ssl.c (ossl_ssl_read_internal): show openssl errorakr
2008-12-31* io.c (copy_stream_body): don't check to_io becauseakr
2008-12-31* ext/openssl/ossl_digest.c (GetDigestPtr): use StringValueCStrakr
2008-12-31* ext/openssl/lib/openssl/buffering.rb (Buffering#read_nonblock):akr
2008-12-30* pack.c (pack_pack): replace all rb_Float() to rb_to_float().matz
2008-12-30* 2008-12-31svn
2008-12-30* object.c (rb_to_float): prohibit conversion from nil to float.matz
2008-12-30* ext/socket/mkconstants.rb: use sock_define_uconst for INADDR_*akr
2008-12-30Imported minitest 1.3.1 r4506.ryan
2008-12-30* transcode.c: Minor fixes and tweaks in documentation.duerst
2008-12-30* ext/dl/test/test_import.rb: fix a prototype decl.ko1
2008-12-30* thread.c (rb_thread_blocking_region): add a comment.ko1
2008-12-29* 2008-12-30svn
2008-12-29properties.nobu
2008-12-29* ext/dl/test/test_base.rb: add libc search logic.ko1
2008-12-29* process.c (rb_waitpid): retries waitpid when EINTR.yugui
2008-12-29 * bignum.c (rb_cstr_to_inum): changed an error message.tadf
2008-12-29* pack.c (pack_pack): template f should not accept non floatmatz
2008-12-29* random.c (rb_f_rand): type check simplified. strings are nomatz
2008-12-29* ext/dl/test/test_base.rb: add x86_64-linux's case again. #932yugui
2008-12-29 * numeric.c: Infinity.numerator returns self. [experimental]tadf
2008-12-29* man/ri.1: new manpage.yugui
2008-12-29arrangementtadf
2008-12-29 * rational.c: floor, ceil, truncate and round accept an extratadf
2008-12-29* Makefile.in (distclean-local): removes Doxyfile andyugui
2008-12-29* bin/erb: accepts options in more flexible styles.yugui
2008-12-29* lib/erb.rb (ERB): m17n of ERB. adds rdoc.yugui
2008-12-29* ext/io/wait/wait.c (io_nread): returns number of bytes availablematz
2008-12-29* ext/io/wait/wait.c (io_ready_p): updated to follow RDoc.matz
2008-12-29* ext/socket/socket.c (s_recvfrom_nonblock): revert r21162.matz
2008-12-29* ext/socket/socket.c (s_recvfrom_nonblock): fixed awesome typo.matz
2008-12-29* vm.c (vm_set_eval_stack, vm_set_main_stack, vm_set_top_stack):ko1
2008-12-29* ext/socket/socket.c (s_recvfrom_nonblock): default maxlen to bematz
2008-12-29merges r21134 from ruby_1_9_1 into trunk.yugui
2008-12-29* Makefile.in (ext-clean): ext-clean always fails.yugui
2008-12-29* thread.c (rb_mutex_trylock): return false if Mutex ownedko1
2008-12-29revert previous changes.naruse
2008-12-29* file.c (rb_get_path): move encoding conversion of file pathnaruse