summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * Cross-patch from Ruby CVS; mostly Nabu edits.ser2006-12-0114-81/+136
* 2006-12-01ser2006-12-011-4/+4
* Set the patchlevel to 5000.knu2006-11-281-1/+1
* 2006-11-27matz2006-11-271-3/+3
* * sprintf.c (rb_f_sprintf): need not to truncate string if nomatz2006-11-272-18/+7
* * 2006-11-26eban2006-11-261-2/+2
* Sun Nov 26 16:36:46 2006 URABE Shyouhei <shyouhei@ruby-lang.org>shyouhei2006-11-263-2/+11
* * bignum.c (bignorm): avoid segmentation. a patch from Hiroyukimatz2006-11-242-1/+9
* 2006-11-24matz2006-11-241-3/+3
* * eval.c (rb_mod_define_method): set implicit visibility only whenmatz2006-11-242-8/+13
* * file.c (test_grpowned, rb_stat_grpowned): should honormatz2006-11-222-4/+9
* * ext/tk/extconf.rb: support --with-X11/--without-X11 option.nagai2006-11-224-3/+32
* 2006-11-22nagai2006-11-221-3/+3
* 2006-11-09matz2006-11-081-3/+3
* * eval.c (BEGIN_CALLARGS): ruby_block may be NULL even whenmatz2006-11-082-1/+6
* * ext/digest/lib/digest/hmac.rb: Keep this out of the 1.8 treeknu2006-11-072-271/+5
* * ext/tk/lib/tk/itemconfig.rb: minor bug fix.nagai2006-11-077-34/+87
* 2006-11-07nagai2006-11-071-3/+3
* * lib/rss/0.9.rb (RSS::Rss): removed needless include.kou2006-11-062-1/+4
* * ext/tk/lib/tk/itemconfig.rb: bug fix on 'itemconfiginfo' method, andnagai2006-11-0610-190/+1676
* 2006-11-06nagai2006-11-061-3/+3
* updated based on date2 3.9.7.tadf2006-11-052-9/+41
* 2006-11-05tadf2006-11-051-3/+3
* * lib/net/imap.rb: accept NOMODSEQ. [ruby-core:9002]shugo2006-11-042-0/+16
* 2006-11-04shugo2006-11-041-3/+3
* * lib/net/imap.rb: accept NOMODSEQ. [ruby-core:9002]shugo2006-11-041-1/+1
* * ext/socket/socket.c (ruby_getnameinfo__aix): AF_INET6 workaroundmatz2006-11-023-0/+38
* 2006-11-03matz2006-11-021-3/+3
* * ChangeLog: typo.usa2006-11-021-2/+2
* * parse.y (primary): should set NODE when compstmt is NULL.usa2006-11-022-1/+7
* * lib/set.rb (Set#^): Fix XOR operation against a container thatknu2006-11-022-2/+14
* 2006-11-02knu2006-11-021-3/+3
* * ext/digest/lib/digest/hmac.rb (Digest::HMAC::update): Minorknu2006-11-013-5/+14
* * eval.c (rb_call0): fixed bug of zsuper with both of opt and rest.usa2006-10-313-1/+32
* 2006-11-01usa2006-10-311-4/+4
* * time.c (time_dup): duplicate the class of original time.matz2006-10-313-6/+14
* 2006-10-31matz2006-10-311-3/+3
* * Makefile.in (miniruby): add XLDFLAGS.nobu2006-10-303-18/+19
* * dir.c (glob_helper): get rid of possible memory leak.nobu2006-10-303-32/+110
* * 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
* * bignum.c (rb_big2str0): a bug in length adjustment.matz2006-10-302-2/+13
* 2006-10-30matz2006-10-301-3/+3
* * sprintf.c (rb_str_format): should preserve leading zeromatz2006-10-304-11/+24
* * ext/openssl/ossl_pkcs7.c (ossl_pkcs7_verify): should clear error.gotoyuzo2006-10-263-0/+10
* * ext/digest/digest.c (Init_digest): typo.usa2006-10-262-1/+5
* 2006-10-26usa2006-10-261-3/+3
* * ext/digest, test/digest/test_digest.rb: Merge from trunk:knu2006-10-2514-562/+858