aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Be consistent on the use of the implicit $_.knu2002-12-191-1/+1
* Improve.knu2002-12-192-11/+9
* Fix a bug.knu2002-12-191-1/+1
* The use of $_ and ~/RE/ is discouraged.knu2002-12-191-2/+4
* Strive to give better examples.knu2002-12-193-18/+20
* * lib/README, lib/cgi/ftplib.rb, lib/telnet.rb: Delete ftplib.rbknu2002-12-195-27/+6
* Delete final.rb.knu2002-12-191-1/+0
* * lib/tempfile.rb: Embed Rdoc style comments.knu2002-12-192-41/+62
* Add Tempfile#close!() as a shorthand for Tempfile#close(true).knu2002-12-192-7/+32
* Delete final.rb, which was obsoleted long ago.knu2002-12-194-6/+5
* * re.c (rb_reg_match_pre, rb_reg_match_post, match_to_a,nobu2002-12-192-7/+15
* * numeric.c (DBL_EPSILON): fix typo.usa2002-12-192-1/+5
* [BUG] not SEGV.nobu2002-12-191-1/+1
* * eval.c (assign): avoid SEGV at multiple attribute assignment.nobu2002-12-192-0/+5
* 2002-12-19nobu2002-12-191-2/+2
* * numeric.c (num_step): use DBL_EPSILON.matz2002-12-1918-47/+158
* Mention the open-uri.rb import.knu2002-12-191-0/+4
* forgot to commit with open-uri.rb.akr2002-12-191-0/+1
* Add a missing ||.knu2002-12-182-1/+5
* * string.c (rb_str_dup_frozen): handle tail shared string.nobu2002-12-182-3/+8
* * string.c (rb_str_new4): handle tail shared string.nobu2002-12-172-9/+29
* * re.c (rb_reg_nth_match): tail sharing.nobu2002-12-172-3/+5
* * eval.c (is_defined): NODE_ATTRASGN should be assignment.nobu2002-12-171-1/+1
* 2002-12-17nobu2002-12-171-2/+2
* * node.h (NODE_ATTRASGN): new node, assignment to attribute.nobu2002-12-175-3/+45
* * lib/open-uri.rb: new file.akr2002-12-163-0/+395
* * file.c (utimbuf): need to define for VC++.usa2002-12-162-0/+7
* 2002-12-16nobu2002-12-161-2/+2
* * parse.y (nextc): get rid of overrun. (pointed out by akrnobu2002-12-162-1/+6
* * removed URI::Generic#to_ary.akira2002-12-162-8/+5
* Add and update entries.knu2002-12-151-21/+74
* * lib/mkmf.rb (init_mkmf): add $(topdir) to $LIBPATH if $extmk.eban2002-12-152-13/+16
* 2002-12-15nobu2002-12-151-2/+2
* * configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema22002-12-1531-133/+134
* * parse.y (dispose_string): dispose String object.nobu2002-12-152-7/+21
* * wince/sys : add stat.c, stat.h, timeb.c, timeb.h,uema22002-12-1411-18/+377
* * ext/dbm/extconf.rb (rb_check): support for GNU dbm 1.8.3.eban2002-12-132-0/+10
* * ext/dbm/extconf.rb (db_check): check existence of the functioneban2002-12-132-1/+6
* 2002-12-13nobu2002-12-131-2/+2
* * parse.y (expr): rescue clause was ignored.nobu2002-12-132-0/+7
* * configure.in (RUBY_PROG_GNU_LD): add $CFLAGS, $CPPFLAGS, $LDFLAGSeban2002-12-124-10/+35
* * re.c (rb_reg_hash): define Regexp#hash to make regexps to bematz2002-12-122-0/+28
* 2002-12-12nobu2002-12-121-2/+2
* * marshal.c (r_object0): singleton class instance can't be loaded. (ruby-bug...nobu2002-12-122-0/+8
* fixed a bug of URI::extract. URI::extract should return ["mailto:xxx"] instea...akira2002-12-121-9/+9
* * ext/extmk.rb (create_makefile): -no-undefined -> --no-undefined.eban2002-12-112-1/+5
* 2002-12-11nobu2002-12-111-2/+2
* * io.c (io_read): takes optional second argument to specify amatz2002-12-114-21/+60
* * ext/digest/digest.c (rb_digest_base_copy): renamed "become".nobu2002-12-113-5/+11
* * pack.c (utf8_limits): fix the limit of 4 bytes UTF-8 sequence.akr2002-12-102-1/+5