aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/xmlrpc/create.rb (XMLRPC::Create::conv2value): Symbol shouldmatz2006-11-0210-21/+37
* 2006-11-02matz2006-11-021-3/+3
* * array.c: revert lfree shift/unshift boost patch to avoid unknownmatz2006-11-022-91/+24
* * ruby.h (struct RArray): revert embedding ptr in RVALUE.matz2006-11-014-207/+114
* * string.c (hash): use Bob Jenkins' hash algorithm.matz2006-11-012-88/+118
* * ext/digest/lib/digest/hmac.rb (Digest::HMAC::update): Minorknu2006-11-013-5/+14
* 2006-11-01knu2006-11-011-4/+4
* * time.c (time_dup): duplicate the class of original time.matz2006-10-313-6/+14
* 2006-10-31matz2006-10-311-3/+3
* * array.c (ary_shared_first): should address offset aftermatz2006-10-312-0/+6
* * Makefile.in (miniruby): add XLDFLAGS.nobu2006-10-303-14/+19
* * dir.c (glob_helper): get rid of possible memory leak.nobu2006-10-303-30/+108
* * bignum.c (rb_big2str0): use better approximation.usa2006-10-302-2/+6
* ChangeLog: add patch submitter.matz2006-10-301-2/+2
* * bignum.c (rb_big2str0): wrong allocation length.matz2006-10-302-1/+6
* * eval.c (rb_eval): fix commit miss. [ruby-dev:29707]matz2006-10-302-1/+5
* 2006-10-30matz2006-10-301-3/+3
* * sprintf.c (rb_str_format): should preserve leading zeromatz2006-10-304-13/+31
* fix offset value in STATE_CHECK_BUFF_INIT()kosako2006-10-293-4/+9
* merge Oniguruma 4.4.5kosako2006-10-287-26/+97
* 2006-10-28matz2006-10-271-3/+3
* * marshal.c (r_object0): missing break. [ruby-core:09345]matz2006-10-272-0/+5
* 2006-10-27matz2006-10-271-3/+3
* * enumerator.c (enum_each_cons): move RETURN_ENUMERATOR() aftermatz2006-10-272-1/+6
* * ext/openssl/ossl_pkcs7.c (ossl_pkcs7_verify): should clear error.gotoyuzo2006-10-263-0/+10
* * enumerator.c: remove by_slice and by_cons.matz2006-10-262-67/+10
* * ext/digest/digest.c (Init_digest): typo.usa2006-10-262-1/+5
* 2006-10-26usa2006-10-261-3/+3
* * test/digest/test_digest_hmac.rb: added.knu2006-10-252-0/+7
* * ext/digest/test.sh: make this script work again.knu2006-10-252-4/+5
* * enumerator.c (enumerator_by_slice): new method added.matz2006-10-252-0/+70
* * enumerator.c (enum_each_slice, enum_each_cons): returnsmatz2006-10-252-43/+10
* * enum.c (enum_zip): add RETURN_ENUMERATOR() to zip method.matz2006-10-252-0/+5
* updated based on date2 3.9.6.tadf2006-10-242-5/+10
* * win32/mkexports.rb, win32/resource.rb: use unique variable names.nobu2006-10-243-5/+7
* 2006-10-25nobu2006-10-241-3/+3
* ChangeLog: typo fixedmatz2006-10-221-1/+1
* * marshal.c (r_object0): use return value from prov given as thematz2006-10-222-23/+32
* *** empty log message ***matz2006-10-221-5/+0
* * configure.in: alloca is broken; use C_ALLOCA instead.matz2006-10-221-0/+5
* 2006-10-23matz2006-10-221-3/+3
* *** empty log message ***matz2006-10-222-1/+16
* * signal.c (Init_signal): avoid duplicated installation of SIGCHLDmatz2006-10-222-3/+7
* * string.c (rb_str_upcase, rb_str_downcase, rb_str_downcase,matz2006-10-222-0/+15
* 2006-10-22nobu2006-10-221-3/+3
* * string.c (rb_str_substr): should be infected with only originalnobu2006-10-222-4/+15
* * ext/digest/lib/digest.rb: Follow the framework updates.knu2006-10-212-5/+16
* 2006-10-21knu2006-10-211-3/+3
* * ext/digest/lib/digest/hmac.rb: Complete half-boiled updates.knu2006-10-203-9/+16
* * ext/digest: Prefix C constants with RUBY_ and C type names withknu2006-10-2013-404/+595