summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* Merge trunk. jan.nijtmans2013-02-202-14/+37
|\ | | | | Convert Tcl_SetVar/Tcl_UnsetVar/Tcl_GetVar/Tcl_TraceVar to macros, calling the *2 variants of the function. No change of functionality.
| * [Bug 3605401]: Compiler error with latest mingw-w64 headers.bug_3605401jan.nijtmans2013-02-202-5/+6
| |
| * Bug 3605401: Compiler error with latest mingw-w64 headersjan.nijtmans2013-02-201-1/+2
| |
* | Merge trunk. jan.nijtmans2013-02-192-4/+9
|\ \ | |/ | | Tranform Tcl_SaveResult/Tcl_RestoreResult/Tcl_DiscardResult to macros, and remove them from the stub table
| * Use (preferred) Tcl_ObjSetVar2 in stead of Tcl_SetVar in tclAppInit.c, both ↵jan.nijtmans2013-02-171-3/+7
| | | | | | | | UNIX and Win.
* | merge trunkjan.nijtmans2013-02-153-15/+15
|\ \ | |/
| * [Bug 3604576]: msgcat-1.5.0.tm error on windows XPjan.nijtmans2013-02-141-2/+2
| |\
| | * Suggested fix for bug 3604576: msgcat -1.5.0.tm error on windows XP, ↵jan.nijtmans2013-02-141-2/+2
| | | | | | | | | | | | | | | inclusive bump to version 1.5.1. Changelog entry still missing.
| * | Improve some comments and quoting, no change in functionality. jan.nijtmans2013-02-142-13/+13
| |\ \ | | |/ | | | Only check for refCount == 0x61616161 for TCL_MEM_DEBUG build.
| | * Improve some comments and quoting, no change in functionalityjan.nijtmans2013-02-142-13/+13
| | |\
| | | * Add some extra paths on Windows for finding tclConfig.sh, for mSys and ↵jan.nijtmans2013-02-141-0/+8
| | | | | | | | | | | | | | | | Cygwin shell.
| | | * Backport various improvements from Tcl 8.5jan.nijtmans2013-02-122-77/+218
| | | |
| * | | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>jan.nijtmans2013-02-105-7/+0
| |\ \ \ | | |/ /
| | * | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.jan.nijtmans2013-02-105-7/+0
| | | |
* | | | more Tcl_NewIntObj/Tcl_NewBooleanObj -> Tcl_NewLongObj conversionsjan.nijtmans2013-02-114-8/+8
| | | |
* | | | merge trunkjan.nijtmans2013-02-071-0/+12
|\ \ \ \ | |/ / /
| * | | [Bug 3603434] Make sure TclpObjNormalizePath() properly declares "a:/" todgp2013-02-051-0/+12
| |\ \ \ | | |/ / | | | | be normalized, even when no "A:" drive is present on the system.
| | * | [Bug 3603434] Make sure TclpObjNormalizePath() properly declares "a:/" todgp2013-02-051-0/+12
| | |\ \ | | | |/ | | | | be normalized, even when no "A:" drive is present on the system.
| | | * Fix for Bug 3603434.bug_3603434dgp2013-02-051-0/+12
| | | |
* | | | merge trunkjan.nijtmans2013-02-031-2/+2
|\ \ \ \ | |/ / /
| * | | (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extractingandreask2013-01-301-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 extractingandreask2013-01-301-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.
* | | | merge trunkjan.nijtmans2013-01-253-3/+3
|\ \ \ \ | |/ / / | | | | Add -Wwrite-strings to compiler options, so we can guarantee correct "const" usage.
| * | | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfojan.nijtmans2013-01-251-1/+1
| | | | | | | | | | | | Fix "make test-packages" on cygwin
* | | | Convert Tcl_GetIndexFromObj implementation to macrojan.nijtmans2013-01-241-2/+2
|\ \ \ \ | |/ / /
* | | | merge trunkjan.nijtmans2013-01-195-9/+0
|\ \ \ \ | |/ / /
* | | | Convert Tcl_Eval and Tcl_GlobalEval to a macrojan.nijtmans2013-01-171-2/+2
| | | |
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ merge trunkdgp2013-01-173-44/+201
|\ \ \ \ \ \ | | | |/ / /
| | | * | | revert [8abba84224], and make sure that every source file that uses ↵jan.nijtmans2013-01-171-1/+1
| | | |\ \ \ | | |/ / / / | | | | _ / | | | | / Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.h
| | | * | revert [8abba84224], and make sure that every source file that uses ↵jan.nijtmans2013-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.h
| | * | | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by ↵jan.nijtmans2013-01-161-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.nijtmans2013-01-161-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.nijtmans2013-01-161-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).
| | | | * Backported [Bug 2882342]: correct struct _REPARSE_DATA_BUFFER in tcl 8.4jan.nijtmans2013-01-091-15/+16
| | | | |
| | * | | REMOVED FROM TRUNK: buggy, breaks the build on linux. [Bug 3598300]: unix: ↵jan.nijtmans2013-01-151-42/+194
| | |\ \ \ | |/ / / / | | | _ / | | | / tcl.h does not include sys/stat.h
| | * | [Bug 3598300]: unix: tcl.h does not include sys/stat.hjan.nijtmans2013-01-151-0/+8
| | |\ \
| | * | | More flexible search for win32 tclConfig.sh, backported from TEA (not ↵jan.nijtmans2013-01-141-42/+186
| | |/ / | | | | | | | | | | | | actually used in Tcl, only for Tk)
| | * | [Bug 3599395]: http assumes status line is a proper tcl list. jan.nijtmans2013-01-091-2/+2
| | | | | | | | | | | | Bump http package to 2.7.11.
* | | | merge trunkjan.nijtmans2013-01-102-6/+7
|\ \ \ \ | |/ / /
| * | | $builddir is a local variablejan.nijtmans2013-01-081-1/+1
| | | |
| * | | [Bug 3092089]: [file normalize] can remove path components.jan.nijtmans2013-01-081-5/+6
| |\ \ \ | | |/ / | | | | [Bug 3587096] win vista/7: "can't find init.tcl" when called via junction.
| | * | [Bug 3092089]: [file normalize] can remove path components.jan.nijtmans2013-01-081-5/+6
| | |\ \ | | | |/ | | | | [Bug 3587096] win vista/7: "can't find init.tcl" when called via junction.
| | | * [Bug 3092089]: [file normalize] can remove path components.jan.nijtmans2013-01-081-5/+6
| | | |\ | | | | | | | | | | [Bug 3587096] win vista/7: "can't find init.tcl" when called via junction.
| | | | * new attempt for better fixbug_3092089jan.nijtmans2013-01-081-11/+6
| | | | |
| | | | * suggested fix for Bug 3092089: [file normalize] can remove path component, jan.nijtmans2013-01-031-0/+6
| | | |/ | | |/| | | | | and for Bug 3587096: startup error message when exe in folder with junction with limited rights
| * | | mSys doesn't have $PWD. Reported by Rene Zaumseil on Tcl Core listjan.nijtmans2013-01-081-1/+1
| | | |
* | | | Turn Tcl_PkgPresent/Tcl_PkgRequire into a macro. jan.nijtmans2013-01-102-47/+43
| | | | | | | | | | | | | | | | Make sure that extensions which are compiled using Tcl version 9.0 alpha/beta headers only run with the exact same Tcl version (9.0a0), so they cannot accidently be used in production. Idea 'stolen' from iTcl 4.0, which did that during alpha/beta Dde/Registry: eliminate usage of some older API, which might be removed/deprecated in the future.
* | | | Don't depend on Spencer-specific regexp syntax (/u and /U) any more. jan.nijtmans2013-01-061-2/+2
|\ \ \ \ | |/ / / | | | | Bump http package to 2.8.6.
| * | | Don't depend on Spencer-specific regexp syntax (/u and /U) any more in ↵jan.nijtmans2013-01-061-2/+2
| | | | | | | | | | | | | | | | | | | | unrelated places . Bump http package to 2.8.6.
* | | | remove unnecessary struct names, which only pollute the "struct" namespace ↵jan.nijtmans2012-12-218-28/+28
|\ \ \ \ | | | | | | | | | | | | | | | for the compiler.