Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump to http 2.8.9 | dgp | 2015-05-14 | 1 | -2/+2 |
| | |||||
* | Fix [a0a251e4e478977334da51e346cddff8ec3fbf52|a0a251e4e4]: tcl 8.6.4 ↵ | jan.nijtmans | 2015-04-10 | 1 | -4/+5 |
| | | | | compilation on windows with msys and VS2013 fails | ||||
* | merge trunk | Kevin B Kenny | 2014-08-02 | 1 | -2/+2 |
|\ | |||||
| * | Updated package "platform" to version 1.0.13. Separated the | andreask | 2014-08-01 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | identifiers "macosx*-i386-x86_64" and "macosx-universal" as incompatible with each other. | ||||
| | * | Updated package "platform" to version 1.0.13. Separated the | andreask | 2014-08-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | identifiers "macosx*-i386-x86_64" and "macosx-universal" as incompatible with each other. Plus addition of a cast in tclIO.c to match types in a comparison which otherwise bugs a Windows debug build (warnings are errors). | ||||
* | | | merge trunk | Kevin B Kenny | 2014-06-29 | 1 | -2/+4 |
|\ \ \ | |/ / | |||||
| * | | ticket [2f9df4c4fa]: tcltest - request to move -cleanup script execution ↵ | jan.nijtmans | 2014-06-22 | 1 | -2/+2 |
| |\ \ | | |/ | | | | | | | | | | until after -output compare. tcltest -> version 2.3.8 | ||||
| | * | ticket [2f9df4c4fa]: tcltest - request to move -cleanup script execution ↵ | jan.nijtmans | 2014-06-20 | 1 | -2/+2 |
| | | | | | | | | | | | | until after -output compare | ||||
| * | | Let the generated Makefile be emacs-friendly by avoiding spurious empty ↵ | ferrieux | 2014-05-16 | 1 | -0/+2 |
| | | | | | | | | | | | | lines and misplaced tabs. Useful e.g. to just set CFLAGS to debug and save. | ||||
* | | | merge trunk | dkf | 2014-01-09 | 1 | -8/+8 |
|\ \ \ | |/ / | |||||
| * | | Safer clean-up of environment variables: Do removal after insertions -> ↵ | jan.nijtmans | 2013-11-20 | 1 | -2/+2 |
| |\ \ | | |/ | | | | | | | tcltest 2.3.7 | ||||
| | * | Safer clean-up of environment variables: Do removal after insertions -> ↵ | jan.nijtmans | 2013-11-20 | 1 | -2/+2 |
| | | | | | | | | | | | | tcltest 2.3.7 | ||||
| * | | Cygwin: Instead of checking whether the win32 part is configured properly, ↵ | jan.nijtmans | 2013-11-19 | 1 | -3/+3 |
| |\ \ | | |/ | | | | | | | | | | just configure it when needed. Always build the stub library first (and - on Cygwin - configure win32 properly just before building the stub library) | ||||
| | * | Bump tcltest version to 2.3.6 (should have been done just before the 8.5.15 ↵ | jan.nijtmans | 2013-10-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | release, just as in Tcl 8.6.1). Don't fix eol-style for Makefile.in in "make dist", if the file system is case-insensitive/case-preserving. | ||||
| * | | Fix [3eb2ec1449]: Allow upper case scheme names in url. http -> 2.8.8 | jan.nijtmans | 2013-10-25 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Fix [3eb2ec1449]: Allow upper case scheme names in url. http -> 2.7.13 | jan.nijtmans | 2013-10-25 | 1 | -2/+2 |
| | | | |||||
| * | | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll. | jan.nijtmans | 2013-10-03 | 1 | -1/+1 |
| |\ \ | | |/ | | | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary. | ||||
| | * | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll. | jan.nijtmans | 2013-10-03 | 1 | -1/+1 |
| | | | | | | | | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary. | ||||
* | | | merge trunk | dkf | 2013-09-20 | 1 | -6/+6 |
|\ \ \ | |/ / | |||||
| * | | consistant use of capitals | jan.nijtmans | 2013-09-19 | 1 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | consistant use of capitals. | jan.nijtmans | 2013-09-19 | 1 | -4/+4 |
| | | | |||||
| | * | 3036566 - Get msgcat locale for Win Vista+ first from gui language registry key. | jan.nijtmans | 2013-05-28 | 1 | -2/+2 |
| | |\ | | | | | | | | | | | | | Bumped msgcat to version 1.5.2. Minor manpage corrections. | ||||
| * | | | Bump to tcltest 2.3.6 to account for changes since Tcl 8.6.0 release. | dgp | 2013-08-30 | 1 | -2/+2 |
| | | | | |||||
* | | | | merge trunk | dkf | 2013-07-07 | 1 | -4/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Remove TclInitStubTable() function (but keep it in the "initsubsystems" branch). | jan.nijtmans | 2013-06-25 | 1 | -4/+0 |
| | | | | |||||
* | | | | merge trunk | dkf | 2013-06-19 | 1 | -0/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | split off TclInitStubTable() as separate function - which does the actual ↵ | jan.nijtmans | 2013-06-16 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | stub table initialization - previously part of Tcl_InitStubs(). | ||||
* | | | | merge trunk | dkf | 2013-06-13 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | 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. |