Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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) | ||||
| * | 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. | ||||
| * | Bug [32afa6e256]: dirent64 check is incorrect in tcl.m4. Thanks to Brian ↵ | jan.nijtmans | 2013-07-02 | 1 | -1/+1 |
| | | | | | | | | Griffin. | ||||
* | | Eliminate NO_VIZ macro as current zlib uses HAVE_HIDDEN in stead. | jan.nijtmans | 2013-06-04 | 1 | -10/+2 |
| | | | | | | One more last-moment fix for FreeBSD by Pietro Cerutti | ||||
* | | merge 8.5 | dgp | 2013-06-03 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | 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 | -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 | -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 |
| | | | |||||
* | | | Replace broken SC_SERIAL_PORT macro with plain AC_CHECK_HEADERS tests. | jenglish | 2013-03-01 | 1 | -118/+0 |
| | | | |||||
* | | | 3566106 Solaris9/x86 support. Thanks Dagobert and others. | dgp | 2012-09-13 | 1 | -2/+2 |
| | | | |||||
* | | | 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 |
| |\ \ | | |/ | |||||
| | * | 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 | ||||
* | | | Let Cygwin shared build link with zlib1.dll, not cygz.dll (two less ↵ | jan.nijtmans | 2012-06-26 | 1 | -6/+6 |
| | | | | | | | | | | | | dependencies on cygwin-specific dll's) | ||||
* | | | some wrong versions | jan.nijtmans | 2012-06-24 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | 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 |
|\ \ \ | |/ / | |||||
| * | | [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 | ||||
* | | | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
* | | | [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 | -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!) | ||||
| * | | [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-01-22). | 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. Use EAGAIN in stead of EWOULDBLOCK, because in VS10+ the value of EWOULDBLOCK is no longer the same as EAGAIN Add tclWinError.c to the CYGWIN build. | ||||
| * | | 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 |
| |\ \ | | |/ | |||||
| | * | Patch from the cygwin folks | jan.nijtmans | 2012-03-04 | 1 | -0/+3 |
| | | |