aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * array.c (rb_ary_replace): should shift lfree pointer beforematz2006-10-112-1/+10
* * array.c (each_internal): patch miss.matz2006-10-111-36/+0
* * ext/digest/lib/digest/hmac.rb: Add digest/hmac, which implementsknu2006-10-112-0/+268
* * ext/digest/digest.c (rb_digest_base_reset): Do not makeknu2006-10-112-5/+15
* * array.c (rb_ary_each): prohibit array modification during eachmatz2006-10-112-0/+41
* * ext/digest/sha1/sha1ossl.h: libssl 0.9.8c-3 defines nomatz2006-10-113-13/+30
* * ext/digest/digest.c (rb_digest_base_reset, Init_digest): Addknu2006-10-1110-9/+64
* 2006-10-11knu2006-10-111-3/+3
* * ext/digest/digest.c (hexdigest_str_new, bubblebabble_str_new):knu2006-10-102-4/+17
* * ext/digest/sha1/depend, ext/digest/sha2/depend: Remove obsoleteknu2006-10-103-4/+5
* 2006-10-10knu2006-10-101-3/+3
* * lib/parsedate.rb: documentation patch from Konrad Meyermatz2006-10-094-35/+110
* * ext/extmk.rb, lib/fileutils.rb, lib/mkmf.rb, lib/optparse.rb,nobu2006-10-096-43/+45
* * lib/rexml/encoding.rb (REXML::Encoding::check_encoding): spacesmatz2006-10-093-3/+10
* * eval.c (rb_obj_define_method): add new methodmatz2006-10-092-0/+15
* 2006-10-09tadf2006-10-091-3/+3
* use __send! instead of funcall.tadf2006-10-091-4/+4
* * string.c (rb_str_scan): small documentation fix.matz2006-10-072-1/+6
* 2006-10-08matz2006-10-071-3/+3
* * bignum.c (rb_big_rshift): a bug in right shift of negativematz2006-10-072-0/+9
* * eval.c (formal_assign): packed post splat arguments may conflictmatz2006-10-072-2/+12
* * object.c (rb_mod_initialize): since module_eval no longer passesnobu2006-10-072-1/+6
* 2006-10-07matz2006-10-061-3/+3
* * class.c (rb_include_module): remove unnecessary check.matz2006-10-062-3/+5
* * ext/digest/depend: Fix header installation when the buildknu2006-10-062-1/+6
* * {bcc32,win32,wince}/Makefile.sub (config.status): shouldn't useusa2006-10-064-9/+5
* * sample/test.rb: revert debug print.matz2006-10-051-3/+3
* * eval.c (rb_yield_0): small refactoring.matz2006-10-054-60/+49
* * ext/digest/depend: Install digest.h.knu2006-10-052-0/+10
* * sample/openssl/c_rehash.rb: Use digest/md5 instead of obsolete md5.knu2006-10-052-3/+5
* * ext/digest/lib/md5.rb, ext/digest/lib/sha1.rb: Remove thoseknu2006-10-053-28/+5
* * ext/digest/digest.c: Make hexdigest() always call digest() internally.knu2006-10-052-45/+78
* * ext/digest/digest.c: Allow subclassing in Ruby.knu2006-10-051-0/+4
* * ext/digest/digest.c: Allow subclassing in Ruby.knu2006-10-051-12/+82
* * ext/digest/digest.c (hexdigest_str_new): Add a string size check.knu2006-10-052-1/+12
* 2006-10-06knu2006-10-051-3/+3
* * ext/digest/digest.[ch]: Since the argument order ofknu2006-10-0528-631/+123
* 2006-10-05knu2006-10-051-3/+3
* * ext/tk/lib/tkextlib/tile.rb, lib/tkextlib/tile/* : support Tile 0.7.6.nagai2006-10-0410-42/+147
* * eval.c (rb_call): check protected visibility based on real self,matz2006-10-042-21/+33
* * parse.y (block_param): should interpret single parenthesizedmatz2006-10-042-1/+6
* * test/optparse/test_getopts.rb: changed the class name of test casenobu2006-10-032-1/+6
* * parse.y (block_param): restrict block parameters to be localmatz2006-10-036-26/+65
* * parse.y (mlhs): simplifies the rule a bit.matz2006-10-032-14/+5
* 2006-10-04matz2006-10-031-3/+3
* * parse.y (dyna_in_block): inline using macro.matz2006-10-032-7/+5
* * eval.c (splat_value): use "to_splat" instead of "to_ary" tomatz2006-10-025-3/+56
* 2006-10-03matz2006-10-021-3/+3
* * string.c (rb_str_lines): returns an Enumerator instead of anmatz2006-10-022-23/+27
* * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):nobu2006-10-022-2/+5