summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
Commit message (Expand)AuthorAgeFilesLines
* More elimination of pre-C89-isms.dkf2008-05-021-3/+3
* * macosx/Tcl.xcodeproj/project.pbxproj: add support for Xcode 3.1 anddas2008-03-111-5/+11
* Reduce scope of <sys/filio.h> and <sys/ioctl.h> #includes.jenglish2008-02-281-15/+1
* Consolidate all code conditionalized on -DUSE_FIONBIO into one place.jenglish2008-02-281-1/+4
* Remove dead/unused portability-related #defines and unused conditional code.jenglish2008-02-271-36/+2
* merge stable branch onto HEADdgp2007-12-131-1/+1
* * generic/tclBasic.c:Miguel Sofer2007-11-101-4/+1
* * generic/tclAsync.c:Miguel Sofer2007-11-091-1/+4
* * generic/tclCmdMZ.c: Correct [string is (wide)integer] failuredgp2007-10-111-8/+1
* * generic/tclEnv.c: improve environ handling on Mac OS X (adapteddas2007-08-071-4/+10
* * generic/tclCompExpr.c: fix gcc warnings about 'cast to/fromdas2006-11-131-1/+7
* * unix/tclUnixPort.h: ensure MODULE_SCOPE is defined before use, sodas2006-10-311-1/+5
* Rewritten MT-safe wrappers to return ptrs to TSD storage.vasiljevic2006-09-071-23/+14
* Use MODULE_SCOPE declaration where appropriatevasiljevic2006-09-061-7/+7
* Added fixes for Tcl Bug 999544 (ported from core-8-4-branch).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-3/+17
* * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): createdas2006-07-201-7/+24
* * 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
* Fix for [Bug 1444692]Joe Mistachkin2006-03-171-1/+2
* * 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-18/+19
* * generic/tclInt.decls:das2005-05-141-8/+1
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* Remove readdir_r() and related #ifdeffery (see #1095909).jenglish2005-01-091-7/+1
* * unix/tcl.m4, unix/tclUnixPort.h: Check for pthread_attr_get_npdkf2004-11-121-2/+8
* Version of [Patch 746578] that works with Linux and is likely to work elsewheredkf2004-06-231-13/+24
* Made compiling with -Wstrict-prototypes -Wmissing-prototypes much cleaner.dkf2004-05-271-1/+3
* 2004-05-14 Kevin B. Kenny <kennykb@acm.org> Kevin B Kenny2004-05-141-5/+5
* Patch 922727 committed. Implements three changes:dgp2004-04-061-8/+1
* Removed undefining of extra error codes for DJGPP. It is not needed whenvbwagner2004-03-091-7/+1
* hidden unix-specific implementations of file volumes and file attributesvbwagner2004-03-051-2/+7
* #ifdef'd out errno declarations; incompatible with recent glibc. [Bug 852369]dkf2003-12-091-1/+3
* TIP#138 implementation plus extra test stuff [Patch 731356]dkf2003-11-141-8/+5
* added socklen_t typedef for DJGPPdavygrvy2003-11-111-1/+2
* * unix/tclUnixPort.h: #undef inet_ntoa beforemdejong2003-06-241-1/+2
* * 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