diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-09-05 10:25:54 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-09-05 10:25:54 (GMT) |
commit | 6933a16b87680a7df40757d369a9a6d6a6f333de (patch) | |
tree | dd4f14540ec3eb5ccd507429ef7063ce86a560d7 /ChangeLog | |
parent | b815af54ad0bf8718cfb7884757a5319462f928f (diff) | |
download | tcl-6933a16b87680a7df40757d369a9a6d6a6f333de.zip tcl-6933a16b87680a7df40757d369a9a6d6a6f333de.tar.gz tcl-6933a16b87680a7df40757d369a9a6d6a6f333de.tar.bz2 |
Make symbol static to stop it from being visible outside the Tcl library on
traditional Unix platforms. [Bug 1263012]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-09-05 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * generic/tclObj.c (pendingObjDataKey): Added missing 'static' to stop + symbol from leaking outside the Tcl library. [Bug 1263012] + 2005-09-01 Andreas Kupries <andreask@activestate.com> * unix/tclUnixSock.c (InitializeHostName): Synchronized use of |