diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-01-31 04:17:23 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-01-31 04:17:23 +0000 |
| commit | 5d502653a4d1d794683f622de69fcb0977645bf3 (patch) | |
| tree | 5cdb0db171e332b0c995d2ceec0a065bf731bea1 /ChangeLog | |
| parent | 2d87cac00b822a84f05e5be469bd94ede82027bd (diff) | |
| download | ruby-5d502653a4d1d794683f622de69fcb0977645bf3.tar.gz ruby-5d502653a4d1d794683f622de69fcb0977645bf3.tar.xz ruby-5d502653a4d1d794683f622de69fcb0977645bf3.zip | |
* ext/tk/extconf.rb: add tkutil configuration step (remove old schema)
* ext/tk/depend: remove the information of tkutil
* ext/tk/make-tkutil: sub-part of Makefile to compile tkutil
* ext/tk/tkutil/tkutil.c: move tkutil.c to subdirectory
* ext/tk/tkutil/subconf.rb: configuration file for tkutil.c
* ext/tk/tkutil/depend: ditto
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +Mon Jan 31 13:16:39 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> + + * ext/tk/extconf.rb: add tkutil configuration step (remove old schema) + + * ext/tk/depend: remove the information of tkutil + + * ext/tk/make-tkutil: sub-part of Makefile to compile tkutil + + * ext/tk/tkutil/tkutil.c: move tkutil.c to subdirectory + + * ext/tk/tkutil/subconf.rb: configuration file for tkutil.c + + * ext/tk/tkutil/depend: ditto + Mon Jan 31 13:13:35 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> * ext/tk/tcltklib.c: add invalid namespace check |
