summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***stanton1999-02-111-0/+4
|
* * library/auto.tcl: Fixed auto_mkindex so it handles .tbc files.stanton1999-02-111-10/+38
| | | | | Did some general cleanup to handle bad eval statements that didn't use "list".
* * unix/mkLinks:stanton1999-02-1058-1484/+1947
| | | | | | | | | | * doc/SetVar.3: * generic/tcl.h: * generic/tclVar.c: Restored Tcl_ObjGetVar2 and Tcl_ObjSetVar2 from 8.0. Renamed Tcl_Get/SetObjVar2 to Tcl_GetVar2Ex and Tcl_SetVar2Ex. * Merged 8.0.5b2 patches
* *** empty log message ***stanton1999-02-011-0/+22
|
* changed testeval2 to testevalexstanton1999-02-011-30/+30
|
* * generic/tclBasic.c:stanton1999-02-0116-69/+77
| | | | | | | | | | | | | | | | | | | | | * generic/tclCmdAH.c: * generic/tclCmdIL.c: * generic/tclCmdMZ.c: * generic/tclExecute.c: * generic/tclHistory.c: * generic/tclIO.c: * generic/tclIOUtil.c: * generic/tclInterp.c: * generic/tclMain.c: * generic/tclNamesp.c: * generic/tclParse.c: * generic/tclProc.c: * generic/tclTest.c: * generic/tclTimer.c: * generic/tcl.h: Made eval interfaces compatible with 8.0 by renaming Tcl_EvalObj to Tcl_EvalObjEx, renaming Tcl_Eval2 to Tcl_EvalEx and restoring Tcl_EvalObj and Tcl_GlobalEvalObj interfaces so they match Tcl 8.0.
* *** empty log message ***stanton1999-01-291-0/+2
|
* Merged changes from Tcl 8.0.5b1stanton1999-01-2913-49/+112
|
* no messagestanton1999-01-281-0/+5
|
* * generic/tclUtil.c (Tcl_DStringSetLength): Changed so the bufferstanton1999-01-281-4/+22
| | | | | overallocates in a manner similar to Tcl_DStringAppend. This should improve performance for TclUniCharToUtfDString.
* Removed function decls that were never used.rjohnson1998-12-246-31/+6
|
* Added RFE: 726 - a performance improvement to lsort -command supplied by Syd ↵rjohnson1998-12-232-19/+43
| | | | Polk.
* updated old sun.com referencesstanton1998-12-143-425/+21
|
* Cleaned up makefile.vc install targetlfb1998-12-131-4/+5
|
* Minor change to Lock Declarations to use TCL_DECLARE_MUTEX macro,lfb1998-12-1227-97/+61
| | | | published in tcl.h.
* Tcl 8.1b1 Releasestanton1998-12-121-0/+3
|
* test lintstanton1998-12-112-2/+349
| | | | added support for additional platform specific locale specifiers
* updated installerstanton1998-12-112-2174/+2191
|
* more release stuffstanton1998-12-113-750/+469
|
* updated file listsstanton1998-12-112-3/+5
|
* lintstanton1998-12-111-2/+9
|
* lintstanton1998-12-113-13/+9
|
* lots of K&R C lintstanton1998-12-106-29/+34
|
* * Fixed lots of files that used TCL_THREAD instead of TCL_THREADS.stanton1998-12-1024-58/+88
| | | | | | | * generic/tclEncoding.c (Tcl_FreeEncoding): Moved most of the code into a static FreeEncoding routine that does not grab the encodingMutex to avoid deadlocks/races when called from other routines that already have the mutex.
* merged 8.0 changesstanton1998-12-102-3/+6
|
* changed uses of localhost to 127.0.0.1 since not all machines define localhoststanton1998-12-104-57/+57
|
* merged 8.0 changesstanton1998-12-103-26/+36
|
* lintstanton1998-12-101-0/+14
|
* * library/msgcat1.0/msgcat.tcl: Fixed bad export list, fixed sostanton1998-12-106-28/+26
| | | | | all locale strings are converted to lower case, including file names.
* release lintstanton1998-12-1012-297/+112
|
* *** empty log message ***stanton1998-12-091-0/+5
|
* * generic/regcomp.c (makescan): Fixed bug in longest match casestanton1998-12-092-18/+18
| | | | that caused anchored patterns to fail. [Bug: 897]
* removed .sit filestanton1998-12-091-3157/+0
|
* lintstanton1998-12-091-2/+2
|
* * library/msgcat1.0/msgcat.tcl: changed mc to invoke mcunknown instanton1998-12-096-54/+40
| | | | the calling context, changed locale lookups to be case insensitive
* * generic/tclAlloc.c (TclpRealloc): Fixed a memory allocation bugstanton1998-12-083-2/+36
| | | | | where big blocks that were reallocated into a different heap location were not being placed into the bigBlocks list. [Bug: 933]
* *** empty log message ***stanton1998-12-071-0/+7
|
* cleaned up docsstanton1998-12-074-49/+414
| | | | | | | * tests/msgcat.test: Added message catalog test suite. * library/msgcat1.0/msgcat.tcl: minor bug fixes, integrated latest changes from Mark Harrison.
* *** empty log message ***stanton1998-12-041-0/+8
|
* added man page for msgcatstanton1998-12-041-0/+182
|
* * library/msgcat1.0/msgcat.tcl: Changed code to conform to Tclstanton1998-12-042-128/+284
| | | | coding standards. Changed to use file join for portability.
* * library/msgcat1.0/msgcat.tcl:stanton1998-12-044-0/+186
| | | | | * library/msgcat1.0/pkgIndex.tcl: Added initial implementaion of Tcl message catalog package contributed by Mark Harrison.
* *** empty log message ***stanton1998-12-041-0/+3
|
* fixed broken testsstanton1998-12-044-12/+11
|
* * win/tclWinPipe.c (BuildCommandLine): Fixed bug that keptstanton1998-12-041-2/+2
| | | | arguments containing spaces from being properly quoted.
* * tclWinSock.c (CreateSocket, TcpAccept): Windows NT createsstanton1998-12-043-3/+234
| | | | | sockets so they are inheritable by default. Turn off this bit so sockets aren't kept open by exec'ed processes. [Bug: 892]
* *** empty log message ***stanton1998-12-031-0/+9
|
* * generic/tclUtil.c (Tcl_StringMatch): Changed to match 8.0stanton1998-12-031-2/+4
| | | | behavior in corner case where there is no closing bracket.
* fixed various broken testsstanton1998-12-034-11/+14
|
* * tests/defs: Changed so auto_path is set to only contain the Tclstanton1998-12-031-1/+6
| | | | | library directory. This keeps the tests from accidentally picking up stuff in installed packages.