summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2006-10-20* ext/digest/lib/digest/hmac.rb: Complete half-boiled updates.knu
2006-10-20* ext/digest: Prefix C constants with RUBY_ and C type names withknu
2006-10-20* lib/mkmf.rb: fixed the bug of handling COMMON_MACROS.eban
2006-10-19* common.mk (NULLCMD): dummy command.nobu
2006-10-19* bcc32/Makefile.sub ($(LIBRUBY_SO)): execute pre-link hook.nobu
2006-10-18* win32/win32.c (rb_w32_utime): allow NULL to set the current time.nobu
2006-10-18* signal.c (Init_signal): handle SIGTERM. fixed: [ruby-list:42895]nobu
2006-10-18* array.c (rb_ary_shift): shorten copy size. fixed: [ruby-list:42907]nobu
2006-10-18* string.c (rb_str_each_line): String#lines now works when a blockmatz
2006-10-18* array.c (ary_shared_array): should set NOEMBED flag for a copiedmatz
2006-10-17* parse.y (parser_yylex): use particular enums. [ruby-core:09221]nobu
2006-10-17* lib/erb.rb: String#each was removed, use #each_line instead.aamine
2006-10-16* string.c (rb_str_lines): now takes optional argument for thematz
2006-10-16* array.c (rb_ary_unshift_m): a bug in lfree shift lengthmatz
2006-10-15* mkconfig.rb: *OBJS are not needed for extension libraries.nobu
2006-10-15* pack.c (pack_unpack): execute block if given with unpacked valuematz
2006-10-14* lib/test/unit/collector/dir.rb (Collector::Dir#collect): append basenobu
2006-10-14* parse.y (singleton): no need to re-create NODE_SELF() again.matz
2006-10-14* parse.y (parser_warning, parser_warn): some error message maymatz
2006-10-13rephrase an entryknu
2006-10-13* ext/digest/digest.c, ext/digest/digest.h,knu
2006-10-13* ext/digest/digest.c: Improve RDoc documentation further more.knu
2006-10-13* ext/digest/digest.c: Improve RDoc documentation.knu
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