aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * test/ruby/test_module.rb (TestModule#_wrap_assertion): addmatz2008-10-062-0/+9
* * lib/test/unit/assertions.rb (Test::Assertions#assert_nothing_raised): matz2008-10-062-1/+6
* * string.c (rb_str_comparable): string comparison should bematz2008-10-063-6/+9
* * test/bigdecimal/test_bigdecimal.rb (test_sqrt_bigdecimal): testmatz2008-10-062-3/+7
* properties.nobu2008-10-051-3/+3
* * lib/mkmf.rb ($config_h): now always defines for old libraries.nobu2008-10-053-4/+8
* * vm_method.c (rb_mod_modfunc): method undefined in included modulenobu2008-10-052-1/+6
* * lib/rational.rb: resolved conflicts of aliases.tadf2008-10-053-9/+15
* * lib/open-uri.rb: remove debug code introduced by previous change.akr2008-10-052-1/+4
* * lib/open-uri.rb (OpenURI.open_uri): set encoding to strio.naruse2008-10-052-0/+11
* * ext/stringio/stringio.c (strio_set_encoding): defined fornaruse2008-10-052-0/+23
* removed unsupported platforms from an ifdef macro.yugui2008-10-051-1/+1
* * eval.c: come back definition of environ.naruse2008-10-052-0/+6
* * ext/nkf/nkf-utf8/utf8tbl.c: update table.naruse2008-10-053-6/+10
* * dln.c: Ruby no longer supports VMS.yugui2008-10-0414-269/+31
* * dln.c: Ruby no longer supports Windows CE.yugui2008-10-0448-3388/+38
* * dln.c: Ruby no longer supports MacOS 9 or before.yugui2008-10-0413-180/+32
* * dln.c: Ruby no longer supports MS-DOS.yugui2008-10-0413-65/+45
* * 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