summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-09* lib/parsedate.rb: documentation patch from Konrad Meyermatz
2006-10-09* lib/rexml/encoding.rb (REXML::Encoding::check_encoding): spacesmatz
2006-10-092006-10-09matz
2006-10-07* string.c (rb_str_scan): small documentation fix.matz
2006-10-072006-10-08matz
2006-10-07* bignum.c (rb_big_rshift): a bug in right shift of negativematz
2006-10-062006-10-07matz
2006-10-06* class.c (rb_include_module): remove unnecessary check.matz
2006-10-05* sample/openssl/c_rehash.rb: Use digest/md5 instead of obsolete md5.knu
2006-10-052006-10-06knu
2006-10-04* parse.y: revert recent changematz
2006-10-04* ext/tk/lib/tkextlib/tile.rb, lib/tkextlib/tile/* : support Tile 0.7.6.nagai
2006-10-04This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2006-10-04* ext/tk/lib/tkextlib/tile.rb, lib/tkextlib/tile/* : support Tile 0.7.6.nagai
2006-10-04* eval.c (rb_call): check protected visibility based on real self,matz
2006-10-04* parse.y (mlhs): should interpret single parenthesized left handmatz
2006-10-03* test/optparse/test_getopts.rb: changed the class name of test casenobu
2006-10-032006-10-04nobu
2006-10-03* lib/test/unit/testcase.rb (Test::Unit::TestCase.suite): test namenobu
2006-10-032006-10-03nobu
2006-10-02* lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):nobu
2006-10-02* lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::COLLECTORS):nobu
2006-10-02* instruby.rb: for cross compile.usa
2006-10-02* instruby.rb: batfile should be CRLF'ed.usa
2006-10-01* common.mk (test-all): separate directory where running test casesnobu
2006-10-01* Makefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in: keepnobu
2006-10-012006-10-02nobu
2006-10-01* array.c (rb_ary_shift): should not move memory region if arraymatz
2006-10-01* lib/optparse.rb (OptionParser#make_switch): pass arguments directly.nobu
2006-10-012006-10-01nobu
2006-09-30updated based on date2 3.9.4.tadf
2006-09-302006-09-30tadf
2006-09-29* jcode.rb (succ!): call original succ! if $KCODE == 'n'.eban
2006-09-29* lib/mkmf.rb (try_func): revert fallback checking undeclared function.nobu
2006-09-29* lib/jcode.rb: need to initialize SUCC['n'].eban
2006-09-29* lib/optparse.rb (OptionParser::Switch#conv_arg): unsplat bynobu
2006-09-29* ext/extmk.rb: extout is needed for also clean.nobu
2006-09-29* lib/optparse.rb (parse_in_order): splat arguments to callback block.nobu
2006-09-282006-09-29nobu
2006-09-28* node.h (struct thread): declare win32_exception_list on cygwin andnobu
2006-09-28* lib/tmpdir.rb: use return value of getdir.call for length.usa
2006-09-282006-09-28usa
2006-09-26socket.c: a rdoc patch from Daniel Berger <djberg96 at gmail.com>matz
2006-09-26* lib/mkmf.rb (try_func): check function pointer first and macro next.nobu
2006-09-26* lib/optparse.rb (OptionParser#parse_in_order): wrong splat fornobu
2006-09-262006-09-27nobu
2006-09-26* test/optparse/test_getopts.rb: added short and long tests.nobu
2006-09-26This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2006-09-26* lib/optparse.rb (OptionParser#getopts): use strings as key.nobu
2006-09-26* {win32,wince}/Makefile.sub (CPP): check predefined value.usa