summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.yugui2008-10-0423-526/+67
* * x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui2008-10-0420-697/+67
* * lib/date/format.rb: no need to require the "lib/rational.rb".tadf2008-10-042-2/+4
* * ext/nkf/nkf.c (rb_nkf_enc_get): don't replicate encoding.naruse2008-10-042-3/+5
* * ext/stringio/stringio.c (strio_external_encoding): defined.naruse2008-10-042-0/+39
* * test/mini/test_mini_test.rb: recovered. It had been temporarily removed at ...yugui2008-10-0427-3569/+1236
* * common.mk (gdb-ruby): new target. it runs ruby under controlled byyugui2008-10-042-1/+12
* * irb/ext/save-history.rb: typokeiju2008-10-041-1/+1
* * lib/irb/irb/ext/save-history.rb: change load_history using File.expand_pat...keiju2008-10-043-8/+16
* * 2008-10-04svn2008-10-031-3/+3
* * ext/dl/extconf.rb ($distcleanfiles): added callback-?.c intoyugui2008-10-032-7/+11
* * ext/json/lib/json/pure.rb (module JSON): remove Iconv dependency.naruse2008-10-034-65/+30
* * 2008-10-03svn2008-10-031-3/+3
* * win32/{configure.bat,setup.mak,Makefile.sub): add --program-prefixusa2008-10-034-2/+17
* * lib/cgi/core.rb (CGI::QueryExtension): delete MorphingBodyxibbar2008-10-023-135/+110
* * string.c (rb_str_sub_bang): fix coderange.akr2008-10-024-13/+45
* * 2008-10-02svn2008-10-021-3/+3
* Back out the previous change after miniunit import.knu2008-10-021-12/+12
* * lib/rexml/parsers/lightparser.rb, lib/debug.rb: remove unused whenmame2008-10-013-5/+5
* * lib/xmlrpc, lib/rexml, test/ruby/test_array.rb,mame2008-10-0140-2239/+2245
* * gc.c (rb_gc_call_finalizer_at_exit): finalize deferred IO and Data.nobu2008-10-012-3/+11
* * common.mk (parse.h): removes line directives.nobu2008-10-011-1/+1
* * gc.c (rb_gc_call_finalizer_at_exit): deffers IO finalization.nobu2008-10-012-13/+27
* * marshal.c (marshal_dump): fixed for check_dump_arg.nobu2008-10-012-20/+25
* * marshal.c (marshal_dump): initializes dump_arg before any funcall.nobu2008-10-012-10/+17
* properties.nobu2008-09-300-0/+0
* * io.c (rb_io_extract_modeenc): should honor value of thematz2008-09-302-2/+7
* * string.c (rb_str_split_m): should use rb_str_subseq() which usematz2008-09-302-2/+7
* * test/ruby/test_settracefunc.rb (test_call, test_class): line numbermame2008-09-302-4/+9
* * 2008-10-01svn2008-09-301-4/+4
* * process.c (check_exec_redirect): don't depend on rb_stdout andakr2008-09-302-2/+8
* Temporarily removed test/mini/* because they depend on the minitest versionyugui2008-09-304-1094/+12
* Reverts the changes of lib/test/unit.rb in r19502 and r19501.yugui2008-09-3023-0/+3593
* Reverts the changes of lib/test/unit/* in r19543, r19534 and r19503.yugui2008-09-306-147/+14
* * test/bigdecimal/test_bigdecimal.rb (test_sqrt_bigdecimal): wrongmatz2008-09-302-3/+9
* * sprintf.c (rb_str_format): add %<name>s style named argumentmatz2008-09-304-3/+71
* * parse.y (stmt): returns non zero. [ruby-dev:36633]nobu2008-09-302-1/+5
* Updated miniunit to 4257. This cleans all my tests when run in isolation. I s...ryan2008-09-304-17/+27
* Updated miniunit to 1.3.0 r4256.ryan2008-09-302-6/+6
* Remove extra call to setup to fix ENV['HOME'] pollutiondrbrain2008-09-302-1/+5
* rolled out change 19608... not 1.8 compatible.ryan2008-09-302-3/+14
* properties.nobu2008-09-300-0/+0
* Updated to 1.3.0 r4255.ryan2008-09-305-35/+1140
* Fix some RDoc and RubyGems test interactions. Fix -n in test/runner.rbdrbrain2008-09-294-0/+23
* * ChangeLog: restored the entries lost by a mistake.nobu2008-09-291-0/+68
* * parse.y (token_info_push, token_info_pop): do nothing for evalednobu2008-09-292-67/+7
* * ext/nkf/nkf-utf8/nkf.c: commit miss.nobu2008-09-291-8/+8
* * ext/nkf/nkf-utf8/nkf.c: constified.nobu2008-09-293-5/+9
* * string.c (rb_str_subseq): don't use rb_str_drop_bytes for shortakr2008-09-292-2/+8
* moved def_canon.tadf2008-09-292-16/+6