summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * tclScan.c: moved "scan" implementation out of tclCmdMZ.c andstanton1998-11-182-15/+96
* lintstanton1998-11-181-1/+1
* * tclAlloc.c: changed so allocated memory is always 8-byte alignedstanton1998-11-181-2/+7
* integrated latest changes from Henry Spencer, mostly performance improvementsstanton1998-11-179-190/+362
* moved scan implementation into tclScan.cstanton1998-11-162-365/+1025
* lots of lintstanton1998-11-1129-97/+102
* merged 8.0.4 into 8.1stanton1998-11-119-41/+41
* integrated latest regexp updates from Henry Spencer, includes newstanton1998-11-1116-2484/+2473
* fixed bug in initialization order, caught by Purifystanton1998-11-111-2/+2
* fixed "format" so it handles multibyte characters in %s with fieldstanton1998-11-101-4/+62
* * tclVar.c (TclGetIndexedScalar): Fixed bug 796, var name wasstanton1998-11-061-5/+7
* Merged Henry's latest changes to add support for character rangesstanton1998-11-047-96/+539
* fixed typo in includestanton1998-10-211-2/+2
* Integrated latest regexp changes from Henry Spencer.stanton1998-10-2126-2388/+2972
* Added Unicode character table support:stanton1998-10-164-118/+749
* 8.1a2 bug: The compile procedure for "if" incorrectly attempted tostanton1998-10-061-2/+2
* Removed unused function decls.rjohnson1998-10-062-16/+2
* merged 8.0.4 changes into 8.1 branchstanton1998-10-064-120/+707
* added a warning about static string modificationsstanton1998-10-061-1/+8
* * tclInterp.c: added guard against deleting current interpreterstanton1998-10-061-1/+7
* * tclFileName.c: added warnings around code that modifies strings in placestanton1998-10-061-3/+11
* * tclExecute.c: fixed off-by-one copying error, fixed merge bugsstanton1998-10-061-4/+5
* * tclEvent.c: changed so USE_TCLALLOC is tested for value insteadstanton1998-10-061-2/+2
* * tclCompile.c (TclCompileScript): changed to avoid modifying thestanton1998-10-061-16/+35
* replaced SCCS stringsstanton1998-10-061-1/+16
* replaced SCCS strings, added initializer to avoid purify warningsstanton1998-10-051-1/+2
* replaced SCCS with RCS stringsstanton1998-10-0316-16/+16
* * tclCompCmds.c: lintstanton1998-09-301-1/+1
* more cleanup of 8.0.3 merges into 8.1stanton1998-09-308-30/+28
* fixed stat() and access() usage to use correct routines for wrapperstanton1998-09-282-10/+38
* merging changes from 8.0.3 into 8.1a2stanton1998-09-2457-460/+3031
* Added contents of Tcl 8.1a2stanton1998-09-2171-22477/+39051
* Initial revisionrjohnson1998-03-2656-0/+82403