summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixCompat.c
Commit message (Expand)AuthorAgeFilesLines
* The six-argument form of getaddressbyname_r() uses the fifth argument todonal.k.fellows@manchester.ac.uk2007-11-131-6/+6
* header cleanupdgp@users.sourceforge.net2007-09-071-2/+1
* Simplify the #ifdef logic.donal.k.fellows@manchester.ac.uk2007-07-311-334/+396
* Complete the purge of K&R function definitions from manually-written code.donal.k.fellows@manchester.ac.uk2007-04-161-12/+36
* * 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
* Added special handling for Darwin where gethostbyname/addr are actuallyzv@archiware.com2006-09-081-10/+13
* * unix/tclUnixCompat.c: Fixed conditions for CopyArray/CopyString,andreask@activestate.com2006-09-081-6/+6
* unix/tclUnixCompat.c: Added fallback to MT-unsafezv@archiware.com2006-09-071-21/+62
* Rewritten MT-safe wrappers to return ptrs to TSD storage.zv@archiware.com2006-09-071-103/+136
* Added for fixing Tcl Bug 999544zv@archiware.com2006-09-061-0/+584