summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* updated log for Unicode case changesstanton1998-10-161-1/+9
|
* updated docs to reflect changes in wordend/wordstart and the additionstanton1998-10-161-14/+26
| | | | of the totitle command
* Added Unicode character table support:stanton1998-10-167-217/+1287
| | | | | | | | added TclUniCharIsWordChar tclCmdMZ.c (Tcl_StringObjCmd): added "totitle" subcommand, changed "wordend" and "wordstart" to properly handle Unicode word characters and connector punctuation
* 8.1a2 bug: The compile procedure for "if" incorrectly attempted tostanton1998-10-062-3/+8
| | | | | | match against the literal string "if", resulting in a stack overflow when "::if" was compiled. It also would incorrectly accept "if" instead of "elsif" in later clauses.
* Removed unused function decls.rjohnson1998-10-062-16/+2
|
* added test for compilation of "::if"stanton1998-10-061-1/+5
|
* merge 8.0.4 into 8.1stanton1998-10-062-40/+46
|
* merged 8.0.4 changes into 8.1 branchstanton1998-10-0612-135/+887
|
* added a warning about static string modificationsstanton1998-10-061-1/+8
|
* * tclWinFile.c: added warning about modifying static stringsstanton1998-10-062-9/+11
| | | | * makefile.vc: fixed version strings, added missing debug defines
* * tclUnixFile.c: added warning about modifying static stringsstanton1998-10-061-2/+3
|
* * tclIndex: updated index to reflect 8.1 filesstanton1998-10-061-16/+16
|
* * tclMacFile.c: updated comments to warn about modifying staticsstanton1998-10-061-2/+3
|
* * 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
| | | | of definition so that we can compile without the Tcl allocator
* * tclCompile.c (TclCompileScript): changed to avoid modifying thestanton1998-10-061-16/+35
| | | | | input string in place because name lookup operations could have arbitrary side effects
* replaced SCCS stringsstanton1998-10-061-1/+16
| | | | added warnings around code that modifies strings in place
* * interp.test: added test for interp deleting itselfstanton1998-10-051-1/+4
|
* * auto.tcl, package.tcl: replaced SCCS strings with RCS stringsstanton1998-10-053-31/+85
| | | | * tclIndex: updated index to reflect 8.1 files
* replaced SCCS strings, added initializer to avoid purify warningsstanton1998-10-051-1/+2
|
* replaced SCCS with RCS stringsstanton1998-10-0316-16/+16
|
* merged tcl8.0.4 changesstanton1998-09-301-1/+9
|
* merged tcl8.0.4 changes into 8.1 branch to fix Windows memory allocationstanton1998-09-301-6/+7
|
* * tclCompCmds.c: lintstanton1998-09-301-1/+1
|
* * tclUnixPort.h: removed circular macro definitions for access/statstanton1998-09-303-17/+6
| | | | | | * tclUnixInit.c: lint * tclUnixFile.c: cleaned up bad merges
* * makefile.vc: fixed so TCL_LIBRARY is set before running tclteststanton1998-09-303-55/+25
| | | | | | * tclWinInit.c: lint * tclWin32Dll.c: removed TclpFinalize, cleanup of merges
* deleted TclpFinalizestanton1998-09-302-14/+2
|
* 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-284-39/+68
|
* merging changes from 8.0.3 into 8.1a2stanton1998-09-24471-2435/+10433
|
* replaced opt0.1 with opt0.4stanton1998-09-222-1101/+0
|
* Added contents of Tcl 8.1a2stanton1998-09-21462-34002/+228156
|
* Initial revisionstanton1998-04-288-0/+1762
|
* Initial revisionrjohnson1998-03-26165-0/+69117
|
* Initial revisionrjohnson1998-03-26304-0/+136370
|
* initial empty check-inroot1998-03-260-0/+0