diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-06-14 22:14:10 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-06-14 22:14:10 (GMT) |
commit | 03240b4f85d9b18d711fef7da7ab2a15ef29b78f (patch) | |
tree | daccbc98573e8d46b7efa571a0a86011481488d0 /ChangeLog | |
parent | 4f6c1156ca6d0c293d79869f95146601c83c6666 (diff) | |
download | tcl-03240b4f85d9b18d711fef7da7ab2a15ef29b78f.zip tcl-03240b4f85d9b18d711fef7da7ab2a15ef29b78f.tar.gz tcl-03240b4f85d9b18d711fef7da7ab2a15ef29b78f.tar.bz2 |
* win/Makefile.in: Corrected compilation flags for tclPkgConfig.c
so that it doesn't require Stubs.
* generic/tclBasic.c (Tcl_CreateInterp): Removed comment stating
that TclInitEmbeddedConfigurationInformation needs Stubs; with the
change above, the comment is now erroneous.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-06-14 Kevin Kenny <kennykb@acm.org> + + * win/Makefile.in: Corrected compilation flags for tclPkgConfig.c + so that it doesn't require Stubs. + * generic/tclBasic.c (Tcl_CreateInterp): Removed comment stating + that TclInitEmbeddedConfigurationInformation needs Stubs; with the + change above, the comment is now erroneous. + 2004-06-11 Don Porter <dgp@users.sourceforge.net> * doc/Encoding.3: Removed bogus claims about tcl_libPath. |