summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
Commit message (Collapse)AuthorAgeFilesLines
* * Fixed lots of files that used TCL_THREAD instead of TCL_THREADS.stanton1998-12-101-3/+3
| | | | | | | * 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.
* lots of lintstanton1998-11-111-1/+5
| | | | wrapped mutex declarations in ifdefs to avoid compiler warnings
* merged 8.0.4 changes into 8.1 branchstanton1998-10-061-1/+2
|
* merging changes from 8.0.3 into 8.1a2stanton1998-09-241-1/+1
|
* Added contents of Tcl 8.1a2stanton1998-09-211-205/+146
|
* Initial revisionrjohnson1998-03-261-0/+2141