summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2002-11-25* ext/extmk.rb (extmake): return true if not dynamic and not static.eban
2002-11-24typofix.eban
2002-11-24* dln.c: devert and add the MAXPATHLEN definition on mswin32/mingw32.eban
2002-11-24* dln.c: move the MAXPATHLEN definition in front.eban
2002-11-22* sprintf.c (rb_f_sprintf): preceding ".." for negativematz
2002-11-22* instruby.rb: Install batch files on Windows. [Submitted by usa]knu
2002-11-22* eval.c (rb_add_method): node may be NULL.matz
2002-11-22* file.c (rb_find_file_ext): should not terminate searching withmatz
2002-11-21* lib/net/smtp.rb: changes coding style.aamine
2002-11-21* lib/net/http.rb: unify coding style.aamine
2002-11-21sorry, conflicts in ChangeLog is now resolved.aamine
2002-11-21modify ChangeLog.aamine
2002-11-19* array.c (rb_ary_zip): iterates over items in the receiver.matz
2002-11-18* instruby.rb: Do not install various working files under bin/.knu
2002-11-18* instruby.rb: not rewrite installed scripts when dry-run mode.nobu
2002-11-18* instruby.rb: Rewrite installed scripts' shebang lines.knu
2002-11-18* bin/irb: Moved from sample/irb.rb.knu
2002-11-17* lib/tempfile.rb: Make this libary thread safe.knu
2002-11-17* parse.y (dsym): garbage returned. (ruby-bugs-ja:PR#358)nobu
2002-11-14* profile.rb: illegal use of Array#sort!. replaced it with non-bangnahi
2002-11-14* observer.rb: raise NoMethodError instead of NameError. [ruby-dev:18788]nahi
2002-11-14* configure.in (LIBRUBY_A): append -static. [ruby-dev:18689]nobu
2002-11-14* math.c (math_acos): check errno after operation. ditto formatz
2002-11-13 * configure.in (DLDFLAGS): removed -Wl,-no-undefined tonobu
2002-11-09* lib/set.rb: retire contain?() and add superset?(),knu
2002-11-09* ext/tcltklib/stubs.c: should include "util.h" for ruby_strdup.eban
2002-11-09* eval.c: remove ENABLE_TRACE/DISABLE_TRACE to trace child nodes of c-call.nahi
2002-11-07* class.c (rb_define_method): do not set NOEX_CFUNC if klass ismatz