| Commit message (Expand) | Author | Age | Files | Lines |
| * | * ext/digest/digest.[ch]: Since the argument order of | knu | 2006-10-05 | 28 | -631/+123 |
| * | 2006-10-05 | knu | 2006-10-05 | 1 | -3/+3 |
| * | * ext/tk/lib/tkextlib/tile.rb, lib/tkextlib/tile/* : support Tile 0.7.6. | nagai | 2006-10-04 | 10 | -42/+147 |
| * | * eval.c (rb_call): check protected visibility based on real self, | matz | 2006-10-04 | 2 | -21/+33 |
| * | * parse.y (block_param): should interpret single parenthesized | matz | 2006-10-04 | 2 | -1/+6 |
| * | * test/optparse/test_getopts.rb: changed the class name of test case | nobu | 2006-10-03 | 2 | -1/+6 |
| * | * parse.y (block_param): restrict block parameters to be local | matz | 2006-10-03 | 6 | -26/+65 |
| * | * parse.y (mlhs): simplifies the rule a bit. | matz | 2006-10-03 | 2 | -14/+5 |
| * | 2006-10-04 | matz | 2006-10-03 | 1 | -3/+3 |
| * | * parse.y (dyna_in_block): inline using macro. | matz | 2006-10-03 | 2 | -7/+5 |
| * | * eval.c (splat_value): use "to_splat" instead of "to_ary" to | matz | 2006-10-02 | 5 | -3/+56 |
| * | 2006-10-03 | matz | 2006-10-02 | 1 | -3/+3 |
| * | * string.c (rb_str_lines): returns an Enumerator instead of an | matz | 2006-10-02 | 2 | -23/+27 |
| * | * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file): | nobu | 2006-10-02 | 2 | -2/+5 |
| * | * lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::COLLECTORS): | nobu | 2006-10-02 | 2 | -2/+9 |
| * | * instruby.rb: for cross compile. | usa | 2006-10-02 | 1 | -2/+2 |
| * | * instruby.rb: batfile should be CRLF'ed. | usa | 2006-10-02 | 2 | -2/+6 |
| * | * common.mk (test-all): separate directory where running test cases | nobu | 2006-10-01 | 4 | -9/+48 |
| * | 2006-10-02 | nobu | 2006-10-01 | 1 | -3/+3 |
| * | * Makefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in: keep | nobu | 2006-10-01 | 6 | -5/+18 |
| * | * lib/optparse.rb (OptionParser#make_switch): pass arguments directly. | nobu | 2006-10-01 | 2 | -8/+14 |
| * | 2006-10-01 | nobu | 2006-10-01 | 1 | -4/+4 |
| * | updated based on date2 3.9.4. | tadf | 2006-09-30 | 3 | -575/+474 |
| * | 2006-09-30 | tadf | 2006-09-30 | 1 | -3/+3 |
| * | * ext/digest/lib/digest.rb (Digest): Require digest.so and fix the | knu | 2006-09-29 | 2 | -0/+7 |
| * | * jcode.rb (succ!): call original succ! if $KCODE == 'n'. | eban | 2006-09-29 | 2 | -1/+6 |
| * | * lib/mkmf.rb (try_func): revert fallback checking undeclared function. | nobu | 2006-09-29 | 2 | -1/+11 |
| * | * lib/optparse.rb (OptionParser::Switch#conv_arg): unsplat by | nobu | 2006-09-29 | 2 | -5/+6 |
| * | * ext/extmk.rb: extout is needed for also clean. | nobu | 2006-09-29 | 2 | -2/+5 |
| * | * lib/optparse.rb (parse_in_order): splat arguments to callback block. | nobu | 2006-09-29 | 2 | -2/+6 |
| * | 2006-09-29 | nobu | 2006-09-28 | 1 | -3/+3 |
| * | * node.h (struct thread): declare win32_exception_list on cygwin and | nobu | 2006-09-28 | 2 | -2/+8 |
| * | * lib/tmpdir.rb: use return value of getdir.call for length. | usa | 2006-09-28 | 2 | -2/+6 |
| * | 2006-09-28 | usa | 2006-09-28 | 1 | -3/+3 |
| * | * ext/digest/md5/md5init.c (Init_md5): Now that we have digest.rb, | knu | 2006-09-27 | 5 | -4/+15 |
| * | * string.c (rb_str_startwith): rename startwith? to start_with?, | matz | 2006-09-27 | 2 | -6/+11 |
| * | * lib/cgi.rb (CGI::TagMaker::nOE_element_def): replace to_s by | matz | 2006-09-27 | 2 | -5/+10 |
| * | socket.c: a rdoc patch from Daniel Berger <djberg96 at gmail.com> | matz | 2006-09-26 | 1 | -0/+8 |
| * | * array.c (rb_ary_shift): shift/unshift performance boost patch, | matz | 2006-09-26 | 5 | -48/+124 |
| * | * lib/mkmf.rb (try_func): check function pointer first and macro next. | nobu | 2006-09-26 | 2 | -13/+10 |
| * | * lib/optparse.rb (OptionParser#parse_in_order): wrong splat for | nobu | 2006-09-26 | 1 | -1/+1 |
| * | 2006-09-27 | nobu | 2006-09-26 | 1 | -3/+3 |
| * | * test/optparse/test_getopts.rb: added short and long tests. | nobu | 2006-09-26 | 1 | -2/+22 |
| * | * test/optparse/test_getopts.rb: added. | nobu | 2006-09-26 | 1 | -0/+11 |
| * | * lib/optparse.rb (OptionParser#getopts): use strings as key. | nobu | 2006-09-26 | 2 | -11/+26 |
| * | * {win32,wince}/Makefile.sub (CPP): check predefined value. | usa | 2006-09-26 | 2 | -2/+2 |
| * | * win32/Makefile.sub (CPP): check predefined value. | usa | 2006-09-26 | 2 | -1/+5 |
| * | 2006-09-26 | matz | 2006-09-25 | 1 | -3/+3 |
| * | * array.c (rb_ary_shift): should not move memory region if array | matz | 2006-09-25 | 2 | -1/+7 |
| * | * dir.c (rb_push_glob): need not to check by FilePathValue(). | matz | 2006-09-25 | 2 | -3/+9 |