summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2002-11-07* eval.c (rb_yield_0): should enable trace for non-cfunc nodes.nobu
2002-11-04* ext/extmk.rb: Properly pass the given target toknu
2002-11-04* instruby.rb, lib/mkmf.rb: use CONFIG["ENABLE_SHARED"] instead ofusa
2002-11-03* Makefile.in, ext/extmk.rb, bcc32/Makefile.sub,knu
2002-11-03* lib/getopts.rb: Do not choke on characters that cannot be usedknu
2002-11-03* object.c (Init_Object): added Object#object_id, new name formatz
2002-10-30* eval.c (rb_mod_public_method_defined, etc.): new methods:matz
2002-10-29* eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c,knu
2002-10-29 * eval.c (error_print, rb_longjmp, rb_thread_schedule): flushnobu
2002-10-28* ext/extmk.rb (extmake): use dummy_makefile to create dummynobu
2002-10-27* djgpp/config.sed (@program_transform_name@): use `%', not `,'.eban
2002-10-27ChangeLog: commit miss.eban
2002-10-27ext/extmk.rb(78) : The unnecessary error when installing by bccwin32 is cont...H_Konishi
2002-10-26* node.h (nd_type): cast the value to int.knu
2002-10-25* ext/dbm/dbm.c (fdbm_indexes, fdbm_select): add a missingknu
2002-10-25* eval.c, gc.c: adopt a common set of alloca() #ifdef's. Thisknu
2002-10-24* ChangeLog: add ML ref.aamine