summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-10* ext/digest/digest.c (hexdigest_str_new, bubblebabble_str_new):knu
2006-10-10* ext/digest/sha1/depend, ext/digest/sha2/depend: Remove obsoleteknu
2006-10-102006-10-10knu
2006-10-09* lib/parsedate.rb: documentation patch from Konrad Meyermatz
2006-10-09* ext/extmk.rb, lib/fileutils.rb, lib/mkmf.rb, lib/optparse.rb,nobu
2006-10-09* lib/rexml/encoding.rb (REXML::Encoding::check_encoding): spacesmatz
2006-10-09* eval.c (rb_obj_define_method): add new methodmatz
2006-10-092006-10-09tadf
2006-10-09use __send! instead of funcall.tadf
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-07* eval.c (formal_assign): packed post splat arguments may conflictmatz
2006-10-07* object.c (rb_mod_initialize): since module_eval no longer passesnobu
2006-10-062006-10-07matz
2006-10-06* class.c (rb_include_module): remove unnecessary check.matz
2006-10-06* ext/digest/depend: Fix header installation when the buildknu
2006-10-06* {bcc32,win32,wince}/Makefile.sub (config.status): shouldn't useusa
2006-10-05* sample/test.rb: revert debug print.matz
2006-10-05* eval.c (rb_yield_0): small refactoring.matz
2006-10-05* ext/digest/depend: Install digest.h.knu
2006-10-05* sample/openssl/c_rehash.rb: Use digest/md5 instead of obsolete md5.knu
2006-10-05* ext/digest/lib/md5.rb, ext/digest/lib/sha1.rb: Remove thoseknu
2006-10-05* ext/digest/digest.c: Make hexdigest() always call digest() internally.knu
2006-10-05* ext/digest/digest.c: Allow subclassing in Ruby.knu
2006-10-05* ext/digest/digest.c: Allow subclassing in Ruby.knu
2006-10-05* ext/digest/digest.c (hexdigest_str_new): Add a string size check.knu
2006-10-052006-10-06knu
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