summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 2007-01-12usa2007-01-121-3/+3
* * ext/etc/etc.c (etc_getpwuid, etc_getgrgid): fix to correctlyknu2007-01-123-13/+11
* * 2007-01-10usa2007-01-101-3/+3
* * ext/strscan/strscan.c (strscan_do_scan): should set kcode option before mat...aamine2007-01-105-17/+46
* * file.c (rb_find_file): should not call fpath_check() with NULL.usa2007-01-092-1/+8
* * 2007-01-09eban2007-01-091-3/+3
* * string.c (rb_str_upto): String#upto from empty string makesmatz2007-01-081-1/+1
* * string.c (rb_str_upto): String#upto from empty string makesmatz2007-01-081-0/+5
* * 2007-01-07eban2007-01-071-3/+3
* Merge RDoc updates from matzruby 11502, 11503, 11504drbrain2007-01-073-3/+165
* updated based on date2 4.0.1.tadf2007-01-072-2/+8
* * 2007-01-03eban2007-01-031-5/+5
* * io.c (ruby_dup): start GC on ENOMEM as well.matz2007-01-032-1/+5
* Revert r11453matz2007-01-0323-329/+443
* * io.c (ruby_dup): start GC on ENOMEM as well.matz2007-01-0323-443/+329
* Merge 11443, 11444 and 11445 from trunk.drbrain2006-12-314-118/+342
* * 2006-12-31eban2006-12-301-3/+3
* updated based on date2 4.0.tadf2006-12-303-185/+229
* * instruby.rb, mkconfig.rb, rubytest.rb, bcc32/mkexports.rb, win32/{resource,...nobu2006-12-216-0/+0
* * {bcc32,djgpp,win32,wince}/*.bat: add svn properties to DOSISH batch files.usa2006-12-213-0/+0
* 2006-12-15nobu2006-12-151-3/+3
* * ChangeLog: typo.nobu2006-12-151-1/+1
* * ext/readline/readline.c: NetBSD editline does not havematz2006-12-143-0/+13
* * lib/irb/locale.rb (IRB::Locale::puts): typo fixed. a patch frommatz2006-12-142-1/+6
* 2006-12-14matz2006-12-141-3/+3
* * ext/digest/sha2/lib/sha2.rb: Moved one level up from underknu2006-12-110-0/+0
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2006-12-111-0/+73
* * ext/digest/sha2/lib/sha2.rb: Moved one level up from underknu2006-12-112-73/+5
* * variable.c (rb_define_const): typo fixed.matz2006-12-112-1/+5
* 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