summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* 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