Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | more Tcl_NewIntObj/Tcl_NewBooleanObj -> Tcl_NewLongObj conversions | jan.nijtmans | 2013-02-11 | 4 | -8/+8 | |
| | ||||||
* | merge trunk | jan.nijtmans | 2013-02-07 | 1 | -0/+12 | |
|\ | ||||||
| * | [Bug 3603434] Make sure TclpObjNormalizePath() properly declares "a:/" to | dgp | 2013-02-05 | 1 | -0/+12 | |
| |\ | | | | | | | be normalized, even when no "A:" drive is present on the system. | |||||
| | * | [Bug 3603434] Make sure TclpObjNormalizePath() properly declares "a:/" to | dgp | 2013-02-05 | 1 | -0/+12 | |
| | |\ | | | | | | | | | be normalized, even when no "A:" drive is present on the system. | |||||
| | | * | Fix for Bug 3603434.bug_3603434 | dgp | 2013-02-05 | 1 | -0/+12 | |
| | | | | ||||||
* | | | | merge trunk | jan.nijtmans | 2013-02-03 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | (::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. | |||||
* | | | | merge trunk | jan.nijtmans | 2013-01-25 | 3 | -3/+3 | |
|\ \ \ \ | |/ / / | | | | | Add -Wwrite-strings to compiler options, so we can guarantee correct "const" usage. | |||||
| * | | | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfo | jan.nijtmans | 2013-01-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | Fix "make test-packages" on cygwin | |||||
* | | | | Convert Tcl_GetIndexFromObj implementation to macro | jan.nijtmans | 2013-01-24 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / | ||||||
* | | | | merge trunk | jan.nijtmans | 2013-01-19 | 5 | -9/+0 | |
|\ \ \ \ | |/ / / | ||||||
* | | | | Convert Tcl_Eval and Tcl_GlobalEval to a macro | jan.nijtmans | 2013-01-17 | 1 | -2/+2 | |
| | | | | ||||||
| | | | | ||||||
| \ \ \ | ||||||
| \ \ \ | ||||||
| \ \ \ | ||||||
*---. \ \ \ | merge trunk | dgp | 2013-01-17 | 3 | -44/+201 | |
|\ \ \ \ \ \ | | | |/ / / | ||||||
| | | * | | | revert [8abba84224], and make sure that every source file that uses ↵ | jan.nijtmans | 2013-01-17 | 1 | -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.nijtmans | 2013-01-17 | 1 | -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.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). | |||||
| | | | * | Backported [Bug 2882342]: correct struct _REPARSE_DATA_BUFFER in tcl 8.4 | jan.nijtmans | 2013-01-09 | 1 | -15/+16 | |
| | | | | | ||||||
| | * | | | REMOVED FROM TRUNK: buggy, breaks the build on linux. [Bug 3598300]: unix: ↵ | jan.nijtmans | 2013-01-15 | 1 | -42/+194 | |
| | |\ \ \ | |/ / / / | | | _ / | | | / | tcl.h does not include sys/stat.h | |||||
| | * | | [Bug 3598300]: unix: tcl.h does not include sys/stat.h | jan.nijtmans | 2013-01-15 | 1 | -0/+8 | |
| | |\ \ | ||||||
| | * | | | More flexible search for win32 tclConfig.sh, backported from TEA (not ↵ | jan.nijtmans | 2013-01-14 | 1 | -42/+186 | |
| | |/ / | | | | | | | | | | | | | actually used in Tcl, only for Tk) | |||||
| | * | | [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. | |||||
* | | | | merge trunk | jan.nijtmans | 2013-01-10 | 2 | -6/+7 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | $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 | |
| |\ \ \ | | |/ / | | | | | [Bug 3587096] win vista/7: "can't find init.tcl" when called via junction. | |||||
| | * | | [Bug 3092089]: [file normalize] can remove path components. | jan.nijtmans | 2013-01-08 | 1 | -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.nijtmans | 2013-01-08 | 1 | -5/+6 | |
| | | |\ | | | | | | | | | | | [Bug 3587096] win vista/7: "can't find init.tcl" when called via junction. | |||||
| | | | * | new attempt for better fixbug_3092089 | jan.nijtmans | 2013-01-08 | 1 | -11/+6 | |
| | | | | | ||||||
| | | | * | suggested fix for Bug 3092089: [file normalize] can remove path component, | jan.nijtmans | 2013-01-03 | 1 | -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 list | jan.nijtmans | 2013-01-08 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Turn Tcl_PkgPresent/Tcl_PkgRequire into a macro. | jan.nijtmans | 2013-01-10 | 2 | -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.nijtmans | 2013-01-06 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / | | | | | Bump http package to 2.8.6. | |||||
| * | | | 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. | |||||
* | | | | remove unnecessary struct names, which only pollute the "struct" namespace ↵ | jan.nijtmans | 2012-12-21 | 8 | -28/+28 | |
|\ \ \ \ | | | | | | | | | | | | | | | | for the compiler. | |||||
| * \ \ \ | unnecessary hook struct definitionsjn_no_struct_names | jan.nijtmans | 2012-08-21 | 2 | -19/+0 | |
| |\ \ \ \ | ||||||
| * | | | | | remove unnecessary struct names, which only pollute the "struct" namespace ↵ | jan.nijtmans | 2012-08-20 | 9 | -31/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | for te compiler. | |||||
* | | | | | | merge trunk | jan.nijtmans | 2012-12-21 | 1 | -1/+1 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| * | | | | | merge trunk | dgp | 2012-12-04 | 1 | -2/+2 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | merge trunk | dgp | 2012-11-16 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | merge trunk | dgp | 2012-11-14 | 1 | -0/+8 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | merge trunk | dgp | 2012-11-13 | 3 | -6/+135 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | merge trunk | dgp | 2012-11-08 | 1 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Declare TclOO portion of the Tcl API to be stable -> TclOO 1.0 | dgp | 2012-11-08 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Create Tcl 8.6.0 release branch | dgp | 2012-11-08 | 2 | -2/+2 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | merge trunk | jan.nijtmans | 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 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | / / | | | |_|_|_|_|_|/ / | | |/| | | | | | | | 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. | |||||
| | | * | | | | | | | More complete purge of things only present for supporting long-dead Mac 9 ↵ | dgp | 2012-11-15 | 1 | -8/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | systems. |