summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2006-09-11 16:07:33 (GMT)
committerdas <das>2006-09-11 16:07:33 (GMT)
commitad8aeba0b955f4ef91b01f4896482e5cef5532f6 (patch)
tree93b1cc183211213f8f99b5841b5f6f08931c1e78 /ChangeLog
parent9c2d87aa5563ee02a93a344d07a2d5b7e2837137 (diff)
downloadtcl-ad8aeba0b955f4ef91b01f4896482e5cef5532f6.zip
tcl-ad8aeba0b955f4ef91b01f4896482e5cef5532f6.tar.gz
tcl-ad8aeba0b955f4ef91b01f4896482e5cef5532f6.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 75e133d..9ffa5a9 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-11 Andreas Kupries <andreask@activestate.com>
* tests/msgcat.test: Bumped version in auxiliary files as well.