summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-10-04* x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui
2008-10-04 * lib/date/format.rb: no need to require the "lib/rational.rb".tadf
2008-10-04* ext/nkf/nkf.c (rb_nkf_enc_get): don't replicate encoding.naruse
2008-10-04* ext/stringio/stringio.c (strio_external_encoding): defined.naruse
2008-10-04* test/mini/test_mini_test.rb: recovered. It had been temporarily removed at ...yugui
2008-10-04* common.mk (gdb-ruby): new target. it runs ruby under controlled byyugui
2008-10-04* irb/ext/save-history.rb: typokeiju
2008-10-04 * lib/irb/irb/ext/save-history.rb: change load_history using File.expand_pat...keiju
2008-10-03* 2008-10-04svn
2008-10-03* ext/dl/extconf.rb ($distcleanfiles): added callback-?.c intoyugui
2008-10-03* ext/json/lib/json/pure.rb (module JSON): remove Iconv dependency.naruse
2008-10-03* 2008-10-03svn
2008-10-03 * win32/{configure.bat,setup.mak,Makefile.sub): add --program-prefixusa
2008-10-02* lib/cgi/core.rb (CGI::QueryExtension): delete MorphingBodyxibbar
2008-10-02* string.c (rb_str_sub_bang): fix coderange.akr
2008-10-02* 2008-10-02svn
2008-10-02Back out the previous change after miniunit import.knu
2008-10-01* lib/rexml/parsers/lightparser.rb, lib/debug.rb: remove unused whenmame
2008-10-01* lib/xmlrpc, lib/rexml, test/ruby/test_array.rb,mame
2008-10-01* gc.c (rb_gc_call_finalizer_at_exit): finalize deferred IO and Data.nobu
2008-10-01* common.mk (parse.h): removes line directives.nobu
2008-10-01* gc.c (rb_gc_call_finalizer_at_exit): deffers IO finalization.nobu
2008-10-01* marshal.c (marshal_dump): fixed for check_dump_arg.nobu
2008-10-01* marshal.c (marshal_dump): initializes dump_arg before any funcall.nobu
2008-09-30properties.nobu
2008-09-30* io.c (rb_io_extract_modeenc): should honor value of thematz
2008-09-30* string.c (rb_str_split_m): should use rb_str_subseq() which usematz
2008-09-30* test/ruby/test_settracefunc.rb (test_call, test_class): line numbermame
2008-09-30* 2008-10-01svn
2008-09-30* process.c (check_exec_redirect): don't depend on rb_stdout andakr
2008-09-30Temporarily removed test/mini/* because they depend on the minitest versionyugui
2008-09-30Reverts the changes of lib/test/unit.rb in r19502 and r19501.yugui
2008-09-30Reverts the changes of lib/test/unit/* in r19543, r19534 and r19503.yugui
2008-09-30* test/bigdecimal/test_bigdecimal.rb (test_sqrt_bigdecimal): wrongmatz
2008-09-30* sprintf.c (rb_str_format): add %<name>s style named argumentmatz
2008-09-30* parse.y (stmt): returns non zero. [ruby-dev:36633]nobu
2008-09-30Updated miniunit to 4257. This cleans all my tests when run in isolation. I s...ryan
2008-09-30Updated miniunit to 1.3.0 r4256.ryan
2008-09-30Remove extra call to setup to fix ENV['HOME'] pollutiondrbrain
2008-09-30rolled out change 19608... not 1.8 compatible.ryan
2008-09-30properties.nobu
2008-09-30Updated to 1.3.0 r4255.ryan
2008-09-29Fix some RDoc and RubyGems test interactions. Fix -n in test/runner.rbdrbrain
2008-09-29* ChangeLog: restored the entries lost by a mistake.nobu
2008-09-29* parse.y (token_info_push, token_info_pop): do nothing for evalednobu
2008-09-29* ext/nkf/nkf-utf8/nkf.c: commit miss.nobu
2008-09-29* ext/nkf/nkf-utf8/nkf.c: constified.nobu
2008-09-29* string.c (rb_str_subseq): don't use rb_str_drop_bytes for shortakr
2008-09-29moved def_canon.tadf
2008-09-29 * lib/mathn.rb: added String#to_[rc].tadf