| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 2002-11-07 | nobu | 2002-11-07 | 1 | -2/+2 |
| * | * eval.c (rb_yield_0): should enable trace for non-cfunc nodes. | nobu | 2002-11-07 | 2 | -4/+13 |
| * | fixed rb_ary2cary() to convert nil. | ttate | 2002-11-05 | 1 | -0/+2 |
| * | * ext/extmk.rb: Properly pass the given target to | knu | 2002-11-04 | 2 | -0/+6 |
| * | * instruby.rb, lib/mkmf.rb: use CONFIG["ENABLE_SHARED"] instead of | usa | 2002-11-04 | 3 | -2/+7 |
| * | Fix a bogon in the last commit. (reported by WATANABE Tetsuya in | knu | 2002-11-03 | 1 | -2/+1 |
| * | * Makefile.in, ext/extmk.rb, bcc32/Makefile.sub, | knu | 2002-11-03 | 5 | -27/+40 |
| * | * lib/getopts.rb: Do not choke on characters that cannot be used | knu | 2002-11-03 | 2 | -2/+16 |
| * | * object.c (Init_Object): added Object#object_id, new name for | matz | 2002-11-03 | 10 | -166/+173 |
| * | 2002-10-30 | knu | 2002-11-01 | 1 | -2/+2 |
| * | Bugfix for Importable::callback. | ttate | 2002-10-31 | 1 | -2/+2 |
| * | * eval.c (rb_mod_public_method_defined, etc.): new methods: | matz | 2002-10-30 | 6 | -10/+124 |
| * | * eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c, | knu | 2002-10-29 | 10 | -26/+32 |
| * | 2002-10-29 | nobu | 2002-10-29 | 1 | -2/+2 |
| * | * eval.c (error_print, rb_longjmp, rb_thread_schedule): flush | nobu | 2002-10-29 | 3 | -8/+39 |
| * | * ext/extmk.rb (extmake): use dummy_makefile to create dummy | nobu | 2002-10-28 | 3 | -67/+68 |
| * | * djgpp/config.sed (@program_transform_name@): use `%', not `,'. | eban | 2002-10-27 | 2 | -1/+5 |
| * | ChangeLog: commit miss. | eban | 2002-10-27 | 1 | -0/+9 |
| * | ext/extmk.rb(78) : The unnecessary error when installing by bccwin32 is cont... | H_Konishi | 2002-10-27 | 3 | -1/+11 |
| * | * djgpp/*: sync with the latest. | eban | 2002-10-27 | 7 | -78/+132 |
| * | 2002-10-27 | eban | 2002-10-27 | 1 | -2/+2 |
| * | * moved a blank line. | nobu | 2002-10-27 | 1 | -1/+1 |
| * | * fixed generator script name. | nobu | 2002-10-27 | 1 | -3/+4 |
| * | * node.h (nd_type): cast the value to int. | knu | 2002-10-26 | 2 | -1/+5 |
| * | 2002-10-26 | knu | 2002-10-25 | 1 | -2/+2 |
| * | * ext/dbm/dbm.c (fdbm_indexes, fdbm_select): add a missing | knu | 2002-10-25 | 3 | -4/+12 |
| * | * eval.c, gc.c: adopt a common set of alloca() #ifdef's. This | knu | 2002-10-25 | 3 | -15/+31 |
| * | * ChangeLog: add ML ref. | aamine | 2002-10-24 | 1 | -0/+1 |
| * | * string.c (rb_str_split_m): RSTRING(str)->ptr might become NULL. | aamine | 2002-10-24 | 2 | -1/+9 |
| * | 2002-10-24 | nobu | 2002-10-24 | 1 | -2/+2 |
| * | * configure.in (LIBPATHFLAG): avoid $ substitution. | nobu | 2002-10-24 | 5 | -10/+18 |
| * | * bcc32/Makefile.sub (.rc.res): directory part may be empty in Borland make. | nobu | 2002-10-24 | 2 | -1/+6 |
| * | * lib/mkmf.rb (create_makefile): site-install target for backward compatibility. | nobu | 2002-10-23 | 2 | -5/+6 |
| * | * lib/mkmf.rb (init_mkmf): libdir prior to topdir. | nobu | 2002-10-23 | 2 | -1/+5 |
| * | * configure.in (LIBPATHFLAG): should escape $. [ruby-dev:18572] | nobu | 2002-10-23 | 4 | -4/+16 |
| * | 2002-10-23 | nobu | 2002-10-23 | 1 | -2/+2 |
| * | * eval.c (rb_eval): added NODE_DSYM, symbol literal with | nobu | 2002-10-23 | 8 | -9/+103 |
| * | README.EXT: grammer updates by Simon Cozens. | matz | 2002-10-23 | 2 | -167/+170 |
| * | * lib/mkmf.rb (init_mkmf): add dir_config("opt"). | eban | 2002-10-22 | 2 | -1/+6 |
| * | *bcc32/configure.bat : The command line when calling setup.mak is corrected. | H_Konishi | 2002-10-22 | 3 | -7/+16 |
| * | * ext/extmk.rb (extmake): add install: target to dummy Makefile. | nobu | 2002-10-22 | 2 | -2/+4 |
| * | * instruby.rb: add dryrun mode. | nobu | 2002-10-22 | 6 | -81/+130 |
| * | * configure.in (RUBY_CPPOUTFILE): fix cache file bug. | eban | 2002-10-21 | 4 | -15/+17 |
| * | * configure.in (XCFLAGS): CFLAGS to comile ruby itself. | nobu | 2002-10-21 | 4 | -70/+238 |
| * | commit miss | nobu | 2002-10-21 | 1 | -2/+2 |
| * | 2002-10-21 | nobu | 2002-10-21 | 1 | -2/+2 |
| * | * configure.in (XCFLAGS): CFLAGS to comile ruby itself. | nobu | 2002-10-21 | 9 | -1127/+877 |
| * | should raise InvalidComponentError if MAILTO_REGEXP could not match with @opa... | akira | 2002-10-20 | 1 | -2/+3 |
| * | * parse.y (value_expr0): allow return/break/next/redo/retry in rhs | nobu | 2002-10-18 | 3 | -7/+40 |
| * | * hash.c, eval.c: Use (*_NSGetEnviron()) instead of environ on | knu | 2002-10-17 | 4 | -7/+28 |