| Commit message (Expand) | Author | Age | Files | Lines |
* | cleanup quoting and whitespace | das | 2006-07-20 | 1 | -3/+3 |
|
|
* | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): create | das | 2006-07-20 | 1 | -59/+44 |
|
|
* | * macosx/tclMacOSXNotify.c: implemented pthread_atfork() handler that | das | 2006-05-27 | 1 | -42/+45 |
|
|
* | Fix [Bug 1494160] | dkf | 2006-05-24 | 1 | -1/+1 |
|
|
* | * unix/tcl.m4: removed TCL_IO_TRACK_OS_FOR_DRIVER_WITH_BAD_BLOCKING | das | 2006-04-06 | 1 | -2/+0 |
|
|
* | * unix/tcl.m4, win/tcl.m4: []-quote AC_DEFUN functions. | hobbs | 2006-03-28 | 1 | -26/+26 |
|
|
* | Set SHLIB_LD_FLAGS='${LIBS}' on NetBSD, as per the other *BSD variants | jenglish | 2006-03-08 | 1 | -1/+1 |
|
|
* | * unix/configure: add caching, use AC_CACHE_CHECK instead of | das | 2006-01-10 | 1 | -169/+253 |
|
|
* | Small improvement to the factoring of tcl.m4 | dkf | 2006-01-05 | 1 | -41/+47 |
|
|
* | * unix/tcl.m4, unix/configure: Fix sh quoting error reported in | hobbs | 2005-12-12 | 1 | -2/+2 |
|
|
* | * unix/configure.in: move check for fts API to configure.in and run it | das | 2005-12-05 | 1 | -11/+0 |
|
|
* | * unix/configure: Use FTS file APIs on Darwin if available. | hobbs | 2005-12-05 | 1 | -0/+11 |
|
|
* | * unix/tcl.m4 (Darwin): fixed error when MACOSX_DEPLOYMENT_TARGET unset. | das | 2005-12-01 | 1 | -3/+2 |
|
|
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -18/+34 |
|
|
* | RFE 1071992 | Kevin B Kenny | 2005-11-04 | 1 | -30/+13 |
|
|
* | Bug 1163896 | Kevin B Kenny | 2005-11-04 | 1 | -0/+12 |
|
|
* | * generic/tclExecute.c: Removed obsolete use of NO_ERRNO_H. | dgp | 2005-10-13 | 1 | -2/+0 |
|
|
* | More flags hacking, this time for open64 under RHEL3. [Bug 1287638] | dkf | 2005-09-15 | 1 | -0/+2 |
|
|
* | radical refactoring of thread storage to untangle dependencies | Kevin B Kenny | 2005-08-11 | 1 | -4/+0 |
|
|
* | * unix/configure: Regen. | mdejong | 2005-07-25 | 1 | -0/+73 |
|
|
* | drop support of ancient BSD, IRIX4, RISCos, Ultrix, and ldAout.tcl | Kevin B Kenny | 2005-07-21 | 1 | -187/+41 |
|
|
* | Only enable the 'compile' special debugging feature when requested in | dkf | 2005-06-21 | 1 | -5/+7 |
|
|
* | * generic/tclInt.h: ensure WORDS_BIGENDIAN is defined correctly with fat | das | 2005-06-18 | 1 | -1/+1 |
|
|
* | Fix m4 quoting problems :} | dkf | 2005-06-02 | 1 | -4/+4 |
|
|
* | Standardize help messages for 'configure --help' using AC_HELP_STRING | dkf | 2005-05-31 | 1 | -49/+82 |
|
|
* | * macosx/Makefile: | das | 2005-05-23 | 1 | -2/+1 |
|
|
* | * generic/tclInt.decls: | das | 2005-05-14 | 1 | -5/+34 |
|
|
* | * unix/tcl.m4, unix/configure: correct Solaris 10 (5.10) check and | hobbs | 2005-05-07 | 1 | -3/+11 |
|
|
* | * compat/string.h: fixed memchr() protoype for __APPLE__ so that we | das | 2005-04-26 | 1 | -8/+29 |
|
|
* | * unix/tcl.m4 (Darwin): added -single_module linker flag to | das | 2005-04-09 | 1 | -2/+2 |
|
|
* | Updated the OpenBSD configuration and regenerated the configure script. | patthoyts | 2005-03-15 | 1 | -15/+39 |
|
|
* | * unix/Makefile.in: remove SHLIB_LD_FLAGS (only for AIX, inlined | hobbs | 2005-02-11 | 1 | -53/+15 |
|
|
* | * unix/configure, unix/tcl.m4: add solaris 64-bit gcc build | hobbs | 2005-01-29 | 1 | -4/+21 |
|
|
* | * unix/tcl.m4 (Darwin): fixed bug with static build linking to | das | 2005-01-25 | 1 | -3/+3 |
|
|
* | Make --with-tcl and --with-tk options more robust. [FRQ 951247] | dkf | 2005-01-12 | 1 | -0/+14 |
|
|
* | Remove ${DBGX}, ${TCL_DBGX} from Tcl build system [Patch 1081595]. | jenglish | 2005-01-10 | 1 | -19/+20 |
|
|
* | Remove readdir_r() and related #ifdeffery (see #1095909). | jenglish | 2005-01-09 | 1 | -37/+0 |
|
|
* | Oops! Got the test sense wrong. | dkf | 2004-11-26 | 1 | -1/+1 |
|
|
* | Spread the goodness of AC_CACHE_VAL a bit further. [Patch 1073524] | dkf | 2004-11-26 | 1 | -0/+36 |
|
|
* | Fix ordering of AC_MSG_RESULT/AC_CHECK_FUNCS so messages are simpler. | dkf | 2004-11-25 | 1 | -1/+1 |
|
|
* | * unix/tcl.m4 (SC_ENABLE_THREADS): Corrected failure to determine | dgp | 2004-11-25 | 1 | -2/+18 |
|
|
* | * unix/tcl.m4 (SC_ENABLE_THREADS): Corrected bad check for | Kevin B Kenny | 2004-11-24 | 1 | -2/+7 |
|
|
* | * unix/configure: Regen. | mdejong | 2004-11-22 | 1 | -2/+9 |
|
|
* | * unix/configure: Regen. | mdejong | 2004-11-22 | 1 | -0/+19 |
|
|
* | generated configure and fixed manpage installaton | rmax | 2004-11-18 | 1 | -3/+3 |
|
|
* | 2004-11-18 Reinhard Max <max@suse.de> | rmax | 2004-11-18 | 1 | -12/+36 |
|
|
* | Stop architecture flags to 'ld' from going missing when [load] is disabled. | dkf | 2004-11-16 | 1 | -6/+11 |
|
|
* | Adapt Tcl so it uses a config.h header instead of stuffing all #defs on the | dkf | 2004-11-12 | 1 | -64/+88 |
|
|
* | * unix/tcl.m4, unix/tclUnixPort.h: Check for pthread_attr_get_np | dkf | 2004-11-12 | 1 | -9/+26 |
|
|
* | TIP #173 and #209 implementation - see ChangeLog for details | Kevin B Kenny | 2004-08-18 | 1 | -1/+1 |
|
|