summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * signal.c (Init_signal): handle SIGTERM. fixed: [ruby-list:42895]nobu2006-10-182-1/+6
* * array.c (rb_ary_shift): shorten copy size. fixed: [ruby-list:42907]nobu2006-10-182-1/+5
* 2006-10-18nobu2006-10-171-3/+3
* * parse.y (parser_yylex): use particular enums. [ruby-core:09221]nobu2006-10-172-2/+6
* * mkconfig.rb: *OBJS are not needed for extension libraries.nobu2006-10-156-6/+13
* 2006-10-16nobu2006-10-151-3/+3
* * lib/test/unit/collector/dir.rb (Collector::Dir#collect): append basenobu2006-10-142-2/+11
* 2006-10-15nobu2006-10-141-3/+3
* * parse.y (singleton): no need to re-create NODE_SELF() again.matz2006-10-142-7/+7
* * parse.y (parser_warning, parser_warn): some error message maymatz2006-10-145-7/+19
* * ext/digest/lib/digest/hmac: Back out the addition of digest/hmacknu2006-10-130-0/+0
* * ext/digest/lib/digest/hmac: Back out the addition of digest/hmacknu2006-10-132-259/+5
* * bcc32/Makefile.sub (post-install-ext): no longer needed.nobu2006-10-133-5/+21
* 2006-10-14nobu2006-10-131-3/+3
* *** empty log message ***tadf2006-10-131-0/+1
* * ChangeLog: fixed broken time stamps again.nobu2006-10-131-2483/+2483
* updated based on date2 3.9.5.tadf2006-10-132-1/+5
* * ChangeLog: fixed broken time stamps.nobu2006-10-131-2502/+2502
* * lib/fileutils.rb (FileUtils.cp_r): dereference_root=true is default in Ruby...aamine2006-10-132-0/+6
* * object.c: Class#inherited RDoc added. a patch from Danielmatz2006-10-132-1/+33
* * ChangeLog: fixed typo.nobu2006-10-131-2/+2
* * lib/test/unit/collector/dir.rb (Collector::Dir#collect): prependnobu2006-10-123-7/+39
* * lib/date.rb (Date::self.complete_hash): need to check if g ismatz2006-10-122-1/+6
* 2006-10-13matz2006-10-121-3/+3
* * object.c (rb_mod_cvar_defined): wrong id check. a patch frommatz2006-10-121-1/+2
* * object.c (rb_mod_cvar_defined): wrong id check. [ruby-core:09158]matz2006-10-122-4/+12
* fix wordingknu2006-10-111-1/+1
* * ext/digest: Merge from trunk; metadata location changed,knu2006-10-1124-146/+92
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2006-10-111-0/+257
* 2006-10-12knu2006-10-111-3/+3
* * {bcc32,win32,wince}/Makefile.sub (config.status): shouldn't useusa2006-10-104-9/+5
* * ext/digest/digest.c (hexdigest_str_new, bubblebabble_str_new):knu2006-10-102-11/+26
* * ext/digest: Merge from trunk; apply all changes since theknu2006-10-1033-747/+294
* 2006-10-10knu2006-10-101-3/+3
* * lib/parsedate.rb: documentation patch from Konrad Meyermatz2006-10-094-35/+110
* * lib/rexml/encoding.rb (REXML::Encoding::check_encoding): spacesmatz2006-10-093-3/+10
* 2006-10-09matz2006-10-091-3/+3
* * string.c (rb_str_scan): small documentation fix.matz2006-10-072-1/+6
* 2006-10-08matz2006-10-071-3/+3
* * bignum.c (rb_big_rshift): a bug in right shift of negativematz2006-10-072-0/+9
* 2006-10-07matz2006-10-061-3/+3
* * class.c (rb_include_module): remove unnecessary check.matz2006-10-062-3/+5
* * sample/openssl/c_rehash.rb: Use digest/md5 instead of obsolete md5.knu2006-10-052-2/+6
* 2006-10-06knu2006-10-051-3/+3
* * parse.y: revert recent changematz2006-10-042-8/+10
* * ext/tk/lib/tkextlib/tile.rb, lib/tkextlib/tile/* : support Tile 0.7.6.nagai2006-10-040-0/+0
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2006-10-042-0/+52
* * ext/tk/lib/tkextlib/tile.rb, lib/tkextlib/tile/* : support Tile 0.7.6.nagai2006-10-049-42/+122
* * eval.c (rb_call): check protected visibility based on real self,matz2006-10-042-16/+23
* * parse.y (mlhs): should interpret single parenthesized left handmatz2006-10-042-10/+8