diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-01-09 09:31:56 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-01-09 09:31:56 (GMT) |
commit | 773be5c7cba11251f374ffc4e6f22fa0c4723d66 (patch) | |
tree | b7c1e1fb54a4abe20d79b321f797eae76deb7fe1 /ChangeLog | |
parent | 4bed36bc88a7a23c21a62e7c06c0c57fa33c119a (diff) | |
download | tcl-773be5c7cba11251f374ffc4e6f22fa0c4723d66.zip tcl-773be5c7cba11251f374ffc4e6f22fa0c4723d66.tar.gz tcl-773be5c7cba11251f374ffc4e6f22fa0c4723d66.tar.bz2 |
Minor cleanup to stop exporting functions that do not need to be. [Bug 971336]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2006-01-09 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> + + * generic/tclTrace.c: Stop exporting the guts of the trace command; + nothing outside this file needs to see it. [Bug 971336] + 2006-01-05 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> * unix/tcl.m4 (TCL_CONFIG_SYSTEM): Factor out the code to determine |