summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-05* transcode_data.h (TRANSCODE_ERROR): common transcode failurenobu
2008-08-05svn:eol-stylenobu
2008-08-04* 2008-08-05svn
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* 2008-08-04svn
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* 2008-08-03svn
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-02svn:eol-style LFnobu
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* 2008-08-02svn
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
2008-08-01* parse.y (parser_yylex): removed an useless conditional, and magicyugui
2008-08-01* win32/win32.c (rb_w32_seekdir): no need to rewind to seek forward.nobu
2008-07-31* transcode.c (output_replacement_character):naruse
2008-07-31* proc.c (rb_proc_call_with_block): reduce comparison.mame
2008-07-31* 2008-08-01svn
2008-07-31* ext/syck/syck.c (syck_free_parser): fix memory leak bymame
2008-07-31* ext/bigdecimal/bigdecimal.c (VpMult): prevent memory leak.mame
2008-07-31* test/ruby/test_transcode.rb (test_unicode_public_review_issue_121):naruse
2008-07-31* transcode.c (get_replacement_character): use U+FFFD as replacementnaruse
2008-07-31* transcode.c (get_replacement_character): fix: invalid byte sequencenaruse
2008-07-31* test/rubygems/test_gem_ext_configure_builder.rbnaruse
2008-07-31test/ruby/test_transcode.rb: added test_shift_jisduerst
2008-07-31* include/ruby/ruby.h (struct RString): size of ary must bemame
2008-07-31* pack.c (pack_unpack): upper half of hexdigits has never been used.nobu
2008-07-31* ext/syck/syck.h (ASSERT): fix typo at r18176.nobu
2008-07-31* ext/syck/rubyext.c (rb_syck_compile): expression in ASSERT() has nonobu
2008-07-31* iseq.c (ruby_iseq_disasm_insn): suppress warnings on platforms whichnobu
2008-07-30* ext/syck/rubyext.c (rb_syck_compile): remove meaningless branchmame
2008-07-30* thread.c (rb_mutex_unlock_all): mutex is no longer a ruby object.nobu
2008-07-30* parse.y (magic_comment_encoding): remove meaningless null check.mame
2008-07-30* ext/bigdecimal/bigdecimal.c (VpIsRoundMode): fix tautologymame
2008-07-30* pack.c (pack_unpack): reduced static variables.nobu