| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -1/+34 |
|
|
| | * | * unix/tcl.m4, unix/configure: Backported [Bug 1095909], removing | hobbs | 2005-07-08 | 1 | -6/+1 |
|
|
| | * | * macosx/tclMacOSXBundle.c: | das | 2005-05-14 | 1 | -8/+1 |
|
|
| | * | * generic/tclInt.decls: Restored TclpTime_t kludge to all
| Kevin B Kenny | 2004-05-17 | 1 | -3/+3 |
|
|
| | * | 2004-05-14 Kevin B. Kenny <kennykb@acm.org>
| Kevin B Kenny | 2004-05-14 | 1 | -5/+7 |
|
|
| | * | #ifdef'd out errno declarations; incompatible with recent glibc. [Bug 852369] | dkf | 2003-12-09 | 1 | -1/+3 |
|
|
| | * | * generic/tcl.decls: | das | 2003-05-13 | 1 | -1/+8 |
|
|
| * | | [Bug 2991415]: tclport.h #included before limits.h | nijtmans | 2010-05-25 | 1 | -3/+7 |
|
|
* | | | * doc/socket.n: Document the changes to the [socket] and
| rmax | 2010-09-28 | 1 | -2/+10 |
|
|
* | | | Fix [Bug #2991415] tclport.h #included before limits.h | nijtmans | 2010-04-23 | 1 | -1/+6 |
|
|
* | | | Remove unnecessary EXTERN's, which already | nijtmans | 2010-02-22 | 1 | -7/+2 |
|
|
* | | | Feature Request 2814786: remove TclpPanic | nijtmans | 2009-07-22 | 1 | -11/+5 |
|
|
* | | | * unix/tclUnixPort.h: Move all socket-related code from tclUnixChan.c | rmax | 2009-06-15 | 1 | -1/+3 |
|
|
* | | | * generic/tcl.h: Stripped "callers" of the _ANSI_ARGS_ macro | dgp | 2008-09-03 | 1 | -3/+2 |
|
|
* | | | * unix/tclUnixThrd.c: remove unused TclpThreadGetStackSize() | das | 2008-08-13 | 1 | -19/+1 |
|
|
* | | | More elimination of pre-C89-isms. | dkf | 2008-05-02 | 1 | -3/+3 |
|/ / |
|
* | | * macosx/Tcl.xcodeproj/project.pbxproj: add support for Xcode 3.1 and | das | 2008-03-11 | 1 | -5/+11 |
|
|
* | | Reduce scope of <sys/filio.h> and <sys/ioctl.h> #includes. | jenglish | 2008-02-28 | 1 | -15/+1 |
|
|
* | | Consolidate all code conditionalized on -DUSE_FIONBIO into one place. | jenglish | 2008-02-28 | 1 | -1/+4 |
|
|
* | | Remove dead/unused portability-related #defines and unused conditional code. | jenglish | 2008-02-27 | 1 | -36/+2 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * generic/tclBasic.c: | Miguel Sofer | 2007-11-10 | 1 | -4/+1 |
|
|
* | | * generic/tclAsync.c: | Miguel Sofer | 2007-11-09 | 1 | -1/+4 |
|
|
* | | * generic/tclCmdMZ.c: Correct [string is (wide)integer] failure | dgp | 2007-10-11 | 1 | -8/+1 |
|
|
* | | * generic/tclEnv.c: improve environ handling on Mac OS X (adapted | das | 2007-08-07 | 1 | -4/+10 |
|
|
* | | * generic/tclCompExpr.c: fix gcc warnings about 'cast to/from | das | 2006-11-13 | 1 | -1/+7 |
|
|
* | | * unix/tclUnixPort.h: ensure MODULE_SCOPE is defined before use, so | das | 2006-10-31 | 1 | -1/+5 |
|
|
* | | Rewritten MT-safe wrappers to return ptrs to TSD storage. | vasiljevic | 2006-09-07 | 1 | -23/+14 |
|
|
* | | Use MODULE_SCOPE declaration where appropriate | vasiljevic | 2006-09-06 | 1 | -7/+7 |
|
|
* | | Added fixes for Tcl Bug 999544 (ported from core-8-4-branch). | vasiljevic | 2006-09-06 | 1 | -1/+28 |
|
|
* | | * unix/tclUnixPort.h (Darwin): override potentially faulty configure | das | 2006-08-21 | 1 | -7/+13 |
|
|
* | | * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, for | das | 2006-08-18 | 1 | -3/+17 |
|
|
* | | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): create | das | 2006-07-20 | 1 | -7/+24 |
|
|
* | | * unix/tclUnixPort.h: Added the inclusion of | andreas_kupries | 2006-07-14 | 1 | -1/+6 |
|
|
* | | * unix/tclUnixPort.h (Darwin): support for MAC_OS_X_VERSION_MAX_ALLOWED | das | 2006-06-14 | 1 | -10/+27 |
|
|
* | | Fix for [Bug 1444692] | Joe Mistachkin | 2006-03-17 | 1 | -1/+2 |
|
|
* | | * unix/tclUnixPort.h (Darwin): fix incorrect __DARWIN_UNIX03 configure | das | 2005-12-06 | 1 | -1/+3 |
|
|
* | | * unix/tclUnixPort.h (Darwin): fix incorrect __DARWIN_UNIX03 configure | das | 2005-12-06 | 1 | -8/+10 |
|
|
* | | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -18/+19 |
|
|
* | | * generic/tclInt.decls: | das | 2005-05-14 | 1 | -8/+1 |
|
|
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | | Remove readdir_r() and related #ifdeffery (see #1095909). | jenglish | 2005-01-09 | 1 | -7/+1 |
|
|
* | | * unix/tcl.m4, unix/tclUnixPort.h: Check for pthread_attr_get_np | dkf | 2004-11-12 | 1 | -2/+8 |
|
|
* | | Version of [Patch 746578] that works with Linux and is likely to work elsewhere | dkf | 2004-06-23 | 1 | -13/+24 |
|
|
* | | Made compiling with -Wstrict-prototypes -Wmissing-prototypes much cleaner. | dkf | 2004-05-27 | 1 | -1/+3 |
|
|
* | | 2004-05-14 Kevin B. Kenny <kennykb@acm.org>
| Kevin B Kenny | 2004-05-14 | 1 | -5/+5 |
|
|
* | | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -8/+1 |
|
|
* | | Removed undefining of extra error codes for DJGPP. It is not needed when | vbwagner | 2004-03-09 | 1 | -7/+1 |
|
|
* | | hidden unix-specific implementations of file volumes and file attributes | vbwagner | 2004-03-05 | 1 | -2/+7 |
|
|
* | | #ifdef'd out errno declarations; incompatible with recent glibc. [Bug 852369] | dkf | 2003-12-09 | 1 | -1/+3 |
|
|