summaryrefslogtreecommitdiffstats
path: root/generic/tclUtil.c
Commit message (Collapse)AuthorAgeFilesLines
* * 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.
* Minor change to Lock Declarations to use TCL_DECLARE_MUTEX macro,lfb1998-12-121-4/+2
| | | | published in tcl.h.
* * Fixed lots of files that used TCL_THREAD instead of TCL_THREADS.stanton1998-12-101-2/+2
| | | | | | | * 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.
* * generic/tclUtil.c (Tcl_StringMatch): Changed to match 8.0stanton1998-12-031-2/+4
| | | | behavior in corner case where there is no closing bracket.
* lots of lintstanton1998-11-111-2/+4
| | | | wrapped mutex declarations in ifdefs to avoid compiler warnings
* merging changes from 8.0.3 into 8.1a2stanton1998-09-241-1/+37
|
* Added contents of Tcl 8.1a2stanton1998-09-211-1005/+248
|
* Initial revisionrjohnson1998-03-261-0/+2807