summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
Commit message (Expand)AuthorAgeFilesLines
* Rewritten MT-safe wrappers to return ptrs to TSD storagevasiljevic2006-09-071-22/+14
* Added MT-safe implementation of some library calls.vasiljevic2006-09-061-1/+28
* * unix/tclUnixPort.h (Darwin): override potentially faulty configuredas2006-08-211-7/+13
* * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, fordas2006-08-181-5/+25
* * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): createdas2006-07-201-10/+33
* * unix/tclUnixPort.h: Added the inclusion ofandreas_kupries2006-07-141-1/+6
* * unix/tclUnixPort.h (Darwin): support for MAC_OS_X_VERSION_MAX_ALLOWEDdas2006-06-141-10/+27
* * unix/tclUnixPort.h (Darwin): fix incorrect __DARWIN_UNIX03 configuredas2005-12-061-1/+3
* * unix/tclUnixPort.h (Darwin): fix incorrect __DARWIN_UNIX03 configuredas2005-12-061-8/+10
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-1/+34
* * unix/tcl.m4, unix/configure: Backported [Bug 1095909], removinghobbs2005-07-081-6/+1
* * macosx/tclMacOSXBundle.c:das2005-05-141-8/+1
* * generic/tclInt.decls: Restored TclpTime_t kludge to all Kevin B Kenny2004-05-171-3/+3
* 2004-05-14 Kevin B. Kenny <kennykb@acm.org> Kevin B Kenny2004-05-141-5/+7
* #ifdef'd out errno declarations; incompatible with recent glibc. [Bug 852369]dkf2003-12-091-1/+3
* * generic/tcl.decls:das2003-05-131-1/+8
* * unix/tclUnixThrd.c (TclpReaddir):hobbs2003-02-201-2/+10
* Changed all the Tcl_Platform* symbols to TclOS*; they weren't public so theirdkf2002-06-281-16/+17
* Make sure EOVERFLOW is defined on Unix.dkf2002-06-071-16/+31
* * unix/tclUnixPort.h: corrected strtoll prototype mismatch on Tru64.dgp2002-02-251-2/+2
* Const-ifying declarations of strtoll/strtoull and new compat code.dkf2002-02-221-5/+5
* * unix/tclUnixPort.h: add strtoll/strtoull declarations forhobbs2002-02-161-1/+8
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-2/+33
* * djgpp/ (new directory)davygrvy2002-02-121-1/+5
* * unix/tclUnixPort.h:hobbs2002-02-081-1/+9
* filesystemvincentdarley2001-08-301-10/+1
* * generic/tclInt.decls:dgp2001-06-171-1/+7
* Thread-safe rewrite for the Tcl_Async* commands.davidg2000-07-261-2/+1
* * generic/tclAlloc.c: wrapped caddr_t define to not be done on Unixhobbs2000-04-211-1/+12
* * README:hobbs2000-04-191-2/+2
* * unix/tclUnixPort.h: moved include of <utime.h> lower since somehobbs2000-01-241-2/+2
* * unix/tclUnixPort.h: added utime.h to includeshobbs1999-10-291-1/+2
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-49/+87
* * win/tclWinPipe.c:stanton1999-03-111-2/+3
* Merged stubs changes into mainline for 8.0stanton1999-03-101-34/+3
* Removed function declarations that were never used and not referencedrjohnson1998-09-291-2/+1
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* Nuked EINTR wrapperswelch1998-08-061-16/+0
* Fixed EINTR bugsurles1998-08-031-0/+16
* Added macro ti simply map 'TclpStat(...)' to 'stat(...)'.suresh1998-05-281-0/+9
* *** empty log message ***stanton1998-04-291-0/+6
* Initial revisionrjohnson1998-03-261-0/+480