summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2002-12-20* object.c (Init_Object): should not remove Class#allocate.matz
2002-12-20* parse.y (do_block): split "do" block and tLBRACE_ARG block.matz
2002-12-19* lib/README, lib/cgi/ftplib.rb, lib/telnet.rb: Delete ftplib.rbknu
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-19* numeric.c (num_step): use DBL_EPSILON.matz
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* 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-16* parse.y (nextc): get rid of overrun. (pointed out by akrnobu
2002-12-15* lib/mkmf.rb (init_mkmf): add $(topdir) to $LIBPATH if $extmk.eban
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-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-12* marshal.c (r_object0): singleton class instance can't be loaded. (ruby-bug...nobu
2002-12-11* ext/extmk.rb (create_makefile): -no-undefined -> --no-undefined.eban
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
2002-12-10* sprintf.c (rb_f_sprintf): preceding ".." for negative numbersmatz
2002-12-10* eval.c (mnew): original class of method defined in module shouldnobu
2002-12-04* object.c (copy_object): copy finalizers as well if any.matz
2002-12-02* lib/pp.rb (PP.singleline_pp): new method.akr
2002-12-02* pack.c (utf8_to_uv): added checks for malformed or redundantmatz
2002-12-01* lib/optparse.rb (OptionParser::new): same as OptionParser#on butnobu
2002-12-01* win32/win32.c (rb_w32_stat): empty path is invalid, and returnnobu
2002-11-28* lib/mkmf.rb: Avoid the use of "clean::" in favor of "clean:" inknu
2002-11-27* lib/mkmf.rb: Make sure to dig the destination directory beforeknu
2002-11-27* dln.c (init_funcname_len): remove MAXPATHLEN dependency.matz
2002-11-27* ext/syslog/syslog.c: Cut redundancy.knu
2002-11-27* ext/syslog/test.rb: Syslog.close should raise RuntimeError whenknu
2002-11-27* ext/digest/test.rb: Switch from RUnit to Test::Unit.knu
2002-11-27* ext/syslog/syslog.c: Fix a problem where Syslog#ident was notknu
2002-11-27* ext/syslog/test.rb: Switch from RUnit to Test::Unit.knu
2002-11-26commit missnobu
2002-11-26* error.c (exit_initialize): add SystemExit#initialize to setnobu