aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Merged r16430(akr), r16431(akr), r16433(akr), r16469(nobu), andyugui2008-08-011-0/+9
* * enc/trans/japanese.c: add support for CP51932,naruse2008-08-011-0/+4
* * enc/trans/japanese.c: add U+FF0C,naruse2008-08-011-0/+4
* * test/sdbm/test_sdbm.rb: add some tests.mame2008-08-011-0/+4
* * gc.c (allocate_heaps, assign_heap_slot, rb_newobj_from_heap):mame2008-08-011-0/+5
* * vm.c (Init_BareVM): check failure of malloc().mame2008-08-011-1/+4
* * enc/trans/japanese.c (to_SHIFT_JIS_EF_BF_offsets): add U+FFF3,naruse2008-08-011-0/+15
* * parse.y (parser_yylex): removed an useless conditional, and magicyugui2008-08-011-0/+10
* * win32/win32.c (rb_w32_seekdir): no need to rewind to seek forward.nobu2008-08-011-0/+4
* * transcode.c (output_replacement_character):naruse2008-07-311-0/+13
* * proc.c (rb_proc_call_with_block): reduce comparison.mame2008-07-311-0/+4
* * ext/syck/syck.c (syck_free_parser): fix memory leak bymame2008-07-311-0/+5
* * ext/bigdecimal/bigdecimal.c (VpMult): prevent memory leak.mame2008-07-311-0/+4
* * test/ruby/test_transcode.rb (test_unicode_public_review_issue_121):naruse2008-07-311-1/+6
* * transcode.c (get_replacement_character): use U+FFFD as replacementnaruse2008-07-311-3/+14
* * transcode.c (get_replacement_character): fix: invalid byte sequencenaruse2008-07-311-0/+5
* * test/rubygems/test_gem_ext_configure_builder.rbnaruse2008-07-311-0/+5
* test/ruby/test_transcode.rb: added test_shift_jisduerst2008-07-311-0/+7
* * include/ruby/ruby.h (struct RString): size of ary must bemame2008-07-311-0/+5
* * pack.c (pack_unpack): upper half of hexdigits has never been used.nobu2008-07-311-0/+4
* * ext/syck/syck.h (ASSERT): fix typo at r18176.nobu2008-07-311-1/+3
* * ext/syck/rubyext.c (rb_syck_compile): expression in ASSERT() has nonobu2008-07-311-0/+5
* * iseq.c (ruby_iseq_disasm_insn): suppress warnings on platforms whichnobu2008-07-311-0/+10