summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-03-28 18:31:02 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-03-28 18:31:02 (GMT)
commit6fc8b9573062b664214fdd4bca90eacd9624b61a (patch)
tree0e788966b94cdf47c2660e70a447f50b31cf7eab
parent95686ec9fbcba7da8a4c3a5f0188cea1e72044f3 (diff)
parent4e1c42706e2192221efb4179bcae10e4bd042303 (diff)
downloadtcl-6fc8b9573062b664214fdd4bca90eacd9624b61a.zip
tcl-6fc8b9573062b664214fdd4bca90eacd9624b61a.tar.gz
tcl-6fc8b9573062b664214fdd4bca90eacd9624b61a.tar.bz2
Merge 8.5. Tag RC1.
-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.