summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixCompat.c
Commit message (Expand)AuthorAgeFilesLines
* * unix/tclUnixCompat.c (PadBuffer): Fixed bug in calculation ofandreas_kupries2006-09-121-5/+11
* * unix/tclUnixCompat.c: make compatLock static and only declare it whendas2006-09-111-107/+110
* Fixed compilation for Darwin so the compiler does not bark aboutvasiljevic2006-09-081-8/+11
* * unix/tclUnixCompat.c: Fixed conditions for CopyArray/CopyString,andreas_kupries2006-09-081-6/+6
* For Darwin, assume gethostbyname() and gethostbyaddr() are MT-safevasiljevic2006-09-081-3/+3
* * unix/tclUnixFCmd.c: Removed some false tests addedvasiljevic2006-09-071-21/+62
* Fixed typos in some wrapersvasiljevic2006-09-071-4/+4
* Fixed wrong structure usage in some wrappersvasiljevic2006-09-071-3/+3
* Rewritten MT-safe wrappers to return ptrs to TSD storagevasiljevic2006-09-071-103/+136
* Added for fixing the Tcl Bug 999544vasiljevic2006-09-061-0/+584