summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
Commit message (Expand)AuthorAgeFilesLines
* [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-2/+1
|\
| * [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-2/+1
| |\
| | * [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-0/+1
* | | [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-301-2/+34
|\ \ \ | |/ /
| * | [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-301-2/+34
| |\ \ | | |/
| | * now ready for further field testsbug_3511806jan.nijtmans2012-03-291-2/+20
| | * some better checksjan.nijtmans2012-03-281-3/+3
| | * extra checks whether we are really dealing with cygwin or notjan.nijtmans2012-03-281-0/+13
| | * add TclWinConvertError and TclWinConvertWSAError for cygwinjan.nijtmans2012-03-221-3/+1
* | | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-01-22).jan.nijtmans2012-03-231-1/+1
|\ \ \ | |/ /
| * | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-02-01)jan.nijtmans2012-03-231-1/+1
* | | Patch from the cygwin folksjan.nijtmans2012-03-041-0/+3
|\ \ \ | |/ /
| * | Patch from the cygwin folksjan.nijtmans2012-03-041-0/+3
| |\ \ | | |/
| | * Patch from the cygwin folksjan.nijtmans2012-03-041-0/+3
| | * Add --disable-rpath option to configure scriptjan.nijtmans2011-09-061-25/+44
| | * Make SHLIB_LD_LIBS='${LIBS}' the default and et to "" on per-platform necessa...jan.nijtmans2011-08-301-88/+70
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-109/+160
| | * SHLIB_LD_LIBS='${LIBS}' for OSF1-V*.jan.nijtmans2011-03-161-39/+42
| | * * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the checkhobbs2009-04-281-2/+3
| | * Removed -Wno-implicit-int from CFLAGS_WARNING.stwo2009-04-141-1/+1
| | * * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition todas2008-08-131-1/+1
| | * duh, fix missing 'fi', thanks aku!das2008-06-121-1/+2
| | * * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc.das2008-06-121-14/+30
| | * * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166]das2008-03-271-1/+1
| | * typo fixesdgp2007-11-051-1/+1
| | * * unix/tcl.m4 (SunOS-5.1x): replace direct use of '/usr/ccs/bin/ld'das2007-09-151-1/+6
| | * * unix/configure.in (Darwin): add plist for tclsh; link thedas2007-06-061-9/+14
| | * * macosx/tclMacOSXNotify.c: add spinlock debugging and sanity checks.das2007-03-071-1/+1
| | * * unix/tcl.m4: use SHLIB_SUFFIX=".so" on HP-UX ia64 arch.hobbs2007-02-191-1/+5
| | * renamed SC_COMMANDS_PRE to SC_CONFIG_COMMANDS_PRE for parity with AC 2.5xdas2007-01-261-3/+3
| | * previous commit omitted some changes from the HEADdas2007-01-251-3/+2
| | * *** empty log message ***das2007-01-251-1/+1
| | * * unix/tcl.m4: integrate CPPFLAGS into CFLAGS as late as possibledas2007-01-251-1/+28
| | * * macosx/tclMacOSXNotify.c: accommodate changes to prototypes ofdas2007-01-191-0/+7
| | * * unix/tcl.m4 (Darwin): --enable-64bit: verify linking with 64bit -archdas2006-12-191-5/+23
| | * * tcl.m4 (Linux): --enable-64bit support. [Patch 1597389], [Bug 1230558]das2006-11-261-1/+13
| | * * library/msgcat/msgcat.tcl (msgcat::Init): on Darwin, add fallback ofdas2006-09-101-264/+230
| | * Added MT-safe implementation of some library calls.vasiljevic2006-09-061-0/+398
| | * * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, fordas2006-08-181-8/+33
| | * cleanup quoting and whitespacedas2006-07-201-2/+2
| | * * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): createdas2006-07-201-48/+35
| | * * macosx/tclMacOSXNotify.c: implemented pthread_atfork() handler thatdas2006-05-271-38/+39
| | * sync 2006-05-24 change to tcl HEADdas2006-05-261-1/+1
| | * * unix/tcl.m4: removed TCL_IO_TRACK_OS_FOR_DRIVER_WITH_BAD_BLOCKINGdas2006-04-061-1/+0
| | * []-quote ac_defun functionshobbs2006-03-021-24/+24
| | * * unix/tcl.m4: Fix for tk bug #1334613 to sort out shared librarypatthoyts2006-03-021-1/+1
| | * * unix/configure: add caching, use AC_CACHE_CHECK instead ofdas2006-01-101-189/+287
| | * * unix/tcl.m4, unix/configure: Fix sh quoting error reported inhobbs2005-12-121-2/+2
| | * * unix/tcl.m4 (Darwin): fixed error when MACOSX_DEPLOYMENT_TARGET unset.das2005-12-011-3/+2
| | * * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-57/+72