summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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* 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* 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 * numeric.c: Infinity.numerator returns self. [experimental]tadf
2008-12-29* man/ri.1: new manpage.yugui
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-29* file.c (rb_get_path): move encoding conversion of file pathnaruse
2008-12-28* cont.c: small RDoc fix mentioned from <radek.bulat at gmail.com>matz
2008-12-28add ML index ([ruby-dev:37634]).ko1
2008-12-28* ruby.c (process_options): set th->base_block only whileko1
2008-12-28* ChangeLog: adds the author name of a patch.yugui
2008-12-28* test/ext/dl/test_base.rb : add BSD's case.naruse
2008-12-28* ext/dl/lib/dl/import.rb (DL::Importer#sizeof): followsyugui
2008-12-28* ext/dl/lib/dl/import.rb (DL::Importer#extern): adds filename andyugui
2008-12-28* win32/Makefile.sub (config.h): do not use snprintf/vsnprintf innobu
2008-12-28* sprintf.c: not force to override snprintf/vsnprintf.nobu
2008-12-28* test/rubygems/test_ext_configure_builder.rb (test_self_build_fail):naruse
2008-12-28 * commit ChangeLogtakano32
2008-12-28 * ext/dl/test/test_base.rb: use libc.dylib when the platform is darwin.takano32
2008-12-28* thread.c (mutex_free, mutex_unlock): add qualifiers.mame
2008-12-28* thread.c (mutex_free): GC thread (main thread) has failed to unlockmame
2008-12-27Imported minitest 1.3.1 r4505.ryan
2008-12-27* runruby.rb: refactored to modify ENV as once.akr
2008-12-27* test/rdoc/test_rdoc_info_formatting.rb (setup, teadown): usesnobu
2008-12-27 * ext/dl/test/test_base.rb: use lib64 when the architecture is x86_64.takano32
2008-12-27 * win32/win32.c (rb_w32_argv_size): if an argument is empty, it's sizeusa
2008-12-27* process.c (after_exec): needs to reset before restart timernobu
2008-12-27* thread.c (rb_thread_atfork, rb_thread_atfork_before_exec): DRY.nobu