diff options
| author | davygrvy@pobox.com <davygrvy> | 2002-06-18 00:13:15 (GMT) |
|---|---|---|
| committer | davygrvy@pobox.com <davygrvy> | 2002-06-18 00:13:15 (GMT) |
| commit | c46b80adeecb9a9c8f8ebf3a7b1b85ae81ca0817 (patch) | |
| tree | 298765a3a4d1d5f06b2cb3d168a9e36905591656 | |
| parent | b276170464fdb87161fa8ff8fdd15d7e9e6f37a1 (diff) | |
| download | tcl-c46b80adeecb9a9c8f8ebf3a7b1b85ae81ca0817.zip tcl-c46b80adeecb9a9c8f8ebf3a7b1b85ae81ca0817.tar.gz tcl-c46b80adeecb9a9c8f8ebf3a7b1b85ae81ca0817.tar.bz2 | |
no message
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2002-06-17 David Gravereaux <davygrvy@pobox.com> + + Trims to support the removal of RESOURCE_INCLUDED from rc + scripts from FR #565088. + + * generic/tcl.h: moved the #ifndef RC_INVOKED start block up in + the file. rc scripts don't need to know thread mutexes. + + * win/tcl.rc: + * win/tclsh.rc: removed the #define RESOURCE_INCLUDED to let the + built-in -DRC_INVOKED to the work. + 2002-06-17 Jeff Hobbs <jeffh@ActiveState.com> * doc/CrtTrace.3: Added TIP#62 implementation of command |
