summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAndrew McNamara <andrewm@object-craft.com.au>2005-01-13 11:30:54 (GMT)
committerAndrew McNamara <andrewm@object-craft.com.au>2005-01-13 11:30:54 (GMT)
commitf69d94f6c0263975c2b197a47487472d20a0c92c (patch)
treed43ce89c2f6afcf9d6b3904c70bb127f54f11d86 /Misc/NEWS
parenta1974c1459a424fdc9d8bbce55500f6006d0297d (diff)
downloadcpython-f69d94f6c0263975c2b197a47487472d20a0c92c.zip
cpython-f69d94f6c0263975c2b197a47487472d20a0c92c.tar.gz
cpython-f69d94f6c0263975c2b197a47487472d20a0c92c.tar.bz2
Moved reader \r and \n processing from the iterator to the state machine -
this allows for better handling of newline characters in quoted fields (and hopefully resolves Bug 967934).
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5ad39e2..6385157 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -48,10 +48,11 @@ Library
dictates.
+ the parser now removes the escapechar prefix from escaped characters.
+ when quoting=QUOTE_NONNUMERIC, the writer now tests for numeric
- objects, rather than attempting to cast to float, and using the
- success of that as the determinator.
+ types, rather than any object than can be represented as a numeric.
+ when quoting=QUOTE_NONNUMERIC, the reader now casts unquoted fields
to floats.
+ + reader now allows \r characters to be quoted (previously it only allowed
+ \n to be quoted).
+ writer doublequote handling improved.
+ Dialect classes passed to the module are no longer instantiated by
the module before being parsed (the former validation scheme required
| 2 -- doc/while.n | 2 -- generic/README | 2 -- generic/regc_locale.c | 2 -- generic/tcl.decls | 2 -- generic/tcl.h | 2 -- generic/tclAlloc.c | 2 -- generic/tclAsync.c | 2 -- generic/tclBasic.c | 2 -- generic/tclBinary.c | 2 -- generic/tclCkalloc.c | 2 -- generic/tclClock.c | 2 -- generic/tclCmdAH.c | 2 -- generic/tclCmdIL.c | 2 -- generic/tclCmdMZ.c | 2 -- generic/tclCompCmds.c | 2 -- generic/tclCompExpr.c | 2 -- generic/tclCompile.c | 2 -- generic/tclCompile.h | 2 -- generic/tclDTrace.d | 2 -- generic/tclDate.c | 2 -- generic/tclDecls.h | 2 -- generic/tclEncoding.c | 2 -- generic/tclEnv.c | 2 -- generic/tclEvent.c | 2 -- generic/tclExecute.c | 2 -- generic/tclFCmd.c | 2 -- generic/tclFileName.c | 2 -- generic/tclGet.c | 2 -- generic/tclGetDate.y | 2 -- generic/tclHash.c | 2 -- generic/tclHistory.c | 2 -- generic/tclIO.c | 2 -- generic/tclIO.h | 2 -- generic/tclIOCmd.c | 2 -- generic/tclIOGT.c | 2 -- generic/tclIOSock.c | 2 -- generic/tclIOUtil.c | 2 -- generic/tclIndexObj.c | 2 -- generic/tclInitScript.h | 2 -- generic/tclInt.decls | 2 -- generic/tclInt.h | 2 -- generic/tclIntDecls.h | 2 -- generic/tclIntPlatDecls.h | 2 -- generic/tclInterp.c | 2 -- generic/tclLink.c | 2 -- generic/tclListObj.c | 2 -- generic/tclLiteral.c | 2 -- generic/tclLoad.c | 2 -- generic/tclLoadNone.c | 2 -- generic/tclMain.c | 2 -- generic/tclMath.h | 2 -- generic/tclNamesp.c | 2 -- generic/tclNotify.c | 2 -- generic/tclObj.c | 2 -- generic/tclPanic.c | 2 -- generic/tclParse.c | 2 -- generic/tclParseExpr.c | 2 -- generic/tclPipe.c | 2 -- generic/tclPkg.c | 2 -- generic/tclPlatDecls.h | 2 -- generic/tclPort.h | 2 -- generic/tclPosixStr.c | 2 -- generic/tclPreserve.c | 2 -- generic/tclProc.c | 2 -- generic/tclRegexp.c | 2 -- generic/tclRegexp.h | 2 -- generic/tclResolve.c | 2 -- generic/tclResult.c | 2 -- generic/tclScan.c | 2 -- generic/tclStringObj.c | 2 -- generic/tclStubInit.c | 2 -- generic/tclStubLib.c | 2 -- generic/tclTest.c | 2 -- generic/tclTestObj.c | 2 -- generic/tclTestProcBodyObj.c | 2 -- generic/tclThread.c | 2 -- generic/tclThreadAlloc.c | 2 -- generic/tclThreadJoin.c | 2 -- generic/tclThreadTest.c | 2 -- generic/tclTimer.c | 2 -- generic/tclUniData.c | 2 -- generic/tclUtf.c | 2 -- generic/tclUtil.c | 2 -- generic/tclVar.c | 2 -- library/auto.tcl | 2 -- library/history.tcl | 2 -- library/http/http.tcl | 2 -- library/http1.0/http.tcl | 2 -- library/init.tcl | 2 -- library/ldAout.tcl | 2 -- library/msgcat/msgcat.tcl | 2 -- library/opt/optparse.tcl | 2 -- library/package.tcl | 2 -- library/parray.tcl | 2 -- library/safe.tcl | 2 -- library/tcltest/tcltest.tcl | 2 -- library/word.tcl | 2 -- mac/Background.doc | 2 -- mac/MW_TclAppleScriptHeader.pch | 2 -- mac/MW_TclBuildLibHeader.pch | 2 -- mac/MW_TclHeader.pch | 2 -- mac/MW_TclHeaderCommon.h | 2 -- mac/MW_TclStaticHeader.pch | 2 -- mac/MW_TclTestHeader.pch | 2 -- mac/README | 2 -- mac/bugs.doc | 2 -- mac/libmoto.doc | 2 -- mac/morefiles.doc | 2 -- mac/porting.notes | 2 -- mac/tclMac.h | 2 -- mac/tclMacAETE.r | 2 -- mac/tclMacAlloc.c | 2 -- mac/tclMacAppInit.c | 2 -- mac/tclMacApplication.r | 2 -- mac/tclMacBOAAppInit.c | 2 -- mac/tclMacBOAMain.c | 2 -- mac/tclMacChan.c | 2 -- mac/tclMacCommonPch.h | 2 -- mac/tclMacDNR.c | 2 -- mac/tclMacEnv.c | 2 -- mac/tclMacExit.c | 2 -- mac/tclMacFCmd.c | 2 -- mac/tclMacFile.c | 2 -- mac/tclMacInit.c | 2 -- mac/tclMacInt.h | 2 -- mac/tclMacInterupt.c | 2 -- mac/tclMacLibrary.c | 2 -- mac/tclMacLibrary.r | 2 -- mac/tclMacLoad.c | 2 -- mac/tclMacMath.h | 2 -- mac/tclMacNotify.c | 2 -- mac/tclMacOSA.c | 2 -- mac/tclMacOSA.r | 2 -- mac/tclMacPanic.c | 2 -- mac/tclMacPort.h | 2 -- mac/tclMacResource.c | 2 -- mac/tclMacResource.r | 2 -- mac/tclMacSock.c | 2 -- mac/tclMacTclCode.r | 2 -- mac/tclMacTest.c | 2 -- mac/tclMacThrd.c | 2 -- mac/tclMacThrd.h | 2 -- mac/tclMacTime.c | 2 -- mac/tclMacUnix.c | 2 -- mac/tclMacUtil.c | 2 -- macosx/Makefile | 2 -- macosx/README | 2 -- macosx/Tcl-Info.plist.in | 2 -- macosx/Tclsh-Info.plist.in | 2 -- macosx/tclMacOSXBundle.c | 2 -- macosx/tclMacOSXNotify.c | 2 -- tests/README | 2 -- tests/all.tcl | 2 -- tests/append.test | 2 -- tests/appendComp.test | 2 -- tests/assocd.test | 2 -- tests/async.test | 2 -- tests/autoMkindex.test | 2 -- tests/basic.test | 3 --- tests/binary.test | 2 -- tests/case.test | 2 -- tests/clock.test | 2 -- tests/cmdAH.test | 2 -- tests/cmdIL.test | 2 -- tests/cmdInfo.test | 2 -- tests/cmdMZ.test | 2 -- tests/compExpr-old.test | 2 -- tests/compExpr.test | 2 -- tests/compile.test | 2 -- tests/concat.test | 2 -- tests/dcall.test | 2 -- tests/dstring.test | 2 -- tests/encoding.test | 2 -- tests/env.test | 2 -- tests/error.test | 2 -- tests/eval.test | 2 -- tests/event.test | 2 -- tests/exec.test | 2 -- tests/execute.test | 2 -- tests/expr-old.test | 2 -- tests/expr.test | 2 -- tests/fCmd.test | 3 --- tests/fileName.test | 2 -- tests/for-old.test | 2 -- tests/for.test | 2 -- tests/foreach.test | 2 -- tests/format.test | 2 -- tests/get.test | 2 -- tests/history.test | 2 -- tests/http.test | 3 --- tests/httpd | 2 -- tests/httpold.test | 2 -- tests/if-old.test | 2 -- tests/if.test | 2 -- tests/incr-old.test | 2 -- tests/incr.test | 2 -- tests/indexObj.test | 2 -- tests/info.test | 2 -- tests/init.test | 2 -- tests/interp.test | 2 -- tests/io.test | 2 -- tests/ioCmd.test | 2 -- tests/ioUtil.test | 2 -- tests/iogt.test | 2 -- tests/join.test | 2 -- tests/lindex.test | 2 -- tests/link.test | 2 -- tests/linsert.test | 2 -- tests/list.test | 2 -- tests/listObj.test | 2 -- tests/llength.test | 2 -- tests/load.test | 2 -- tests/lrange.test | 2 -- tests/lreplace.test | 2 -- tests/lsearch.test | 2 -- tests/lset.test | 2 -- tests/lsetComp.test | 2 -- tests/macFCmd.test | 3 --- tests/main.test | 2 -- tests/misc.test | 2 -- tests/msgcat.test | 2 -- tests/namespace-old.test | 2 -- tests/namespace.test | 2 -- tests/notify.test | 2 -- tests/obj.test | 2 -- tests/opt.test | 2 -- tests/osa.test | 2 -- tests/package.test | 2 -- tests/parse.test | 2 -- tests/parseExpr.test | 2 -- tests/parseOld.test | 2 -- tests/pid.test | 2 -- tests/pkg.test | 2 -- tests/pkgMkIndex.test | 2 -- tests/platform.test | 2 -- tests/proc-old.test | 2 -- tests/proc.test | 2 -- tests/pwd.test | 2 -- tests/reg.test | 2 -- tests/regexp.test | 2 -- tests/regexpComp.test | 2 -- tests/registry.test | 2 -- tests/remote.tcl | 2 -- tests/rename.test | 2 -- tests/resource.test | 2 -- tests/result.test | 2 -- tests/safe.test | 2 -- tests/scan.test | 2 -- tests/security.test | 2 -- tests/set-old.test | 2 -- tests/set.test | 2 -- tests/socket.test | 2 -- tests/source.test | 2 -- tests/split.test | 2 -- tests/stack.test | 2 -- tests/string.test | 2 -- tests/stringComp.test | 2 -- tests/stringObj.test | 2 -- tests/subst.test | 2 -- tests/switch.test | 2 -- tests/tcltest.test | 2 -- tests/thread.test | 2 -- tests/timer.test | 2 -- tests/trace.test | 2 -- tests/unixFCmd.test | 2 -- tests/unixFile.test | 2 -- tests/unixInit.test | 2 -- tests/unixNotfy.test | 2 -- tests/unknown.test | 2 -- tests/uplevel.test | 2 -- tests/upvar.test | 2 -- tests/utf.test | 2 -- tests/util.test | 2 -- tests/var.test | 3 --- tests/while-old.test | 2 -- tests/while.test | 2 -- tests/winConsole.test | 2 -- tests/winDde.test | 2 -- tests/winFCmd.test | 3 --- tests/winFile.test | 2 -- tests/winNotify.test | 2 -- tests/winPipe.test | 2 -- tests/winTime.test | 2 -- tools/Makefile.in | 2 -- tools/checkLibraryDoc.tcl | 2 -- tools/configure | 2 -- tools/configure.in | 1 - tools/cvtEOL.tcl | 3 --- tools/encoding/big5.txt | 2 -- tools/encoding/gb2312.txt | 2 -- tools/genStubs.tcl | 2 -- tools/genWinImage.tcl | 2 -- tools/index.tcl | 3 --- tools/man2help.tcl | 3 --- tools/man2help2.tcl | 3 --- tools/man2html.tcl | 3 --- tools/man2html1.tcl | 3 --- tools/man2html2.tcl | 3 --- tools/man2tcl.c | 2 -- tools/regexpTestLib.tcl | 3 --- tools/str2c | 2 -- tools/uniParse.tcl | 4 ---- unix/Makefile.in | 2 -- unix/README | 2 -- unix/configure.in | 2 -- unix/dltest/Makefile.in | 1 - unix/dltest/README | 2 -- unix/dltest/pkga.c | 2 -- unix/dltest/pkgb.c | 2 -- unix/dltest/pkgc.c | 2 -- unix/dltest/pkgd.c | 2 -- unix/dltest/pkge.c | 2 -- unix/dltest/pkgf.c | 2 -- unix/ldAix | 2 -- unix/tcl.spec | 1 - unix/tclAppInit.c | 2 -- unix/tclConfig.sh.in | 2 -- unix/tclLoadAix.c | 2 -- unix/tclLoadAout.c | 2 -- unix/tclLoadDl.c | 2 -- unix/tclLoadDld.c | 2 -- unix/tclLoadDyld.c | 2 -- unix/tclLoadNext.c | 2 -- unix/tclLoadOSF.c | 2 -- unix/tclLoadShl.c | 2 -- unix/tclUnixChan.c | 2 -- unix/tclUnixCompat.c | 3 --- unix/tclUnixEvent.c | 2 -- unix/tclUnixFCmd.c | 2 -- unix/tclUnixFile.c | 2 -- unix/tclUnixInit.c | 2 -- unix/tclUnixNotfy.c | 2 -- unix/tclUnixPipe.c | 2 -- unix/tclUnixPort.h | 2 -- unix/tclUnixSock.c | 2 -- unix/tclUnixTest.c | 2 -- unix/tclUnixThrd.c | 2 -- unix/tclUnixThrd.h | 2 -- unix/tclUnixTime.c | 2 -- unix/tclXtNotify.c | 2 -- unix/tclXtTest.c | 2 -- win/Makefile.in | 2 -- win/README | 2 -- win/README.binary | 2 -- win/buildall.vc.bat | 2 -- win/cat.c | 2 -- win/coffbase.txt | 2 -- win/configure.in | 2 -- win/makefile.vc | 3 --- win/nmakehlp.c | 3 --- win/rules.vc | 3 --- win/stub16.c | 2 -- win/tcl.rc | 2 -- win/tclAppInit.c | 2 -- win/tclConfig.sh.in | 2 -- win/tclWin32Dll.c | 2 -- win/tclWinChan.c | 2 -- win/tclWinConsole.c | 2 -- win/tclWinDde.c | 2 -- win/tclWinError.c | 2 -- win/tclWinFCmd.c | 2 -- win/tclWinFile.c | 2 -- win/tclWinInit.c | 2 -- win/tclWinInt.h | 2 -- win/tclWinLoad.c | 2 -- win/tclWinMtherr.c | 2 -- win/tclWinNotify.c | 2 -- win/tclWinPipe.c | 2 -- win/tclWinPort.h | 2 -- win/tclWinReg.c | 2 -- win/tclWinSerial.c | 2 -- win/tclWinSock.c | 2 -- win/tclWinTest.c | 2 -- win/tclWinThrd.c | 2 -- win/tclWinThrd.h | 2 -- win/tclWinTime.c | 2 -- win/tclsh.rc | 2 -- 595 files changed, 1202 deletions(-) diff --git a/README b/README index 6bcf83a..edf8982 100644 --- a/README +++ b/README @@ -5,8 +5,6 @@ README: Tcl You can get any source release of Tcl from the file distributions link at the above URL. -RCS: @(#) $Id: README,v 1.49.2.23 2008/04/11 16:57:37 dgp Exp $ - Contents -------- 1. Introduction diff --git a/changes b/changes index cd11ff8..f973758 100644 --- a/changes +++ b/changes @@ -1,7 +1,5 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.79.2.55 2008/04/11 16:57:37 dgp Exp $ - 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. diff --git a/compat/README b/compat/README index 38b9b05..9af4285 100644 --- a/compat/README +++ b/compat/README @@ -4,5 +4,3 @@ systems. Typically, files from this directory are used to compile Tcl when a system doesn't contain the corresponding files or when they are known to be incorrect. When the whole world becomes POSIX- compliant this directory should be unnecessary. - -RCS: @(#) $Id: README,v 1.2 1998/09/14 18:39:44 stanton Exp $ diff --git a/compat/dirent.h b/compat/dirent.h index 1368018..fa6222a 100644 --- a/compat/dirent.h +++ b/compat/dirent.h @@ -9,8 +9,6 @@ * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - * RCS: @(#) $Id: dirent.h,v 1.2 1998/09/14 18:39:44 stanton Exp $ */ #ifndef _DIRENT diff --git a/compat/dirent2.h b/compat/dirent2.h index 7c2406c..c00d2f4 100644 --- a/compat/dirent2.h +++ b/compat/dirent2.h @@ -9,8 +9,6 @@ * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - * RCS: @(#) $Id: dirent2.h,v 1.2 1998/09/14 18:39:44 stanton Exp $ */ #ifndef _DIRENT diff --git a/compat/dlfcn.h b/compat/dlfcn.h index 1dee078..1a6a118 100644 --- a/compat/dlfcn.h +++ b/compat/dlfcn.h @@ -16,8 +16,6 @@ * this software, provided that the author is not construed to be liable * for any results of using the software, alterations are clearly marked * as such, and this notice is not modified. - * - * RCS: @(#) $Id: dlfcn.h,v 1.2 1998/09/14 18:39:44 stanton Exp $ */ /* diff --git a/compat/fixstrtod.c b/compat/fixstrtod.c index 165b7d1..ba1a480 100644 --- a/compat/fixstrtod.c +++ b/compat/fixstrtod.c @@ -9,8 +9,6 @@ * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - * RCS: @(#) $Id: fixstrtod.c,v 1.2 1998/09/14 18:39:44 stanton Exp $ */ #include diff --git a/compat/float.h b/compat/float.h index 049f4a8..411edbf 100644 --- a/compat/float.h +++ b/compat/float.h @@ -11,6 +11,4 @@ * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - * RCS: @(#) $Id: float.h,v 1.2 1998/09/14 18:39:44 stanton Exp $ */ diff --git a/compat/gettod.c b/compat/gettod.c index 9fc0ca5..059c36a 100644 --- a/compat/gettod.c +++ b/compat/gettod.c @@ -8,8 +8,6 @@ * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - * RCS: @(#) $Id: gettod.c,v 1.2 1998/09/14 18:39:44 stanton Exp $ */ #include "tcl.h" diff --git a/compat/limits.h b/compat/limits.h index 96b0b50..2cb082b 100644 --- a/compat/limits.h +++ b/compat/limits.h @@ -12,8 +12,6 @@ * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - * RCS: @(#) $Id: limits.h,v 1.2 1998/09/14 18:39:44 stanton Exp $ */ #define LONG_MIN 0x80000000 diff --git a/compat/memcmp.c b/compat/memcmp.c index 8bb7e39..3a4974b 100644 --- a/compat/memcmp.c +++ b/compat/memcmp.c @@ -7,8 +7,6 @@ * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - * SCCS: @(#) memcmp.c 1.2 98/01/19 10:48:58 */ #include "tcl.h" diff --git a/compat/opendir.c b/compat/opendir.c index 8eec7db..25e8392 100644 --- a/compat/opendir.c +++ b/compat/opendir.c @@ -5,9 +5,6 @@ * for V7 Unix systems that don't have such procedures. The * origin of this code is unclear, but it seems to have come * originally from Larry Wall. - * - * - * RCS: @(#) $Id: opendir.c,v 1.2 1998/09/14 18:39:44 stanton Exp $ */ #include "tclInt.h" diff --git a/compat/stdlib.h b/compat/stdlib.h index 6edeeae..4d1a386 100644 --- a/compat/stdlib.h +++ b/compat/stdlib.h @@ -13,8 +13,6 @@ * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - * RCS: @(#) $Id: stdlib.h,v 1.3 1999/04/16 00:46:30 stanton Exp $ */ #ifndef _STDLIB diff --git a/compat/strftime.c b/compat/strftime.c index 7d2c416..68016ac 100644 --- a/compat/strftime.c +++ b/compat/strftime.c @@ -9,8 +9,6 @@ * restrictions. The "license.terms" file does not apply to this file. * * Changes 2002 Copyright (c) 2002 ActiveState Corporation. - * - * RCS: @(#) $Id: strftime.c,v 1.10.2.3 2005/11/04 18:18:04 kennykb Exp $ */ /* @@ -46,10 +44,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) -static char *rcsid = "$Id: strftime.c,v 1.10.2.3 2005/11/04 18:18:04 kennykb Exp $"; -#endif /* LIBC_SCCS */ - #include #include #include diff --git a/compat/string.h b/compat/string.h index 15f60fb..fbf9cf8 100644 --- a/compat/string.h +++ b/compat/string.h @@ -8,8 +8,6 @@ * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - * RCS: @(#) $Id: string.h,v 1.4.18.1 2005/04/26 00:46:02 das Exp $ */ #ifndef _STRING diff --git a/compat/strncasecmp.c b/compat/strncasecmp.c index ca2bf91..d00ea5b 100644 --- a/compat/strncasecmp.c +++ b/compat/strncasecmp.c @@ -8,8 +8,6 @@ * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - * RCS: @(#) $Id: strncasecmp.c,v 1.2 1998/09/14 18:39:45 stanton Exp $ */ #include "tclPort.h" diff --git a/compat/strstr.c b/compat/strstr.c index d6f5cab..98d567d 100644 --- a/compat/strstr.c +++ b/compat/strstr.c @@ -8,8 +8,6 @@ * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - * RCS: @(#) $Id: strstr.c,v 1.3.2.1 2005/04/12 18:28:56 kennykb Exp $ */ #include diff --git a/compat/strtod.c b/compat/strtod.c index 063e175..c5d4b96 100644 --- a/compat/strtod.c +++ b/compat/strtod.c @@ -8,8 +8,6 @@ * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - * RCS: @(#) $Id: strtod.c,v 1.6 2002/02/25 14:26:12 dgp Exp $ */ #include "tclInt.h" diff --git a/compat/strtol.c b/compat/strtol.c index 78b0d59..bc21c4b 100644 --- a/compat/strtol.c +++ b/compat/strtol.c @@ -8,8 +8,6 @@ * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - * RCS: @(#) $Id: strtol.c,v 1.4 2002/02/25 16:23:26 dgp Exp $ */ #include diff --git a/compat/strtoll.c b/compat/strtoll.c index ca00fd0..a829d70 100644 --- a/compat/strtoll.c +++ b/compat/strtoll.c @@ -8,8 +8,6 @@ * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - * RCS: @(#) $Id: strtoll.c,v 1.5 2002/02/24 02:53:25 dgp Exp $ */ #include "tcl.h" diff --git a/compat/strtoul.c b/compat/strtoul.c index 912e252..b9d2785 100644 --- a/compat/strtoul.c +++ b/compat/strtoul.c @@ -8,8 +8,6 @@ * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - * RCS: @(#) $Id: strtoul.c,v 1.5 2002/02/25 10:36:32 dkf Exp $ */ #include "tclInt.h" diff --git a/compat/strtoull.c b/compat/strtoull.c index 00eca3c..d0dd853 100644 --- a/compat/strtoull.c +++ b/compat/strtoull.c @@ -8,8 +8,6 @@ * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - * RCS: @(#) $Id: strtoull.c,v 1.5 2002/02/24 02:53:25 dgp Exp $ */ #include "tcl.h" diff --git a/compat/tclErrno.h b/compat/tclErrno.h index bcbc984..f4e3680 100644 --- a/compat/tclErrno.h +++ b/compat/tclErrno.h @@ -10,8 +10,6 @@ * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - * RCS: @(#) $Id: tclErrno.h,v 1.3 2002/06/07 08:50:22 dkf Exp $ */ extern int errno; /* global error number */ diff --git a/compat/tmpnam.c b/compat/tmpnam.c index 89bfc6a..89ce5fb 100644 --- a/compat/tmpnam.c +++ b/compat/tmpnam.c @@ -8,8 +8,6 @@ * may not be used to endorse or promote products derived from this * software without specific written prior permission. This software * is provided ``as is'' without express or implied warranty. - * - * RCS: @(#) $Id: tmpnam.c,v 1.2 1998/09/14 18:39:45 stanton Exp $ */ #include diff --git a/compat/unistd.h b/compat/unistd.h index 0b791e0..1a40e90 100644 --- a/compat/unistd.h +++ b/compat/unistd.h @@ -11,8 +11,6 @@ * makes no representations about the suitability of this * software for any purpose. It is provided "as is" without * express or implied warranty. - * - * RCS: @(#) $Id: unistd.h,v 1.2 1998/09/14 18:39:45 stanton Exp $ */ #ifndef _UNISTD diff --git a/compat/waitpid.c b/compat/waitpid.c index 00113cf..a5960ce 100644 --- a/compat/waitpid.c +++ b/compat/waitpid.c @@ -11,8 +11,6 @@ * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - * RCS: @(#) $Id: waitpid.c,v 1.3 2000/01/11 22:08:50 hobbs Exp $ */ #include "tclInt.h" diff --git a/doc/Access.3 b/doc/Access.3 index 82a17ef..cab6466 100644 --- a/doc/Access.3 +++ b/doc/Access.3 @@ -4,8 +4,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: Access.3,v 1.8 2002/07/01 18:24:38 jenglish Exp $ -'\" .so man.macros .TH Tcl_Access 3 8.1 Tcl "Tcl Library Procedures" .BS diff --git a/doc/AddErrInfo.3 b/doc/AddErrInfo.3 index 58a9d0e..7351dce 100644 --- a/doc/AddErrInfo.3 +++ b/doc/AddErrInfo.3 @@ -5,8 +5,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: AddErrInfo.3,v 1.8.2.1 2003/07/18 16:56:24 dgp Exp $ -'\" .so man.macros .TH Tcl_AddErrorInfo 3 8.0 Tcl "Tcl Library Procedures" .BS diff --git a/doc/Alloc.3 b/doc/Alloc.3 index 7226350..e90114d 100644 --- a/doc/Alloc.3 +++ b/doc/Alloc.3 @@ -4,8 +4,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: Alloc.3,v 1.8.2.1 2009/03/30 18:47:59 dgp Exp $ -'\" .so man.macros .TH Tcl_Alloc 3 7.5 Tcl "Tcl Library Procedures" .BS diff --git a/doc/AllowExc.3 b/doc/AllowExc.3 index 17d6ec0..621ea47 100644 --- a/doc/AllowExc.3 +++ b/doc/AllowExc.3 @@ -5,8 +5,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: AllowExc.3,v 1.3 2002/03/29 21:01:11 dgp Exp $ -'\" .so man.macros .TH Tcl_AllowExceptions 3 7.4 Tcl "Tcl Library Procedures" .BS diff --git a/doc/AppInit.3 b/doc/AppInit.3 index 32862c2..14d30cf 100644 --- a/doc/AppInit.3 +++ b/doc/AppInit.3 @@ -5,8 +5,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: AppInit.3,v 1.3.24.1 2006/07/30 16:18:41 jenglish Exp $ -'\" .so man.macros .TH Tcl_AppInit 3 7.0 Tcl "Tcl Library Procedures" .BS diff --git a/doc/AssocData.3 b/doc/AssocData.3 index 74c130b..105ebd6 100644 --- a/doc/AssocData.3 +++ b/doc/AssocData.3 @@ -4,8 +4,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" -'\" RCS: @(#) $Id: AssocData.3,v 1.4 2001/04/24 20:59:17 kennykb Exp $ .so man.macros .TH Tcl_SetAssocData 3 7.5 Tcl "Tcl Library Procedures" .BS diff --git a/doc/Async.3 b/doc/Async.3 index 59ea687..cc3354b 100644 --- a/doc/Async.3 +++ b/doc/Async.3 @@ -5,8 +5,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: Async.3,v 1.5.18.1 2004/12/09 09:24:54 dkf Exp $ -'\" .so man.macros .TH Tcl_AsyncCreate 3 7.0 Tcl "Tcl Library Procedures" .BS diff --git a/doc/BackgdErr.3 b/doc/BackgdErr.3 index 1ac84c4..532bb44 100644 --- a/doc/BackgdErr.3 +++ b/doc/BackgdErr.3 @@ -5,8 +5,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: BackgdErr.3,v 1.3 2000/04/14 23:01:48 hobbs Exp $ -'\" .so man.macros .TH Tcl_BackgroundError 3 7.5 Tcl "Tcl Library Procedures" .BS diff --git a/doc/Backslash.3 b/doc/Backslash.3 index cebc25a..eb859d7 100644 --- a/doc/Backslash.3 +++ b/doc/Backslash.3 @@ -5,8 +5,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: Backslash.3,v 1.4 2002/07/01 18:24:38 jenglish Exp $ -'\" .so man.macros .TH Tcl_Backslash 3 "8.1" Tcl "Tcl Library Procedures" .BS diff --git a/doc/BoolObj.3 b/doc/BoolObj.3 index c6409dc..2814e4e 100644 --- a/doc/BoolObj.3 +++ b/doc/BoolObj.3 @@ -4,8 +4,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: BoolObj.3,v 1.3 2002/08/07 17:13:56 msofer Exp $ -'\" .so man.macros .TH Tcl_BooleanObj 3 8.0 Tcl "Tcl Library Procedures" .BS diff --git a/doc/ByteArrObj.3 b/doc/ByteArrObj.3 index f5471db..51c4363 100644 --- a/doc/ByteArrObj.3 +++ b/doc/ByteArrObj.3 @@ -4,8 +4,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: ByteArrObj.3,v 1.3 2001/04/04 16:07:20 kennykb Exp $ -'\" .so man.macros .TH Tcl_ByteArrayObj 3 8.1 Tcl "Tcl Library Procedures" .BS diff --git a/doc/CallDel.3 b/doc/CallDel.3 index 089a922..02bb445 100644 --- a/doc/CallDel.3 +++ b/doc/CallDel.3 @@ -5,8 +5,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: CallDel.3,v 1.2 1998/09/14 18:39:46 stanton Exp $ -'\" .so man.macros .TH Tcl_CallWhenDeleted 3 7.0 Tcl "Tcl Library Procedures" .BS diff --git a/doc/ChnlStack.3 b/doc/ChnlStack.3 index ad2d4d5..ebd8d63 100644 --- a/doc/ChnlStack.3 +++ b/doc/ChnlStack.3 @@ -3,8 +3,6 @@ '\" '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. -'\" -'\" RCS: @(#) $Id: ChnlStack.3,v 1.4.4.1 2004/07/16 20:10:58 andreas_kupries Exp $ .so man.macros .TH Tcl_StackChannel 3 8.3 Tcl "Tcl Library Procedures" .BS diff --git a/doc/CmdCmplt.3 b/doc/CmdCmplt.3 index 718bdf0..e2a7064 100644 --- a/doc/CmdCmplt.3 +++ b/doc/CmdCmplt.3 @@ -5,8 +5,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: CmdCmplt.3,v 1.3 2002/08/05 03:24:39 dgp Exp $ -'\" .so man.macros .TH Tcl_CommandComplete 3 "" Tcl "Tcl Library Procedures" .BS diff --git a/doc/Concat.3 b/doc/Concat.3 index 7c6df03..fdb479e 100644 --- a/doc/Concat.3 +++ b/doc/Concat.3 @@ -5,8 +5,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: Concat.3,v 1.5 2002/08/05 03:24:39 dgp Exp $ -'\" .so man.macros .TH Tcl_Concat 3 7.5 Tcl "Tcl Library Procedures" .BS diff --git a/doc/CrtChannel.3 b/doc/CrtChannel.3 index bd45c6c..fc034a0 100644 --- a/doc/CrtChannel.3 +++ b/doc/CrtChannel.3 @@ -4,8 +4,6 @@ '\" '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. -'\" -'\" RCS: @(#) $Id: CrtChannel.3,v 1.16.2.5 2005/10/05 20:35:45 andreas_kupries Exp $ .so man.macros .TH Tcl_CreateChannel 3 8.4 Tcl "Tcl Library Procedures" .BS diff --git a/doc/CrtChnlHdlr.3 b/doc/CrtChnlHdlr.3 index 4536ef6..ea07ef2 100644 --- a/doc/CrtChnlHdlr.3 +++ b/doc/CrtChnlHdlr.3 @@ -4,7 +4,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: CrtChnlHdlr.3,v 1.2 1998/09/14 18:39:46 stanton Exp $ .so man.macros .TH Tcl_CreateChannelHandler 3 7.5 Tcl "Tcl Library Procedures" .BS diff --git a/doc/CrtCloseHdlr.3 b/doc/CrtCloseHdlr.3 index 8f7b4ba..35f8261 100644 --- a/doc/CrtCloseHdlr.3 +++ b/doc/CrtCloseHdlr.3 @@ -4,7 +4,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: CrtCloseHdlr.3,v 1.2 1998/09/14 18:39:47 stanton Exp $ .so man.macros .TH Tcl_CreateCloseHandler 3 7.5 Tcl "Tcl Library Procedures" .BS diff --git a/doc/CrtCommand.3 b/doc/CrtCommand.3 index 569975f..da0da22 100644 --- a/doc/CrtCommand.3 +++ b/doc/CrtCommand.3 @@ -5,8 +5,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: CrtCommand.3,v 1.5.2.1 2004/07/16 20:46:52 andreas_kupries Exp $ -'\" .so man.macros .TH Tcl_CreateCommand 3 "" Tcl "Tcl Library Procedures" .BS diff --git a/doc/CrtFileHdlr.3 b/doc/CrtFileHdlr.3 index b660170..af21f0b 100644 --- a/doc/CrtFileHdlr.3 +++ b/doc/CrtFileHdlr.3 @@ -5,8 +5,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: CrtFileHdlr.3,v 1.2 1998/09/14 18:39:47 stanton Exp $ -'\" .so man.macros .TH Tcl_CreateFileHandler 3 8.0 Tcl "Tcl Library Procedures" .BS diff --git a/doc/CrtInterp.3 b/doc/CrtInterp.3 index b0dfc50..957e742 100644 --- a/doc/CrtInterp.3 +++ b/doc/CrtInterp.3 @@ -5,8 +5,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: CrtInterp.3,v 1.7 2002/06/26 11:50:52 msofer Exp $ -'\" .so man.macros .TH Tcl_CreateInterp 3 7.5 Tcl "Tcl Library Procedures" .BS diff --git a/doc/CrtMathFnc.3 b/doc/CrtMathFnc.3 index 8f2b80b..43ba8fd 100644 --- a/doc/CrtMathFnc.3 +++ b/doc/CrtMathFnc.3 @@ -5,8 +5,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: CrtMathFnc.3,v 1.5.14.2 2003/04/16 22:26:16 dkf Exp $ -'\" .so man.macros .TH Tcl_CreateMathFunc 3 8.4 Tcl "Tcl Library Procedures" .BS diff --git a/doc/CrtObjCmd.3 b/doc/CrtObjCmd.3 index 90cdab6..bcb57f3 100644 --- a/doc/CrtObjCmd.3 +++ b/doc/CrtObjCmd.3 @@ -4,8 +4,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: CrtObjCmd.3,v 1.7.2.1 2004/05/05 20:54:47 dkf Exp $ -'\" .so man.macros .TH Tcl_CreateObjCommand 3 8.0 Tcl "Tcl Library Procedures" .BS diff --git a/doc/CrtSlave.3 b/doc/CrtSlave.3 index bb5b857..f87a4e0 100644 --- a/doc/CrtSlave.3 +++ b/doc/CrtSlave.3 @@ -4,8 +4,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: CrtSlave.3,v 1.8.2.2 2003/07/18 15:20:51 dgp Exp $ -'\" .so man.macros .TH Tcl_CreateSlave 3 7.6 Tcl "Tcl Library Procedures" .BS diff --git a/doc/CrtTimerHdlr.3 b/doc/CrtTimerHdlr.3 index ecfa4c3..9018ae2 100644 --- a/doc/CrtTimerHdlr.3 +++ b/doc/CrtTimerHdlr.3 @@ -5,8 +5,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: CrtTimerHdlr.3,v 1.2 1998/09/14 18:39:47 stanton Exp $ -'\" .so man.macros .TH Tcl_CreateTimerHandler 3 7.5 Tcl "Tcl Library Procedures" .BS diff --git a/doc/CrtTrace.3 b/doc/CrtTrace.3 index 038dfd6..e11bd55 100644 --- a/doc/CrtTrace.3 +++ b/doc/CrtTrace.3 @@ -6,8 +6,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: CrtTrace.3,v 1.6.2.2 2009/01/14 14:12:23 dgp Exp $ -'\" .so man.macros .TH Tcl_CreateTrace 3 "" Tcl "Tcl Library Procedures" .BS diff --git a/doc/DString.3 b/doc/DString.3 index 2698696..8c6f516 100644 --- a/doc/DString.3 +++ b/doc/DString.3 @@ -5,8 +5,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: DString.3,v 1.9 2002/02/08 02:52:54 dgp Exp $ -'\" .so man.macros .TH Tcl_DString 3 7.4 Tcl "Tcl Library Procedures" .BS diff --git a/doc/DetachPids.3 b/doc/DetachPids.3 index 818fb32..17b57eb 100644 --- a/doc/DetachPids.3 +++ b/doc/DetachPids.3 @@ -5,8 +5,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: DetachPids.3,v 1.3 2001/04/03 14:53:45 andreas_kupries Exp $ -'\" .so man.macros .TH Tcl_DetachPids 3 "" Tcl "Tcl Library Procedures" .BS diff --git a/doc/DoOneEvent.3 b/doc/DoOneEvent.3 index 8ae7a88..058307d 100644 --- a/doc/DoOneEvent.3 +++ b/doc/DoOneEvent.3 @@ -5,8 +5,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: DoOneEvent.3,v 1.2 1998/09/14 18:39:48 stanton Exp $ -'\" .so man.macros .TH Tcl_DoOneEvent 3 7.5 Tcl "Tcl Library Procedures" .BS diff --git a/doc/DoWhenIdle.3 b/doc/DoWhenIdle.3 index 90a6aa7..a15f1cb 100644 --- a/doc/DoWhenIdle.3 +++ b/doc/DoWhenIdle.3 @@ -5,8 +5,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: DoWhenIdle.3,v 1.2 1998/09/14 18:39:48 stanton Exp $ -'\" .so man.macros .TH Tcl_DoWhenIdle 3 7.5 Tcl "Tcl Library Procedures" .BS diff --git a/doc/DoubleObj.3 b/doc/DoubleObj.3 index 164d4c9..b65af58 100644 --- a/doc/DoubleObj.3 +++ b/doc/DoubleObj.3 @@ -4,8 +4,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: DoubleObj.3,v 1.2 1998/09/14 18:39:48 stanton Exp $ -'\" .so man.macros .TH Tcl_DoubleObj 3 8.0 Tcl "Tcl Library Procedures" .BS diff --git a/doc/DumpActiveMemory.3 b/doc/DumpActiveMemory.3 index ee6d0e1..6e00eb3 100644 --- a/doc/DumpActiveMemory.3 +++ b/doc/DumpActiveMemory.3 @@ -3,8 +3,6 @@ '\" Copyright (c) 2000 by Scriptics Corporation. '\" All rights reserved. '\" -'\" RCS: @(#) $Id: DumpActiveMemory.3,v 1.5 2001/12/28 23:36:31 dgp Exp $ -'\" .so man.macros .TH "Tcl_DumpActiveMemory" 3 8.1 Tcl "Tcl Library Procedures" .BS diff --git a/doc/Encoding.3 b/doc/Encoding.3 index b2cd235..913d4fa 100644 --- a/doc/Encoding.3 +++ b/doc/Encoding.3 @@ -4,8 +4,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: Encoding.3,v 1.11.2.1 2003/07/18 16:56:24 dgp Exp $ -'\" .so man.macros .TH Tcl_GetEncoding 3 "8.1" Tcl "Tcl Library Procedures" .BS diff --git a/doc/Environment.3 b/doc/Environment.3 index feda8a6..7f92d48 100644 --- a/doc/Environment.3 +++ b/doc/Environment.3 @@ -4,8 +4,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: Environment.3,v 1.1.18.1 2005/05/03 17:53:41 dgp Exp $ -'\" .so man.macros .TH Tcl_PutEnv 3 "7.5" Tcl "Tcl Library Procedures" .BS diff --git a/doc/Eval.3 b/doc/Eval.3 index 0956fa6..1efe270 100644 --- a/doc/Eval.3 +++ b/doc/Eval.3 @@ -6,8 +6,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: Eval.3,v 1.12.2.3 2003/07/18 16:56:24 dgp Exp $ -'\" .so man.macros .TH Tcl_Eval 3 8.1 Tcl "Tcl Library Procedures" .BS diff --git a/doc/Exit.3 b/doc/Exit.3 index bbf381b..a281829 100644 --- a/doc/Exit.3 +++ b/doc/Exit.3 @@ -4,8 +4,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: Exit.3,v 1.4 2000/07/24 00:03:02 jenglish Exp $ -'\" .so man.macros .TH Tcl_Exit 3 8.1 Tcl "Tcl Library Procedures" .BS diff --git a/doc/ExprLong.3 b/doc/ExprLong.3 index 29d520b..ead98f5 100644 --- a/doc/ExprLong.3 +++ b/doc/ExprLong.3 @@ -5,8 +5,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: ExprLong.3,v 1.6.2.1 2005/05/03 17:53:41 dgp Exp $ -'\" .so man.macros .TH Tcl_ExprLong 3 7.0 Tcl "Tcl Library Procedures" .BS diff --git a/doc/ExprLongObj.3 b/doc/ExprLongObj.3 index 6b52f78..c3e9697 100644 --- a/doc/ExprLongObj.3 +++ b/doc/ExprLongObj.3 @@ -4,8 +4,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: ExprLongObj.3,v 1.3.12.1 2005/05/03 17:53:41 dgp Exp $ -'\" .so man.macros .TH Tcl_ExprLongObj 3 8.0 Tcl "Tcl Library Procedures" .BS diff --git a/doc/FileSystem.3 b/doc/FileSystem.3 index 54236c8..82c3ca7 100644 --- a/doc/FileSystem.3 +++ b/doc/FileSystem.3 @@ -4,8 +4,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: FileSystem.3,v 1.32.2.4 2005/06/20 16:57:43 dgp Exp $ -'\" .so man.macros .TH Filesystem 3 8.4 Tcl "Tcl Library Procedures" .BS diff --git a/doc/FindExec.3 b/doc/FindExec.3 index 3e54acd..9c42f9a 100644 --- a/doc/FindExec.3 +++ b/doc/FindExec.3 @@ -4,8 +4,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: FindExec.3,v 1.5 2001/09/28 17:07:54 msofer Exp $ -'\" .so man.macros .TH Tcl_FindExecutable 3 8.1 Tcl "Tcl Library Procedures" .BS diff --git a/doc/GetCwd.3 b/doc/GetCwd.3 index f154124..f8fce52 100755 --- a/doc/GetCwd.3 +++ b/doc/GetCwd.3 @@ -4,8 +4,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: GetCwd.3,v 1.5 2002/02/08 02:52:54 dgp Exp $ -'\" .so man.macros .TH Tcl_GetCwd 3 8.1 Tcl "Tcl Library Procedures" .BS diff --git a/doc/GetHostName.3 b/doc/GetHostName.3 index 21e1364..694ac4a 100644 --- a/doc/GetHostName.3 +++ b/doc/GetHostName.3 @@ -2,8 +2,6 @@ '\" Copyright (c) 1998-2000 by Scriptics Corporation. '\" All rights reserved. '\" -'\" RCS: @(#) $Id: GetHostName.3,v 1.3 2002/11/15 15:34:17 dkf Exp $ -'\" .so man.macros .TH Tcl_GetHostName 3 8.3 Tcl "Tcl Library Procedures" .BS diff --git a/doc/GetIndex.3 b/doc/GetIndex.3 index 8ed972b..e47f89b 100644 --- a/doc/GetIndex.3 +++ b/doc/GetIndex.3 @@ -4,8 +4,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: GetIndex.3,v 1.10.2.2 2006/04/06 18:57:24 dgp Exp $ -'\" .so man.macros .TH Tcl_GetIndexFromObj 3 8.1 Tcl "Tcl Library Procedures" .BS diff --git a/doc/GetInt.3 b/doc/GetInt.3 index 70537a9..677527a 100644 --- a/doc/GetInt.3 +++ b/doc/GetInt.3 @@ -5,8 +5,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: GetInt.3,v 1.4 2001/09/25 16:23:55 dgp Exp $ -'\" .so man.macros .TH Tcl_GetInt 3 "" Tcl "Tcl Library Procedures" .BS diff --git a/doc/GetOpnFl.3 b/doc/GetOpnFl.3 index e4cbf67..e914b8f 100644 --- a/doc/GetOpnFl.3 +++ b/doc/GetOpnFl.3 @@ -4,7 +4,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: GetOpnFl.3,v 1.4 2002/01/23 20:46:01 dgp Exp $ .so man.macros .TH Tcl_GetOpenFile 3 8.0 Tcl "Tcl Library Procedures" .BS diff --git a/doc/GetStdChan.3 b/doc/GetStdChan.3 index 031f0db..e0f754a 100644 --- a/doc/GetStdChan.3 +++ b/doc/GetStdChan.3 @@ -4,8 +4,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: GetStdChan.3,v 1.4.4.1 2006/06/06 20:07:36 dgp Exp $ -'\" .so man.macros .TH Tcl_GetStdChannel 3 7.5 Tcl "Tcl Library Procedures" .BS diff --git a/doc/GetTime.3 b/doc/GetTime.3 index f72175f..92457bd 100644 --- a/doc/GetTime.3 +++ b/doc/GetTime.3 @@ -4,8 +4,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id$ -'\" .so man.macros .TH Tcl_GetTime 3 8.4 Tcl "Tcl Library Procedures" .BS diff --git a/doc/GetVersion.3 b/doc/GetVersion.3 index f985d5f..4fa26f4 100755 --- a/doc/GetVersion.3 +++ b/doc/GetVersion.3 @@ -4,8 +4,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: GetVersion.3,v 1.3 2001/12/14 06:04:42 dgp Exp $ -'\" .so man.macros .TH Tcl_GetVersion 3 7.5 Tcl "Tcl Library Procedures" .BS diff --git a/doc/Hash.3 b/doc/Hash.3 index 71f6c08..1f6040a 100644 --- a/doc/Hash.3 +++ b/doc/Hash.3 @@ -5,8 +5,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: Hash.3,v 1.10.2.1 2003/07/18 16:56:24 dgp Exp $ -'\" .so man.macros .TH Tcl_Hash 3 "" Tcl "Tcl Library Procedures" .BS diff --git a/doc/Init.3 b/doc/Init.3 index 8066fd3..e78423e 100644 --- a/doc/Init.3 +++ b/doc/Init.3 @@ -2,8 +2,6 @@ '\" Copyright (c) 1998-2000 by Scriptics Corporation. '\" All rights reserved. '\" -'\" RCS: @(#) $Id: Init.3,v 1.1 2000/04/28 00:47:48 ericm Exp $ -'\" .so man.macros .TH Tcl_Init 3 8.0 Tcl "Tcl Library Procedures" .BS diff --git a/doc/InitStubs.3 b/doc/InitStubs.3 index da4009e..2cfbb70 100644 --- a/doc/InitStubs.3 +++ b/doc/InitStubs.3 @@ -4,8 +4,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: InitStubs.3,v 1.8 2002/07/01 18:24:39 jenglish Exp $ -'\" .so man.macros .TH Tcl_InitStubs 3 8.1 Tcl "Tcl Library Procedures" .BS diff --git a/doc/IntObj.3 b/doc/IntObj.3 index 1dc5b0e..15b6bd9 100644 --- a/doc/IntObj.3 +++ b/doc/IntObj.3 @@ -4,8 +4,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: IntObj.3,v 1.3 2002/02/15 14:28:47 dkf Exp $ -'\" .so man.macros .TH Tcl_IntObj 3 8.0 Tcl "Tcl Library Procedures" .BS diff --git a/doc/Interp.3 b/doc/Interp.3 index b6c2c0f..7d1f515 100644 --- a/doc/Interp.3 +++ b/doc/Interp.3 @@ -5,8 +5,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: Interp.3,v 1.3 2000/04/14 23:01:51 hobbs Exp $ -'\" .so man.macros .TH Tcl_Interp 3 7.5 Tcl "Tcl Library Procedures" .BS diff --git a/doc/LinkVar.3 b/doc/LinkVar.3 index d7e7798..a1dfcca 100644 --- a/doc/LinkVar.3 +++ b/doc/LinkVar.3 @@ -5,8 +5,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: LinkVar.3,v 1.6.2.1 2003/07/18 16:56:24 dgp Exp $ -'\" .so man.macros .TH Tcl_LinkVar 3 7.5 Tcl "Tcl Library Procedures" .BS diff --git a/doc/ListObj.