diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Tue Feb 24 19:01:05 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * common.mk (main): split from exts and makes main program after + building exts with miniruby, to get rid of overwriting running + program. [ruby-core:22339] + + * Makefile.in, win32/Makefile.sub (RUNCMD, MKMAIN_CMD): macros to + run script file. + + * ext/extmk.rb (parse_args): added --command-output option which + creates script file to make main program. + Tue Feb 24 17:58:07 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * common.mk (ripper.c): exec can't work on Windows. |
