aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * dln.c: devert and add the MAXPATHLEN definition on mswin32/mingw32.eban2002-11-241-0/+4
* * dln.c: move the MAXPATHLEN definition in front.eban2002-11-241-0/+4
* * sprintf.c (rb_f_sprintf): preceding ".." for negativematz2002-11-221-0/+9
* * instruby.rb: Install batch files on Windows. [Submitted by usa]knu2002-11-221-0/+4
* * eval.c (rb_add_method): node may be NULL.matz2002-11-221-0/+4
* * file.c (rb_find_file_ext): should not terminate searching withmatz2002-11-221-0/+34
* * lib/net/smtp.rb: changes coding style.aamine2002-11-211-1/+9
* * lib/net/http.rb: unify coding style.aamine2002-11-211-0/+4
* sorry, conflicts in ChangeLog is now resolved.aamine2002-11-211-1/+0
* modify ChangeLog.aamine2002-11-211-0/+11
* * array.c (rb_ary_zip): iterates over items in the receiver.matz2002-11-191-0/+10
* * instruby.rb: Do not install various working files under bin/.knu2002-11-181-0/+4
* * instruby.rb: not rewrite installed scripts when dry-run mode.nobu2002-11-181-0/+7
* * instruby.rb: Rewrite installed scripts' shebang lines.knu2002-11-181-0/+6
* * bin/irb: Moved from sample/irb.rb.knu2002-11-181-0/+7
* * lib/tempfile.rb: Make this libary thread safe.knu2002-11-171-0/+15
* * parse.y (dsym): garbage returned. (ruby-bugs-ja:PR#358)nobu2002-11-171-0/+4
* * profile.rb: illegal use of Array#sort!. replaced it with non-bangnahi2002-11-141-0/+3