aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::COLLECTORS):nobu2006-10-022-2/+9
* * instruby.rb: for cross compile.usa2006-10-021-2/+2
* * instruby.rb: batfile should be CRLF'ed.usa2006-10-022-2/+6
* * common.mk (test-all): separate directory where running test casesnobu2006-10-014-9/+48
* 2006-10-02nobu2006-10-011-3/+3
* * Makefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in: keepnobu2006-10-016-5/+18
* * lib/optparse.rb (OptionParser#make_switch): pass arguments directly.nobu2006-10-012-8/+14
* 2006-10-01nobu2006-10-011-4/+4
* updated based on date2 3.9.4.tadf2006-09-303-575/+474
* 2006-09-30tadf2006-09-301-3/+3
* * ext/digest/lib/digest.rb (Digest): Require digest.so and fix theknu2006-09-292-0/+7
* * jcode.rb (succ!): call original succ! if $KCODE == 'n'.eban2006-09-292-1/+6
* * lib/mkmf.rb (try_func): revert fallback checking undeclared function.nobu2006-09-292-1/+11
* * lib/optparse.rb (OptionParser::Switch#conv_arg): unsplat bynobu2006-09-292-5/+6
* * ext/extmk.rb: extout is needed for also clean.nobu2006-09-292-2/+5
* * lib/optparse.rb (parse_in_order): splat arguments to callback block.nobu2006-09-292-2/+6
* 2006-09-29nobu2006-09-281-3/+3
* * node.h (struct thread): declare win32_exception_list on cygwin andnobu2006-09-282-2/+8
* * lib/tmpdir.rb: use return value of getdir.call for length.usa2006-09-282-2/+6
* 2006-09-28usa2006-09-281-3/+3
* * ext/digest/md5/md5init.c (Init_md5): Now that we have digest.rb,knu2006-09-275-4/+15
* * string.c (rb_str_startwith): rename startwith? to start_with?,matz2006-09-272-6/+11
* * lib/cgi.rb (CGI::TagMaker::nOE_element_def): replace to_s bymatz2006-09-272-5/+10
* socket.c: a rdoc patch from Daniel Berger <djberg96 at gmail.com>matz2006-09-261-0/+8
* * array.c (rb_ary_shift): shift/unshift performance boost patch,matz2006-09-265-48/+124
* * lib/mkmf.rb (try_func): check function pointer first and macro next.nobu2006-09-262-13/+10
* * lib/optparse.rb (OptionParser#parse_in_order): wrong splat fornobu2006-09-261-1/+1
* 2006-09-27nobu2006-09-261-3/+3
* * test/optparse/test_getopts.rb: added short and long tests.nobu2006-09-261-2/+22
* * test/optparse/test_getopts.rb: added.nobu2006-09-261-0/+11
* * lib/optparse.rb (OptionParser#getopts): use strings as key.nobu2006-09-262-11/+26
* * {win32,wince}/Makefile.sub (CPP): check predefined value.usa2006-09-262-2/+2
* * win32/Makefile.sub (CPP): check predefined value.usa2006-09-262-1/+5
* 2006-09-26matz2006-09-251-3/+3
* * array.c (rb_ary_shift): should not move memory region if arraymatz2006-09-252-1/+7
* * dir.c (rb_push_glob): need not to check by FilePathValue().matz2006-09-252-3/+9
* * lib/mkmf.rb (rm_f): get rid of NUL.nobu2006-09-252-3/+8
* * file.c (rb_path_end): skip root directory. fixed: [ruby-core:08913]nobu2006-09-252-3406/+3417
* * sample/test.rb: "print nil" now prints empty string.matz2006-09-253-2/+8
* * hash.c (recursive_hash): remove unused local variable.matz2006-09-255-6/+14
* array.c (rb_ary_shift): small bug fixmatz2006-09-251-1/+1
* * array.c (rb_ary_shift): should clear shifting top element.matz2006-09-243-6/+14
* 2006-09-25matz2006-09-241-3/+3
* * random.c (rb_f_rand): RDoc typo fix. a patch from Frederickmatz2006-09-242-1/+6
* add ML entrymatz2006-09-241-0/+1
* * gc.c (gc_mark_children): NODE_POSTEXE holds Ruby VALUE.matz2006-09-242-1/+8
* * runruby.rb: extension library scripts moved into common directory.nobu2006-09-242-1/+5
* updated based on date2 3.9.3.tadf2006-09-243-24/+101
* * io.c (rb_io_print): no special handling for nil as well as puts.nobu2006-09-232-11/+9
* 2006-09-24why2006-09-231-3/+3