summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-04 * lib/delegate.rb (Delegator.preserved, DelegateClass.methods): extendusa
2008-02-04* lib/cgi.rb (CGI::QueryExtension::[]): no more transitionmatz
2008-02-03* test/ruby/test_file_exhaustive.rb: add tests to achive over 80% test covera...mame
2008-02-02* lib/benchmark.rb (Benchmark::realtime): make Benchmark#realtimematz
2008-02-02* time.c (time_cmp): Time.<=> no longer supports comparison withnaruse
2008-02-02* configure.in (darwin): disabled fat-binary support which confusesnobu
2008-02-02* random.c (limited_big_rand): fix buffer overflow when SIZEOF_BDIGITSakr
2008-02-01* configure.in (darwin): ucontext on PowerPC MacOS X 10.5 is broken.nobu
2008-02-01* configure.in (darwin): _XOPEN_SOURCE is necessary to make ucontext_tnobu
2008-02-01* 2008-02-01usa
2008-02-01* tool/compile_prelude.rb (C_ESC): use octal escape to avoidakr
2008-01-31* test/ruby/test_bignum.rb: suppress warnings during test.mame
2008-01-31* bootstraptest/test_marshal.rb: commit miss. reverted.usa
2008-01-31 * marshal.c (r_object0): no need to call r_entry for immediate values.usa
2008-01-31 * lib/rdoc/ri/formatter.rb (output): add accessor.usa
2008-01-31* marshal.c (r_object0): call r_entry/r_leave to call proc when TYPE_FIXNUM,naruse
2008-01-31 * lib/rdoc/ri/display.rb (display_method_list, display_class_list):usa
2008-01-31test updated for empty symbolsmatz
2008-01-30* common.mk (ext/extmk.rb, instruby.rb): inlined $(MAKE) so that cannobu
2008-01-30* io.c (rb_io_close_read): replaces fptr with the tied writer ifnobu
2008-01-30* io.c (open_key_args): allow encoding key to take two encodingmatz
2008-01-30* parse.y (dsym): allow empty symbols. [ruby-core:15248]matz
2008-01-30add a test.akr
2008-01-30* 2008-01-31usa
2008-01-30* io.c (select_internal): fix SEGV by `select [STDIN],nil,[STDIN]'.akr
2008-01-30adjustmenttadf
2008-01-30* enc/*.c: add GB12345, UCS-{2,4}{BE,LE}.naruse
2008-01-30 * lib/rdoc/ri/driver.rb (cache_file_for): shoudn't use `:' in filename.usa
2008-01-30* string.c (rb_str_succ): use wrapped character as a carry forakr
2008-01-30* enc/utf_16be.c (UTF16_IS_SURROGATE_FIRST): avoid branch.akr
2008-01-30add assertions.tadf
2008-01-30 * bignum.c (rb_cstr_to_inum): '0_2' is a valid representatin.tadf
2008-01-30* bootstraptest/runner.rb: fix -I../../hoge case.naruse
2008-01-29* test/ruby/test_range.rb: add tests to achieve over 90% test coveragemame
2008-01-29fix state definition.akr
2008-01-29* 2008-01-30usa
2008-01-29* enc/euc_tw.c (euctw_mbc_enc_len): validation implemented.akr
2008-01-29* test/win32ole/test_win32ole.rb: ruby's encoding support.usa
2008-01-29* test/ruby/test_enum.rb: propset svn:eol-style LFmame
2008-01-29* test/ruby/test_enumerator.rb: add tests to achieve over 90% testmame
2008-01-29* enumerator.c: fix documents.mame
2008-01-29* range.c: fix SEGV by ("a" .. "z").step(2 ** 30) { }.mame
2008-01-29add tests.akr
2008-01-29* enc/euc_tw.c (euctw_islead): 0x8e is a leading byte.akr
2008-01-29* bignum.c: move object allocation out of blocking_region.mame
2008-01-29* enc/trans/make_transdb.rb: add for make transdb.h.naruse
2008-01-29* add enc/trans/make_transdb.rb, dmytranscode.cnaruse
2008-01-29 * {bcc32,win32}/Makefile.sub (MINIOBJS): add dmytranscode.$(OBJEXT).usa
2008-01-29* configure.in, common.mk: fix rule for dmytranscode.o.naruse
2008-01-29* enc/trans/japanese.c (rb_to_Windows_31J): to 'Windows-31J'.naruse