aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* svn:eol-style LFnobu2008-08-020-0/+0
* * parse.y (yylex): 8 and 9 in octal integer should cause compilenobu2008-08-022-1/+8
* * enc/trans/japanese.c: add U+FF5E to EUC-JP.naruse2008-08-012-2/+7
* * 2008-08-02svn2008-08-011-3/+3
* * ext/readline/extconf.rb: checked to have clear_history inkouji2008-08-014-6/+386
* * transcode.c (transcode_loop): undefined character is replaced withnaruse2008-08-012-0/+10
* Merged r16430(akr), r16431(akr), r16433(akr), r16469(nobu), andyugui2008-08-013-0/+30
* * enc/trans/japanese.c: add support for CP51932,naruse2008-08-012-0/+16
* * enc/trans/japanese.c: add U+FF0C,naruse2008-08-012-5/+9
* * test/sdbm/test_sdbm.rb: add some tests.mame2008-08-012-0/+38
* * gc.c (allocate_heaps, assign_heap_slot, rb_newobj_from_heap):mame2008-08-012-2/+13
* * vm.c (Init_BareVM): check failure of malloc().mame2008-08-012-1/+8
* * enc/trans/japanese.c (to_SHIFT_JIS_EF_BF_offsets): add U+FFF3,naruse2008-08-012-7/+34
* * parse.y (parser_yylex): removed an useless conditional, and magicyugui2008-08-013-5/+32
* * win32/win32.c (rb_w32_seekdir): no need to rewind to seek forward.nobu2008-08-012-1/+5
* * transcode.c (output_replacement_character):naruse2008-07-313-18/+53
* * proc.c (rb_proc_call_with_block): reduce comparison.mame2008-07-312-2/+9
* * 2008-08-01svn2008-07-311-4/+4
* * ext/syck/syck.c (syck_free_parser): fix memory leak bymame2008-07-312-0/+22
* * ext/bigdecimal/bigdecimal.c (VpMult): prevent memory leak.mame2008-07-312-1/+8
* * test/ruby/test_transcode.rb (test_unicode_public_review_issue_121):naruse2008-07-312-3/+8
* * transcode.c (get_replacement_character): use U+FFFD as replacementnaruse2008-07-313-14/+22
* * transcode.c (get_replacement_character): fix: invalid byte sequencenaruse2008-07-312-4/+9
* * test/rubygems/test_gem_ext_configure_builder.rbnaruse2008-07-312-2/+6
* test/ruby/test_transcode.rb: added test_shift_jisduerst2008-07-312-0/+63
* * include/ruby/ruby.h (struct RString): size of ary must bemame2008-07-312-1/+6
* * pack.c (pack_unpack): upper half of hexdigits has never been used.nobu2008-07-312-1/+5
* * ext/syck/syck.h (ASSERT): fix typo at r18176.nobu2008-07-312-2/+4
* * ext/syck/rubyext.c (rb_syck_compile): expression in ASSERT() has nonobu2008-07-312-1/+8
* * iseq.c (ruby_iseq_disasm_insn): suppress warnings on platforms whichnobu2008-07-315-4/+14
* * ext/syck/rubyext.c (rb_syck_compile): remove meaningless branchmame2008-07-302-2/+9
* * thread.c (rb_mutex_unlock_all): mutex is no longer a ruby object.nobu2008-07-302-2/+6
* * parse.y (magic_comment_encoding): remove meaningless null check.mame2008-07-302-1/+5
* * ext/bigdecimal/bigdecimal.c (VpIsRoundMode): fix tautologymame2008-07-302-3/+8
* * pack.c (pack_unpack): reduced static variables.nobu2008-07-302-13/+15
* * 2008-07-31svn2008-07-301-3/+3
* * proc.c (rb_proc_call_with_block): prevent null reference.mame2008-07-302-1/+5
* * parse.y (vtable_free): remove meaningless null check.mame2008-07-302-3/+5
* * dir.c (struct dir_data): change path field char * to VALUE.akr2008-07-302-12/+28
* * string.c (sym_inspect): remove dead code.mame2008-07-302-5/+5
* * ChangeLog: fix wrong method name and add reference.mame2008-07-301-2/+6
* * regparse.c (parse_exp): fix memory leak.mame2008-07-302-1/+8
* * regparse.c (parse_exp): fix memory leak at Regexp.new("x{1,1}").mame2008-07-302-0/+7
* * 2008-07-30svn2008-07-301-3/+3
* * win32/win32.c (rb_w32_select): recalc the rest of timeout for eachnobu2008-07-304-13/+69
* * io.c (io_ungetc): raise NotImplementedError when ungetc is calledmame2008-07-293-9/+54
* * test/ruby/test_io.rb (pipe): run reader thread and writer thread.mame2008-07-292-57/+85
* * ext/bigdecimal/bigdecimal.c (Init_bigdecimal): fix typo.mame2008-07-292-1/+5
* * test/etc/test_etc.rb (test_passwd): age field may be string undermame2008-07-292-1/+6
* * dir.c (char_casecmp): fix: return 0 if either of characters is NUL.naruse2008-07-292-2/+5