aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * ext/digest/digest.c (rb_digest_base_alloc,knu2006-10-111-0/+11
* * eval.c (rb_obj_define_method): add half boiled RDoc document.matz2006-10-111-0/+4
* * array.c: revert modify check during iteration.matz2006-10-111-5/+0
* * array.c (rb_ary_replace): should shift lfree pointer beforematz2006-10-111-0/+5
* * ext/digest/lib/digest/hmac.rb: Add digest/hmac, which implementsknu2006-10-111-0/+5
* * ext/digest/digest.c (rb_digest_base_reset): Do not makeknu2006-10-111-0/+6
* * array.c (rb_ary_each): prohibit array modification during eachmatz2006-10-111-0/+5
* * ext/digest/sha1/sha1ossl.h: libssl 0.9.8c-3 defines nomatz2006-10-111-0/+5
* * ext/digest/digest.c (rb_digest_base_reset, Init_digest): Addknu2006-10-111-0/+19
* * ext/digest/digest.c (hexdigest_str_new, bubblebabble_str_new):knu2006-10-101-0/+5
* * ext/digest/sha1/depend, ext/digest/sha2/depend: Remove obsoleteknu2006-10-101-0/+5
* * lib/parsedate.rb: documentation patch from Konrad Meyermatz2006-10-091-0/+7
* * ext/extmk.rb, lib/fileutils.rb, lib/mkmf.rb, lib/optparse.rb,nobu2006-10-091-0/+5
* * lib/rexml/encoding.rb (REXML::Encoding::check_encoding): spacesmatz2006-10-091-0/+7
* * eval.c (rb_obj_define_method): add new methodmatz2006-10-091-0/+5
* * string.c (rb_str_scan): small documentation fix.matz2006-10-071-0/+5
* * bignum.c (rb_big_rshift): a bug in right shift of negativematz2006-10-071-0/+5
* * eval.c (formal_assign): packed post splat arguments may conflictmatz2006-10-071-0/+7
* * object.c (rb_mod_initialize): since module_eval no longer passesnobu2006-10-071-0/+5
* * class.c (rb_include_module): remove unnecessary check.matz2006-10-061-0/+5
* * ext/digest/depend: Fix header installation when the buildknu2006-10-061-0/+5
* * {bcc32,win32,wince}/Makefile.sub (config.status): shouldn't useusa2006-10-061-0/+5
* * eval.c (rb_yield_0): small refactoring.matz2006-10-051-0/+6
* * ext/digest/depend: Install digest.h.knu2006-10-051-0/+4
* * sample/openssl/c_rehash.rb: Use digest/md5 instead of obsolete md5.knu2006-10-051-1/+3
* * ext/digest/lib/md5.rb, ext/digest/lib/sha1.rb: Remove thoseknu2006-10-051-0/+5
* * ext/digest/digest.c: Make hexdigest() always call digest() internally.knu2006-10-051-0/+6
* * ext/digest/digest.c: Allow subclassing in Ruby.knu2006-10-051-0/+4
* * ext/digest/digest.c (hexdigest_str_new): Add a string size check.knu2006-10-051-0/+4
* * ext/digest/digest.[ch]: Since the argument order ofknu2006-10-051-0/+31
* * ext/tk/lib/tkextlib/tile.rb, lib/tkextlib/tile/* : support Tile 0.7.6.nagai2006-10-041-0/+5
* * eval.c (rb_call): check protected visibility based on real self,matz2006-10-041-0/+5
* * parse.y (block_param): should interpret single parenthesizedmatz2006-10-041-0/+5
* * test/optparse/test_getopts.rb: changed the class name of test casenobu2006-10-031-0/+5
* * parse.y (block_param): restrict block parameters to be localmatz2006-10-031-0/+6
* * parse.y (mlhs): simplifies the rule a bit.matz2006-10-031-0/+2
* * parse.y (dyna_in_block): inline using macro.matz2006-10-031-0/+4
* * eval.c (splat_value): use "to_splat" instead of "to_ary" tomatz2006-10-021-0/+11
* * string.c (rb_str_lines): returns an Enumerator instead of anmatz2006-10-021-0/+7
* * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):nobu2006-10-021-1/+4
* * lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::COLLECTORS):nobu2006-10-021-0/+7
* * instruby.rb: batfile should be CRLF'ed.usa2006-10-021-0/+4
* * common.mk (test-all): separate directory where running test casesnobu2006-10-011-0/+11
* * Makefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in: keepnobu2006-10-011-0/+5
* * lib/optparse.rb (OptionParser#make_switch): pass arguments directly.nobu2006-10-011-0/+4
* updated based on date2 3.9.4.tadf2006-09-301-0/+4
* * ext/digest/lib/digest.rb (Digest): Require digest.so and fix theknu2006-09-291-0/+5
* * jcode.rb (succ!): call original succ! if $KCODE == 'n'.eban2006-09-291-0/+5
* * lib/mkmf.rb (try_func): revert fallback checking undeclared function.nobu2006-09-291-0/+5
* * lib/optparse.rb (OptionParser::Switch#conv_arg): unsplat bynobu2006-09-291-2/+3