summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-05* ext/digest/digest.[ch]: Since the argument order ofknu
2006-10-052006-10-05knu
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 (block_param): should interpret single parenthesizedmatz
2006-10-03* test/optparse/test_getopts.rb: changed the class name of test casenobu
2006-10-03* parse.y (block_param): restrict block parameters to be localmatz
2006-10-03* parse.y (mlhs): simplifies the rule a bit.matz
2006-10-032006-10-04matz
2006-10-03* parse.y (dyna_in_block): inline using macro.matz
2006-10-02* eval.c (splat_value): use "to_splat" instead of "to_ary" tomatz
2006-10-022006-10-03matz
2006-10-02* string.c (rb_str_lines): returns an Enumerator instead of anmatz
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-012006-10-02nobu
2006-10-01* Makefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in: keepnobu
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* ext/digest/lib/digest.rb (Digest): Require digest.so and fix theknu
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/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-27* ext/digest/md5/md5init.c (Init_md5): Now that we have digest.rb,knu
2006-09-27* string.c (rb_str_startwith): rename startwith? to start_with?,matz
2006-09-27* lib/cgi.rb (CGI::TagMaker::nOE_element_def): replace to_s bymatz
2006-09-26socket.c: a rdoc patch from Daniel Berger <djberg96 at gmail.com>matz
2006-09-26* array.c (rb_ary_shift): shift/unshift performance boost patch,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-26* test/optparse/test_getopts.rb: added.nobu
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
2006-09-26* win32/Makefile.sub (CPP): check predefined value.usa
2006-09-252006-09-26matz
2006-09-25* array.c (rb_ary_shift): should not move memory region if arraymatz
2006-09-25* dir.c (rb_push_glob): need not to check by FilePathValue().matz