| Commit message (Expand) | Author | Age | Files | Lines |
* | * ext/win32ole/win32ole.c (hash2named_arg): refactoring. | suke | 2008-08-03 | 4 | -5/+63 |
* | * 2008-08-03 | svn | 2008-08-03 | 1 | -3/+3 |
* | * string.c (rb_str_shared_replace): fixed memory leak. a patch from | nobu | 2008-08-03 | 2 | -4/+9 |
* | * test/win32ole/test_err_in_callback.rb: remove temporary files. | suke | 2008-08-02 | 2 | -3/+17 |
* | svn:eol-style LF | nobu | 2008-08-02 | 0 | -0/+0 |
* | * parse.y (yylex): 8 and 9 in octal integer should cause compile | nobu | 2008-08-02 | 2 | -1/+8 |
* | * enc/trans/japanese.c: add U+FF5E to EUC-JP. | naruse | 2008-08-01 | 2 | -2/+7 |
* | * 2008-08-02 | svn | 2008-08-01 | 1 | -3/+3 |
* | * ext/readline/extconf.rb: checked to have clear_history in | kouji | 2008-08-01 | 4 | -6/+386 |
* | * transcode.c (transcode_loop): undefined character is replaced with | naruse | 2008-08-01 | 2 | -0/+10 |
* | Merged r16430(akr), r16431(akr), r16433(akr), r16469(nobu), and | yugui | 2008-08-01 | 3 | -0/+30 |
* | * enc/trans/japanese.c: add support for CP51932, | naruse | 2008-08-01 | 2 | -0/+16 |
* | * enc/trans/japanese.c: add U+FF0C, | naruse | 2008-08-01 | 2 | -5/+9 |
* | * test/sdbm/test_sdbm.rb: add some tests. | mame | 2008-08-01 | 2 | -0/+38 |
* | * gc.c (allocate_heaps, assign_heap_slot, rb_newobj_from_heap): | mame | 2008-08-01 | 2 | -2/+13 |
* | * vm.c (Init_BareVM): check failure of malloc(). | mame | 2008-08-01 | 2 | -1/+8 |
* | * enc/trans/japanese.c (to_SHIFT_JIS_EF_BF_offsets): add U+FFF3, | naruse | 2008-08-01 | 2 | -7/+34 |
* | * parse.y (parser_yylex): removed an useless conditional, and magic | yugui | 2008-08-01 | 3 | -5/+32 |
* | * win32/win32.c (rb_w32_seekdir): no need to rewind to seek forward. | nobu | 2008-08-01 | 2 | -1/+5 |
* | * transcode.c (output_replacement_character): | naruse | 2008-07-31 | 3 | -18/+53 |
* | * proc.c (rb_proc_call_with_block): reduce comparison. | mame | 2008-07-31 | 2 | -2/+9 |
* | * 2008-08-01 | svn | 2008-07-31 | 1 | -4/+4 |
* | * ext/syck/syck.c (syck_free_parser): fix memory leak by | mame | 2008-07-31 | 2 | -0/+22 |
* | * ext/bigdecimal/bigdecimal.c (VpMult): prevent memory leak. | mame | 2008-07-31 | 2 | -1/+8 |
* | * test/ruby/test_transcode.rb (test_unicode_public_review_issue_121): | naruse | 2008-07-31 | 2 | -3/+8 |
* | * transcode.c (get_replacement_character): use U+FFFD as replacement | naruse | 2008-07-31 | 3 | -14/+22 |
* | * transcode.c (get_replacement_character): fix: invalid byte sequence | naruse | 2008-07-31 | 2 | -4/+9 |
* | * test/rubygems/test_gem_ext_configure_builder.rb | naruse | 2008-07-31 | 2 | -2/+6 |
* | test/ruby/test_transcode.rb: added test_shift_jis | duerst | 2008-07-31 | 2 | -0/+63 |
* | * include/ruby/ruby.h (struct RString): size of ary must be | mame | 2008-07-31 | 2 | -1/+6 |
* | * pack.c (pack_unpack): upper half of hexdigits has never been used. | nobu | 2008-07-31 | 2 | -1/+5 |
* | * ext/syck/syck.h (ASSERT): fix typo at r18176. | nobu | 2008-07-31 | 2 | -2/+4 |
* | * ext/syck/rubyext.c (rb_syck_compile): expression in ASSERT() has no | nobu | 2008-07-31 | 2 | -1/+8 |
* | * iseq.c (ruby_iseq_disasm_insn): suppress warnings on platforms which | nobu | 2008-07-31 | 5 | -4/+14 |
* | * ext/syck/rubyext.c (rb_syck_compile): remove meaningless branch | mame | 2008-07-30 | 2 | -2/+9 |
* | * thread.c (rb_mutex_unlock_all): mutex is no longer a ruby object. | nobu | 2008-07-30 | 2 | -2/+6 |
* | * parse.y (magic_comment_encoding): remove meaningless null check. | mame | 2008-07-30 | 2 | -1/+5 |
* | * ext/bigdecimal/bigdecimal.c (VpIsRoundMode): fix tautology | mame | 2008-07-30 | 2 | -3/+8 |
* | * pack.c (pack_unpack): reduced static variables. | nobu | 2008-07-30 | 2 | -13/+15 |
* | * 2008-07-31 | svn | 2008-07-30 | 1 | -3/+3 |
* | * proc.c (rb_proc_call_with_block): prevent null reference. | mame | 2008-07-30 | 2 | -1/+5 |
* | * parse.y (vtable_free): remove meaningless null check. | mame | 2008-07-30 | 2 | -3/+5 |
* | * dir.c (struct dir_data): change path field char * to VALUE. | akr | 2008-07-30 | 2 | -12/+28 |
* | * string.c (sym_inspect): remove dead code. | mame | 2008-07-30 | 2 | -5/+5 |
* | * ChangeLog: fix wrong method name and add reference. | mame | 2008-07-30 | 1 | -2/+6 |
* | * regparse.c (parse_exp): fix memory leak. | mame | 2008-07-30 | 2 | -1/+8 |
* | * regparse.c (parse_exp): fix memory leak at Regexp.new("x{1,1}"). | mame | 2008-07-30 | 2 | -0/+7 |
* | * 2008-07-30 | svn | 2008-07-30 | 1 | -3/+3 |
* | * win32/win32.c (rb_w32_select): recalc the rest of timeout for each | nobu | 2008-07-30 | 4 | -13/+69 |
* | * io.c (io_ungetc): raise NotImplementedError when ungetc is called | mame | 2008-07-29 | 3 | -9/+54 |