summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-08-06* common.mk: mkdir enc/trans before build tables.naruse
2008-08-06* enc/depend: enc/*.c is source but enc/trans/*.c is generated.naruse
2008-08-06* regenc.c (code_to_mbc): raise RangeError Integer#chrnaruse
2008-08-06* gc.c (run_final): runs finalizers with the object terminated.nobu
2008-08-06* enc/depend: for build in other than srcdir.naruse
2008-08-06* tool/transcode-tblgen.rb (transcode_generate_node): codeakr
2008-08-06* gc.c (chain_finalized_object): deletes finalizers to be invoked fromnobu
2008-08-06* enc/depend: transcode table generation depends onakr
2008-08-06* gc.c (rb_gc_call_finalizer_at_exit): self-referencing finalizersnobu
2008-08-06* tool/transcode-tblgen.rb: distinguish UNDEF and INVALID.akr
2008-08-06* common.mk (transdb.h): requires transcoders.nobu
2008-08-06 * enc/depend: replace not only $(<:...) but also $<.usa
2008-08-06 * win32/Makefile.sub (config.status): export BASERUBY.usa
2008-08-05* tool/transcode-tblgen.rb (ActionMap#eql?): use == to compare @map.akr
2008-08-05* tool/transcode-tblgen.rb: show generating tables in verbose mode.akr
2008-08-05* thread.c (thread_start_func_2): propagates fatal error and systemnobu
2008-08-05* encoding.c (rb_to_encoding_index, rb_to_encoding): check if the namenobu
2008-08-05* transcode.c (str_encode): no need to duplicate first.nobu
2008-08-05* array.c (rb_ary_sort_bang): reset to real class.nobu
2008-08-05* common.mk (transcodes), tool/build-transcode: generates transcodenobu
2008-08-05* enc/depend: added rules for .c from .erb.c.nobu
2008-08-05* tool/build-transcode: new file.akr
2008-08-05* test/io/nonblock/test_flush.rb (TestIONonblock#test_flush):kazu
2008-08-05* lib/net/ftp.rb (chdir): handle 5xx errors correctly.shugo
2008-08-05* include/ruby/win32.h, bcc32/Makefile.sub (config.h): bcc 5.8 hasnobu
2008-08-05* lib/net/imap.rb (disconnect): do not refer SSL::SSLSocket forshugo
2008-08-05* file.c (rb_stat_mode): generalized st_mode mask.nobu
2008-08-05* io.c (retry_sendfile, retry_read): ENOSYS and EWOULDBLOCK are notnobu
2008-08-05* transcode_data.h (TRANSCODE_ERROR): common transcode failurenobu
2008-08-04* array.c (rb_ary_sort_bang): respect overridden <=> for String andnobu
2008-08-04Improved compatibility for mspec.yugui
2008-08-04* array.c (rb_ary_tmp_new): added.nobu
2008-08-04* vm_eval.c (vm_call_super): fixed typo, and get rid of too largenobu
2008-08-04* parse.y (deferred_nodes, compstmt, arg, fixup_nodes, range_op): fixnobu
2008-08-04 * lib/net/smtp.rb (Net::SMTP::rcptto): fix a typo. a patch fromshyouhei
2008-08-04* marshal.c (dump_ensure), process.c (run_exec_dup2),nobu
2008-08-03* ext/win32ole/win32ole.c (hash2named_arg): refactoring.suke
2008-08-03* string.c (rb_str_shared_replace): fixed memory leak. a patch fromnobu
2008-08-02* test/win32ole/test_err_in_callback.rb: remove temporary files.suke
2008-08-02* parse.y (yylex): 8 and 9 in octal integer should cause compilenobu
2008-08-01* enc/trans/japanese.c: add U+FF5E to EUC-JP.naruse
2008-08-01* ext/readline/extconf.rb: checked to have clear_history inkouji
2008-08-01* transcode.c (transcode_loop): undefined character is replaced withnaruse
2008-08-01Merged r16430(akr), r16431(akr), r16433(akr), r16469(nobu), andyugui
2008-08-01* enc/trans/japanese.c: add support for CP51932,naruse
2008-08-01* enc/trans/japanese.c: add U+FF0C,naruse
2008-08-01* test/sdbm/test_sdbm.rb: add some tests.mame
2008-08-01* gc.c (allocate_heaps, assign_heap_slot, rb_newobj_from_heap):mame
2008-08-01* vm.c (Init_BareVM): check failure of malloc().mame
2008-08-01* enc/trans/japanese.c (to_SHIFT_JIS_EF_BF_offsets): add U+FFF3,naruse