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)
commit5060b1b6e47c15e8076455f4aa5bf5b79dfcc052 (patch)
treea5b3cede57d24d3d5c36ec82a143b25f3ace5fb2 /ChangeLog
parent81912ab7f64fedc64e5d3b1909c1160ba383244b (diff)
downloadtcl-5060b1b6e47c15e8076455f4aa5bf5b79dfcc052.zip
tcl-5060b1b6e47c15e8076455f4aa5bf5b79dfcc052.tar.gz
tcl-5060b1b6e47c15e8076455f4aa5bf5b79dfcc052.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