summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorstanton <stanton>1998-12-10 00:49:42 (GMT)
committerstanton <stanton>1998-12-10 00:49:42 (GMT)
commit5460711e37dd71c7c401fab8115b0bacaff48eb4 (patch)
tree307a9686fc66183d3d96cda3690353f5c9ebc05e /ChangeLog
parent6a46f40c6dc0c7872baeb5e893c00aead324acf9 (diff)
downloadtcl-5460711e37dd71c7c401fab8115b0bacaff48eb4.zip
tcl-5460711e37dd71c7c401fab8115b0bacaff48eb4.tar.gz
tcl-5460711e37dd71c7c401fab8115b0bacaff48eb4.tar.bz2
release lint
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 77486cd..8c54f12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -109,7 +109,7 @@
the notifier thread. [Bug: 607]
* unix/tclUnixFCmd.c (GetPermissionsAttribute): Increase size of
- returnString buffer to avoid overflow.
+ returnString buffer to avoid overflow. [Bug: 584]
* generic/tclThreadTest.c (TclThreadSend): Fixed memory leak due
to use of TCL_VOLATILE instead of TCL_DYNAMIC.