summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-20add tag v1_9_0_2v1_9_0_2shyouhei
2008-06-20* array.c (rb_ary_store, rb_ary_splice): not depend on unspecifiednobu
2008-06-20* array.c (rb_ary_store, rb_ary_splice): not depend on unspecifiednobu
2008-06-20* process.c (rb_detach_process): store detached process ID in thenobu
2008-06-20* random.c (Init_RandomSeed2): should be void.nobu
2008-06-20* tool/make-snapshot: fixed typo.nobu
2008-06-20* string.c (rb_str_sub_bang): should preserve replacement pointsmatz
2008-06-20* string.c (rb_memhash): randomize hash to avoid algorithmicakr
2008-06-19add tag v1_9_0_2shyouhei
2008-06-19* array.c (ary_new, rb_ary_initialize, rb_ary_store,shyouhei
2008-06-19add tag v1_9_0_2shyouhei
2008-06-19* process.c (rb_f_fork): NetBSD 4.0 or later can fork.usa
2008-06-19* test/testunit/collector/test_dir.rb: r15825 made it unnecessary to changemame
2008-06-19Update to RubyGems 1.1.1 r1784 (pre 1.2)drbrain
2008-06-19* thread.c: try to remove false positive of deadlock detection (secondmame
2008-06-19* lib/mathn.rb (Rational::power2): typo fixed. [ruby-core:17293]matz
2008-06-19* string.c (str_gsub): should preserve last successful matchmatz
2008-06-19* KNOWNBUGS.rb, bootstraptest/pending.rb: move a bug (?) to pending.ko1
2008-06-19* proc.c (proc_new): fix to return Proc object if block is alreadyko1
2008-06-19* thread_win32.c (native_sleep): fix to decrement sleeper count.ko1
2008-06-19* test/net/http/test_http.rb: compare encodings of two strings beforemame
2008-06-19* ext/json/ext/parser/parser.rl, ext/json/ext/parser/parser.c: JSONmame
2008-06-19* thread.c, thread_win32.c, vm_core.h: try to remove false positive ofmame
2008-06-19add a test.akr
2008-06-19* ext/extmk.rb (extmake): check if compile before showing message.nobu
2008-06-19* ext/extmk.rb (extmake): check if compile before showing message.nobu
2008-06-19* tool/make-snapshot: supported multiple snapshots.nobu
2008-06-19* lib/net/pop.rb (Net::POP3#set_all_uids): speedkazu
2008-06-19* ext/etc/etc.c (Init_etc): define constant aliases Etc::Passwdmatz
2008-06-19* string.c (str_alloc): specify 'inline' modifier.matz
2008-06-19* string.c (rb_str_scan): String#scan should preserve lastmatz
2008-06-19 * missing/acosh.c (atanh): should set ERANGE to errno if parameterusa
2008-06-19* ext/tk/lib/tkextlib/tile/treeview.rb: cannot configure tags.nagai
2008-06-19* test/ruby/test_enumerator.rb: fix to skip "with_memo" test.ko1
2008-06-19* vm_insnhelper.c (vm_throw): fix "return" process from "lambda".ko1
2008-06-18* test/etc/test_etc.rb: avoid infinite loop. [ruby-dev:35158]mame
2008-06-18* gc.c (rb_newobj): prohibit call of rb_newobj() during gc.shyouhei
2008-06-18* ruby.c (verbose_setter, opt_W_getter): fixed prototypes.nobu
2008-06-18fix typokazu
2008-06-18* test/ruby/test_rubyoptions.rb: use character class instead of alternationkazu
2008-06-18* test/ruby/test_unicode_escape.rb (test_basic): windows' echo support.usa
2008-06-18* fix ChangeLog.naruse
2008-06-18* test/ruby/test_shebang.rb (test_shebang): on windows path separetor is '\'.usa
2008-06-18 * ruby.c (opt_W_getter): use ruby_verbose directly instead of parameterusa
2008-06-18* test/ruby/test_io.rb (test_copy_stream_dst_rbuf): set binmode.usa
2008-06-18 * win32/win32.c (errmap): add some pipe errors.usa
2008-06-18 * win32/win32.c (poll_child_status): set EINVAL to errno whenusa
2008-06-18* test/ruby/test_argf.rb: support NO_SAFE_RENAME platforms.usa
2008-06-18* io.c (rb_open_file): fs_encoding and fname_encoding isnaruse
2008-06-18* test/ruby/test_argf.rb (test_binmode): wrong test. fixed.usa