summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-11-07* eval.c (rb_yield_0): should enable trace for non-cfunc nodes.nobu
2002-11-05fixed rb_ary2cary() to convert nil.ttate
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-03Fix a bogon in the last commit. (reported by WATANABE Tetsuya inknu
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-11-012002-10-30knu
2002-10-31Bugfix for Importable::callback.ttate
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-292002-10-29nobu
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-27* djgpp/*: sync with the latest.eban
2002-10-272002-10-27eban
2002-10-27* moved a blank line.nobu
2002-10-27* fixed generator script name.nobu
2002-10-26* node.h (nd_type): cast the value to int.knu
2002-10-252002-10-26knu
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-242002-10-24nobu
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-232002-10-23nobu
2002-10-23* eval.c (rb_eval): added NODE_DSYM, symbol literal withnobu
2002-10-23README.EXT: grammer updates by Simon Cozens.matz
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-21commit missnobu
2002-10-212002-10-21nobu
2002-10-21* configure.in (XCFLAGS): CFLAGS to comile ruby itself.nobu
2002-10-20should raise InvalidComponentError if MAILTO_REGEXP could not match with @opa...akira
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* win32ole.c(EVENTSINK_Invoke): set pvarResult.suke