summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--changes4
-rw-r--r--generic/tcl.decls8
2 files changed, 1 insertions, 11 deletions
diff --git a/changes b/changes
index 8407753..8af034b 100644
--- a/changes
+++ b/changes
@@ -7708,7 +7708,7 @@ Many revisions to better support a Cygwin environment (nijtmans)
2013-01-23 (bug fix)[2911139] repair async connection management (fellows)
=> http 2.7.11
-2013-01-30 (bug fix)[3599098] update to handle glibs banner changes (kupries)
+2013-01-30 (bug fix)[3599098] update to handle glibc banner changes (kupries)
=> platform 1.0.11
2013-02-05 (bug fix)[3603434] [file normalize a:/] flaw in VFS (porter,griffin)
@@ -7727,8 +7727,6 @@ Many revisions to better support a Cygwin environment (nijtmans)
2013-03-12 (enhancement) better build support for Debian arch (shadura)
-2013-03-18 (bug fix)[3608360] [file exists] must not glob (schmitz,fellows)
-
2013-03-19 (bug fix)[2893771] [file stat] on locked files (thoyts,nijtmans)
2013-03-21 (bug fix)[2102614] [auto_mkindex] ensemble support (griffin)
diff --git a/generic/tcl.decls b/generic/tcl.decls
index 7f49002..28cee54 100644
--- a/generic/tcl.decls
+++ b/generic/tcl.decls
@@ -2171,14 +2171,6 @@ export {
export {
void Tcl_GetMemoryInfo(Tcl_DString *dsPtr)
}
-export {
- const char *Tcl_InitStubs(Tcl_Interp *interp, const char *version,
- int exact)
-}
-export {
- const char *TclTomMathInitializeStubs(Tcl_Interp *interp,
- const char *version, int epoch, int revision)
-}
# Global variables that need to be exported from the tcl shared library.