| Commit message (Expand) | Author | Age | Files | Lines |
* | Modify makefile.vc for Windows 8.1 support | jan.nijtmans | 2013-11-21 | 1 | -1/+9 |
|
|
* | Add support for Windows 8.1: See [http://msdn.microsoft.com/en-us/library/win... | jan.nijtmans | 2013-11-21 | 4 | -3/+78 |
|
|
* | Safer clean-up of environment variables: Do removal after insertions -> tclte... | jan.nijtmans | 2013-11-20 | 1 | -2/+2 |
|
|
* | Starting with Windows 8 DSK, GetVersionExA is deprecated | jan.nijtmans | 2013-11-20 | 2 | -6/+6 |
|
|
* | Bump tcltest version to 2.3.6 (should have been done just before the 8.5.15 r... | jan.nijtmans | 2013-10-28 | 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 | 5 | -9/+15 |
|
|
* | Fix compilation with latest MinGW-w64 version 3.0: Conflict on EXCEPTION_REGI... | jan.nijtmans | 2013-10-02 | 4 | -83/+47 |
|
|
* | Disable command line globbing on MinGW compiles: this saves startup time, sin... | jan.nijtmans | 2013-09-30 | 1 | -0/+1 |
|
|
* | Cherrypick [87d1313df3] from trunk: | jan.nijtmans | 2013-09-27 | 2 | -82/+2 |
|
|
* | workaround for mingw bug [http://comments.gmane.org/gmane.comp.gnu.mingw.user... | jan.nijtmans | 2013-09-23 | 2 | -6/+84 |
|
|
* | consistant use of capitals. | jan.nijtmans | 2013-09-19 | 2 | -18/+18 |
|
|
* | Bump to 8.5.15 for release. | dgp | 2013-08-29 | 2 | -2/+2 |
|
|
* | Updates to redirect bug reports to the new tracker location. | dgp | 2013-06-17 | 1 | -2/+2 |
|
|
* | Don't use deprecated stricmp/strnicmp any more, but underscored variant for n... | jan.nijtmans | 2013-06-14 | 1 | -5/+3 |
|
|
* | Silence various warnings when doing a 64-bit build with MSVC: Those warnings ... | jan.nijtmans | 2013-06-12 | 1 | -4/+6 |
|
|
* | Improve compatibility detection for <time.h> and <sys/stat.h>: | jan.nijtmans | 2013-06-11 | 1 | -2/+1 |
|
|
* | 3036566 - Get msgcat locale for Win Vista+ first from gui language registry key. | jan.nijtmans | 2013-05-28 | 1 | -2/+2 |
|\ |
|
| * | Add install references and changes entry | oehhar | 2013-05-08 | 1 | -2/+2 |
|
|
| * | 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 |
|
|
| * | Slightly more correct: If FindFirstFile() fails, the error should be "no such... | jan.nijtmans | 2013-03-20 | 1 | -1/+1 |
| |\ |
|
| * \ | Handle the (unlikely) case that the file is deleted in between. Suggested by ... | jan.nijtmans | 2013-03-19 | 1 | -0/+4 |
| |\ \ |
|
| * \ \ | [Bug 3608360]: Incompatible behaviour of "file exists". | jan.nijtmans | 2013-03-19 | 1 | -5/+17 |
| |\ \ \ |
|
| * | | | | Back out bug fix for [Bug 2893771], because it was the cause of the regression. | jan.nijtmans | 2013-03-19 | 1 | -24/+5 |
|
|
| * | | | | [Bug 3605401]: Compiler error with latest mingw-w64 headers.bug_3605401 | jan.nijtmans | 2013-02-20 | 2 | -5/+6 |
|
|
| * | | | | Bug 3605401: Compiler error with latest mingw-w64 headers | jan.nijtmans | 2013-02-20 | 1 | -1/+2 |
|
|
| * | | | | Use (preferred) Tcl_ObjSetVar2 in stead of Tcl_SetVar in tclAppInit.c, both U... | jan.nijtmans | 2013-02-17 | 1 | -3/+7 |
|
|
| * | | | | [Bug 3604576]: msgcat-1.5.0.tm error on windows XP | jan.nijtmans | 2013-02-14 | 1 | -2/+2 |
| |\ \ \ \ |
|
| * \ \ \ \ | Improve some comments and quoting, no change in functionality. | jan.nijtmans | 2013-02-14 | 2 | -13/+13 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h> | jan.nijtmans | 2013-02-10 | 5 | -7/+0 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | [Bug 3603434] Make sure TclpObjNormalizePath() properly declares "a:/" to | dgp | 2013-02-05 | 1 | -0/+12 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extracting | andreask | 2013-01-30 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfo | jan.nijtmans | 2013-01-25 | 1 | -1/+1 |
|
|
| * | | | | | | | | | revert [8abba84224], and make sure that every source file that uses Tcl_StatB... | jan.nijtmans | 2013-01-17 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de... | jan.nijtmans | 2013-01-16 | 1 | -1/+6 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ | REMOVED FROM TRUNK: buggy, breaks the build on linux. [Bug 3598300]: unix: tc... | jan.nijtmans | 2013-01-15 | 1 | -42/+194 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | $builddir is a local variable | jan.nijtmans | 2013-01-08 | 1 | -1/+1 |
|
|
| * | | | | | | | | | | | | [Bug 3092089]: [file normalize] can remove path components. | jan.nijtmans | 2013-01-08 | 1 | -5/+6 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | 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 unrela... | jan.nijtmans | 2013-01-06 | 1 | -2/+2 |
|
|
| * | | | | | | | | | | | | | merge trunk | dgp | 2012-12-04 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Disable the legacy configuration setting from $::argv only when a setting call | dgp | 2012-12-03 | 1 | -2/+2 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2012-11-16 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / / / / / / / |
|
| | * | | | | | | | | | | | | | | Don't use deprecated function | jan.nijtmans | 2012-11-16 | 1 | -1/+1 |
|
|
| * | | | | | | | | | | | | | | | merge trunk | dgp | 2012-11-14 | 1 | -0/+8 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / / / / / / / |
|
| | * | | | | | | | | | | | | | | Workaround for mingw versions which don't provide _fpcontrol in float.h | jan.nijtmans | 2012-11-14 | 1 | -0/+8 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2012-11-13 | 3 | -6/+135 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / / / / / / / / |
|
| | * | | | | | | | | | | | | | | | 360894 Threads inherit floating point config from their creator thread | dgp | 2012-11-13 | 1 | -4/+71 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | also search for the library directory (init.tcl, encodings, etc) relative to ... | Joe Mistachkin | 2012-11-13 | 1 | -1/+63 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|