aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * test/ruby/test_file_exhaustive.rb: add tests to achive over 80% test covera...mame2008-02-033-0/+1140
* * lib/benchmark.rb (Benchmark::realtime): make Benchmark#realtimematz2008-02-022-1/+10
* * time.c (time_cmp): Time.<=> no longer supports comparison withnaruse2008-02-022-4/+6
* * configure.in (darwin): disabled fat-binary support which confusesnobu2008-02-023-3/+13
* * random.c (limited_big_rand): fix buffer overflow when SIZEOF_BDIGITSakr2008-02-022-6/+15
* * configure.in (darwin): ucontext on PowerPC MacOS X 10.5 is broken.nobu2008-02-012-2/+7
* * configure.in (darwin): _XOPEN_SOURCE is necessary to make ucontext_tnobu2008-02-012-3/+15
* * 2008-02-01usa2008-02-011-4/+4
* * tool/compile_prelude.rb (C_ESC): use octal escape to avoidakr2008-02-012-2/+7
* * test/ruby/test_bignum.rb: suppress warnings during test.mame2008-01-317-0/+788
* * bootstraptest/test_marshal.rb: commit miss. reverted.usa2008-01-311-1/+1
* * marshal.c (r_object0): no need to call r_entry for immediate values.usa2008-01-313-6/+5
* * lib/rdoc/ri/formatter.rb (output): add accessor.usa2008-01-313-5/+13
* * marshal.c (r_object0): call r_entry/r_leave to call proc when TYPE_FIXNUM,naruse2008-01-312-0/+15
* * lib/rdoc/ri/display.rb (display_method_list, display_class_list):usa2008-01-313-10/+40
* test updated for empty symbolsmatz2008-01-311-1/+0
* * common.mk (ext/extmk.rb, instruby.rb): inlined $(MAKE) so that cannobu2008-01-302-26/+31
* * io.c (rb_io_close_read): replaces fptr with the tied writer ifnobu2008-01-302-5/+28
* * io.c (open_key_args): allow encoding key to take two encodingmatz2008-01-302-1/+6
* * parse.y (dsym): allow empty symbols. [ruby-core:15248]matz2008-01-302-6/+5
* add a test.akr2008-01-301-0/+6
* * 2008-01-31usa2008-01-301-3/+3
* * io.c (select_internal): fix SEGV by `select [STDIN],nil,[STDIN]'.akr2008-01-302-1/+7
* adjustmenttadf2008-01-301-10/+9
* * enc/*.c: add GB12345, UCS-{2,4}{BE,LE}.naruse2008-01-306-0/+11
* * lib/rdoc/ri/driver.rb (cache_file_for): shoudn't use `:' in filename.usa2008-01-302-1/+5
* * string.c (rb_str_succ): use wrapped character as a carry forakr2008-01-303-2/+19
* * enc/utf_16be.c (UTF16_IS_SURROGATE_FIRST): avoid branch.akr2008-01-304-9/+108
* add assertions.tadf2008-01-301-0/+3
* * bignum.c (rb_cstr_to_inum): '0_2' is a valid representatin.tadf2008-01-302-3/+15
* * bootstraptest/runner.rb: fix -I../../hoge case.naruse2008-01-302-1/+6
* * test/ruby/test_range.rb: add tests to achieve over 90% test coveragemame2008-01-292-0/+193
* fix state definition.akr2008-01-291-1/+1
* * 2008-01-30usa2008-01-291-3/+3
* * enc/euc_tw.c (euctw_mbc_enc_len): validation implemented.akr2008-01-292-2/+101
* * test/win32ole/test_win32ole.rb: ruby's encoding support.usa2008-01-291-7/+7
* * test/ruby/test_enum.rb: propset svn:eol-style LFmame2008-01-290-0/+0
* * test/ruby/test_enumerator.rb: add tests to achieve over 90% testmame2008-01-293-0/+315
* * enumerator.c: fix documents.mame2008-01-292-1/+5
* * range.c: fix SEGV by ("a" .. "z").step(2 ** 30) { }.mame2008-01-292-2/+5
* add tests.akr2008-01-291-0/+8
* * enc/euc_tw.c (euctw_islead): 0x8e is a leading byte.akr2008-01-292-1/+5
* * bignum.c: move object allocation out of blocking_region.mame2008-01-292-58/+69
* * enc/trans/make_transdb.rb: add for make transdb.h.naruse2008-01-292-12/+44
* * add enc/trans/make_transdb.rb, dmytranscode.cnaruse2008-01-292-0/+42
* * {bcc32,win32}/Makefile.sub (MINIOBJS): add dmytranscode.$(OBJEXT).usa2008-01-293-2/+6
* * configure.in, common.mk: fix rule for dmytranscode.o.naruse2008-01-293-2/+6
* * enc/trans/japanese.c (rb_to_Windows_31J): to 'Windows-31J'.naruse2008-01-294-31/+24
* * encoding.c (encdb_{replicate,alias,dummy,declare}): define only ifnobu2008-01-292-3/+18
* * enc/gbk.c (EncLen_gbk): too short. [ruby-dev:33497]naruse2008-01-292-0/+5