summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-12-19Be consistent on the use of the implicit $_.knu
2002-12-19Improve.knu
2002-12-19Fix a bug.knu
2002-12-19The use of $_ and ~/RE/ is discouraged.knu
2002-12-19Strive to give better examples.knu
2002-12-19* lib/README, lib/cgi/ftplib.rb, lib/telnet.rb: Delete ftplib.rbknu
2002-12-19Delete final.rb.knu
2002-12-19* lib/tempfile.rb: Embed Rdoc style comments.knu
2002-12-19Add Tempfile#close!() as a shorthand for Tempfile#close(true).knu
2002-12-19Delete final.rb, which was obsoleted long ago.knu
2002-12-19* re.c (rb_reg_match_pre, rb_reg_match_post, match_to_a,nobu
2002-12-19* numeric.c (DBL_EPSILON): fix typo.usa
2002-12-19[BUG] not SEGV.nobu
2002-12-19* eval.c (assign): avoid SEGV at multiple attribute assignment.nobu
2002-12-192002-12-19nobu
2002-12-19* numeric.c (num_step): use DBL_EPSILON.matz
2002-12-19Mention the open-uri.rb import.knu
2002-12-19forgot to commit with open-uri.rb.akr
2002-12-18Add a missing ||.knu
2002-12-18* string.c (rb_str_dup_frozen): handle tail shared string.nobu
2002-12-17* string.c (rb_str_new4): handle tail shared string.nobu
2002-12-17* re.c (rb_reg_nth_match): tail sharing.nobu
2002-12-17* eval.c (is_defined): NODE_ATTRASGN should be assignment.nobu
2002-12-172002-12-17nobu
2002-12-17* node.h (NODE_ATTRASGN): new node, assignment to attribute.nobu
2002-12-16* lib/open-uri.rb: new file.akr
2002-12-16* file.c (utimbuf): need to define for VC++.usa
2002-12-162002-12-16nobu
2002-12-16* parse.y (nextc): get rid of overrun. (pointed out by akrnobu
2002-12-16* removed URI::Generic#to_ary.akira
2002-12-15Add and update entries.knu
2002-12-15* lib/mkmf.rb (init_mkmf): add $(topdir) to $LIBPATH if $extmk.eban
2002-12-152002-12-15nobu
2002-12-15* configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema2
2002-12-15* parse.y (dispose_string): dispose String object.nobu
2002-12-14* wince/sys : add stat.c, stat.h, timeb.c, timeb.h,uema2
2002-12-13* ext/dbm/extconf.rb (rb_check): support for GNU dbm 1.8.3.eban
2002-12-13* ext/dbm/extconf.rb (db_check): check existence of the functioneban
2002-12-132002-12-13nobu
2002-12-13* parse.y (expr): rescue clause was ignored.nobu
2002-12-12* configure.in (RUBY_PROG_GNU_LD): add $CFLAGS, $CPPFLAGS, $LDFLAGSeban
2002-12-12* re.c (rb_reg_hash): define Regexp#hash to make regexps to bematz
2002-12-122002-12-12nobu
2002-12-12* marshal.c (r_object0): singleton class instance can't be loaded. (ruby-bug...nobu
2002-12-12fixed a bug of URI::extract. URI::extract should return ["mailto:xxx"] instea...akira
2002-12-11* ext/extmk.rb (create_makefile): -no-undefined -> --no-undefined.eban
2002-12-112002-12-11nobu
2002-12-11* io.c (io_read): takes optional second argument to specify amatz
2002-12-11* ext/digest/digest.c (rb_digest_base_copy): renamed "become".nobu
2002-12-10* pack.c (utf8_limits): fix the limit of 4 bytes UTF-8 sequence.akr