diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-25 09:27:30 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-25 09:27:30 +0000 |
| commit | ad614795fca05b3709b39c06196cca7b1273a8ae (patch) | |
| tree | ee9aead6dcce83d168b8d51c302d436a034ff87c /ChangeLog | |
| parent | 78a4abd28371610b8b8ec75a19178863c38f5cf3 (diff) | |
| download | ruby-ad614795fca05b3709b39c06196cca7b1273a8ae.tar.gz ruby-ad614795fca05b3709b39c06196cca7b1273a8ae.tar.xz ruby-ad614795fca05b3709b39c06196cca7b1273a8ae.zip | |
* common.mk (revision.h): extracts revision number with ``svn info''.
* common.mk (up): target to update from the repository.
* Makefile.in, {win,bcc}32/Makefile.sub (IFCHANGE): tool to update a
file if changed.
* tool/ifchange: for unixen.
* win32/ifchange.bat: some fix
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15234 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Fri Jan 25 18:27:28 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * common.mk (revision.h): extracts revision number with ``svn info''. + + * common.mk (up): target to update from the repository. + + * Makefile.in, {win,bcc}32/Makefile.sub (IFCHANGE): tool to update a + file if changed. + + * tool/ifchange: for unixen. + + * win32/ifchange.bat: some fix + Fri Jan 25 17:12:13 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * ruby.c (load_file): set default to ASCII-8BIT explicitly if -K |
