summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2006-10-10* ext/digest/sha1/depend, ext/digest/sha2/depend: Remove obsoleteknu
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-07* string.c (rb_str_scan): small documentation fix.matz
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-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* 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 (hexdigest_str_new): Add a string size check.knu
2006-10-05* ext/digest/digest.[ch]: Since the argument order ofknu
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-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-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: 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-01* lib/optparse.rb (OptionParser#make_switch): pass arguments directly.nobu
2006-09-30updated based on date2 3.9.4.tadf
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-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-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-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#getopts): use strings as key.nobu