aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/digest/digest.c (Init_digest): Digest::Base.new() does noknu2006-10-133-14/+11
* * ext/digest/digest.c, ext/digest/md5/md5init.c,knu2006-10-138-243/+98
* * ext/digest/bubblebabble, ext/digest/digest.c: Rip BubbleBabbleknu2006-10-134-76/+145
* * ext/digest/digest.c (rb_digest_base_equal): Again, should callknu2006-10-132-1/+7
* * object.c: Class#inherited RDoc added. a patch from Danielmatz2006-10-132-1/+33
* * ext/digest/digest.c (rb_digest_base_equal): Should call digest()knu2006-10-122-3/+8
* * lib/test/unit/collector/dir.rb (Collector::Dir#collect): prependnobu2006-10-123-7/+39
* * lib/date.rb (Date::self.complete_hash): need to check if g ismatz2006-10-122-1/+6
* * string.c (rb_str_partition): RDoc update. a patch frommatz2006-10-123-6/+10
* 2006-10-13matz2006-10-121-3/+3
* * object.c (rb_mod_cvar_defined): wrong id check. a patch frommatz2006-10-122-4/+13
* * hash.c (rb_hash_compare_by_id): somehow we lost renaming frommatz2006-10-122-9/+14
* * ext/tk/tkutil/tkutil.c (cbsubst_table_setup): need to handle newmatz2006-10-123-3/+11
* fix wordingknu2006-10-111-2/+3
* * ext/digest/lib/digest/hmac.rb: Make use of String#bytes.knu2006-10-112-7/+5
* * ext/digest/digest.c (get_digest_base_metadata): Use an instanceknu2006-10-116-10/+25
* 2006-10-12knu2006-10-111-3/+3
* * ext/digest/digest.c (rb_digest_base_alloc,knu2006-10-1121-120/+25
* * eval.c (rb_obj_define_method): add half boiled RDoc document.matz2006-10-112-0/+15
* * array.c: revert modify check during iteration.matz2006-10-112-26/+13
* * 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