aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * ostruct.rb: keep NoMethodError message with Ruby itself.nahi2002-11-151-1/+1
* * profile.rb: illegal use of Array#sort!. replaced it with non-bangnahi2002-11-142-1/+5
* * observer.rb: raise NoMethodError instead of NameError. [ruby-dev:18788]nahi2002-11-143-3/+11
* 2002-11-14nobu2002-11-141-2/+2
* * configure.in (LIBRUBY_A): append -static. [ruby-dev:18689]nobu2002-11-149-27/+80
* * math.c (math_acos): check errno after operation. ditto formatz2002-11-149-97/+112
* 2002-11-13nobu2002-11-131-2/+2
* * configure.in (DLDFLAGS): removed -Wl,-no-undefined tonobu2002-11-133-3/+17
* * lib/set.rb: retire contain?() and add superset?(),knu2002-11-092-17/+140
* DEBUGGER__::Context::debug_print_help: Typo fix of help message.nahi2002-11-091-1/+1
* * ext/tcltklib/stubs.c: should include "util.h" for ruby_strdup.eban2002-11-092-0/+5
* * eval.c: remove ENABLE_TRACE/DISABLE_TRACE to trace child nodes of c-call.nahi2002-11-092-14/+5
* * parse.y: back out an unintended change in the syntax.matz2002-11-071-4/+0
* * class.c (rb_define_method): do not set NOEX_CFUNC if klass ismatz2002-11-079-22/+48
* Get rid of ineffective symbols, lines, constants and so on.ttate2002-11-077-157/+143
* 2002-11-07nobu2002-11-071-2/+2
* * eval.c (rb_yield_0): should enable trace for non-cfunc nodes.nobu2002-11-072-4/+13
* fixed rb_ary2cary() to convert nil.ttate2002-11-051-0/+2
* * ext/extmk.rb: Properly pass the given target toknu2002-11-042-0/+6
* * instruby.rb, lib/mkmf.rb: use CONFIG["ENABLE_SHARED"] instead ofusa2002-11-043-2/+7
* Fix a bogon in the last commit. (reported by WATANABE Tetsuya inknu2002-11-031-2/+1
* * Makefile.in, ext/extmk.rb, bcc32/Makefile.sub,knu2002-11-035-27/+40
* * lib/getopts.rb: Do not choke on characters that cannot be usedknu2002-11-032-2/+16
* * object.c (Init_Object): added Object#object_id, new name formatz2002-11-0310-166/+173
* 2002-10-30knu2002-11-011-2/+2
* Bugfix for Importable::callback.ttate2002-10-311-2/+2
* * eval.c (rb_mod_public_method_defined, etc.): new methods:matz2002-10-306-10/+124
* * eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c,knu2002-10-2910-26/+32
* 2002-10-29nobu2002-10-291-2/+2
* * eval.c (error_print, rb_longjmp, rb_thread_schedule): flushnobu2002-10-293-8/+39
* * ext/extmk.rb (extmake): use dummy_makefile to create dummynobu2002-10-283-67/+68
* * djgpp/config.sed (@program_transform_name@): use `%', not `,'.eban2002-10-272-1/+5
* ChangeLog: commit miss.eban2002-10-271-0/+9
* ext/extmk.rb(78) : The unnecessary error when installing by bccwin32 is cont...H_Konishi2002-10-273-1/+11
* * djgpp/*: sync with the latest.eban2002-10-277-78/+132
* 2002-10-27eban2002-10-271-2/+2
* * moved a blank line.nobu2002-10-271-1/+1
* * fixed generator script name.nobu2002-10-271-3/+4
* * node.h (nd_type): cast the value to int.knu2002-10-262-1/+5
* 2002-10-26knu2002-10-251-2/+2
* * ext/dbm/dbm.c (fdbm_indexes, fdbm_select): add a missingknu2002-10-253-4/+12
* * eval.c, gc.c: adopt a common set of alloca() #ifdef's. Thisknu2002-10-253-15/+31
* * ChangeLog: add ML ref.aamine2002-10-241-0/+1
* * string.c (rb_str_split_m): RSTRING(str)->ptr might become NULL.aamine2002-10-242-1/+9
* 2002-10-24nobu2002-10-241-2/+2
* * configure.in (LIBPATHFLAG): avoid $ substitution.nobu2002-10-245-10/+18
* * bcc32/Makefile.sub (.rc.res): directory part may be empty in Borland make.nobu2002-10-242-1/+6
* * lib/mkmf.rb (create_makefile): site-install target for backward compatibility.nobu2002-10-232-5/+6
* * lib/mkmf.rb (init_mkmf): libdir prior to topdir.nobu2002-10-232-1/+5
* * configure.in (LIBPATHFLAG): should escape $. [ruby-dev:18572]nobu2002-10-234-4/+16