diff options
author | dgp <dgp@users.sourceforge.net> | 2004-06-11 20:25:20 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-06-11 20:25:20 (GMT) |
commit | 4ddc6442ba71c437f4b4bfb3c8ecff5b908b0957 (patch) | |
tree | 450a3d204cc0fc05f023f7a3c5a856fca846f21a /ChangeLog | |
parent | 3523cf7b7735207f9575d847269dfa4b3278a8d3 (diff) | |
download | tcl-4ddc6442ba71c437f4b4bfb3c8ecff5b908b0957.zip tcl-4ddc6442ba71c437f4b4bfb3c8ecff5b908b0957.tar.gz tcl-4ddc6442ba71c437f4b4bfb3c8ecff5b908b0957.tar.bz2 |
* unix/configure.in: Updated TCL_PACKAGE_PATH value to
* win/configure.in: handle --libdir configuration.
* unix/configure.in: autoconf-2.57
* win/configure.in:
* generic/tclBasic.c (Tcl_CreateInterp): Moved call to
TclInitEmbeddedConfigurationInformation() earlier in
Tcl_CreateInterp() so that other parts of interp creation
and initialization may access and use the config values.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2004-06-11 Don Porter <dgp@users.sourceforge.net> + + * unix/configure.in: Updated TCL_PACKAGE_PATH value to + * win/configure.in: handle --libdir configuration. + + * unix/configure.in: autoconf-2.57 + * win/configure.in: + + * generic/tclBasic.c (Tcl_CreateInterp): Moved call to + TclInitEmbeddedConfigurationInformation() earlier in + Tcl_CreateInterp() so that other parts of interp creation + and initialization may access and use the config values. + 2004-06-11 Kevin Kenny <kennykb@acm.org> * win/tclAppInit.c: Restored the 'setargv' procedure when |