aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * rational.c (string_to_r_internal): use rb_isdigit.naruse2008-06-015-11/+18
* * insns.def (DEFINE_INSN): subtract of pointers is ptrdiff_t.naruse2008-06-015-19/+34
* * test/ruby/envutil.rb (assert_normal_exit): show coredump status.akr2008-06-012-0/+7
* debug print removed.akr2008-06-011-1/+0
* * README, README.ja: Add a note about default C flags.knu2008-05-313-0/+12
* * gc.c (count_objects): clear given hash.akr2008-05-313-0/+22
* * test/ruby/test_regexp.rb: add tests.mame2008-05-312-0/+11
* * enc/utf_16{be,le}.c (utf16{be,le}_code_to_mbc):naruse2008-05-313-17/+17
* * suppress warnings with -Wwrite-string.nobu2008-05-3131-61/+65
* * array.c (rb_ary_delete_if): should return enumerator if no blockmatz2008-05-312-0/+6
* * Makefile.in, configure.in (warnflags): defaulted to -Wallnobu2008-05-313-1/+11
* * include/ruby/mvm.h: new header file for MVM, and moved rb_vm_t andnobu2008-05-315-6/+48
* * include/ruby/ruby.h: renamed include guard.nobu2008-05-312-8/+10
* * test/ruby/envutil.rb (assert_normal_exit): show pid when fail.akr2008-05-312-2/+8
* * test/ruby/test_rubyoptions.rb: add a test of RUBY_DESCRIPTION.kazu2008-05-302-1/+7
* * test/ruby/test_regexp.rb: add tests.mame2008-05-302-10/+49
* * test/ruby/test_signal.rb: add tests to achieve over 80% testmame2008-05-302-0/+104
* * signal.c (esignal_signo): fix SignalException#signo which returnedmame2008-05-302-4/+23
* * test/ruby/test_argf.rb: rename a conflicting method name.mame2008-05-304-3/+11
* * compile.c (defined_expr): fix SEGV by defined?([1]).mame2008-05-302-10/+6
* * common.mk (prelude.c): simply depends on PREP. [ruby-dev:34877]nobu2008-05-305-26/+17
* * vm_core.h (struct rb_unblock_callback), thread.cnobu2008-05-301-0/+9
* * vm_core.h (struct rb_unblock_callback), thread.cnobu2008-05-304-23/+34
* * ChangeLog: missing log for r16677.nobu2008-05-301-0/+5
* * enc/utf_8.c: add UTF8-MAC (UTF-8-MAC).naruse2008-05-292-0/+14
* * enum.c (enum_count, count_all_i, Init_Enumerable),knu2008-05-295-8/+42
* * ext/openssl/ossl_bn.c (ossl_bn_s_rand, ossl_bn_s_pseudo_rand):knu2008-05-292-2/+7
* * ext/openssl/ossl_bn.c (ossl_bn_s_rand, ossl_bn_s_pseudo_rand),knu2008-05-296-12/+28
* * signal.c (esignal_init): handle a non-integer argument correctly,mame2008-05-292-0/+6
* * test/ruby/test_regexp.rb: add tests.mame2008-05-293-3/+33
* * test/ruby/test_require.rb: add a test for load with wrap flag, tomame2008-05-292-0/+25
* Fix a typo.knu2008-05-291-1/+1
* Fix: nitem == count {|i| !i.nil?}knu2008-05-291-1/+1
* * test/ruby/test_argf.rb: new tests for ARGF, to achieve over 85% testmame2008-05-293-0/+1367
* remove a compile error.mame2008-05-291-1/+1
* * io.c (argf_readchar): raise EOFError, synchronizing IO#readchar.mame2008-05-292-1/+5
* * io.c (argf_external_encoding, argf_internal_encoding): fix SEGV bymame2008-05-292-2/+13
* * ext/zlib/extconf.rb: search zlib1, and regard mswin32 later than VC6nobu2008-05-291-2/+2
* * array.c (rb_ary_nitems, Init_Array): Axe Array#nitems().knu2008-05-284-54/+7
* * ext/purelib.rb: get rid of recent feature. [ruby-dev:34864]nobu2008-05-281-1/+8
* * win32/mkexports.rb (Exports#objdump, Exports#each_line): extracted.nobu2008-05-282-22/+42
* * Makefile.in (MKPREP): appended $(RBCONFIG).nobu2008-05-284-12/+13
* * win32/mkexports.rb (Exports::Mswin#each_export): speed up.usa2008-05-282-0/+5
* * array.c (rb_ary_slice_bang): Call rb_ary_modify_check() at theknu2008-05-282-0/+6
* * lib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler#do_...knu2008-05-282-0/+11
* * enc/trans/japanese.c (to_SHIFT_JIS_EF_infos): typo.usa2008-05-282-1/+5
* * io.c (rb_getc): same as rb_read_check.nobu2008-05-281-3/+1
* * lib/singleton.rb (SingletonClassMethods): _load should be public.nobu2008-05-282-26/+30
* * enc/trans/japanese.c: add workarround for Unicode to CP932.naruse2008-05-283-18/+45
* * marshal.c (w_object, marshal_dump, r_object0, marshal_load): searchnobu2008-05-283-14/+22