aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* * Makefile.in, common.mk, {bcc,win}32/Makefile.sub (clean-ext): do notnobu2008-08-071-0/+5
* * enc/depend: removed needless explicit commands.nobu2008-08-071-1/+3
* * lib/mkmf.rb, {bcc32,win32}/Makefile.sub (CLEANLIBS, CLEANOBJS):nobu2008-08-071-0/+5
* * ext/socket/getaddrinfo.c (gai_strerror): ignore only on Haiku.usa2008-08-071-0/+5
* * test/ruby/process.rb (test_popen_fork): skip a test which isnaruse2008-08-061-0/+5
* * config.guess: add powerpc-apple-haiku, i586-pc-haiku.naruse2008-08-061-0/+5
* * eval_intern.h: Add support to Haiku. see [ruby-core:18110]naruse2008-08-061-0/+24
* * common.mk: mkdir enc/trans before build tables.naruse2008-08-061-0/+4
* * enc/depend: enc/*.c is source but enc/trans/*.c is generated.naruse2008-08-061-0/+4
* * regenc.c (code_to_mbc): raise RangeError Integer#chrnaruse2008-08-061-0/+6
* * gc.c (run_final): runs finalizers with the object terminated.nobu2008-08-061-0/+7
* * enc/depend: for build in other than srcdir.naruse2008-08-061-0/+4
* * tool/transcode-tblgen.rb (transcode_generate_node): codeakr2008-08-061-0/+5
* * gc.c (chain_finalized_object): deletes finalizers to be invoked fromnobu2008-08-061-0/+8
* * enc/depend: transcode table generation depends onakr2008-08-061-0/+5
* * gc.c (rb_gc_call_finalizer_at_exit): self-referencing finalizersnobu2008-08-061-0/+5
* * tool/transcode-tblgen.rb: distinguish UNDEF and INVALID.akr2008-08-061-0/+7
* * common.mk (transdb.h): requires transcoders.nobu2008-08-061-0/+6
* * enc/depend: replace not only $(<:...) but also $<.usa2008-08-061-0/+4
* * win32/Makefile.sub (config.status): export BASERUBY.usa2008-08-061-0/+6
* * tool/transcode-tblgen.rb (ActionMap#eql?): use == to compare @map.akr2008-08-051-0/+4
* * tool/transcode-tblgen.rb: show generating tables in verbose mode.akr2008-08-051-0/+8
* * thread.c (thread_start_func_2): propagates fatal error and systemnobu2008-08-051-0/+5
* * encoding.c (rb_to_encoding_index, rb_to_encoding): check if the namenobu2008-08-051-1/+4
* * transcode.c (str_encode): no need to duplicate first.nobu2008-08-051-0/+4
* * array.c (rb_ary_sort_bang): reset to real class.nobu2008-08-051-0/+8
* * common.mk (transcodes), tool/build-transcode: generates transcodenobu2008-08-051-1/+7
* * enc/depend: added rules for .c from .erb.c.nobu2008-08-051-0/+4
* * tool/build-transcode: new file.akr2008-08-051-0/+60
* * test/io/nonblock/test_flush.rb (TestIONonblock#test_flush):kazu2008-08-051-0/+5
* * lib/net/ftp.rb (chdir): handle 5xx errors correctly.shugo2008-08-051-0/+5
* * include/ruby/win32.h, bcc32/Makefile.sub (config.h): bcc 5.8 hasnobu2008-08-051-0/+5
* * lib/net/imap.rb (disconnect): do not refer SSL::SSLSocket forshugo2008-08-051-0/+5
* * file.c (rb_stat_mode): generalized st_mode mask.nobu2008-08-051-0/+4
* * io.c (retry_sendfile, retry_read): ENOSYS and EWOULDBLOCK are notnobu2008-08-051-0/+5
* * transcode_data.h (TRANSCODE_ERROR): common transcode failurenobu2008-08-051-0/+8
* * array.c (rb_ary_sort_bang): respect overridden <=> for String andnobu2008-08-041-0/+13
* Improved compatibility for mspec.yugui2008-08-041-0/+11
* * array.c (rb_ary_tmp_new): added.nobu2008-08-041-1/+3
* * vm_eval.c (vm_call_super): fixed typo, and get rid of too largenobu2008-08-041-0/+5
* * parse.y (deferred_nodes, compstmt, arg, fixup_nodes, range_op): fixnobu2008-08-041-0/+6
* * lib/net/smtp.rb (Net::SMTP::rcptto): fix a typo. a patch fromshyouhei2008-08-041-0/+6
* * marshal.c (dump_ensure), process.c (run_exec_dup2),nobu2008-08-041-0/+7
* * ext/win32ole/win32ole.c (hash2named_arg): refactoring.suke2008-08-031-0/+11
* * string.c (rb_str_shared_replace): fixed memory leak. a patch fromnobu2008-08-031-0/+5
* * test/win32ole/test_err_in_callback.rb: remove temporary files.suke2008-08-021-0/+5
* * parse.y (yylex): 8 and 9 in octal integer should cause compilenobu2008-08-021-0/+5
* * enc/trans/japanese.c: add U+FF5E to EUC-JP.naruse2008-08-011-0/+5
* * ext/readline/extconf.rb: checked to have clear_history inkouji2008-08-011-0/+21
* * transcode.c (transcode_loop): undefined character is replaced withnaruse2008-08-011-0/+5