summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-03 10:58:45 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-03 10:58:45 (GMT)
commit65f4a0dd636cabfe7655f701cd5d4d3b72371896 (patch)
tree4d0ba5f5e04f1a07e3989b8c3228a0071861c15e /generic/tclInt.decls
parent50c9ede68f73a40ebcdfda79972bfe9952a8fa4b (diff)
downloadtcl-65f4a0dd636cabfe7655f701cd5d4d3b72371896.zip
tcl-65f4a0dd636cabfe7655f701cd5d4d3b72371896.tar.gz
tcl-65f4a0dd636cabfe7655f701cd5d4d3b72371896.tar.bz2
[Bug 3514475]: remove TclpGetTimeZone and TclpGetTZName
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r--generic/tclInt.decls21
1 files changed, 12 insertions, 9 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls
index 5496b4b..7cac354 100644
--- a/generic/tclInt.decls
+++ b/generic/tclInt.decls
@@ -319,9 +319,10 @@ declare 76 {
declare 77 {
void TclpGetTime(Tcl_Time *time)
}
-declare 78 {
- int TclpGetTimeZone(unsigned long time)
-}
+# Removed in 8.6:
+#declare 78 {
+# int TclpGetTimeZone(unsigned long time)
+#}
# Replaced by Tcl_FSListVolumes in 8.4:
#declare 79 {
# int TclpListVolumes(Tcl_Interp *interp)
@@ -1098,9 +1099,10 @@ declare 20 win {
declare 22 win {
TclFile TclpCreateTempFile(const char *contents)
}
-declare 23 win {
- char *TclpGetTZName(int isdst)
-}
+# Removed in 8.6:
+#declare 23 win {
+# char *TclpGetTZName(int isdst)
+#}
declare 24 win {
char *TclWinNoBackslash(char *path)
}
@@ -1234,9 +1236,10 @@ declare 20 unix {
declare 22 unix {
TclFile TclpCreateTempFile(const char *contents)
}
-declare 23 unix {
- char *TclpGetTZName(int isdst)
-}
+# Removed in 8.6:
+#declare 23 unix {
+# char *TclpGetTZName(int isdst)
+#}
declare 24 unix {
char *TclWinNoBackslash(char *path)
}