diff options
author | das <das> | 2006-10-31 22:24:39 (GMT) |
---|---|---|
committer | das <das> | 2006-10-31 22:24:39 (GMT) |
commit | 37387d61ef7f0429d0fc459901850838b6935f0d (patch) | |
tree | e1661ef8b0037e50d49ad1516252af0d65c3d699 /ChangeLog | |
parent | f2bac5b1bba338e3beb5b199a8126d4e838b6d82 (diff) | |
download | tcl-37387d61ef7f0429d0fc459901850838b6935f0d.zip tcl-37387d61ef7f0429d0fc459901850838b6935f0d.tar.gz tcl-37387d61ef7f0429d0fc459901850838b6935f0d.tar.bz2 |
* unix/tclUnixPort.h: ensure MODULE_SCOPE is defined before use, so
that tclPort.h can once again be included without tclInt.h.
* generic/tclEnv.c (Darwin): mark _environ symbol as unexported
even when MODULE_SCOPE != __private_extern__.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2006-11-01 Daniel Steffen <das@users.sourceforge.net> + + * unix/tclUnixPort.h: ensure MODULE_SCOPE is defined before use, so + that tclPort.h can once again be included without tclInt.h. + + * generic/tclEnv.c (Darwin): mark _environ symbol as unexported + even when MODULE_SCOPE != __private_extern__. + 2006-10-31 Don Porter <dgp@users.sourceforge.net> * generic/tclBasic.c: Refactored and renamed the routines |