summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2006-10-255-0/+228
* updated based on date2 3.9.6.tadf2006-10-242-5/+10
* 2006-10-25tadf2006-10-241-3/+3
* 2006-10-23matz2006-10-221-3/+3
* * configure.in: alloca is broken; use C_ALLOCA instead.matz2006-10-222-1/+16
* * signal.c (ruby_signal): don't set SA_RESTART. a backport frommatz2006-10-222-11/+10
* 2006-10-22nobu2006-10-221-3/+3
* * string.c (rb_str_substr): should be infected with only originalnobu2006-10-222-4/+15
* * lib/mkmf.rb: fix typo.usa2006-10-201-1/+1
* * lib/mkmf.rb: fixed the bug of handling COMMON_MACROS.eban2006-10-202-2/+5
* * common.mk (NULLCMD): dummy command.nobu2006-10-193-6/+26
* * ext/extmk.rb: Borland make needs also -D flags to override variablesnobu2006-10-191-5/+7
* * bcc32/Makefile.sub ($(LIBRUBY_SO)): execute pre-link hook.nobu2006-10-193-2/+16
* 2006-10-20nobu2006-10-191-3/+3
* * win32/win32.c (rb_w32_utime): allow NULL to set the current time.nobu2006-10-182-5/+14
* * 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