Tcl Source Code

File Ages
Login

Files in check-in ba9a1d9ddb07462f ordered by age

File ages are expressed relative to the check-in time of 2012-02-07 20:28:56.

AgeFilesCheck-in
current generic/tclStringObj.c
3484402 Correct Off-By-One error appending unicode. Thanks to Poor Yorick. Also converted some memcpy() to memmove() to reliably handle overlapping copies, and corrected test for when growth is needed. (check-in: ba9a1d9ddb, user: dgp, branch: bug-3484402)
27.1 hours ChangeLog
generic/tclCmdMZ.c
tests/trace.test
3484621 Invalidate bytecode when exec traces are added/removed from compiled cmd. (check-in: 4b0a6f7864, user: dgp, branch: core-8-4-branch)
3.9 days win/tclWinPort.h
mingw doesn't have LABEL_SECURITY_INFORMATION definition (check-in: 0a780ecc03, user: jan.nijtmans, branch: core-8-4-branch)
5.2 days win/tclWinFile.c
2974459,2879351,1951574,1852572,1661378,1613456 Revisions to the NativeAccess() routine that queries file permissions on Windows native filesystems. Meant to fix numerous bugs where [file writable|readable|executable] "lies" about what operations are possible, especially when the file resides on a Samba share. Patch cherrypicked off the fix-win-native-access branch. (check-in: 63315eaf46, user: dgp, branch: core-8-4-branch)
12.0 days generic/regc_locale.c
generic/tclUniData.c
tools/uniClass.tcl
tools/uniParse.tcl
merge to feature branch (check-in: 269088cd64, user: jan.nijtmans, branch: rfe-3464401)
15.1 days tests/exec.test
tests/socket.test
Backport patch 2834a01435 to prevent test failures from timing matters. (check-in: 4d9599f7e5, user: dgp, branch: core-8-4-branch)
19.0 days generic/tcl.h
generic/tclFCmd.c
generic/tclTest.c
win/configure
win/configure.in
[Bug-3474726] minGW Tcl_StatBuf not defined correctly in tcl.h (check-in: 096d7e242c, user: jan.nijtmans, branch: core-8-4-branch)
21.2 days library/http/http.tcl
library/http/pkgIndex.tcl
Bump to 2.5.6 (check-in: 84fceacbac, user: dgp, branch: core-8-4-branch)
24.5 days generic/tclUtf.c
rfe-3473670: Various Unicode-related speedups/robustness (check-in: 92168a99c1, user: jan.nijtmans, branch: rfe-3473670)
29.0 days doc/re_syntax.n
generic/regc_cvec.c
generic/regcomp.c
tests/utf.test
[Bug 3464428] string is graph \u0120 is wrong (check-in: a0c0feafe9, user: jan.nijtmans, branch: core-8-4-branch)
69.0 days library/tcltest/tcltest.tcl
[Bug 967195]: Make tcltest work when tclsh is compiled without using the setargv() function on mingw (no need to incr the version, since 2.2.10 is never released) (check-in: e695c3505c, user: jan.nijtmans, branch: core-8-4-branch)
70.0 days doc/tclsh.1
tools/tcltk-man2html.tcl
Use the same shebang comment everywhere (check-in: 1ee716a733, user: jan.nijtmans, branch: core-8-4-branch)
77.5 days generic/tclCmdAH.c
generic/tclIOUtil.c
[Bug 2935503]: Windows: file mtime sets wrong time (check-in: 18d103467f, user: jan.nijtmans, branch: core-8-4-branch)
123.0 days tests/env.test
Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6) (check-in: 951880c457, user: jan.nijtmans, branch: core-8-4-branch)
123.4 days win/tclWinChan.c
win/tclWinConsole.c
win/tclWinNotify.c
win/tclWinReg.c
Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1) (check-in: 72e8ccc7aa, user: jan.nijtmans, branch: core-8-4-branch)
134.4 days win/rules.vc
Support Visual Studio 11 (check-in: 091540cba9, user: jan.nijtmans, branch: core-8-4-branch)
144.3 days generic/regcustom.h
Don't change Tcl_UniChar type when TCL_UTF_MAX == 4 (not supported anyway) (check-in: c796c8b14f, user: jan.nijtmans, branch: core-8-4-branch)
147.0 days generic/tclUtil.c
3390638 Workaround broken solaris studio cc optimizer. Thanks to Wolfgang S. Kechel. (check-in: 678d621890, user: dgp, branch: core-8-4-branch)
147.1 days generic/tclDTrace.d
3405652 Portability workaround for broken system DTrace support. Thanks to Dagobert Michelson. (check-in: 431ab7aa29, user: dgp, branch: core-8-4-branch)
154.2 days unix/configure
unix/tcl.m4
Add --disable-rpath option to configure script (check-in: d7696c4bdb, user: jan.nijtmans, branch: core-8-4-branch)
154.3 days generic/tcl.decls
generic/tclDecls.h
generic/tclHash.c
generic/tclVar.c
Tcl_HashStats does not return a CONST (check-in: 8d692e1f77, user: jan.nijtmans, branch: core-8-4-branch)
169.2 days win/tclWinDde.c
Fixed use of C99 features breaking the build with MSVC6. The problem was introduced with checkin [e9a08358f4]. (check-in: 84b4842396, user: andreask, branch: core-8-4-branch)
173.6 days generic/tclIOCmd.c
unix/tclUnixFCmd.c
A few more compiler warnings (check-in: b7e85cb558, user: jan.nijtmans, branch: core-8-4-branch)
175.4 days win/tclWin32Dll.c
win/tclWinFCmd.c
[Bug 3388350] mingw64 compiler warnings (check-in: 5fa631a777, user: jan.nijtmans, branch: core-8-4-branch)
175.5 days generic/tclFileName.c
[Bug 3388350] mingw64 compiler warnings n mingw, sys/stat.h must be included before winsock2.h, so make sure of that (check-in: 008181d7a6, user: jan.nijtmans, branch: core-8-4-branch)
176.2 days generic/tclBasic.c
3390272 Leak of [info script] value. (check-in: 21812694b1, user: dgp, branch: core-8-4-branch)
176.3 days win/tclWinTest.c
[Bug 3388350] mingw64 compiler warnings (check-in: b687b06a5e, user: jan.nijtmans, branch: core-8-4-branch)
176.4 days win/tclWinPipe.c
win/tclWinSerial.c
win/tclWinSock.c
[Bug 3388350] mingw64 compiler warnings (check-in: e9a08358f4, user: jan.nijtmans, branch: core-8-4-branch)
176.5 days generic/tclPosixStr.c
win/tcl.m4
win/tclWinMtherr.c
win/tclWinTime.c
[Bug 3388350] mingw64 compiler warnings (check-in: cef0f2ddb5, user: jan.nijtmans, branch: core-8-4-branch)
207.1 days generic/tclCompile.c
Avoid segfaults when RecordByteCodeStats() is called in a deleted interp. (check-in: 5313bef77f, user: dgp, branch: core-8-4-branch)
209.1 days generic/tclProc.c
tests/indexObj.test
tests/proc.test
3366265 Buffer allocated one byte too small caused overrun. (check-in: 9d68baec02, user: dgp, branch: core-8-4-branch)
210.2 days generic/tclExecute.c
wip (check-in: 9d53a9efed, user: dgp, branch: unproven)
219.4 days doc/FileSystem.3
Corrected statements about ctime field of 'struct stat'; that was always the time of the last metadata change, not the time of creation. (check-in: c7d5e304f1, user: dkf, branch: core-8-4-branch)
230.2 days library/platform/pkgIndex.tcl
library/platform/platform.tcl
Updated to platform 1.0.10. Added handling of the DEB_HOST_MULTIARCH location change for libc (check-in: 962a82d150, user: andreask, branch: core-8-4-branch)
276.0 days generic/tclInt.h
unix/Makefile.in
fix USE_TCLALLOC so that it can be enabled without editing the Makefile (check-in: b255be58d9, user: mig, branch: core-8-4-branch)
277.5 days tests/string.test
comment fix (check-in: ec6283e0a7, user: jan.nijtmans, branch: core-8-4-branch)
285.3 days unix/tclUnixThrd.c
minor comment fix (check-in: f8646598bd, user: jan.nijtmans, branch: core-8-4-branch)
292.3 days generic/tclIndexObj.c
generic/tclNamesp.c
generic/tclObj.c
Make sure SetFooFromAny routines react reasonably when passed a NULL interp. (check-in: 2adc132d52, user: dgp, branch: core-8-4-branch)
293.1 days tests/info.test
Fixed the shift in line numbers used for testing 'info frame' introduced by checkin [79367df0f0] (Mar 2, 2011). (check-in: 9b14fab809, user: andreask, branch: core-8-4-branch)
309.2 days README
macosx/README
unix/README
win/README
Updated README files, repairing broken URLs and other rot. (check-in: 00402f2aea, user: dgp, branch: core-8-4-branch)
319.3 days generic/tclInt.decls
generic/tclIntDecls.h
generic/tclIntPlatDecls.h
generic/tclStubInit.c
unix/tclUnixTime.c
Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directly Some void -> VOID transitions (check-in: 288986ffb1, user: jan.nijtmans, branch: core-8-4-branch)
322.4 days win/makefile.vc
The -debug:full option is not supported when using the modern versions of link.exe included with MSVC, use -debug instead (check-in: 5b793153df, user: jan.nijtmans, branch: core-8-4-branch)
328.2 days generic/tclCkalloc.c
[Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG builds (check-in: b9ab93d4aa, user: jan.nijtmans, branch: core-8-4-branch)
330.2 days doc/SourceRCFile.3
doc/Tcl.n
doc/lreplace.n
doc/namespace.n
whitespace tidy (check-in: 5c7543cbae, user: dgp, branch: core-8-4-branch)
338.0 days generic/tclCompExpr.c
* generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls * generic/tclCmdMZ.c: with TclParseBackslash() where possible. * generic/tclCompExpr.c: * generic/tclCompile.c: * generic/tclUtil.c: (check-in: 267149f889, user: dgp, branch: core-8-4-branch)
338.7 days generic/tclParse.c
tests/parse.test
* generic/tclParse.c (TclParseBackslash): Correct trunction checks in * tests/parse.test: \x and \u substitutions. [Bug 3200987] (check-in: 36a55ea880, user: dgp, branch: core-8-4-branch)
342.0 days tools/str2c
Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Purged them (except in zlib files). (check-in: c64f310d38, user: dgp, branch: trunk)
343.2 days changes
compat/README
compat/dirent.h
compat/dirent2.h
compat/dlfcn.h
compat/fixstrtod.c
compat/float.h
compat/gettod.c
compat/limits.h
compat/memcmp.c
compat/opendir.c
compat/stdlib.h
compat/strftime.c
compat/string.h
compat/strncasecmp.c
compat/strstr.c
compat/strtod.c
compat/strtol.c
compat/strtoll.c
compat/strtoul.c
compat/strtoull.c
compat/tclErrno.h
compat/tmpnam.c
compat/unistd.h
compat/waitpid.c
doc/Access.3
doc/AddErrInfo.3
doc/Alloc.3
doc/AllowExc.3
doc/AppInit.3
doc/AssocData.3
doc/Async.3
doc/BackgdErr.3
doc/Backslash.3
doc/BoolObj.3
doc/ByteArrObj.3
doc/CallDel.3
doc/ChnlStack.3
doc/CmdCmplt.3
doc/Concat.3
doc/CrtChannel.3
doc/CrtChnlHdlr.3
doc/CrtCloseHdlr.3
doc/CrtCommand.3
doc/CrtFileHdlr.3
doc/CrtInterp.3
doc/CrtMathFnc.3
doc/CrtObjCmd.3
doc/CrtSlave.3
doc/CrtTimerHdlr.3
doc/CrtTrace.3
doc/DString.3
doc/DetachPids.3
doc/DoOneEvent.3
doc/DoWhenIdle.3
doc/DoubleObj.3
doc/DumpActiveMemory.3
doc/Encoding.3
doc/Environment.3
doc/Eval.3
doc/Exit.3
doc/ExprLong.3
doc/ExprLongObj.3
doc/FindExec.3
doc/GetCwd.3
doc/GetHostName.3
doc/GetIndex.3
doc/GetInt.3
doc/GetOpnFl.3
doc/GetStdChan.3
doc/GetTime.3
doc/GetVersion.3
doc/Hash.3
doc/Init.3
doc/InitStubs.3
doc/IntObj.3
doc/Interp.3
doc/LinkVar.3
doc/ListObj.3
doc/Macintosh.3
doc/Notifier.3
doc/Object.3
doc/ObjectType.3
doc/OpenFileChnl.3
doc/OpenTcp.3
doc/Panic.3
doc/ParseCmd.3
doc/PkgRequire.3
doc/Preserve.3
doc/PrintDbl.3
doc/RecEvalObj.3
doc/RecordEval.3
doc/RegExp.3
doc/SaveResult.3
doc/SetErrno.3
doc/SetRecLmt.3
doc/SetResult.3
doc/SetVar.3
doc/Signal.3
doc/Sleep.3
doc/SplitList.3
doc/SplitPath.3
doc/StaticPkg.3
doc/StdChannels.3
doc/StrMatch.3
doc/StringObj.3
doc/SubstObj.3
doc/TCL_MEM_DEBUG.3
doc/Tcl_Main.3
doc/Thread.3
doc/ToUpper.3
doc/TraceCmd.3
doc/TraceVar.3
doc/Translate.3
doc/UniCharIsAlpha.3
doc/UpVar.3
doc/Utf.3
doc/WrongNumArgs.3
doc/after.n
doc/append.n
doc/array.n
doc/bgerror.n
doc/binary.n
doc/break.n
doc/case.n
doc/catch.n
doc/cd.n
doc/clock.n
doc/close.n
doc/concat.n
doc/continue.n
doc/dde.n
doc/encoding.n
doc/eof.n
doc/error.n
doc/eval.n
doc/exec.n
doc/exit.n
doc/expr.n
doc/fblocked.n
doc/fconfigure.n
doc/fcopy.n
doc/file.n
doc/fileevent.n
doc/filename.n
doc/flush.n
doc/for.n
doc/foreach.n
doc/format.n
doc/gets.n
doc/glob.n
doc/global.n
doc/history.n
doc/http.n
doc/if.n
doc/incr.n
doc/info.n
doc/interp.n
doc/join.n
doc/lappend.n
doc/library.n
doc/lindex.n
doc/linsert.n
doc/list.n
doc/llength.n
doc/load.n
doc/lrange.n
doc/lsearch.n
doc/lset.n
doc/lsort.n
doc/man.macros
doc/memory.n
doc/msgcat.n
doc/open.n
doc/package.n
doc/packagens.n
doc/pid.n
doc/pkgMkIndex.n
doc/proc.n
doc/puts.n
doc/pwd.n
doc/read.n
doc/regexp.n
doc/registry.n
doc/regsub.n
doc/rename.n
doc/resource.n
doc/return.n
doc/safe.n
doc/scan.n
doc/seek.n
doc/set.n
doc/socket.n
doc/source.n
doc/split.n
doc/string.n
doc/subst.n
doc/switch.n
doc/tcltest.n
doc/tclvars.n
doc/tell.n
doc/time.n
doc/trace.n
doc/unknown.n
doc/unset.n
doc/update.n
doc/uplevel.n
doc/upvar.n
doc/variable.n
doc/vwait.n
doc/while.n
generic/README
generic/tclAlloc.c
generic/tclAsync.c
generic/tclBinary.c
generic/tclClock.c
generic/tclCmdIL.c
generic/tclCompCmds.c
generic/tclCompile.h
generic/tclDate.c
generic/tclEncoding.c
generic/tclEnv.c
generic/tclEvent.c
generic/tclGet.c
generic/tclGetDate.y
generic/tclHistory.c
generic/tclIO.c
generic/tclIO.h
generic/tclIOGT.c
generic/tclIOSock.c
generic/tclInitScript.h
generic/tclInterp.c
generic/tclLink.c
generic/tclListObj.c
generic/tclLiteral.c
generic/tclLoad.c
generic/tclLoadNone.c
generic/tclMain.c
generic/tclMath.h
generic/tclNotify.c
generic/tclPanic.c
generic/tclParseExpr.c
generic/tclPipe.c
generic/tclPkg.c
generic/tclPlatDecls.h
generic/tclPort.h
generic/tclPreserve.c
generic/tclRegexp.c
generic/tclRegexp.h
generic/tclResolve.c
generic/tclResult.c
generic/tclScan.c
generic/tclStubLib.c
generic/tclTestObj.c
generic/tclTestProcBodyObj.c
generic/tclThread.c
generic/tclThreadAlloc.c
generic/tclThreadJoin.c
generic/tclThreadTest.c
generic/tclTimer.c
library/auto.tcl
library/history.tcl
library/http1.0/http.tcl
library/init.tcl
library/ldAout.tcl
library/msgcat/msgcat.tcl
library/opt/optparse.tcl
library/package.tcl
library/parray.tcl
library/safe.tcl
library/word.tcl
mac/Background.doc
mac/MW_TclAppleScriptHeader.pch
mac/MW_TclBuildLibHeader.pch
mac/MW_TclHeader.pch
mac/MW_TclHeaderCommon.h
mac/MW_TclStaticHeader.pch
mac/MW_TclTestHeader.pch
mac/README
mac/bugs.doc
mac/libmoto.doc
mac/morefiles.doc
mac/porting.notes
mac/tclMac.h
mac/tclMacAETE.r
mac/tclMacAlloc.c
mac/tclMacAppInit.c
mac/tclMacApplication.r
mac/tclMacBOAAppInit.c
mac/tclMacBOAMain.c
mac/tclMacChan.c
mac/tclMacCommonPch.h
mac/tclMacDNR.c
mac/tclMacEnv.c
mac/tclMacExit.c
mac/tclMacFCmd.c
mac/tclMacFile.c
mac/tclMacInit.c
mac/tclMacInt.h
mac/tclMacInterupt.c
mac/tclMacLibrary.c
mac/tclMacLibrary.r
mac/tclMacLoad.c
mac/tclMacMath.h
mac/tclMacNotify.c
mac/tclMacOSA.c
mac/tclMacOSA.r
mac/tclMacPanic.c
mac/tclMacPort.h
mac/tclMacResource.c
mac/tclMacResource.r
mac/tclMacSock.c
mac/tclMacTclCode.r
mac/tclMacTest.c
mac/tclMacThrd.c
mac/tclMacThrd.h
mac/tclMacTime.c
mac/tclMacUnix.c
mac/tclMacUtil.c
macosx/Makefile
macosx/Tcl-Info.plist.in
macosx/Tclsh-Info.plist.in
macosx/tclMacOSXBundle.c
macosx/tclMacOSXNotify.c
tests/README
tests/all.tcl
tests/append.test
tests/appendComp.test
tests/assocd.test
tests/async.test
tests/autoMkindex.test
tests/basic.test
tests/binary.test
tests/case.test
tests/clock.test
tests/cmdAH.test
tests/cmdIL.test
tests/cmdInfo.test
tests/cmdMZ.test
tests/compExpr-old.test
tests/compExpr.test
tests/compile.test
tests/concat.test
tests/dcall.test
tests/dstring.test
tests/encoding.test
tests/error.test
tests/eval.test
tests/event.test
tests/execute.test
tests/expr-old.test
tests/expr.test
tests/fCmd.test
tests/fileName.test
tests/for-old.test
tests/for.test
tests/foreach.test
tests/format.test
tests/get.test
tests/history.test
tests/http.test
tests/httpd
tests/httpold.test
tests/if-old.test
tests/if.test
tests/incr-old.test
tests/incr.test
tests/init.test
tests/interp.test
tests/io.test
tests/ioCmd.test
tests/ioUtil.test
tests/iogt.test
tests/join.test
tests/lindex.test
tests/link.test
tests/linsert.test
tests/list.test
tests/listObj.test
tests/llength.test
tests/load.test
tests/lrange.test
tests/lreplace.test
tests/lsearch.test
tests/lset.test
tests/lsetComp.test
tests/macFCmd.test
tests/main.test
tests/misc.test
tests/msgcat.test
tests/namespace-old.test
tests/namespace.test
tests/notify.test
tests/obj.test
tests/opt.test
tests/osa.test
tests/package.test
tests/parseExpr.test
tests/parseOld.test
tests/pid.test
tests/pkg.test
tests/pkgMkIndex.test
tests/platform.test
tests/proc-old.test
tests/pwd.test
tests/reg.test
tests/regexp.test
tests/regexpComp.test
tests/registry.test
tests/remote.tcl
tests/rename.test
tests/resource.test
tests/result.test
tests/safe.test
tests/scan.test
tests/security.test
tests/set-old.test
tests/set.test
tests/source.test
tests/split.test
tests/stack.test
tests/stringComp.test
tests/stringObj.test
tests/subst.test
tests/switch.test
tests/tcltest.test
tests/thread.test
tests/timer.test
tests/unixFCmd.test
tests/unixFile.test
tests/unixInit.test
tests/unixNotfy.test
tests/unknown.test
tests/uplevel.test
tests/upvar.test
tests/util.test
tests/var.test
tests/while-old.test
tests/while.test
tests/winConsole.test
tests/winDde.test
tests/winFCmd.test
tests/winFile.test
tests/winNotify.test
tests/winPipe.test
tests/winTime.test
tools/Makefile.in
tools/checkLibraryDoc.tcl
tools/configure
tools/configure.in
tools/cvtEOL.tcl
tools/encoding/big5.txt
tools/encoding/gb2312.txt
tools/genStubs.tcl
tools/genWinImage.tcl
tools/index.tcl
tools/man2help.tcl
tools/man2help2.tcl
tools/man2html.tcl
tools/man2html1.tcl
tools/man2html2.tcl
tools/man2tcl.c
tools/regexpTestLib.tcl
unix/configure.in
unix/dltest/Makefile.in
unix/dltest/README
unix/dltest/pkga.c
unix/dltest/pkgb.c
unix/dltest/pkgc.c
unix/dltest/pkgd.c
unix/dltest/pkge.c
unix/dltest/pkgf.c
unix/ldAix
unix/tcl.spec
unix/tclAppInit.c
unix/tclConfig.sh.in
unix/tclLoadAix.c
unix/tclLoadAout.c
unix/tclLoadDl.c
unix/tclLoadDld.c
unix/tclLoadDyld.c
unix/tclLoadNext.c
unix/tclLoadOSF.c
unix/tclLoadShl.c
unix/tclUnixChan.c
unix/tclUnixCompat.c
unix/tclUnixEvent.c
unix/tclUnixFile.c
unix/tclUnixInit.c
unix/tclUnixNotfy.c
unix/tclUnixPipe.c
unix/tclUnixPort.h
unix/tclUnixSock.c
unix/tclUnixTest.c
unix/tclUnixThrd.h
unix/tclXtNotify.c
unix/tclXtTest.c
win/Makefile.in
win/README.binary
win/buildall.vc.bat
win/cat.c
win/coffbase.txt
win/nmakehlp.c
win/stub16.c
win/tcl.rc
win/tclAppInit.c
win/tclConfig.sh.in
win/tclWinError.c
win/tclWinInit.c
win/tclWinInt.h
win/tclWinLoad.c
win/tclWinThrd.c
win/tclWinThrd.h
win/tclsh.rc
Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Purged them. (check-in: 90b4acd7bd, user: dgp, branch: core-8-4-branch)
1.66 years library/platform/shell.tcl
* library/platform/platform.tcl: Added OSX Intel 64bit * library/platform/pkgIndex.tcl: Package updated to version 1.0.9. (check-in: 5d5286eaba, user: andreas_kupries, branch: core-8-4-branch)
2.02 years generic/regexec.c
[Bug 2942697]: Rework the RE engine so that certain pathological patterns are matched much more rapidly. Many thanks to Tom Lane for dianosing this issue and providing an initial patch. (check-in: 6037a8b6cf, user: dkf, branch: core-8-4-branch)
2.83 years library/tcltest/pkgIndex.tcl
* library/tcltest/tcltest.tcl: Fixed unsafe [eval]s in the tcltest * library/tcltest/pkgIndex.tcl: package. [Bug 2570363] (check-in: 1cd91a22d2, user: dgp, branch: core-8-4-branch)
3.83 years tools/tcl.wse.in
* README: Bump version number to 8.4.19 * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: * changes: updates for 8.4.19 release. (check-in: 93fa2d0a65, user: dgp, branch: core-8-4-branch)
4.14 years generic/regc_color.c
generic/regc_nfa.c
generic/regex.h
generic/regguts.h
Fixes for problems created when processing regular expressions that generate very large automata. An enormous number of thanks to Will Drewry <[email protected]>, Tavis Ormandy <[email protected]>, and Tom Lane <[email protected]> from the Postgresql crowd for their help in tracking these problems down. [Bug 1810264] (check-in: 6badb872f2, user: dkf, branch: core-8-4-branch)
4.14 years generic/regerrs.h
Fixes for problems created when processing regular expressions that generate very large automata. An enormous number of thanks to Will Drewry <[email protected]>, Tavis Ormandy <[email protected]>, and Tom Lane <[email protected]> from the Postgresql crowd for their help in tracking these problems down. [Bug 1810264] (check-in: 8c98744456, user: dkf, branch: trunk)
4.28 years generic/regc_lex.c
Backport of fix for first part of [Bug 1810264] (check-in: 6062122390, user: dkf, branch: core-8-4-branch)
5.41 years library/msgcat/pkgIndex.tcl
* library/msgcat/msgcat.tcl: Bump to version msgcat 1.3.4 to account * library/msgcat/pkgIndex.tcl: for modifications. (check-in: bd475a5f48, user: dgp, branch: core-8-4-branch)
5.84 years library/dde/pkgIndex.tcl
* library/dde/pkgIndex.tcl: Long overlooked bump to dde package * win/tclWinDde.c: version 1.2.4 (should have been done for the Tcl 8.4.8 release!) (check-in: 6720b258de, user: dgp, branch: core-8-4-branch)
6.20 years generic/rege_dfa.c
macosx/Tcl.pbproj/default.pbxuser
macosx/Tcl.pbproj/jingham.pbxuser
macosx/Tcl.pbproj/project.pbxproj
* unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), add CFLAGS to SHLIB_LD to support passing -isysroot in env(CFLAGS) to configure (flag can't be present twice, so can't be in both CFLAGS and LDFLAGS during configure), don't use -prebind when deploying on 10.4, define TCL_IO_TRACK_OS_FOR_DRIVER_WITH_BAD_BLOCKING (rdar://3171542). (SC_ENABLE_LANGINFO, SC_TIME_HANDLER): add/fix caching, fix obsolete autoconf macros. Sync with tk/unix/tcl.m4, sync whitespace with HEAD. * unix/configure.in: fix obsolete autoconf macros, sync gratuitous formatting/ordering differences with tk/unix/configure.in. * unix/Makefile.in: add CFLAGS to tclsh/tcltest link to make executable linking the same as during configure (needed to avoid loosing any linker relevant flags in CFLAGS, in particular flags that can't be in LDFLAGS). Avoid concurrent linking of tclsh and compiling of tclTestInit.o or xtTestInit.o during parallel make. (checkstubs, checkdoc, checkexports): dependency and Darwin fixes * unix/tclLoadDyld.c (TclpDlopen): use NSADDIMAGE_OPTION_WITH_SEARCHING on second NSAddImage only. [Bug 1204237] (TclGuessPackageName): should not be MODULE_SCOPE. (TclpLoadMemory): ppc64 and endian (i386) fixes, add support for loading universal (fat) bundles from memory. * unix/tclUnixPort.h: * unix/tclUnixFCmd.c: add support for new Tiger copyfile() API to enable copying of xattrs & ACLs by [file copy]. * generic/tcl.h: add Darwin specifc configure overrides for TCL_WIDE defines to support fat compiles of ppc and ppc64 at the same time, (replaces Darwin CVS fix by emoy, rdar://3693001). add/correct location of version numbers in macosx files. * generic/tclInt.h: clarify fat compile comment. * unix/tclUnixPort.h: add Darwin specifc configure overrides to support fat compiles, where configure runs only once for multiple architectures (replaces Darwin CVS fix by emoy, rdar://3693001). * macosx/tclMacOSXBundle.c: * macosx/tclMacOSXNotify.c: * unix/tclUnixNotfy.c: * unix/tclUnixPort.h: fix #include order to support compile time override of HAVE_COREFOUNDATION in tclUnixPort.h when building for ppc64 * macosx/Tcl.pbproj/default.pbxuser (new file): * macosx/Tcl.pbproj/jingham.pbxuser: * macosx/Tcl.pbproj/project.pbxproj: sync with HEAD. * macosx/README: clarification/cleanup, sync with HEAD, document universal (fat) builds via CFLAGS (i.e. all of ppc ppc64 i386 at once). * macosx/Makefile: add support for reusing configure cache, build target fixes, remove GENERIC_FLAGS override now handled by tcl.m4. * generic/tclIOUtil.c: * generic/tclRegexp.c: * generic/tclVar.c: declare globals used only in own file as static (sync with HEAD). * generic/rege_dfa.c (getvacant): * generic/regexec.c (cfind): * generic/tclCompExpr.c (CompileSubExpr): * unix/tclUnixChan.c (TclUnixWaitForFile): initialise variables to silence gcc 4 warnings. * generic/regguts.h: only #define NDEBUG if not already #defined. * macosx/tclMacOSXNotify.c: sync whitespace & comments with HEAD * unix/configure: regen. (check-in: c6e668d19d, user: das, branch: core-8-4-branch)
6.26 years generic/regerror.c
Applied patch #1096916 to support building with MSVC 8. * generic/regerror.c: Avoid use of reserved word. * generic/tcl.h: Select the right Tcl_Stat structure * generic/tclDate.c: Casts to handle 64 bit time_t case. * tests/env.test: Include essential envvar on Win32 * win/nmakehlp.c: Handle new return codes. * win/makefile.vc: Use the selected options. * win/rules.vc: Check options are applicable * win/tclWinPort.h: Disable deprecated function warnings * win/tclWinSock.c: Provide default value to avoid warning. * win/tclWinTime.c: Add casts to handle 64bit time_t type. (check-in: 58ba298c20, user: patthoyts, branch: trunk)
7.18 years tests/fileSystem.test
filesystem, glob, tilde fix (check-in: 612cef4642, user: vincentdarley, branch: core-8-4-branch)
7.22 years unix/installManPage
Classic sed doesn't support | in REs. (check-in: 9902ad7422, user: rmax, branch: core-8-4-branch)
7.22 years tools/tclmin.wse
win/makefile.bc
* win/makefile.vc: Fixed bug in installation of http 2.5. * win/makefile.bc: Was installed into directory http2.4. * win/Makefile.in: This has been corrected. * unix/Makefile.in: * tools/tcl.wse.in: * tools/tclmin.wse: (check-in: 062dd62964, user: andreas_kupries, branch: core-8-4-branch)
7.34 years library/reg/pkgIndex.tcl
* generic/tclBasic.c: * generic/tclBinary.c: * generic/tclCmdAH.c: * generic/tclCmdIL.c: * generic/tclCmdMZ.c: * generic/tclCompExpr.c: * generic/tclDictObj.c: * generic/tclEncoding.c: * generic/tclExecute.c: * generic/tclFCmd.c: * generic/tclHistory.c: * generic/tclIndexObj.c: * generic/tclInterp.c: * generic/tclIO.c: * generic/tclIOCmd.c: * generic/tclNamesp.c: * generic/tclObj.c: * generic/tclPkg.c: * generic/tclResult.c: * generic/tclScan.c: * generic/tclTimer.c: * generic/tclTrace.c: * generic/tclUtil.c: * generic/tclVar.c: * unix/tclUnixFCmd.c: * unix/tclUnixPipe.c: * win/tclWinDde.c: * win/tclWinFCmd.c: * win/tclWinPipe.c: * win/tclWinReg.c: It is a poor practice to directly set or append to the value of the objResult of an interp, because that value might be shared, and in that circumstance a Tcl_Panic() will be the result. Searched for example of this practice and replaced with safer alternatives, often using the Tcl_AppendResult() routine that dkf just rehabilitated. * library/dde/pkgIndex.tcl: Bump to dde 1.3.1 * library/reg/pkgIndex.tcl: Bump to registry 1.1.5 (check-in: be0a51bf83, user: dgp, branch: trunk)
8.41 years library/opt/pkgIndex.tcl
* library/opt/optparse.tcl: Overlooked dependence of opt 0.4.4 * library/opt/pkgIndex.tcl: on Tcl 8.2. Bumped to opt 0.4.4.1. (check-in: bf17408c08, user: dgp, branch: core-8-4-branch)
8.75 years tools/encoding/txt2enc.c
fix for [Bug 733221] (check-in: d95fa584b3, user: mistachkin, branch: trunk)
8.96 years library/encoding/cp932.enc
library/encoding/euc-jp.enc
library/encoding/iso2022-jp.enc
library/encoding/jis0208.enc
library/encoding/shiftjis.enc
* generic/tclEncoding.c (LoadTableEncoding): * library/encoding/cp932.enc: Correct jis round-trip encoding * library/encoding/euc-jp.enc: by adding 'R' type to .enc files. * library/encoding/iso2022-jp.enc: [Patch #689341] (koboyasi, taguchi) * library/encoding/jis0208.enc: * library/encoding/shiftjis.enc: * tests/encoding.test: (check-in: 3e571abd43, user: hobbs, branch: trunk)
9.08 years tools/encoding/cp437.txt
tools/encoding/cp737.txt
tools/encoding/cp775.txt
tools/encoding/cp850.txt
tools/encoding/cp852.txt
tools/encoding/cp855.txt
tools/encoding/cp857.txt
tools/encoding/cp860.txt
tools/encoding/cp861.txt
tools/encoding/cp862.txt
tools/encoding/cp863.txt
tools/encoding/cp864.txt
tools/encoding/cp865.txt
tools/encoding/cp866.txt
tools/encoding/cp869.txt
remove unused variable (check-in: e7546a259f, user: vincentdarley, branch: trunk)
9.28 years library/tclIndex
* library/auto.tcl: Converted the Mac-specific [package unknown] * library/init.tcl: behavior to use a chaining mechanism to extend * library/package.tcl: the default [tclPkgUnknown]. [Bug 627660] * library/tclIndex: [Patch 624509] (steffen) (check-in: a5c2064cac, user: dgp, branch: trunk)
9.33 years mac/AppleScript.html
mac/tclMacProjects.sea.hqx
mac/tcltkMacBuildSupport.sea.hqx
* generic/tclInt.decls: made TclSetPreInitScript() declaration generic as it is used on mac & aqua as well. * generic/tclIntDecls.h: * generic/tclStubInit.c: regen. * generic/tclCompile.h: added prototype for TclCompileVariableCmd. * mac/tclMacPort.h: removed incorrect <fcntl.h> definitions and obsolete <stat.h> definitions. * mac/tclMacChan.c: removed obsolete GetOpenMode() and replaced associated constants with the <fcntl.h> analogues (they existing defs were inconsistent with <fcntl.h> which was causing havoc when Tcl_GetOpenMode was used instead of private GetOpenMode). * mac/tclMacFCmd.c: removed GenerateUniqueName(), use equivalent (and identiaclly named) routine from MoreFiles instead. * mac/tclMacLoad.c: CONSTification, fixes to Vince's last changes. * mac/tclMacFile.c: * mac/tclMacTest.c: * mac/tclMacUnix.c: CONSTification. * mac/tclMacOSA.c: CONSTificcation, sprintf fixes, UH 3.4.x changes; fix for missing autoname token from TclOSACompileCmd. (bdesgraupes) * mac/AppleScript.html(AppleScript delete): doc fix. (bdesgraupes) * mac/tcltkMacBuildSupport.sea.hqx: updated MoreFiles to 1.5.3, updated build instructions for 8.4. * mac/tclMacProjects.sea.hqx: rebuilt archive. (check-in: 27bd094e68, user: das, branch: trunk)
9.35 years tools/eolFix.tcl
[file exist] -> [file exists]... (check-in: 147f89d646, user: dkf, branch: trunk)
9.37 years library/encoding/koi8-u.enc
* library/encoding/koi8-u.enc: removed extraneous spaces that confused encoding reader. [Bug #615115] (check-in: 9f70afe199, user: hobbs, branch: trunk)
9.56 years ChangeLog.2001
Split off ChangeLog.2001 from ChangeLog (check-in: 618fd1a4d4, user: rmax, branch: trunk)
9.56 years license.terms
Added ActiveState to license.terms (check-in: 208d2721d2, user: dkf, branch: trunk)
9.86 years tools/feather.bmp
* tools/feather.bmp: * tools/man2help.tcl: * tools/man2help2.tcl: * win/makefile.vc: More winhelp target fixups. Added a feather bitmap to the non-scrollable area and changed the color to be yellow from a plain white. The colors can be whatever we want them to be, but thought I would start with something bold. [Bug 527941] (check-in: 6678565482, user: davygrvy, branch: trunk)
9.94 years library/encoding/iso2022.enc
tools/encoding/iso2022-jp.esc
tools/encoding/iso2022.esc
* library/encoding/iso2022-jp.enc: * library/encoding/iso2022.enc: * tools/encoding/iso2022-jp.esc: * tools/encoding/iso2022.esc: gave <ESC>$B precedence over <ESC>$@, based on comments (point 1) in [Bug #219283] (rfc 1468) (check-in: ab9df3e822, user: hobbs, branch: trunk)
10.03 years ChangeLog.2000
* ChangeLog.2000 (new file): * ChangeLog: broke changes from 2000 into ChangeLog.2000 to reduce size of the main ChangeLog. (check-in: 61dfae55d5, user: hobbs, branch: trunk)
10.21 years unix/install-sh
*unix/Makefile.in: *unix/configure.in: *unix/install-sh: *unix/mkLinks: *unix/mkLinks.tcl: *unix/tclLoadDyld.c: *unix/tclMtherr.c: Mac OSX support: build system, dynamic code loading and support for case-insensitive filesystems in mkLinks (patch #435258) (check-in: f37029ffea, user: das, branch: trunk)
10.21 years mac/MW_TclBuildLibHeader.h
mac/MW_TclStaticHeader.h
** upport to 8.4 of mac code changes for 8.3.3 & various new ** changes for 8.4, some already backported to 8.3.4 (patch #435658) see ChangeLog for details (check-in: 2211e7f47d, user: das, branch: trunk)
10.24 years win/tcl.dsp
* win/makefile.vc: * win/tcl.dsp: winhelp target fixes for non-NT systems. It seems NMAKE under these remembers changed directories during commands. A new tcltest feature from Peter Spjuth <[email protected]> to specify a pattern file from the commandline and redirecting output to a file when not under NT with it's scrollback console. Then it replays it, piped through more. Added 2 new static "configurations" to tcl.dsp. I could keep adding more, but I think we should leave it up to the user for customizing it. Sticky-points left: 'profile' option. (check-in: 587f57eb38, user: davygrvy, branch: trunk)
10.25 years win/tcl.dsw
* win/tcl.dsp: * win/tcl.dsw: Simple MsDev stub project files that calls makefile.vc. Will help run Tcl in the debugger easier without confusing MsDev for where the .pdb files are. (check-in: e3cc82ead4, user: davygrvy, branch: trunk)
10.32 years library/encoding/ebcdic.enc
tools/encoding/ebcdic.txt
* library/encoding/ebcdic.enc: * tools/encoding/ebcdic.txt: EBCDIC charset mapping. [Patch #219323] (nijtmans) (check-in: 186e3e6270, user: hobbs, branch: trunk)
10.32 years library/encoding/tis-620.enc
tools/encoding/tis-620.txt
* library/encoding/tis-620.enc: * tools/encoding/tis-620.txt: TIS-620 charset mapping. [Patch #467423] (poonlap) (check-in: 0ae6c21212, user: hobbs, branch: trunk)
10.34 years library/encoding/cp936.enc
library/encoding/cp949.enc
library/encoding/cp950.enc
library/encoding/iso8859-16.enc
library/encoding/macCroatian.enc
library/encoding/macCyrillic.enc
library/encoding/macGreek.enc
library/encoding/macIceland.enc
library/encoding/macRoman.enc
library/encoding/macTurkish.enc
tools/encoding/cp1250.txt
tools/encoding/cp1251.txt
tools/encoding/cp1252.txt
tools/encoding/cp1253.txt
tools/encoding/cp1254.txt
tools/encoding/cp1255.txt
tools/encoding/cp1256.txt
tools/encoding/cp1257.txt
tools/encoding/cp1258.txt
tools/encoding/cp874.txt
tools/encoding/cp932.txt
tools/encoding/cp936.txt
tools/encoding/cp949.txt
tools/encoding/cp950.txt
tools/encoding/iso8859-1.txt
tools/encoding/iso8859-10.txt
tools/encoding/iso8859-13.txt
tools/encoding/iso8859-14.txt
tools/encoding/iso8859-15.txt
tools/encoding/iso8859-16.txt
tools/encoding/iso8859-2.txt
tools/encoding/iso8859-3.txt
tools/encoding/iso8859-4.txt
tools/encoding/iso8859-5.txt
tools/encoding/iso8859-6.txt
tools/encoding/iso8859-7.txt
tools/encoding/iso8859-8.txt
tools/encoding/iso8859-9.txt
tools/encoding/koi8-r.txt
tools/encoding/macCentEuro.txt
tools/encoding/macCroatian.txt
tools/encoding/macCyrillic.txt
tools/encoding/macGreek.txt
tools/encoding/macIceland.txt
tools/encoding/macRoman.txt
tools/encoding/macTurkish.txt
Updated encodings with latest mappings from www.unicode.org. This did not include some Mac encodings that have special multi-unichar translations now (like symbols, dingbats and japanese). Also does not include big5, gb or euc* as those have different formats in the latest Unicode version that need new conversion tools. Not all related .enc files changed as some had been updates separately. (check-in: a93c3e5d89, user: hobbs, branch: trunk)
10.40 years ChangeLog.1999
* ChangeLog.1999: * ChangeLog: broke changes from 199x into ChangeLog.1999 to reduce size of the main ChangeLog. (check-in: 4082435af6, user: hobbs, branch: trunk)
10.48 years tools/tcl.hpj.in
win/tcl.hpj.in
* tools/tcl.wse.in: * win/tcl.hpj.in: Removed -kb storage in CVS to ensure these text files to make sure they are checked-out in the translation mode CVS is in. Setting these as binary as part of an effort to make sure they are always in CRLF no matter what the CVS translation is bypassing how CVS works. * tools/genStubs.tcl: Removed LF-only output. Having to reconvert back to CRLF for committing to CVS was giving me a headache. (check-in: e97a82dfa5, user: davygrvy, branch: trunk)
10.71 years library/encoding/cp1250.enc
library/encoding/cp1251.enc
library/encoding/cp1252.enc
library/encoding/cp1253.enc
library/encoding/cp1254.enc
library/encoding/cp1255.enc
library/encoding/cp1256.enc
library/encoding/cp1257.enc
library/encoding/cp1258.enc
library/encoding/cp874.enc
library/encoding/iso8859-10.enc
library/encoding/iso8859-13.enc
library/encoding/iso8859-14.enc
library/encoding/iso8859-6.enc
library/encoding/iso8859-7.enc
library/encoding/iso8859-8.enc
* library/encoding/cp1250.enc: * library/encoding/cp1251.enc: * library/encoding/cp1252.enc: * library/encoding/cp1253.enc: * library/encoding/cp1254.enc: * library/encoding/cp1255.enc: * library/encoding/cp1256.enc: * library/encoding/cp1257.enc: * library/encoding/cp1258.enc: * library/encoding/cp874.enc: * library/encoding/iso8859-6.enc: * library/encoding/iso8859-7.enc: * library/encoding/iso8859-8.enc: * library/encoding/iso8859-10.enc (new): * library/encoding/iso8859-13.enc (new): * library/encoding/iso8859-14.enc (new): updated encoding tables based on http://www.unicode.org/Public/MAPPINGS/. (kuhn) (check-in: 8883e16cf6, user: hobbs, branch: trunk)
10.79 years library/encoding/iso8859-15.enc
Got the encoding wrong; thanks to Richard Suchenwirth for pointing me in the direction of a correct encoding. (check-in: e7cab317cf, user: dkf, branch: trunk)
11.67 years tools/tclSplash.bmp
Fixed color map. (check-in: ed358ee5f4, user: ericm, branch: trunk)
11.81 years win/tclsh.ico
* win/Makefile.in: * win/tcl.rc: * win/tclsh.rc: * win/tclsh.ico: Modified copyright dates in Windows resource files. Added an icon for tclsh.exe. (check-in: ef4b92e1f8, user: redman, branch: trunk)
11.99 years mac/MW_TclAppleScriptHeader.h
mac/MW_TclHeader.h
mac/MW_TclTestHeader.h
Change to using .h files as the prefix file. This is more convenient, since the same file can be used for all targets. Also add a pre-built .pch file for tcltest (check-in: aa8b2f16c1, user: jingham, branch: trunk)
12.28 years unix/aclocal.m4
win/aclocal.m4
* unix/tclUnixPort.h: added utime.h to includes * unix/aclocal.m4: made it just include tcl.m4 (check-in: dedc005e01, user: hobbs, branch: trunk)
12.34 years tools/README
* {win,mac,unix,tools,}/README: * win/README.binary: * win/makefile.vc: * {win,unix}/configure.in: * generic/tcl.h: * library/init.tcl: updated to 8.3a1 from 8.2.0. (check-in: 8424f29d2e, user: hobbs, branch: trunk)
12.69 years generic/regfree.c
generic/regfronts.c
* tests/reg.test: * generic/regc_color.c: * generic/regc_cvec.c: * generic/regc_lex.c: * generic/regc_locale.c: * generic/regc_nfa.c: * generic/regcomp.c: * generic/regcustom.h: * generic/rege_dfa.c: * generic/regerror.c: * generic/regerrs.h: * generic/regex.h: * generic/regexec.c: * generic/regfree.c: * generic/regfronts.c: * generic/regguts.h: * generic/tclCmdMZ.c: * generic/tclRegexp.c: * generic/tclRegexp.h: * generic/tclTest.c: Applied Henry Spencer's latest regexp patches that fix an infinite loop bug and add support for testing whether a string could match with additional input. [Bug: 2117] (check-in: 96584c60d8, user: stanton, branch: trunk)
12.77 years tools/encoding/README
* Merged changes from 8.1.0 branch (check-in: dc45694c11, user: stanton, branch: trunk)
12.79 years library/encoding/koi8-r.enc
* library/encoding/koi8-r.enc: * tools/encoding/koi8-r.txt: Added support for the koi8-r Cyrillic encoding. [Bug: 1771] (check-in: 40dd26149a, user: stanton, branch: trunk)
12.82 years library/encoding/ascii.enc
library/encoding/big5.enc
library/encoding/cp437.enc
library/encoding/cp737.enc
library/encoding/cp775.enc
library/encoding/cp850.enc
library/encoding/cp852.enc
library/encoding/cp855.enc
library/encoding/cp857.enc
library/encoding/cp860.enc
library/encoding/cp861.enc
library/encoding/cp862.enc
library/encoding/cp863.enc
library/encoding/cp864.enc
library/encoding/cp865.enc
library/encoding/cp866.enc
library/encoding/cp869.enc
library/encoding/dingbats.enc
library/encoding/euc-cn.enc
library/encoding/euc-kr.enc
library/encoding/gb12345.enc
library/encoding/gb1988.enc
library/encoding/gb2312-raw.enc
library/encoding/gb2312.enc
library/encoding/iso2022-kr.enc
library/encoding/iso8859-1.enc
library/encoding/iso8859-2.enc
library/encoding/iso8859-3.enc
library/encoding/iso8859-4.enc
library/encoding/iso8859-5.enc
library/encoding/iso8859-9.enc
library/encoding/jis0201.enc
library/encoding/jis0212.enc
library/encoding/ksc5601.enc
library/encoding/macCentEuro.enc
library/encoding/macDingbats.enc
library/encoding/macJapan.enc
library/encoding/macRomania.enc
library/encoding/macThai.enc
library/encoding/macUkraine.enc
library/encoding/symbol.enc
tools/encoding/Makefile
tools/encoding/ascii.txt
tools/encoding/cjk.inf
tools/encoding/dingbats.txt
tools/encoding/gb12345.txt
tools/encoding/gb1988.txt
tools/encoding/iso2022-kr.esc
tools/encoding/jis0201.txt
tools/encoding/jis0208.txt
tools/encoding/jis0212.txt
tools/encoding/ksc5601.txt
tools/encoding/macDingbats.txt
tools/encoding/macJapan.txt
tools/encoding/macRomania.txt
tools/encoding/macThai.txt
tools/encoding/macUkraine.txt
tools/encoding/shiftjis.txt
tools/encoding/symbol.txt
tools/white.bmp
merged tcl 8.1 branch back into the main trunk (check-in: f3b32fb71c, user: stanton, branch: trunk)
13.87 years library/http1.0/pkgIndex.tcl
Initial revision (check-in: cacdd0f329, user: rjohnson, branch: trunk)