summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-31* test/ruby/envutil.rb (assert_normal_exit): show pid when fail.akr
2008-05-30* test/ruby/test_rubyoptions.rb: add a test of RUBY_DESCRIPTION.kazu
2008-05-30* test/ruby/test_regexp.rb: add tests.mame
2008-05-30* test/ruby/test_signal.rb: add tests to achieve over 80% testmame
2008-05-30* signal.c (esignal_signo): fix SignalException#signo which returnedmame
2008-05-30* test/ruby/test_argf.rb: rename a conflicting method name.mame
2008-05-30* compile.c (defined_expr): fix SEGV by defined?([1]).mame
2008-05-30* common.mk (prelude.c): simply depends on PREP. [ruby-dev:34877]nobu
2008-05-30* vm_core.h (struct rb_unblock_callback), thread.cnobu
2008-05-30* vm_core.h (struct rb_unblock_callback), thread.cnobu
2008-05-30* ChangeLog: missing log for r16677.nobu
2008-05-29* enc/utf_8.c: add UTF8-MAC (UTF-8-MAC).naruse
2008-05-29* enum.c (enum_count, count_all_i, Init_Enumerable),knu
2008-05-29* ext/openssl/ossl_bn.c (ossl_bn_s_rand, ossl_bn_s_pseudo_rand):knu
2008-05-29* ext/openssl/ossl_bn.c (ossl_bn_s_rand, ossl_bn_s_pseudo_rand),knu
2008-05-29* signal.c (esignal_init): handle a non-integer argument correctly,mame
2008-05-29* test/ruby/test_regexp.rb: add tests.mame
2008-05-29* test/ruby/test_require.rb: add a test for load with wrap flag, tomame
2008-05-29Fix a typo.knu
2008-05-29Fix: nitem == count {|i| !i.nil?}knu
2008-05-29* test/ruby/test_argf.rb: new tests for ARGF, to achieve over 85% testmame
2008-05-29remove a compile error.mame
2008-05-29* io.c (argf_readchar): raise EOFError, synchronizing IO#readchar.mame
2008-05-29* io.c (argf_external_encoding, argf_internal_encoding): fix SEGV bymame
2008-05-29* ext/zlib/extconf.rb: search zlib1, and regard mswin32 later than VC6nobu
2008-05-28* array.c (rb_ary_nitems, Init_Array): Axe Array#nitems().knu
2008-05-28* ext/purelib.rb: get rid of recent feature. [ruby-dev:34864]nobu
2008-05-28* win32/mkexports.rb (Exports#objdump, Exports#each_line): extracted.nobu
2008-05-28* Makefile.in (MKPREP): appended $(RBCONFIG).nobu
2008-05-28 * win32/mkexports.rb (Exports::Mswin#each_export): speed up.usa
2008-05-28* array.c (rb_ary_slice_bang): Call rb_ary_modify_check() at theknu
2008-05-28* lib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler#do_...knu
2008-05-28 * enc/trans/japanese.c (to_SHIFT_JIS_EF_infos): typo.usa
2008-05-28* io.c (rb_getc): same as rb_read_check.nobu
2008-05-28* lib/singleton.rb (SingletonClassMethods): _load should be public.nobu
2008-05-28* enc/trans/japanese.c: add workarround for Unicode to CP932.naruse
2008-05-28* marshal.c (w_object, marshal_dump, r_object0, marshal_load): searchnobu
2008-05-27* numeric.c: "%" is required before PRI?VALUE.akr
2008-05-27* eval_error.c (error_handle): SystemExit and SignalException throwsnobu
2008-05-27* thread.c (rb_thread_execute_interrupts): delay interrupts duringnobu
2008-05-27* numeric.c (num_div): should raise ZeroDivisionError.matz
2008-05-27* numeric.c (num_fdiv): fallback to_f should always return floatmatz
2008-05-27* numeric.c (check_int): use PRIxVALUE format specifier.matz
2008-05-27* array.c (rb_ary_slice_bang): Return an empty array instead ofknu
2008-05-27* Makefile.in (MKPREP), common.mk, win32/Makefile.sub (prelude.c): getnobu
2008-05-27* ext/stringio/stringio.c (strio_each_char, Init_stringio): Addknu
2008-05-27* ext/stringio/stringio.c (strio_each_byte): Return self insteadknu
2008-05-27Remove entries about what have already been backported to 1.8.knu
2008-05-27* enum.c (enum_to_a): Pass arguments through to #each().knu
2008-05-27remove garbageknu