aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * thread.c (thread_start_func_2): propagates fatal error and systemnobu2008-08-052-5/+24
* * encoding.c (rb_to_encoding_index, rb_to_encoding): check if the namenobu2008-08-052-19/+23
* * transcode.c (str_encode): no need to duplicate first.nobu2008-08-052-14/+29
* * array.c (rb_ary_sort_bang): reset to real class.nobu2008-08-054-4/+12
* * common.mk (transcodes), tool/build-transcode: generates transcodenobu2008-08-057-55108/+25
* * 2008-08-06svn2008-08-051-3/+3
* * enc/depend: added rules for .c from .erb.c.nobu2008-08-053-1/+25
* * tool/build-transcode: new file.akr2008-08-0530-34065/+64430
* * test/io/nonblock/test_flush.rb (TestIONonblock#test_flush):kazu2008-08-052-1/+10
* * lib/net/ftp.rb (chdir): handle 5xx errors correctly.shugo2008-08-052-3/+8
* * include/ruby/win32.h, bcc32/Makefile.sub (config.h): bcc 5.8 hasnobu2008-08-056-24/+29
* * lib/net/imap.rb (disconnect): do not refer SSL::SSLSocket forshugo2008-08-052-2/+9
* * file.c (rb_stat_mode): generalized st_mode mask.nobu2008-08-052-9/+11
* * io.c (retry_sendfile, retry_read): ENOSYS and EWOULDBLOCK are notnobu2008-08-052-5/+22
* * transcode_data.h (TRANSCODE_ERROR): common transcode failurenobu2008-08-054-45/+59
* svn:eol-stylenobu2008-08-050-0/+0
* * 2008-08-05svn2008-08-041-3/+3
* * array.c (rb_ary_sort_bang): respect overridden <=> for String andnobu2008-08-045-17/+65
* Improved compatibility for mspec.yugui2008-08-044-9/+59
* * array.c (rb_ary_tmp_new): added.nobu2008-08-043-1/+10
* * vm_eval.c (vm_call_super): fixed typo, and get rid of too largenobu2008-08-042-2/+16
* * parse.y (deferred_nodes, compstmt, arg, fixup_nodes, range_op): fixnobu2008-08-042-14/+49
* * lib/net/smtp.rb (Net::SMTP::rcptto): fix a typo. a patch fromshyouhei2008-08-042-1/+7
* * 2008-08-04svn2008-08-041-3/+3
* * marshal.c (dump_ensure), process.c (run_exec_dup2),nobu2008-08-045-7/+16
* * ext/win32ole/win32ole.c (hash2named_arg): refactoring.suke2008-08-034-5/+63
* * 2008-08-03svn2008-08-031-3/+3
* * string.c (rb_str_shared_replace): fixed memory leak. a patch fromnobu2008-08-032-4/+9
* * test/win32ole/test_err_in_callback.rb: remove temporary files.suke2008-08-022-3/+17
* 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