Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better pic flag for OpenBSD. | stwo | 2014-09-16 | 1 | -1/+8 |
| | |||||
* | Combine TCL_SHLIB_LD_EXTRAS+TK_SHLIB_LD_EXTRAS (for Cygwin and FreeBSD) to a ↵ | jan.nijtmans | 2014-09-01 | 1 | -4/+2 |
| | | | | single SHLIB_LD_LIBS usable for both Tcl and Tk. | ||||
* | Make Cygwin's "configure" work from another directory than /unix. (Not ↵ | jan.nijtmans | 2014-05-09 | 1 | -2/+2 |
| | | | | everything works this way!) | ||||
* | Fix [2f7cbd01c3]: tcl8.6.1 fails to build on FreeBSD 10.0 | jan.nijtmans | 2014-03-20 | 1 | -13/+9 |
|\ | |||||
| * | Proposed fix for [2f7cbd01c3].bug_2f7cbd01c3 | jan.nijtmans | 2014-03-20 | 1 | -14/+10 |
|/ | |||||
* | sync tcl.m4 with Tk version | jan.nijtmans | 2014-01-25 | 1 | -0/+2 |
| | |||||
* | Cygwin: Instead of checking whether the win32 part is configured properly, ↵ | jan.nijtmans | 2013-11-19 | 1 | -2/+9 |
| | | | | | just configure it when needed. Always build the stub library first (and - on Cygwin - configure win32 properly just before building the stub library) | ||||
* | Move test for pthread_atfork inside SC_ENABLE_THREADS | jan.nijtmans | 2013-07-25 | 1 | -1/+1 |
| | |||||
* | OpenBSD/m88k is now elf. Remove unneeded elf check. | stwo | 2013-07-07 | 1 | -11/+4 |
| | |||||
* | Use X11/Xlib.h for checking where X11 can be found in stead of ↵ | jan.nijtmans | 2013-07-05 | 1 | -4/+4 |
| | | | | | X11/XIntrinsic.h. Suggested by Pietro Cerutti. (Backported from tclconfig) | ||||
* | Bug [32afa6e256]: dirent64 check is incorrect in tcl.m4. Thanks to Brian ↵ | jan.nijtmans | 2013-07-02 | 1 | -1/+1 |
| | | | | Griffin. | ||||
* | merge 8.4 | dgp | 2013-06-03 | 1 | -2/+2 |
|\ | |||||
| * | last-moment fix for FreeBSD from Pietro Cerutti | jan.nijtmans | 2013-06-03 | 1 | -2/+2 |
| | | |||||
* | | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵ | jan.nijtmans | 2013-05-19 | 1 | -30/+3 |
|\ \ | |/ | | | | | Pietro Cerutti | ||||
| * | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵ | jan.nijtmans | 2013-05-19 | 1 | -44/+3 |
| | | | | | | | | Pietro Cerutti. | ||||
| * | Update dde to version 1.3.3. | jan.nijtmans | 2013-04-25 | 1 | -1/+1 |
| | | | | | | | | Update registry to version 1.2.2. (the same as distributed with Tcl 8.5.14) | ||||
* | | Patch by Andrew Shadura, providing better support for three architectures ↵ | jan.nijtmans | 2013-03-12 | 1 | -13/+1 |
|\ \ | |/ | | | | | they have in Debian. | ||||
| * | Patch by Andrew Shadura, providing better support for three architectures ↵ | jan.nijtmans | 2013-03-12 | 1 | -24/+1 |
| | | | | | | | | | | they have in Debian. (regeneration of "configure" not done yet) | ||||
| * | Backport various improvements from Tcl 8.5 | jan.nijtmans | 2013-02-12 | 1 | -8/+8 |
| | | |||||
* | | only expect tcldde.dll when --enable-shared | jan.nijtmans | 2012-06-28 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | only expect tcldde.dll when --enable-shared | jan.nijtmans | 2012-06-28 | 1 | -1/+1 |
| | | |||||
* | | merge | jan.nijtmans | 2012-06-27 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | fix bug in cygwin's [info nameofexecutable] | jan.nijtmans | 2012-06-27 | 1 | -1/+1 |
| | | | | | | install dde and registry dll for cygwin | ||||
* | | merge fix | jan.nijtmans | 2012-06-26 | 1 | -1/+1 |
| | | |||||
* | | fix some gcc 64-bit warnings | jan.nijtmans | 2012-06-26 | 1 | -5/+5 |
|\ \ | |/ | | | | | quoting improvements eliminate unused variable | ||||
| * | fix some gcc 64-bit warnings | jan.nijtmans | 2012-06-26 | 1 | -6/+6 |
| | | | | | | quoting improvements | ||||
* | | some wrong versions | jan.nijtmans | 2012-06-24 | 1 | -1/+1 |
| | | |||||
* | | [Bug 3508771]: Cygwin notifier for handling win32 events | jan.nijtmans | 2012-06-23 | 1 | -0/+6 |
|\ \ | |/ | |||||
| * | first working version of Cygwin notifierbug_3508771 | jan.nijtmans | 2012-06-22 | 1 | -0/+6 |
| | | |||||
* | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -1/+8 |
|\ \ | |/ | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | ||||
| * | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -6/+15 |
| | | | | | | On cygwin, install dll's in /usr/bin, not in /usr/lib | ||||
* | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -0/+1 |
| | | |||||
* | | [Bug 3511806] Compiler checks too early | jan.nijtmans | 2012-03-30 | 1 | -2/+34 |
|\ \ | |/ | | | (autoconf still to be run!) | ||||
| * | now ready for further field testsbug_3511806 | jan.nijtmans | 2012-03-29 | 1 | -2/+20 |
| | | |||||
| * | some better checks | jan.nijtmans | 2012-03-28 | 1 | -3/+3 |
| | | |||||
| * | extra checks whether we are really dealing with cygwin or not | jan.nijtmans | 2012-03-28 | 1 | -0/+13 |
| | | |||||
| * | add TclWinConvertError and TclWinConvertWSAError for cygwin | jan.nijtmans | 2012-03-22 | 1 | -3/+1 |
| | | |||||
* | | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-02-01) | jan.nijtmans | 2012-03-23 | 1 | -1/+1 |
| | | | | | | | | | | They were an attempt to make the cygwin port compile again, but since cygwin is based on unix this serves no purpose any more. Add tclWinError.c to the CYGWIN build. | ||||
* | | Patch from the cygwin folks | jan.nijtmans | 2012-03-04 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Patch from the cygwin folks | jan.nijtmans | 2012-03-04 | 1 | -0/+3 |
| | | |||||
| * | Add --disable-rpath option to configure script | jan.nijtmans | 2011-09-06 | 1 | -25/+44 |
| | | |||||
| * | Make SHLIB_LD_LIBS='${LIBS}' the default and et to "" on per-platform ↵ | jan.nijtmans | 2011-08-30 | 1 | -88/+70 |
| | | | | | | | | necessary basis. Add Haiku support and better NetBSD/FreeBSD support. | ||||
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -109/+160 |
| | | |||||
| * | SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. | jan.nijtmans | 2011-03-16 | 1 | -39/+42 |
| | | | | | | | | | | Add /usr/lib64 to set of auto-search dirs. [Bug 1230554] (SC_PATH_X): Correct syntax error when xincludes not found. Backported from Tcl 8.5 | ||||
| * | * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check | hobbs | 2009-04-28 | 1 | -2/+3 |
| | | | | | | | | to add _r to CC on AIX with threads. | ||||
| * | Removed -Wno-implicit-int from CFLAGS_WARNING. | stwo | 2009-04-14 | 1 | -1/+1 |
| | | |||||
| * | * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition to | das | 2008-08-13 | 1 | -1/+1 |
| | | | | | | | | libX11.so et al. | ||||
| * | duh, fix missing 'fi', thanks aku! | das | 2008-06-12 | 1 | -1/+2 |
| | | |||||
| * | * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc. | das | 2008-06-12 | 1 | -14/+30 |
| | |