Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Workaround for mingw-w64 (AMD64-only) bug: It appears that zdll.lib (as ↵ | jan.nijtmans | 2013-06-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | produced by Microsoft tools) doesn't import the zlib symbols correctly, so use "libz.dll.a" produced with mingw-w64 tools in stead. | |||||
* | | | | | Move the disassembler to its own file. | dkf | 2013-06-11 | 1 | -0/+1 | |
|/ / / / | ||||||
* | | | | More cleaning up; factor out optimizer to new file. Some weird problems still. | dkf | 2013-06-05 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | 3036566 - Get msgcat locale for Win Vista+ first from gui language registry key. | oehhar | 2013-05-27 | 1 | -2/+2 | |
|\ \ \ \ | | |/ / | |/| | | | | | | Bumped msgcat to version 1.5.2. Minor manpage corrections. | |||||
| * | | | Add install references and changes entry | oehhar | 2013-05-08 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Split tclCompCmds.c into two roughly-equal-sized pieces. | dkf | 2013-05-18 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Sigh. Fix version number of package "platform" in the Makefile.n files. ↵ | andreask | 2013-05-16 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / |/| / / | |/ / | Future: Write a small tcl script tool to extract the version information directly from the code. | |||||
| * | | Sigh. Fix version number of package "platform" in the Makefile.n files. ↵ | andreask | 2013-05-16 | 1 | -2/+2 | |
| | | | | | | | | | | | | Future: Write a small tcl script tool to extract the version information directly from the code. | |||||
| * | | Allow URLs that don't have a path, but a query, | max | 2013-04-04 | 1 | -2/+2 | |
| | | | | | | | | | e.g. http://example.com?foo=bar and bump http to 2.7.12. | |||||
* | | | fix http package installation | jan.nijtmans | 2013-04-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | Bump http to 2.8.7 in the other dozen places as well. | max | 2013-04-04 | 1 | -2/+2 | |
| | | | ||||||
* | | | [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, ↵ | jan.nijtmans | 2013-02-14 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | inclusive bump to version 1.5.1. Changelog entry still missing. | |||||
* | | | (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extracting | andreask | 2013-01-30 | 1 | -2/+2 | |
|\ \ \ | |/ / | | | | | | | | | | | | | the version to avoid issues with recent changes to the glibc banner. Now targeting a less variable part of the string. Bumped package to version 1.0.11. | |||||
| * | | (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extracting | andreask | 2013-01-30 | 1 | -2/+2 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | the version to avoid issues with recent changes to the glibc banner. Now targeting a less variable part of the string. Bumped package to version 1.0.11. | |||||
* | \ \ | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by ↵ | jan.nijtmans | 2013-01-16 | 1 | -1/+6 | |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | default. Define Tcl_EvalObj and Tcl_GlobalEvalObj as macros, even when TCL_NO_DEPRECATED is defined, so Tk can benefit from it too. | |||||
| * | | | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by ↵ | jan.nijtmans | 2013-01-16 | 1 | -1/+6 | |
| |\ \ \ | | |/ / | | | | | | | | | | | | | default. Define Tcl_EvalObj and Tcl_GlobalEvalObj as macros, even when TCL_NO_DEPRECATED is defined, so Tk can benefit from it too (this is not what TCL_NO_DEPRECATED is supposed to do). | |||||
| | * | | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by ↵ | jan.nijtmans | 2013-01-16 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | default. Define Tcl_EvalObj and Tcl_GlobalEvalObj as macros, even when TCL_NO_DEPRECATED is defined, so Tk can benefit from it too (this is not what TCL_NO_DEPRECATED is supposed to do). | |||||
| * | | | [Bug 3599395]: http assumes status line is a proper tcl list. | jan.nijtmans | 2013-01-09 | 1 | -2/+2 | |
| | | | | | | | | | | | | Bump http package to 2.7.11. | |||||
* | | | | $builddir is a local variable | jan.nijtmans | 2013-01-08 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | mSys doesn't have $PWD. Reported by Rene Zaumseil on Tcl Core list | jan.nijtmans | 2013-01-08 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Don't depend on Spencer-specific regexp syntax (/u and /U) any more in ↵ | jan.nijtmans | 2013-01-06 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | unrelated places . Bump http package to 2.8.6. | |||||
* | | | | Disable the legacy configuration setting from $::argv only when a setting call | dgp | 2012-12-03 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / | | | | | | | | | to [configure] is made. Queries should not disturb that support. Bump to tcltest 2.3.5. | |||||
| * | | | Disable the legacy configuration setting from $::argv only when a setting | dgp | 2012-12-03 | 1 | -2/+2 | |
| |\ \ \ | | |/ / | | | | | | | | | call to [configure] is made. Queries should not disturb that support. Bump to tcltest 2.3.5. | |||||
* | | | | Complete bump to http 2.8.5 | dgp | 2012-11-06 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | complete bump to http 2.7.10 | dgp | 2012-11-06 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Correct build version and backported 973091ef75tip404_tcl8_5 | oehhar | 2012-09-17 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Dde version number to 1.4.0, ready for Tcl 8.6.0rc1 | jan.nijtmans | 2012-10-31 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | [Bug 2459774] win/tcl/Makefile.in not compatible with msys 0.8. | jan.nijtmans | 2012-10-06 | 1 | -17/+11 | |
| | | | | ||||||
* | | | | merge trunkfrq_3527238 | jan.nijtmans | 2012-09-19 | 1 | -7/+11 | |
|\ \ \ \ | | |_|/ | |/| | | <p>change dde version to 1.4.0b2 | |||||
| * | | | finish the TIP 404 implementation. | dgp | 2012-09-12 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | fix running package-tests on Windows, correct TCLSH_PROG in this case | jan.nijtmans | 2012-09-10 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | .... but be less verbose | jan.nijtmans | 2012-08-13 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Add 64-bit build of zlib1.dll, and use it for the dynamic mingw-w64 build | jan.nijtmans | 2012-08-13 | 1 | -2/+6 | |
| | | | | ||||||
* | | | | merge trunk | jan.nijtmans | 2012-08-02 | 1 | -41/+17 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | oops | jan.nijtmans | 2012-07-31 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | [Frq 3544967] Missing objectfiles in static lib | jan.nijtmans | 2012-07-31 | 1 | -26/+6 | |
| |\ \ \ | ||||||
| | * | | | same fore Makefile.infrq_3544967 | jan.nijtmans | 2012-07-18 | 1 | -26/+6 | |
| |/ / / |/| | | | ||||||
| * | | | eliminate the "testfinexit" command. We have the TCL_FINALIZE_ON_EXIT ↵ | jan.nijtmans | 2012-07-30 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | environment variable now, which makes "exit" do the same thing. | |||||
| * | | | No longer build tcltest.exe to run the tests,but use tclsh86.exe in ↵ | jan.nijtmans | 2012-07-29 | 1 | -13/+9 | |
| | | | | | | | | | | | | | | | | combination with tcltest86.dll to do that (Windows only) | |||||
| * | | | [Bug 3549770] Multiple test failures running tcltest outside build tree | jan.nijtmans | 2012-07-28 | 1 | -4/+4 | |
| |\ \ \ |/ / / / | | _ / | | / | ||||||
| * | | Bug [3549770]: Multiple test failures running tcltest outside build tree | jan.nijtmans | 2012-07-28 | 1 | -4/+4 | |
| | | | ||||||
* | | | [Bug 3536888] Locale guessing of msgcat fails on (some) Windows 7 | jan.nijtmans | 2012-06-29 | 1 | -2/+2 | |
|\ \ \ | |/ / | | | | Bump msgcat version to 1.4.5 | |||||
| * | | Locale guessing of msgcat fails on (some) Windows 7 | jan.nijtmans | 2012-06-22 | 1 | -2/+2 | |
| | | | ||||||
* | | | [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ↵ | jan.nijtmans | 2012-05-25 | 1 | -6/+6 | |
|\ \ \ | |/ / | | | | | | | | | | well as XTYP_REQUEST. Fix "make genstubs" when cross-compiling on UNIX | |||||
| * | | [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ↵ | jan.nijtmans | 2012-05-25 | 1 | -4/+18 | |
| |\ \ | | |/ | | | | | | | | | | well as XTYP_REQUEST. Fix "make genstubs" when cross-compiling on UNIX | |||||
| | * | [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ↵ | jan.nijtmans | 2012-05-25 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | well as XTYP_REQUEST. Fix "make genstubs" when cross-compiling on UNIX | |||||
| * | | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ↵ | jan.nijtmans | 2012-05-22 | 1 | -7/+7 | |
| |\ \ | | |/ | | | | | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32 | |||||
| | * | Revert most of [ae92de6078], since when we let cygwin share the win32 stub ↵ | jan.nijtmans | 2012-05-22 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32 | |||||
* | | | fix handling of closing '\0' for -binary datatip_106_impl | jan.nijtmans | 2012-05-11 | 1 | -6/+6 | |
| | | | | | | | | | update dde version to 1.4.0 |