diff options
| author | Kevin B Kenny <kennykb@acm.org> | 2004-09-27 14:31:14 (GMT) |
|---|---|---|
| committer | Kevin B Kenny <kennykb@acm.org> | 2004-09-27 14:31:14 (GMT) |
| commit | da51bc5dc9d1f819d20687230ac8c60b3be2dbfb (patch) | |
| tree | 8b6c18227f33530b862fb4e7970c41ca4d140197 /generic/tclInt.decls | |
| parent | cb231d30b744887b423054550398a21e51b7725e (diff) | |
| download | tcl-da51bc5dc9d1f819d20687230ac8c60b3be2dbfb.zip tcl-da51bc5dc9d1f819d20687230ac8c60b3be2dbfb.tar.gz tcl-da51bc5dc9d1f819d20687230ac8c60b3be2dbfb.tar.bz2 | |
many more TIP 173 changes
Diffstat (limited to 'generic/tclInt.decls')
| -rw-r--r-- | generic/tclInt.decls | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls index 9e45d90..6019d66 100644 --- a/generic/tclInt.decls +++ b/generic/tclInt.decls @@ -12,7 +12,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: tclInt.decls,v 1.77 2004/08/25 01:11:03 dgp Exp $ +# RCS: @(#) $Id: tclInt.decls,v 1.78 2004/09/27 14:31:17 kennykb Exp $ library tcl @@ -124,10 +124,11 @@ declare 25 generic { # declare 26 generic { # char *TclGetCwd(Tcl_Interp *interp) # } -declare 27 generic { - int TclGetDate(char *p, unsigned long now, long zone, - unsigned long *timePtr) -} +# Removed in 8.5 +#declare 27 generic { +# int TclGetDate(char *p, unsigned long now, long zone, +# unsigned long *timePtr) +#} declare 28 generic { Tcl_Channel TclpGetDefaultStdChannel(int type) } @@ -526,10 +527,11 @@ declare 132 generic { declare 133 generic { struct tm *TclpGetDate(CONST time_t *time, int useGMT) } -declare 134 generic { - size_t TclpStrftime(char *s, size_t maxsize, CONST char *format, - CONST struct tm *t, int useGMT) -} +# Removed in 8.5 +#declare 134 generic { +# size_t TclpStrftime(char *s, size_t maxsize, CONST char *format, +# CONST struct tm *t, int useGMT) +#} #declare 135 generic { # int TclpCheckStackSpace(void) #} |
