aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/README, lib/cgi/ftplib.rb, lib/telnet.rb: Delete ftplib.rbknu2002-12-191-0/+6
* * lib/tempfile.rb: Embed Rdoc style comments.knu2002-12-191-0/+6
* Add Tempfile#close!() as a shorthand for Tempfile#close(true).knu2002-12-191-0/+7
* Delete final.rb, which was obsoleted long ago.knu2002-12-191-0/+5
* * re.c (rb_reg_match_pre, rb_reg_match_post, match_to_a,nobu2002-12-191-0/+6
* * numeric.c (DBL_EPSILON): fix typo.usa2002-12-191-0/+4
* [BUG] not SEGV.nobu2002-12-191-1/+1
* * eval.c (assign): avoid SEGV at multiple attribute assignment.nobu2002-12-191-0/+4
* * numeric.c (num_step): use DBL_EPSILON.matz2002-12-191-0/+46
* Add a missing ||.knu2002-12-181-0/+4
* * string.c (rb_str_dup_frozen): handle tail shared string.nobu2002-12-181-1/+3
* * string.c (rb_str_new4): handle tail shared string.nobu2002-12-171-0/+5
* * re.c (rb_reg_nth_match): tail sharing.nobu2002-12-171-1/+3
* * node.h (NODE_ATTRASGN): new node, assignment to attribute.nobu2002-12-171-0/+11
* * lib/open-uri.rb: new file.akr2002-12-161-0/+4
* * file.c (utimbuf): need to define for VC++.usa2002-12-161-0/+4
* * parse.y (nextc): get rid of overrun. (pointed out by akrnobu2002-12-161-0/+5
* * lib/mkmf.rb (init_mkmf): add $(topdir) to $LIBPATH if $extmk.eban2002-12-151-10/+15
* * configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema22002-12-151-0/+13
* * parse.y (dispose_string): dispose String object.nobu2002-12-151-5/+11
* * wince/sys : add stat.c, stat.h, timeb.c, timeb.h,uema22002-12-141-0/+8
* * ext/dbm/extconf.rb (rb_check): support for GNU dbm 1.8.3.eban2002-12-131-0/+6
* * ext/dbm/extconf.rb (db_check): check existence of the functioneban2002-12-131-0/+5
* * parse.y (expr): rescue clause was ignored.nobu2002-12-131-0/+4
* * configure.in (RUBY_PROG_GNU_LD): add $CFLAGS, $CPPFLAGS, $LDFLAGSeban2002-12-121-0/+16
* * re.c (rb_reg_hash): define Regexp#hash to make regexps to bematz2002-12-121-0/+7
* * marshal.c (r_object0): singleton class instance can't be loaded. (ruby-bug...nobu2002-12-121-0/+5
* * ext/extmk.rb (create_makefile): -no-undefined -> --no-undefined.eban2002-12-111-0/+4
* * io.c (io_read): takes optional second argument to specify amatz2002-12-111-0/+16
* * ext/digest/digest.c (rb_digest_base_copy): renamed "become".nobu2002-12-111-0/+6
* * pack.c (utf8_limits): fix the limit of 4 bytes UTF-8 sequence.akr2002-12-101-0/+4
* * sprintf.c (rb_f_sprintf): preceding ".." for negative numbersmatz2002-12-101-0/+28
* * eval.c (mnew): original class of method defined in module shouldnobu2002-12-101-0/+5
* * object.c (copy_object): copy finalizers as well if any.matz2002-12-041-0/+6
* * lib/pp.rb (PP.singleline_pp): new method.akr2002-12-021-0/+4
* * pack.c (utf8_to_uv): added checks for malformed or redundantmatz2002-12-021-0/+5
* * lib/optparse.rb (OptionParser::new): same as OptionParser#on butnobu2002-12-011-0/+5
* * win32/win32.c (rb_w32_stat): empty path is invalid, and returnnobu2002-12-011-0/+5
* * lib/mkmf.rb: Avoid the use of "clean::" in favor of "clean:" inknu2002-11-281-0/+6
* * lib/mkmf.rb: Make sure to dig the destination directory beforeknu2002-11-271-0/+7
* * dln.c (init_funcname_len): remove MAXPATHLEN dependency.matz2002-11-271-0/+4
* * ext/syslog/syslog.c: Cut redundancy.knu2002-11-271-5/+13
* * ext/syslog/test.rb: Syslog.close should raise RuntimeError whenknu2002-11-271-1/+11
* * ext/digest/test.rb: Switch from RUnit to Test::Unit.knu2002-11-271-0/+4
* * ext/syslog/syslog.c: Fix a problem where Syslog#ident was notknu2002-11-271-0/+5
* * ext/syslog/test.rb: Switch from RUnit to Test::Unit.knu2002-11-271-0/+7
* commit missnobu2002-11-261-0/+1
* * error.c (exit_initialize): add SystemExit#initialize to setnobu2002-11-261-0/+11
* * ext/extmk.rb (extmake): return true if not dynamic and not static.eban2002-11-251-0/+4
* typofix.eban2002-11-241-1/+1