aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * observer.rb: raise NoMethodError instead of NameError. [ruby-dev:18788]nahi2002-11-141-0/+8
* * configure.in (LIBRUBY_A): append -static. [ruby-dev:18689]nobu2002-11-141-0/+25
* * math.c (math_acos): check errno after operation. ditto formatz2002-11-141-0/+17
* * configure.in (DLDFLAGS): removed -Wl,-no-undefined tonobu2002-11-131-0/+10
* * lib/set.rb: retire contain?() and add superset?(),knu2002-11-091-0/+12
* * ext/tcltklib/stubs.c: should include "util.h" for ruby_strdup.eban2002-11-091-0/+4
* * eval.c: remove ENABLE_TRACE/DISABLE_TRACE to trace child nodes of c-call.nahi2002-11-091-0/+5
* * class.c (rb_define_method): do not set NOEX_CFUNC if klass ismatz2002-11-071-0/+13
* * eval.c (rb_yield_0): should enable trace for non-cfunc nodes.nobu2002-11-071-0/+8
* * ext/extmk.rb: Properly pass the given target toknu2002-11-041-0/+5
* * instruby.rb, lib/mkmf.rb: use CONFIG["ENABLE_SHARED"] instead ofusa2002-11-041-0/+5
* * Makefile.in, ext/extmk.rb, bcc32/Makefile.sub,knu2002-11-031-0/+10
* * lib/getopts.rb: Do not choke on characters that cannot be usedknu2002-11-031-0/+6
* * object.c (Init_Object): added Object#object_id, new name formatz2002-11-031-0/+26
* * eval.c (rb_mod_public_method_defined, etc.): new methods:matz2002-10-301-0/+15