aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/syck/rubyext.c (rb_syck_compile): remove meaningless branchmame2008-07-301-0/+6
* * thread.c (rb_mutex_unlock_all): mutex is no longer a ruby object.nobu2008-07-301-0/+4
* * parse.y (magic_comment_encoding): remove meaningless null check.mame2008-07-301-0/+4
* * ext/bigdecimal/bigdecimal.c (VpIsRoundMode): fix tautologymame2008-07-301-0/+5
* * pack.c (pack_unpack): reduced static variables.nobu2008-07-301-0/+4
* * proc.c (rb_proc_call_with_block): prevent null reference.mame2008-07-301-0/+4
* * parse.y (vtable_free): remove meaningless null check.mame2008-07-301-0/+4
* * dir.c (struct dir_data): change path field char * to VALUE.akr2008-07-301-0/+12
* * string.c (sym_inspect): remove dead code.mame2008-07-301-0/+4
* * ChangeLog: fix wrong method name and add reference.mame2008-07-301-2/+6
* * regparse.c (parse_exp): fix memory leak.mame2008-07-301-0/+4
* * regparse.c (parse_exp): fix memory leak at Regexp.new("x{1,1}").mame2008-07-301-0/+4