diff options
author | das <das> | 2002-04-23 14:26:42 (GMT) |
---|---|---|
committer | das <das> | 2002-04-23 14:26:42 (GMT) |
commit | bf47097699f7f908f97e75a28b1b8d0817ed7bae (patch) | |
tree | 82d6e32c48f36ead2e1580bd4d2fe9df8735e6b0 /ChangeLog | |
parent | a13b5bf716e263f9ee86ac98db52f9e26550fd47 (diff) | |
download | tcl-bf47097699f7f908f97e75a28b1b8d0817ed7bae.zip tcl-bf47097699f7f908f97e75a28b1b8d0817ed7bae.tar.gz tcl-bf47097699f7f908f97e75a28b1b8d0817ed7bae.tar.bz2 |
* mac/tclMacResource.r: added check of
TCLTK_NO_LIBRARY_TEXT_RESOURCES #define to allow disabling the
inclusion of the tcl library code in the resource fork of Tcl
executables and shared libraries.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2002-04-24 Daniel Steffen <das@users.sourceforge.net> + + * mac/tclMacResource.r: added check of + TCLTK_NO_LIBRARY_TEXT_RESOURCES #define to allow disabling the + inclusion of the tcl library code in the resource fork of Tcl + executables and shared libraries. + 2002-04-23 Donal K. Fellows <fellowsd@cs.man.ac.uk> * doc/TraceCmd.3: New file that documents Tcl_CommandTraceInfo, |