diff options
author | das <das> | 2006-09-11 16:07:33 (GMT) |
---|---|---|
committer | das <das> | 2006-09-11 16:07:33 (GMT) |
commit | ad8aeba0b955f4ef91b01f4896482e5cef5532f6 (patch) | |
tree | 93b1cc183211213f8f99b5841b5f6f08931c1e78 /ChangeLog | |
parent | 9c2d87aa5563ee02a93a344d07a2d5b7e2837137 (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |