diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-11-04 19:37:57 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-11-04 19:37:57 (GMT) |
commit | 60960f3a10929968b97a427fd1ce508fbf1b2eea (patch) | |
tree | 0d4601edd048c659ebf68c03518dbd5378024107 /ChangeLog | |
parent | f30e4208875db88eacedeabb363d94c5dbcc32ce (diff) | |
download | tcl-60960f3a10929968b97a427fd1ce508fbf1b2eea.zip tcl-60960f3a10929968b97a427fd1ce508fbf1b2eea.tar.gz tcl-60960f3a10929968b97a427fd1ce508fbf1b2eea.tar.bz2 |
Bug 1263012
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-11-04 Kevin Kenny <kennykb@acm.org> + + * tools/findBadExternals.tcl: Added this script, which locates + external symbols that do not begin with 'Tcl' or 'tcl' and hence + might be in conflict with other link libraries. Thanks to George + Peter Staplin for the idea and the initial version of the script. + 2005-11-04 Miguel Sofer <msofer@users.sf.net> * generic/tclInt.h: |