summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-02* lib/erb.rb (ERB::Compiler::TrimScanner#scan_line): Fix a bugknu
2008-06-02Remove what have been backported to 1.8.7.knu
2008-06-02 * mkconfig.rb: hide build path from rbconfig.rb.usa
2008-06-01* util.c (ruby_strtod, dtoa): initialize more variables for errornobu
2008-06-01* suppress warnings on cygwin, mingw and mswin.nobu
2008-06-01* enc/gb18030.c (gb18030_code_to_mbc): add 0x80000000naruse
2008-06-01* ruby.c (set_arg0): reverted used variable definition.nobu
2008-06-01* enc/gb18030.c (gb18030_mbc_to_code): mask by 0x7FFFFFFFnaruse
2008-06-01* rational.c (string_to_r_internal): use rb_isdigit.naruse
2008-06-01* insns.def (DEFINE_INSN): subtract of pointers is ptrdiff_t.naruse
2008-06-01* test/ruby/envutil.rb (assert_normal_exit): show coredump status.akr
2008-06-01debug print removed.akr
2008-05-31* README, README.ja: Add a note about default C flags.knu
2008-05-31* gc.c (count_objects): clear given hash.akr
2008-05-31* test/ruby/test_regexp.rb: add tests.mame
2008-05-31* enc/utf_16{be,le}.c (utf16{be,le}_code_to_mbc):naruse
2008-05-31* suppress warnings with -Wwrite-string.nobu
2008-05-31* array.c (rb_ary_delete_if): should return enumerator if no blockmatz
2008-05-31* Makefile.in, configure.in (warnflags): defaulted to -Wallnobu
2008-05-31* include/ruby/mvm.h: new header file for MVM, and moved rb_vm_t andnobu
2008-05-31* include/ruby/ruby.h: renamed include guard.nobu
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