summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
Commit message (Expand)AuthorAgeFilesLines
...
* | | [Bug 2233954] AIX: compile errorjan.nijtmans2012-02-161-1/+3
|\ \ \ | |/ /
| * | [Bug 2233954] AIX: compile errorjan.nijtmans2012-02-161-1/+3
* | | MINOR: Formatting fixes, mainly to comments, so code better fits the style indkf2011-03-101-177/+277
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * backport darwin vfork fixdas2010-05-191-1/+7
| | * * generic/tclEnv.c: improve environ handling on Mac OS X (adapteddas2007-08-071-4/+10
| | * Restored Cygwin buildability [Bug 1387154]Kevin B Kenny2007-04-211-1/+9
| | * * generic/tclInt.decls: Yet another round of attemptingKevin B Kenny2007-04-211-3/+3
| | * 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
| * | [Bug 2991415]: tclport.h #included before limits.hnijtmans2010-05-251-3/+7
* | | * doc/socket.n: Document the changes to the [socket] and rmax2010-09-281-2/+10
* | | Fix [Bug #2991415] tclport.h #included before limits.hnijtmans2010-04-231-1/+6
* | | Remove unnecessary EXTERN's, which alreadynijtmans2010-02-221-7/+2
* | | Feature Request 2814786: remove TclpPanicnijtmans2009-07-221-11/+5
* | | * unix/tclUnixPort.h: Move all socket-related code from tclUnixChan.crmax2009-06-151-1/+3
* | | * generic/tcl.h: Stripped "callers" of the _ANSI_ARGS_ macrodgp2008-09-031-3/+2
* | | * unix/tclUnixThrd.c: remove unused TclpThreadGetStackSize()das2008-08-131-19/+1
* | | 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