aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c,knu2002-10-291-0/+6
* * eval.c (error_print, rb_longjmp, rb_thread_schedule): flushnobu2002-10-291-0/+13
* * ext/extmk.rb (extmake): use dummy_makefile to create dummynobu2002-10-281-0/+15
* * djgpp/config.sed (@program_transform_name@): use `%', not `,'.eban2002-10-271-0/+4
* ChangeLog: commit miss.eban2002-10-271-0/+9
* ext/extmk.rb(78) : The unnecessary error when installing by bccwin32 is cont...H_Konishi2002-10-271-0/+7
* * node.h (nd_type): cast the value to int.knu2002-10-261-0/+4
* * ext/dbm/dbm.c (fdbm_indexes, fdbm_select): add a missingknu2002-10-251-0/+8
* * eval.c, gc.c: adopt a common set of alloca() #ifdef's. Thisknu2002-10-251-0/+8
* * ChangeLog: add ML ref.aamine2002-10-241-0/+1
* * string.c (rb_str_split_m): RSTRING(str)->ptr might become NULL.aamine2002-10-241-0/+4
* * configure.in (LIBPATHFLAG): avoid $ substitution.nobu2002-10-241-1/+11
* * bcc32/Makefile.sub (.rc.res): directory part may be empty in Borland make.nobu2002-10-241-0/+5
* * lib/mkmf.rb (create_makefile): site-install target for backward compatibility.nobu2002-10-231-3/+4
* * lib/mkmf.rb (init_mkmf): libdir prior to topdir.nobu2002-10-231-0/+4
* * configure.in (LIBPATHFLAG): should escape $. [ruby-dev:18572]nobu2002-10-231-0/+9
* * eval.c (rb_eval): added NODE_DSYM, symbol literal withnobu2002-10-231-0/+21
* * lib/mkmf.rb (init_mkmf): add dir_config("opt").eban2002-10-221-1/+5
* *bcc32/configure.bat : The command line when calling setup.mak is corrected.H_Konishi2002-10-221-0/+7
* * ext/extmk.rb (extmake): add install: target to dummy Makefile.nobu2002-10-221-1/+3
* * instruby.rb: add dryrun mode.nobu2002-10-221-0/+21
* * configure.in (RUBY_CPPOUTFILE): fix cache file bug.eban2002-10-211-0/+7
* * configure.in (XCFLAGS): CFLAGS to comile ruby itself.nobu2002-10-211-0/+77
* * parse.y (value_expr0): allow return/break/next/redo/retry in rhsnobu2002-10-181-0/+8
* * hash.c, eval.c: Use (*_NSGetEnviron()) instead of environ onknu2002-10-171-0/+9
* * marshal.c (w_byten): added; write n bytes from s to arg.nobu2002-10-171-0/+9
* * object.c (rb_str_to_dbl): RString ptr might be NULL.matz2002-10-171-0/+17
* * lib/fileutils.rb: stat.blksize might become 0/nil.aamine2002-10-171-0/+6
* * sprintf.c (rb_f_sprintf): disallow mixed usage of numbered andnobu2002-10-161-0/+6
* * variable.c (rb_global_entry): not add global entry untilnobu2002-10-161-0/+7