summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-12-25* trunk/common.mk, goruby.c, golf_prelude.rb: for golfers.nobu
2007-12-25* test/ruby/test_io_m17n.rb: fix testsmatz
2007-12-25* encoding.c (rb_enc_register): do not use based_encoding to check ifnobu
2007-12-25* string.c (rb_str_succ): fix for string with non-alphanumeric chars.nobu
2007-12-25* io.c (rb_io_external_encoding): should return nil formatz
2007-12-25* io.c (appendline): initialize rslen to 1 if rsptr is 0.akr
2007-12-25* enum.c (collect_all): should pack all values. [ruby-core:14410]matz
2007-12-25* transcode.c (transcode_dispatch): fix for multistep transcode.nobu
2007-12-25 * enc/trans/single_byte.c (Init_single_byte): renamed.usa
2007-12-25* enum.c (enum_yield): when multiple values yielded from #eachmatz
2007-12-25* common.mk (COMMONOBJS): transcode_data_*.c moved under enc/trans.nobu
2007-12-25lib/mkmf.rb: revert last changematz
2007-12-25* lib/mkmf.rb (map_dir): should generate path including $top_srcdir.matz
2007-12-25* lib/csv.rb, test/csv/*.rb: set properties.nobu
2007-12-25* lib/csv.rb: Fixed test failures caused by changes to Ruby.jeg2
2007-12-25* io.c (io_encoding_set): missing return type.nobu
2007-12-25* test/rinda/test_rinda.rb (MockClock#{_forward, forwrd, sleep}):naruse
2007-12-25* test/ruby/test_io_m17n.rb (test_pipe): fixed.akr
2007-12-25* thread.c (rb_thread_wait_fd_rw): should check EBADF on select().ko1
2007-12-25* thread_pthread.c, thread_pthread.h, thread_win32.c,ko1
2007-12-25* test/ruby/test_io_m17n.rb (test_write_noenc): don't mix text andakr
2007-12-25* README.EXT.ja, dir.c, eval.c, eval_intern.h, lex.c.src,matz
2007-12-25* vm_core.h, thread.c, cont.c: add RUBY_VM_SET_INTERRUPT(),ko1
2007-12-25add ML ref.ko1
2007-12-25* vm.c (Init_VM): remove unused code.ko1
2007-12-25Tue Dec 25 12:32:32 2007 Martin Duerst <duerst@it.aoyama.ac.jp>duerst
2007-12-25* proc.c (method_inspect): preserve encoding of the method name.matz
2007-12-25* sample/from.rb: follow Ruby 1.9 libraries.naruse
2007-12-25* configure.in (BASERUBY): delayed error until BASERUBY is used.nobu
2007-12-25* sample/README: removed obsoleted files: dbmtest.rb,matz
2007-12-25* lib/csv.rb: Import the FasterCSV source as the new CSV class.jeg2
2007-12-25* error.c (ruby_description): fixed type.nobu
2007-12-25* error.c (report_bug): uses ruby_description.nobu
2007-12-25* compile.c (iseq_compile_each): fix stack consistency error.ko1
2007-12-25* iseq.c, vm_core.h: comment out unused fields.ko1
2007-12-25* vm.c: check frame is FINAL when creating env.ko1
2007-12-25Enable RDoc debugging only with $DEBUG_RDOCdrbrain
2007-12-24* lib/csv.rb, test/csv/test_csv.rb: Removed in preparation for FasterCSVjeg2
2007-12-24Fix some test failures in RubyGems.drbrain
2007-12-24* bootstraptest/test_knownbug.rb, test_literal.rb: move fixed test.ko1
2007-12-24* sample/biorhythm.rb: follow Ruby 1.9 libraries.gotoyuzo
2007-12-24* vm.c: add dummy toplevel frame.ko1
2007-12-24Fix uninitialized variable warning in Net::HTTPdrbrain
2007-12-24add a ML ref.ko1
2007-12-24* compile.c (iseq_compile): clear local table if node == 0.ko1
2007-12-24* parse.y (rb_id2str): fill klass of returned string as rb_cString.akr
2007-12-24add a test.akr
2007-12-24* compile.c (iseq_compile_each): fix stack consistency bug.ko1
2007-12-24update Proc#lambda? doc.akr
2007-12-24* tool/make-snapshot: must create configure and lex.c.eban