summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2006-10-13* bcc32/Makefile.sub (post-install-ext): no longer needed.nobu
2006-10-13*** empty log message ***tadf
2006-10-13* ChangeLog: fixed broken time stamps again.nobu
2006-10-13updated based on date2 3.9.5.tadf
2006-10-13* ChangeLog: fixed broken time stamps.nobu
2006-10-13* ext/digest/lib/digest.rb (Digest): Try to auto-load non-standardknu
2006-10-13* ext/digest/digest.c (Init_digest): Digest::Base.new() does noknu
2006-10-13* ext/digest/digest.c, ext/digest/md5/md5init.c,knu
2006-10-13* ext/digest/bubblebabble, ext/digest/digest.c: Rip BubbleBabbleknu
2006-10-13* ext/digest/digest.c (rb_digest_base_equal): Again, should callknu
2006-10-13* object.c: Class#inherited RDoc added. a patch from Danielmatz
2006-10-12* ext/digest/digest.c (rb_digest_base_equal): Should call digest()knu
2006-10-12* lib/test/unit/collector/dir.rb (Collector::Dir#collect): prependnobu
2006-10-12* lib/date.rb (Date::self.complete_hash): need to check if g ismatz
2006-10-12* string.c (rb_str_partition): RDoc update. a patch frommatz
2006-10-12* object.c (rb_mod_cvar_defined): wrong id check. a patch frommatz
2006-10-12* hash.c (rb_hash_compare_by_id): somehow we lost renaming frommatz
2006-10-12* ext/tk/tkutil/tkutil.c (cbsubst_table_setup): need to handle newmatz
2006-10-11fix wordingknu
2006-10-11* ext/digest/lib/digest/hmac.rb: Make use of String#bytes.knu
2006-10-11* ext/digest/digest.c (get_digest_base_metadata): Use an instanceknu
2006-10-11* ext/digest/digest.c (rb_digest_base_alloc,knu
2006-10-11* eval.c (rb_obj_define_method): add half boiled RDoc document.matz
2006-10-11* array.c: revert modify check during iteration.matz
2006-10-11* array.c (rb_ary_replace): should shift lfree pointer beforematz
2006-10-11* ext/digest/lib/digest/hmac.rb: Add digest/hmac, which implementsknu
2006-10-11* ext/digest/digest.c (rb_digest_base_reset): Do not makeknu
2006-10-11* array.c (rb_ary_each): prohibit array modification during eachmatz
2006-10-11* ext/digest/sha1/sha1ossl.h: libssl 0.9.8c-3 defines nomatz
2006-10-11* ext/digest/digest.c (rb_digest_base_reset, Init_digest): Addknu
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-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