summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2006-11-07* eval.c (formal_assign): need to pack rest arg information inmatz
2006-11-07* ext/tk/lib/tk/itemconfig.rb: minor bug fix.nagai
2006-11-07* class.c (rb_include_module): revert duplicate inclusion ofmatz
2006-11-07* eval.c (method_missing): update old argument adjustment.matz
2006-11-07* eval.c (when_check): need to splat for NODE_ARGSCAT as well.matz
2006-11-06* string.c (Init_String): remove duplicated definition ofmatz
2006-11-06* eval.c (svalue_to_avalue): need to splat but no error.matz
2006-11-06* ext/tk/lib/tk/itemconfig.rb: bug fix on 'itemconfiginfo' method, andnagai
2006-11-06* parse.y (arg_dup_check): vid may be nameless internal id.matz
2006-11-05updated based on date2 3.9.7.tadf
2006-11-04* lib/net/imap.rb: accept NOMODSEQ. [ruby-core:9002]shugo
2006-11-02* ext/socket/socket.c (ruby_getnameinfo__aix): AF_INET6 workaroundmatz
2006-11-02ChangeLog: add ML entry.matz
2006-11-02* lib/set.rb (Set#^): Fix XOR operation against a container thatknu
2006-11-02* eval.c (rb_call0): fixed bug of zsuper with both of opt and rest.matz
2006-11-02* eval.c (rb_call0): fixed bug of zsuper with both of opt and rest.matz
2006-11-02* string.c: class Symbol is no longer subclass of String. alsomatz
2006-11-02* lib/xmlrpc/create.rb (XMLRPC::Create::conv2value): Symbol shouldmatz
2006-11-02* array.c: revert lfree shift/unshift boost patch to avoid unknownmatz
2006-11-01* ruby.h (struct RArray): revert embedding ptr in RVALUE.matz
2006-11-01* string.c (hash): use Bob Jenkins' hash algorithm.matz
2006-11-01* ext/digest/lib/digest/hmac.rb (Digest::HMAC::update): Minorknu
2006-10-31* time.c (time_dup): duplicate the class of original time.matz
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-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-27* marshal.c (r_object0): missing break. [ruby-core:09345]matz
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-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-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-22*** empty log message ***matz