summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 2002-10-23nobu2002-10-231-2/+2
* * eval.c (rb_eval): added NODE_DSYM, symbol literal withnobu2002-10-238-9/+103
* README.EXT: grammer updates by Simon Cozens.matz2002-10-232-167/+170
* * lib/mkmf.rb (init_mkmf): add dir_config("opt").eban2002-10-222-1/+6
* *bcc32/configure.bat : The command line when calling setup.mak is corrected.H_Konishi2002-10-223-7/+16
* * ext/extmk.rb (extmake): add install: target to dummy Makefile.nobu2002-10-222-2/+4
* * instruby.rb: add dryrun mode.nobu2002-10-226-81/+130
* * configure.in (RUBY_CPPOUTFILE): fix cache file bug.eban2002-10-214-15/+17
* * configure.in (XCFLAGS): CFLAGS to comile ruby itself.nobu2002-10-214-70/+238
* commit missnobu2002-10-211-2/+2
* 2002-10-21nobu2002-10-211-2/+2
* * configure.in (XCFLAGS): CFLAGS to comile ruby itself.nobu2002-10-219-1127/+877
* should raise InvalidComponentError if MAILTO_REGEXP could not match with @opa...akira2002-10-201-2/+3
* * parse.y (value_expr0): allow return/break/next/redo/retry in rhsnobu2002-10-183-7/+40
* * hash.c, eval.c: Use (*_NSGetEnviron()) instead of environ onknu2002-10-174-7/+28