summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 2006-12-11matz2006-12-111-3/+3
* * string.c (rb_str_aset): index double decode problem.matz2006-12-112-1/+6
* * eval.c (ruby_cleanup): keep the exception till after END blocks.nobu2006-12-092-1/+5
* instead of File.exists?. a patch from Yutaka Kanemotomatz2006-12-091-1/+2
* * lib/irb/locale.rb (IRB::Locale::search_file): ues File.exist?matz2006-12-092-2/+7
* 2006-12-09matz2006-12-091-3/+3
* 2006-12-08matz2006-12-071-3/+3
* * lib/weakref.rb (WeakRef::__setobj__): should supportmatz2006-12-073-12/+27
* * Makefile.in, common.mk (NULLCMD): moved for platforms that emptynobu2006-12-063-7/+12
* 2006-12-06eban2006-12-061-3/+3
* * configure.in (SITE_DIR): fixed to emtpy RUBY_SITE_LIB in config.h oneban2006-12-062-1/+6
* * misc/ruby-mode.el (ruby-parse-partial): need to parse "/=" asmatz2006-12-052-0/+7
* 2006-12-05matz2006-12-051-3/+3
* * ruby.h (OFFT2NUM): use LONG2NUM() if sizeof(long) equals tomatz2006-12-042-0/+7
* * parse.y (dyna_init_gen): dvar initialization only if dvar ismatz2006-12-042-2/+27
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): should quoteshugo2006-12-032-2/+8
* 2006-12-04shugo2006-12-031-3/+3
* * ext/openssl/ossl_ocsp.c: OpenSSL::OCSP::OSCPError should begotoyuzo2006-12-012-1/+6
* 2006-12-02gotoyuzo2006-12-011-3/+3
* * gc.c (ruby_init_stack): decrease "stack level too deep" in Windows.usa2006-12-012-1/+19
* * ext/tk/tcltklib.c: shouldn't run the killed thread at callback.nagai2006-12-012-13/+33
* * 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