Differences From Artifact [2b9ec3afdf]:
- File generic/tclIOUtil.c — part of check-in [6b2cf92413] at 2012-11-26 14:29:58 on branch novem — Removed functions marked deprecated or obsolete for a long time: Tcl_Backslash, Tcl_EvalFile, Tcl_GlobalEvalObj, Tcl_GlobalEval, Tcl_EvalTokens. Remove Tcl_FindExecutable from stub table: It is needed by embedders, not extenders. Remove TclpGetDate, TclpGmtime, TclpLocaltime: it isn't use anywhere since the new clock implementation. Remove TclWinConvertWSAError, it's the same as TclWinConvertError. (user: jan.nijtmans size: 132536) [more...]
To Artifact [59d7f2c96b]:
- File generic/tclIOUtil.c — part of check-in [fc2438ef5f] at 2013-01-30 08:19:22 on branch novem-no-startcmd — merge changes from trunk (user: dkf size: 132478) [more...]
| ︙ | |||
14 15 16 17 18 19 20 | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | - - + - | * Copyright (c) 1994-1997 Sun Microsystems, Inc. * Copyright (c) 2001-2004 Vincent Darley. * * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ |
| ︙ |