summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-09-29delete a meaningless line.tadf
2008-09-29* string.c (rb_str_subseq): use rb_str_drop_bytes if possible.akr
2008-09-29fixed previous commit.tadf
2008-09-29 * test/date/*.rb: imported additional tests and some adjustments.tadf
2008-09-29* ext/win32ole/win32ole.c (fev_initialize): initializationsuke
2008-09-29* ext/win32ole/win32ole.c (rescue_callback): use rb_write_errorsuke
2008-09-28* test/rdoc/test_rdoc_info_formatting.rb (teardown): delete tmpdir formame
2008-09-28* 2008-09-29svn
2008-09-28* lib/cgi/html.rb (CGI::HtmlExtension::{radio_group, checkbox_group}):xibbar
2008-09-28add a testxibbar