summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-12-25* tool/make-snapshot: more portable.eban
2007-12-25* encoding.h (rb_enc_mbc_to_codepoint): wrapper fornobu
2007-12-25* io.c (appendline): move RS comparison to rb_io_getline_1().matz
2007-12-25* iseq.c: all methods need $SAFE < 1.ko1
2007-12-25* string.c (rb_str_each_line): don't call rb_enc_codepoint with emptyakr
2007-12-25* string.c (rb_str_inspect): don't call rb_enc_codepoint with emptyakr
2007-12-25* vm.c (rb_frame_method_id_and_class): new function to get theshugo
2007-12-25* lib/mkmf.rb (create_makefile): Add a missing dependency on theknu
2007-12-25* enc/trans/japanese.c (rb_{from,to}_{SHIFT_JIS,EUC_JP}): inversednobu
2007-12-25 * golf_prelude.rb (h): add new method for all golfers.usa
2007-12-25* enc/trans/japanese.c (rb_to_EUC_JP): fixed typo.nobu
2007-12-25 * ext/dl/depend: add dependencies. [ruby-dev:32760]usa
2007-12-25* include/ruby/ruby.h, thread.c: rename is_ruby_native_thread() toko1
2007-12-25* common.mk (clean-enc): clean encoding objects.nobu
2007-12-25* trunk/common.mk, goruby.c, golf_prelude.rb: for golfers.nobu
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-25* lib/mkmf.rb (map_dir): should generate path including $top_srcdir.matz
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 (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