diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-05 02:15:27 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-05 02:15:27 +0000 |
| commit | 17ef4c5516616579842f789a4dc2a8114b8b7ea6 (patch) | |
| tree | cb6559ebaafb1f4c6517afa866896b7292f40b5a /ChangeLog | |
| parent | 9013ea692a9046d91963ebac397a5a92498ad446 (diff) | |
| download | ruby-17ef4c5516616579842f789a4dc2a8114b8b7ea6.tar.gz ruby-17ef4c5516616579842f789a4dc2a8114b8b7ea6.tar.xz ruby-17ef4c5516616579842f789a4dc2a8114b8b7ea6.zip | |
* string.c: add #include "version.h". this file still depends on it.
* Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub,
wince/Makefile.sub: add version.h dependency to string.c.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4900 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Wed Nov 5 11:13:32 2003 NAKAMURA Usaku <usa@ruby-lang.org> + + * string.c: add #include "version.h". this file still depends on it. + + * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, + wince/Makefile.sub: add version.h dependency to string.c. + Wed Nov 5 09:14:23 2003 Shugo Maeda <shugo@ruby-lang.org> * lib/monitor.rb: revert to the previous revision. |
