diff options
author | das <das> | 2006-09-11 16:07:45 (GMT) |
---|---|---|
committer | das <das> | 2006-09-11 16:07:45 (GMT) |
commit | 8d99601d912475971e7917474d8f91e296cbe61d (patch) | |
tree | a5b3cede57d24d3d5c36ec82a143b25f3ace5fb2 /ChangeLog | |
parent | 1c914ad12679266645ff82e5a16603fa842ad2e0 (diff) | |
download | tcl-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-- | 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-10 Don Porter <dgp@users.sourceforge.net> * library/msgcat/msgcat.tcl: Bump to version msgcat 1.3.4 to account |