| Commit message (Expand) | Author | Age | Files | Lines |
* | No longer link Cygwin executables with zlib1.dll, but with cygz.dll. | jan.nijtmans | 2013-05-07 | 3 | -18/+2 |
|
|
* | Add support for Cygwin64, which has a 64-bit "long" type. | jan.nijtmans | 2013-05-06 | 1 | -1/+3 |
|\ |
|
| * | Add support for Cygwin64, which has a 64-bit "long" type. | jan.nijtmans | 2013-05-06 | 1 | -1/+3 |
| |\ |
|
| | * | Update dde to version 1.3.3. | jan.nijtmans | 2013-04-25 | 3 | -11/+11 |
|
|
* | | | Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack s... | jan.nijtmans | 2013-04-12 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack s... | jan.nijtmans | 2013-04-12 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack s... | jan.nijtmans | 2013-04-12 | 1 | -2/+2 |
|
|
| | * | Regenerate configure with autoconf-2.13. Mostly repairs line numbers. | dgp | 2013-03-12 | 1 | -344/+363 |
|
|
| * | | Allow URLs that don't have a path, but a query,
| max | 2013-04-04 | 1 | -2/+2 |
|
|
| * | | [Bug 3205320]: stack space detection defeated by inlining. Now fixed in the c... | jan.nijtmans | 2013-04-03 | 1 | -1/+4 |
| |\ \ |
|
| | * | | Prevent inlining of StackGrowsDown(), in case of cross-compilingprevent_inline | jan.nijtmans | 2013-04-02 | 1 | -1/+4 |
|
|
| * | | | Release branch for Tcl 8.5.14. | dgp | 2013-03-21 | 3 | -3/+3 |
| |/ / |
|
* | | | Bump http to 2.8.7 in the other dozen places as well. | max | 2013-04-04 | 1 | -2/+2 |
|
|
* | | | Patch by Andrew Shadura, providing better support for three architectures the... | jan.nijtmans | 2013-03-12 | 2 | -196/+328 |
|\ \ \
| |/ / |
|
| * | | Patch by Andrew Shadura, providing better support for three architectures the... | jan.nijtmans | 2013-03-12 | 2 | -29/+2 |
| |\ \
| | |/ |
|
| | * | re-generate configure | jan.nijtmans | 2013-03-12 | 1 | -56/+1 |
|
|
| | * | Patch by Andrew Shadura, providing better support for three architectures the... | jan.nijtmans | 2013-03-12 | 1 | -24/+1 |
|
|
| | * | Backport various improvements from Tcl 8.5 | jan.nijtmans | 2013-02-12 | 2 | -16/+16 |
|
|
* | | | unix/configure: regenerated. | jenglish | 2013-03-03 | 1 | -557/+395 |
|
|
* | | | Unix terminal and serial port I/O: retire obsolete termio and sgtty code, | joe | 2013-03-03 | 5 | -458/+107 |
|\ \ \ |
|
| * | | | ... which means struct TtyState can be replaced with struct FileState.jenglish_termios_cleanup | joe | 2013-03-02 | 1 | -51/+25 |
|
|
| * | | | Member TtyState.savedState set in TtyInit() but never subsequently used. | joe | 2013-03-02 | 1 | -19/+10 |
|
|
| * | | | TtyParseMode signature simplification: take single pointer to struct TtyAttrs | jenglish | 2013-03-02 | 1 | -19/+12 |
|
|
| * | | | More ifdef shuffling: GETREADQUEUE and GETWRITEQEUE always defined, | jenglish | 2013-03-02 | 1 | -6/+7 |
|
|
| * | | | Do not use strncasecmp(). It is nonstandard and not portable. | jenglish | 2013-03-02 | 1 | -7/+7 |
|
|
| * | | | unix/configure: regenerated. | jenglish | 2013-03-01 | 1 | -557/+395 |
|
|
| * | | | Replace broken SC_SERIAL_PORT macro with plain AC_CHECK_HEADERS tests. | jenglish | 2013-03-01 | 5 | -149/+15 |
|
|
| * | | | ifdef shuffling: TIOCMC[GS]ET ioctls are not specified by POSIX, | jenglish | 2013-03-01 | 1 | -39/+19 |
|
|
| * | | | TtyGetOptionProc: remove inoperative comment "The string returned by | jenglish | 2013-02-28 | 1 | -6/+2 |
|
|
| * | | | TtyGetBaud(), TtyGetSpeed(): use POSIX speed_t typedef | jenglish | 2013-02-27 | 1 | -16/+8 |
|
|
| * | | | Remove IOSTATE facade: it's always a struct termios. | jenglish | 2013-02-27 | 1 | -25/+18 |
|
|
| * | | | ifdef reduction - missed a couple spots (#if ... defined(USE_TERMIO)) | jenglish | 2013-02-27 | 1 | -7/+4 |
|
|
| * | | | ifdef reduction: SUPPORTS_TTY defined if and only if USE_TERMIOS defined. | jenglish | 2013-02-27 | 1 | -21/+1 |
|
|
| * | | | For termios, we never want DIRECT_BAUD; always use the symbolic constants | jenglish | 2013-02-27 | 1 | -14/+0 |
|
|
| * | | | termios cleanup step 1: remove USE_TERMIO and USE_SGTTY conditional sections | jenglish | 2013-02-27 | 1 | -100/+1 |
|/ / / |
|
* | | | Use (preferred) Tcl_ObjSetVar2 in stead of Tcl_SetVar in tclAppInit.c, both U... | jan.nijtmans | 2013-02-17 | 1 | -3/+5 |
|
|
* | | | [Bug 3604576]: msgcat-1.5.0.tm error on windows XP | jan.nijtmans | 2013-02-14 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Suggested fix for bug 3604576: msgcat -1.5.0.tm error on windows XP, inclusiv... | jan.nijtmans | 2013-02-14 | 1 | -2/+2 |
|
|
* | | | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h> | jan.nijtmans | 2013-02-10 | 3 | -3/+0 |
|\ \ \
| |/ / |
|
| * | | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>. | jan.nijtmans | 2013-02-10 | 3 | -3/+0 |
|
|
| * | | Bug [3598282]: Stop using installData.tcl to install the timezone files. | stwo | 2013-01-31 | 1 | -5/+32 |
|
|
* | | | Bug [3598282]: Stop using installData.tcl to install the timezone files. | stwo | 2013-01-31 | 1 | -3/+32 |
|
|
* | | | (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extracting | andreask | 2013-01-30 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extracting | andreask | 2013-01-30 | 1 | -2/+2 |
| |\ \
| | |/ |
|
* | | | [Bug 3601804]: platformCPUID segmentation fault on Darwin | jan.nijtmans | 2013-01-26 | 1 | -0/+8 |
|\ \ \
| |/ / |
|
| * | | [Bug 3601804]: platformCPUID segmentation fault on Darwin | jan.nijtmans | 2013-01-26 | 1 | -0/+8 |
| |\ \
| | |/ |
|
| | * | [Bug 3601804]: platformCPUID segmentation fault on Darwin | jan.nijtmans | 2013-01-26 | 1 | -0/+8 |
|
|
* | | | Another memory leak, and one Tcl_Free -> ckfree | jan.nijtmans | 2013-01-25 | 1 | -1/+1 |
|
|
* | | | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfo | jan.nijtmans | 2013-01-25 | 2 | -6/+6 |
|
|
* | | | new version of cpuid, which doesn't use the edi register any more. Hopefully ... | jan.nijtmans | 2013-01-24 | 1 | -4/+3 |
|\ \ \
| |/ / |
|