| Commit message (Expand) | Author | Age | Files | Lines |
* | No longer link Cygwin executables with zlib1.dll, but with cygz.dll. | jan.nijtmans | 2013-05-07 | 1 | -5/+1 |
|
|
* | Patch by Andrew Shadura, providing better support for three architectures the... | jan.nijtmans | 2013-03-12 | 1 | -183/+327 |
|\ |
|
| * | Patch by Andrew Shadura, providing better support for three architectures the... | jan.nijtmans | 2013-03-12 | 1 | -16/+1 |
| |\ |
|
| | * | re-generate configure | jan.nijtmans | 2013-03-12 | 1 | -56/+1 |
|
|
| | * | Backport various improvements from Tcl 8.5 | jan.nijtmans | 2013-02-12 | 1 | -8/+8 |
|
|
| * | | autoconf-2.59 | dgp | 2012-11-05 | 1 | -1/+1 |
|
|
| * | | Installer improvements, like [226a993973]. | stwo | 2012-08-07 | 1 | -2/+2 |
|
|
| * | | Release candidate branch for Tcl 8.5.12. | dgp | 2012-07-10 | 1 | -1/+1 |
|
|
* | | | unix/configure: regenerated. | jenglish | 2013-03-03 | 1 | -557/+395 |
|
|
* | | | Create Tcl 8.6.0 release branch | dgp | 2012-11-08 | 1 | -1/+1 |
|
|
* | | | Safer stale config fix for review.bug_3555001 | dgp | 2012-09-13 | 1 | -1/+4 |
|
|
* | | | merge trunk | dgp | 2012-09-13 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | autoconf-2.59 | dgp | 2012-09-13 | 1 | -2/+2 |
|
|
* | | | | merge trunk | dgp | 2012-08-08 | 1 | -2/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | A little more installer consistency tweaking. | stwo | 2012-08-07 | 1 | -2/+2 |
|
|
* | | | | Release candidate branch for Tcl 8.6b3. | dgp | 2012-07-11 | 1 | -1/+1 |
|/ / / |
|
* | | | only expect tcldde.dll when --enable-shared | jan.nijtmans | 2012-06-28 | 1 | -2/+4 |
|\ \ \
| |/ / |
|
| * | | 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 |
|
|
| * | | merge fix | jan.nijtmans | 2012-06-26 | 1 | -1/+1 |
|
|
* | | | fix some gcc 64-bit warnings | jan.nijtmans | 2012-06-26 | 1 | -5/+5 |
|\ \ \
| |/ / |
|
| * | | fix some gcc 64-bit warnings | jan.nijtmans | 2012-06-26 | 1 | -5/+5 |
| |\ \
| | |/ |
|
| | * | fix some gcc 64-bit warnings | jan.nijtmans | 2012-06-26 | 1 | -6/+6 |
|
|
* | | | Let Cygwin shared build link with zlib1.dll, not cygz.dll (two less dependenc... | jan.nijtmans | 2012-06-26 | 1 | -7/+6 |
|
|
* | | | 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/+10 |
|\ \ \
| |/ / |
|
| * | | [Bug 3508771]: Cygwin notifier for handling win32 events | jan.nijtmans | 2012-06-23 | 1 | -0/+10 |
| |\ \
| | |/ |
|
| | * | [Bug 3508771]: Cygwin notifier for handling win32 events | jan.nijtmans | 2012-06-23 | 1 | -381/+368 |
|
|
* | | | 3530533 Centralize #include <pthread.h> in the tclUnixPort.h header so that | dgp | 2012-06-08 | 1 | -104/+3 |
|\ \ \
| |/ / |
|
| * | | Update autogoo for gettimeofday(). Thanks Joe English. | dgp | 2012-06-08 | 1 | -104/+3 |
| |\ \
| | |/ |
|
| | * | Update autogoo for gettimeofday(). Thanks Joe English. | dgp | 2012-06-08 | 1 | -128/+92 |
|
|
* | | | [Bug 2812981]: Clean up bundled packages' build directory from within Tcl's ... | ferrieux | 2012-05-10 | 1 | -0/+5 |
|
|
* | | | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -1/+1 |
|
|
* | | | Better detection and implementation for cpuid instruction on Intel-derived pr... | jan.nijtmans | 2012-05-02 | 1 | -4/+9 |
|\ \ \
| |/ / |
|
| * | | Better detection and implementation for cpuid instruction on Intel-derived pr... | jan.nijtmans | 2012-05-02 | 1 | -4/+9 |
| |\ \
| | |/ |
|
| | * | Better detection and implementation for cpuid instruction on Intel-derived pr... | jan.nijtmans | 2012-05-02 | 1 | -5/+9 |
| | |\
| |_|/
|/| | |
|
| | | | |
| \ \ | |
*-. \ \ | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -0/+70 |
|\ \ \ \
| | |/ / |
|
| | * | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -2/+85 |
| | |\ \
| |/ / /
| | | _ |
|
| | * | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -1/+43 |
|
|
| | * | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -340/+347 |
|
|
* | | | autoconf | dgp | 2012-04-23 | 1 | -1/+1 |
|
|
* | | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -6/+5 |
|\ \ \
| |/ / |
|
| * | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -6/+5 |
| |\ \
| | |/ |
|
| | * | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -293/+297 |
|
|
| | * | now ready for further field testsbug_3511806 | jan.nijtmans | 2012-03-29 | 1 | -304/+344 |
|
|