summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixCompat.c
Commit message (Expand)AuthorAgeFilesLines
* TclpGetHostByName: The six-argument form of getaddressbyname_r() useszv@archiware.com2007-12-141-5/+6
* The six-argument form of getaddressbyname_r() uses the fifth argument todonal.k.fellows@manchester.ac.uk2007-11-131-2/+2
* * unix/tclUnixCompat.c (PadBuffer): Fixed bug in calculation ofandreask@activestate.com2006-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 aboutzv@archiware.com2006-09-081-8/+11
* * unix/tclUnixCompat.c: Fixed conditions for CopyArray/CopyString,andreask@activestate.com2006-09-081-6/+6
* For Darwin, assume gethostbyname() and gethostbyaddr() are MT-safezv@archiware.com2006-09-081-3/+3
* * unix/tclUnixFCmd.c: Removed some false tests addedzv@archiware.com2006-09-071-21/+62
* Fixed typos in some wraperszv@archiware.com2006-09-071-4/+4
* Fixed wrong structure usage in some wrapperszv@archiware.com2006-09-071-3/+3
* Rewritten MT-safe wrappers to return ptrs to TSD storagezv@archiware.com2006-09-071-103/+136
* Added for fixing the Tcl Bug 999544zv@archiware.com2006-09-061-0/+584