summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2002-10-24* string.c (rb_str_split_m): RSTRING(str)->ptr might become NULL.aamine
2002-10-24* configure.in (LIBPATHFLAG): avoid $ substitution.nobu
2002-10-24* bcc32/Makefile.sub (.rc.res): directory part may be empty in Borland make.nobu
2002-10-23* lib/mkmf.rb (create_makefile): site-install target for backward compatibility.nobu
2002-10-23* lib/mkmf.rb (init_mkmf): libdir prior to topdir.nobu
2002-10-23* configure.in (LIBPATHFLAG): should escape $. [ruby-dev:18572]nobu
2002-10-23* eval.c (rb_eval): added NODE_DSYM, symbol literal withnobu
2002-10-22* lib/mkmf.rb (init_mkmf): add dir_config("opt").eban
2002-10-22*bcc32/configure.bat : The command line when calling setup.mak is corrected.H_Konishi
2002-10-22* ext/extmk.rb (extmake): add install: target to dummy Makefile.nobu
2002-10-22* instruby.rb: add dryrun mode.nobu
2002-10-21* configure.in (RUBY_CPPOUTFILE): fix cache file bug.eban
2002-10-21* configure.in (XCFLAGS): CFLAGS to comile ruby itself.nobu
2002-10-18* parse.y (value_expr0): allow return/break/next/redo/retry in rhsnobu
2002-10-17* hash.c, eval.c: Use (*_NSGetEnviron()) instead of environ onknu
2002-10-17* marshal.c (w_byten): added; write n bytes from s to arg.nobu
2002-10-17* object.c (rb_str_to_dbl): RString ptr might be NULL.matz
2002-10-17* lib/fileutils.rb: stat.blksize might become 0/nil.aamine
2002-10-16* sprintf.c (rb_f_sprintf): disallow mixed usage of numbered andnobu
2002-10-16* variable.c (rb_global_entry): not add global entry untilnobu
2002-10-12* win32/win32.c (rb_w32_putc): wrong condition to fill or flush onnobu
2002-10-10* win32/win32.c (rb_w32_fclose, rb_w32_close): use closesocket()nobu