diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-08 19:48:22 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-08 19:48:22 +0000 |
| commit | 3703431b51638c30ed1dd2212cbc22c89c919720 (patch) | |
| tree | f084295d54e2b3a460049daa1cbe0b3034fe2c27 /ChangeLog | |
| parent | 6c5f7c4466c58ffbe30389361d568eb01226026c (diff) | |
* Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.
* mkconfig.rb, ext/extmk.rb, lib/mkmf.rb, win32/mkexports.rb: suppress
warnings with $VERBOSE.
* win32/resource.rb: only file which has more than one icon is DLL.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10891 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Sat Sep 9 04:47:45 2006 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT. + + * mkconfig.rb, ext/extmk.rb, lib/mkmf.rb, win32/mkexports.rb: suppress + warnings with $VERBOSE. + + * win32/resource.rb: only file which has more than one icon is DLL. + Fri Sep 8 16:53:30 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * string.c (str_alloc): should allocate a String object, even when |
