| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix quoting problem | dkf | 2010-01-03 | 1 | -1/+1 |
|
|
* | Missed a bit | dkf | 2010-01-03 | 1 | -2/+3 |
|
|
* | [Bug 1636685]: Use the configuration for modern FreeBSD suggested by the | dkf | 2010-01-03 | 1 | -1/+24 |
|
|
* | Cygwin: Install libtcl8.6.dll in bin directory | nijtmans | 2009-12-23 | 1 | -38/+45 |
|
|
* | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ... | nijtmans | 2009-12-21 | 1 | -0/+14 |
|
|
* | reverted 2902965 changes that broke static builds on OSX | das | 2009-11-29 | 1 | -2/+2 |
|
|
* | Fix [Bug 2902965] stub related changes | nijtmans | 2009-11-26 | 1 | -2/+2 |
|
|
* | [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and use | stwo | 2009-11-25 | 1 | -1/+0 |
|
|
* | [Tcl Patch #2883533] tcl.m4 support for Haiku OS | nijtmans | 2009-11-19 | 1 | -1/+11 |
|
|
* | Revert series of local changes not relevant to the last commit. | andreas_kupries | 2009-07-23 | 1 | -7/+1 |
|
|
* | * generic/tclIO.c (Tcl_GetChannelHandle): Do not crash for | andreas_kupries | 2009-07-23 | 1 | -1/+7 |
|
|
* | * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check | hobbs | 2009-04-28 | 1 | -2/+3 |
|
|
* | fix [tcl-Bug 2502365] Building of head on HPUX is | nijtmans | 2009-02-10 | 1 | -5/+8 |
|
|
* | * unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}). | Kevin B Kenny | 2009-01-22 | 1 | -1/+1 |
|
|
* | Patch 907924 | Kevin B Kenny | 2009-01-20 | 1 | -3/+8 |
|
|
* | fix [tcl-Bug 2502365] Building of head on | nijtmans | 2009-01-13 | 1 | -1/+1 |
|
|
* | Fix various mkstemp()-related issues. [Bugs 741967,878333] | dkf | 2009-01-02 | 1 | -0/+3 |
|
|
* | Use -O2 as gcc optimization compiler flag, and get | nijtmans | 2008-11-12 | 1 | -3/+6 |
|
|
* | fix missing "-Wl," prefix in HP-UX build | nijtmans | 2008-10-17 | 1 | -1/+1 |
|
|
* | fix missing "-Wl," prefix in HP-UX build | nijtmans | 2008-10-17 | 1 | -1/+1 |
|
|
* | * unix/tclUnixChan.c: fix minor compiler warning | nijtmans | 2008-10-08 | 1 | -8/+7 |
|
|
* | * unix/tclUnixThrd.c: remove unused TclpThreadGetStackSize() | das | 2008-08-13 | 1 | -37/+0 |
|
|
* | * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition to | das | 2008-08-13 | 1 | -1/+1 |
|
|
* | * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc. | das | 2008-06-12 | 1 | -22/+39 |
|
|
* | (SunOS-5.1x): quote CC var to allow make-time override | das | 2008-04-01 | 1 | -5/+1 |
|
|
* | * generic/tclStrToD.c: Applied patch for [Bug 1839067] (fp | andreas_kupries | 2008-04-01 | 1 | -2/+21 |
|
|
* | * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166] | das | 2008-03-27 | 1 | -1/+1 |
|
|
* | * unix/configure.in: use backspace-quoting instead of double-quoting | das | 2008-03-13 | 1 | -8/+8 |
|
|
* | * macosx/GNUmakefile: fix quoting to allow paths to | das | 2008-03-11 | 1 | -44/+44 |
|
|
* | whitespace & order (sync with tclconfig/tcl.m4) | das | 2007-11-18 | 1 | -7/+8 |
|
|
* | Let people disable use of -rpath in their linking step. [Patch 1231022] | dkf | 2007-11-15 | 1 | -281/+246 |
|
|
* | clarify message of second getaddrinfo check | das | 2007-11-14 | 1 | -1/+1 |
|
|
* | Added autoconf goo to detect availability of getaddrinfo | patthoyts | 2007-11-13 | 1 | -0/+31 |
|
|
* | fix quoting of new FreeBSD SHLIB_LD | das | 2007-09-18 | 1 | -1/+1 |
|
|
* | Use '${CC} -shared' instead of 'ld -Bshareable' to build shared libraries | jenglish | 2007-09-17 | 1 | -12/+6 |
|
|
* | * unix/tcl.m4: replace all direct references to compiler by ${CC} to | das | 2007-09-15 | 1 | -41/+44 |
|
|
* | * macosx/Tcl.xcodeproj/project.pbxproj: add settings for Fix&Continue. | das | 2007-06-06 | 1 | -9/+14 |
|
|
* | * macosx/tclMacOSXNotify.c: add spinlock debugging and sanity checks. | das | 2007-03-07 | 1 | -1/+1 |
|
|
* | * unix/tcl.m4: use SHLIB_SUFFIX=".so" on HP-UX ia64 arch. | hobbs | 2007-02-19 | 1 | -1/+5 |
|
|
* | * unix/tcl.m4: use gcc4's __attribute__((__visibility__("hidden"))) if | das | 2007-02-04 | 1 | -2/+23 |
|
|
* | * unix/tcl.m4: integrate CPPFLAGS into CFLAGS as late as possible and | das | 2007-01-25 | 1 | -4/+12 |
|
|
* | * macosx/tclMacOSXFCmd.c (TclMacOSXSetFileAttribute): on some versions | das | 2007-01-19 | 1 | -0/+7 |
|
|
* | * unix/tcl.m4 (Darwin): --enable-64bit: verify linking with 64bit -arch | das | 2006-12-19 | 1 | -5/+23 |
|
|
* | * tcl.m4 (Linux): --enable-64bit support. [Patch 1597389], [Bug 1230558] | das | 2006-11-26 | 1 | -1/+12 |
|
|
* | * tests/fCmd.test (fCmd-6.26): fix failure when env(HOME) path contains | das | 2006-11-10 | 1 | -0/+2 |
|
|
* | * unix/tclUnixThrd.c (TclpThreadGetStackSize): on Darwin, use | das | 2006-10-13 | 1 | -0/+4 |
|
|
* | * library/msgcat/msgcat.tcl (msgcat::Init): on Darwin, add fallback of | das | 2006-09-10 | 1 | -265/+250 |
|
|
* | Added fixes for Tcl Bug 999544 (ported from core-8-4-branch). | vasiljevic | 2006-09-06 | 1 | -0/+397 |
|
|
* | * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, for | das | 2006-08-18 | 1 | -8/+34 |
|
|
* | cleanup quoting and whitespace | das | 2006-07-20 | 1 | -3/+3 |
|
|