summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--generic/tclBasic.c6
-rw-r--r--win/Makefile.in6
3 files changed, 13 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 726cb0b..e4b581b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/generic/tclBasic.c b/generic/tclBasic.c
index 20a46d0..6b9058b 100644
--- a/generic/tclBasic.c
+++ b/generic/tclBasic.c
@@ -13,7 +13,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclBasic.c,v 1.105 2004/06/11 20:25:21 dgp Exp $
+ * RCS: @(#) $Id: tclBasic.c,v 1.106 2004/06/14 22:14:11 kennykb Exp $
*/
#include "tclInt.h"
@@ -529,9 +529,7 @@ Tcl_CreateInterp()
/*
* TIP #59: Make embedded configuration information
- * available. This makes use of a public API call
- * (Tcl_RegisterConfig) and thus requires that the global stub
- * table is initialized.
+ * available.
*/
TclInitEmbeddedConfigurationInformation (interp);
diff --git a/win/Makefile.in b/win/Makefile.in
index 89029f6..c1bafe6 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -5,7 +5,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.76 2004/04/06 22:25:57 dgp Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.77 2004/06/14 22:14:12 kennykb Exp $
VERSION = @TCL_VERSION@
@@ -437,8 +437,8 @@ tclPkgConfig.${OBJEXT}: tclPkgConfig.c
-DCFG_RUNTIME_SCRDIR=\"$(TCL_LIBRARY)\" \
-DCFG_RUNTIME_INCDIR=\"$(includedir)\" \
-DCFG_RUNTIME_DOCDIR=\"$(mandir)\" \
- \
- -DUSE_TCL_STUBS @DEPARG@ $(CC_OBJNAME)
+ -DBUILD_tcl \
+ @DEPARG@ $(CC_OBJNAME)
# The following objects are part of the stub library and should not
# be built as DLL objects but none of the symbols should be exported