summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-11-012006-11-01knu
2006-10-31* time.c (time_dup): duplicate the class of original time.matz
2006-10-312006-10-31matz
2006-10-31* array.c (ary_shared_first): should address offset aftermatz
2006-10-30* Makefile.in (miniruby): add XLDFLAGS.nobu
2006-10-30* dir.c (glob_helper): get rid of possible memory leak.nobu
2006-10-30* bignum.c (rb_big2str0): use better approximation.usa
2006-10-30ChangeLog: add patch submitter.matz
2006-10-30* bignum.c (rb_big2str0): wrong allocation length.matz
2006-10-30* eval.c (rb_eval): fix commit miss. [ruby-dev:29707]matz
2006-10-302006-10-30matz
2006-10-30* sprintf.c (rb_str_format): should preserve leading zeromatz
2006-10-29fix offset value in STATE_CHECK_BUFF_INIT()kosako
2006-10-28merge Oniguruma 4.4.5kosako
2006-10-272006-10-28matz
2006-10-27* marshal.c (r_object0): missing break. [ruby-core:09345]matz
2006-10-272006-10-27matz
2006-10-27* enumerator.c (enum_each_cons): move RETURN_ENUMERATOR() aftermatz
2006-10-26* ext/openssl/ossl_pkcs7.c (ossl_pkcs7_verify): should clear error.gotoyuzo
2006-10-26* enumerator.c: remove by_slice and by_cons.matz
2006-10-26* ext/digest/digest.c (Init_digest): typo.usa
2006-10-262006-10-26usa
2006-10-25* test/digest/test_digest_hmac.rb: added.knu
2006-10-25* ext/digest/test.sh: make this script work again.knu
2006-10-25* enumerator.c (enumerator_by_slice): new method added.matz
2006-10-25* enumerator.c (enum_each_slice, enum_each_cons): returnsmatz
2006-10-25* enum.c (enum_zip): add RETURN_ENUMERATOR() to zip method.matz
2006-10-24updated based on date2 3.9.6.tadf
2006-10-24* win32/mkexports.rb, win32/resource.rb: use unique variable names.nobu
2006-10-242006-10-25nobu
2006-10-22ChangeLog: typo fixedmatz
2006-10-22* marshal.c (r_object0): use return value from prov given as thematz
2006-10-22*** empty log message ***matz
2006-10-22* configure.in: alloca is broken; use C_ALLOCA instead.matz
2006-10-222006-10-23matz
2006-10-22*** empty log message ***matz
2006-10-22* signal.c (Init_signal): avoid duplicated installation of SIGCHLDmatz
2006-10-22* string.c (rb_str_upcase, rb_str_downcase, rb_str_downcase,matz
2006-10-222006-10-22nobu
2006-10-22* string.c (rb_str_substr): should be infected with only originalnobu
2006-10-21* ext/digest/lib/digest.rb: Follow the framework updates.knu
2006-10-212006-10-21knu
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* ext/extmk.rb: Borland make needs also -D flags to override variablesnobu
2006-10-19* bcc32/Makefile.sub ($(LIBRUBY_SO)): execute pre-link hook.nobu
2006-10-192006-10-20nobu
2006-10-18* win32/win32.c (rb_w32_utime): allow NULL to set the current time.nobu