summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2006-09-11 16:07:45 (GMT)
committerdas <das>2006-09-11 16:07:45 (GMT)
commit8d99601d912475971e7917474d8f91e296cbe61d (patch)
treea5b3cede57d24d3d5c36ec82a143b25f3ace5fb2 /ChangeLog
parent1c914ad12679266645ff82e5a16603fa842ad2e0 (diff)
downloadtcl-8d99601d912475971e7917474d8f91e296cbe61d.zip
tcl-8d99601d912475971e7917474d8f91e296cbe61d.tar.gz
tcl-8d99601d912475971e7917474d8f91e296cbe61d.tar.bz2
* unix/tclUnixCompat.c: make compatLock static and only declare it when
it will actually be used; #ifdef parts of TSD that are not always needed; adjust #ifdefs to cover all possible cases; fix whitespace.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b4e4ed..4018e96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-09-11 Daniel Steffen <das@users.sourceforge.net>
+
+ * unix/tclUnixCompat.c: make compatLock static and only declare it when
+ it will actually be used; #ifdef parts of TSD that are not always
+ needed; adjust #ifdefs to cover all possible cases; fix whitespace.
+
2006-09-10 Don Porter <dgp@users.sourceforge.net>
* library/msgcat/msgcat.tcl: Bump to version msgcat 1.3.4 to account