summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixCompat.c
Commit message (Collapse)AuthorAgeFilesLines
...
* unix/tclUnixCompat.c: Added fallback to MT-unsafevasiljevic2006-09-071-21/+62
| | | | | | library calls if TCL_THREADS is not defined. Fixed alignment of arrays copied by CopyArrayi() to be on the sizeof(char *) boundary.
* Rewritten MT-safe wrappers to return ptrs to TSD storage.vasiljevic2006-09-071-103/+136
|
* Added for fixing Tcl Bug 999544vasiljevic2006-09-061-0/+584