Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When sourcing script files (even when simulating that through open|read), ↵ | jan.nijtmans | 2020-09-25 | 1 | -0/+1 |
|\ | | | | | | | | | always set -eofchar \032 just like the source command does. Possible security issue: this could make it possible to evaluate hidden content at the end of pkgIndex files. | ||||
| * | When sourcing script files (even when simulating that through open|read), ↵ | jan.nijtmans | 2020-09-25 | 1 | -0/+1 |
| | | | | | | | | | | always set -eofchar \032 just like the source command does. Possible security issue: this could make it possible to evaluate hidden content at the end of pkgIndex files. | ||||
* | | Use $index<0 in stead of $index==-1 consistantly | jan.nijtmans | 2020-09-11 | 1 | -2/+2 |
| | | |||||
* | | Fix for ticket 41c9857bdd | kjnash | 2020-06-23 | 1 | -20/+25 |
| | | |||||
* | | merge 8.5 | sebres | 2020-02-17 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | windows: avoid create of legacy error-vars on init phase (in fresh created ↵ | sebres | 2020-02-17 | 1 | -2/+2 |
| | | | | | | | | interpreter) - no tcl_pkgPath variable on windows | ||||
* | | merge 8.6 | dgp | 2019-09-13 | 1 | -1/+3 |
|\ \ | |||||
| * \ | merge 8.5 - windows: eliminate overwriting of WINDIR env-variable in ↵ | sebres | 2019-09-12 | 1 | -1/+3 |
| |\ \ | | |/ | | | | | | | | | | VS-makefiles (used WIN_DIR now similar to "makefile.in"); init.tcl: windows helper prefer SystemRoot if available. | ||||
| | * | windows: eliminate overwriting of WINDIR env-variable in makefiles (used ↵ | sebres | 2019-09-12 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | WIN_DIR now similar to "makefile.in"); init.tcl: windows helper prefer SystemRoot if available. | ||||
| | * | Bump to release number 8.5.19 | dgp | 2015-10-23 | 1 | -1/+1 |
| | | | |||||
* | | | Bump version numbers for 8.6.10 release. | dgp | 2019-06-17 | 1 | -1/+1 |
|/ / | |||||
* | | Bump version numbers for 8.6.9 release. | dgp | 2018-10-05 | 1 | -1/+1 |
| | | |||||
* | | merge 8.6 | dgp | 2017-12-18 | 1 | -2/+2 |
|\ \ | |||||
| * | | (cherry-pick): Added assoc, ftype and move as auto_execok shell built-ins on ↵ | jan.nijtmans | 2017-12-18 | 1 | -2/+2 |
| | | | | | | | | | | | | Windows. | ||||
* | | | Start RC branch for Tcl 8.6.8 | dgp | 2017-12-06 | 1 | -1/+1 |
|/ / | |||||
* | | Fix [f5da3d30e096a1c3486fbc480a6ece01fcb277a6|f5da3d30e0]: clerical error in ↵ | jan.nijtmans | 2017-09-14 | 1 | -1/+1 |
| | | | | | | | | comments | ||||
* | | merge 8.6 | dgp | 2017-06-26 | 1 | -22/+28 |
|\ \ | |||||
| * | | Try to make good stack trace. Fallback to making not-so-good stack trace. | dgp | 2017-06-26 | 1 | -22/+28 |
| | | | | | | | | | Stop failing altogether. Test in test suite, not program fragility. | ||||
* | | | merge 8.6 | dgp | 2017-03-17 | 1 | -8/+3 |
|\ \ \ | |/ / | |||||
| * | | Make 'clock' and 'encoding' into proper compilable ensembles | Kevin B Kenny | 2017-03-14 | 1 | -8/+3 |
| | | | |||||
* | | | Start RC branch for Tcl 8.6.7 | dgp | 2017-03-10 | 1 | -1/+1 |
|/ / | |||||
* | | Start RC branch for Tcl 8.6.6 | dgp | 2016-07-12 | 1 | -1/+1 |
| | | |||||
* | | Bump to 8.6.5 | dgp | 2016-01-28 | 1 | -1/+1 |
| | | |||||
* | | Fix [738bc50e93]: auto_execok doesn't recognise mklink on windows | jan.nijtmans | 2015-09-30 | 1 | -6/+2 |
|\ \ | |/ | |||||
| * | Fix [738bc50e93]: auto_execok doesn't recognise mklink on windows. Remove ↵ | jan.nijtmans | 2015-09-30 | 1 | -8/+4 |
| | | | | | | | | some unnecessary end-of-line spacing. | ||||
| * | Bump to version 8.5.18. | dgp | 2015-02-05 | 1 | -1/+1 |
| | | |||||
| * | Bump to 8.5.17 | dgp | 2014-10-10 | 1 | -1/+1 |
| | | |||||
| * | Bump to 8.5.16 for release. | dgp | 2014-07-23 | 1 | -1/+1 |
| | | |||||
* | | Whitespace reduction in Tcl scripts. No functional change. | jan.nijtmans | 2015-09-01 | 1 | -2/+2 |
| | | |||||
* | | Bump to 8.6.4. | dgp | 2015-02-26 | 1 | -1/+1 |
| | | |||||
* | | Bump to Tcl 8.6.3, TclOO 1.0.3, and update changes file. | dgp | 2014-10-14 | 1 | -1/+1 |
| | | |||||
* | | Bump to 8.6.2 for release. | dgp | 2014-07-28 | 1 | -1/+1 |
| | | |||||
* | | [311e61d12a] Generate error code in *all* places where commands are looked up. | dkf | 2014-06-16 | 1 | -1/+2 |
| | | |||||
* | | The only relyable way of changing environment variables to uppercase (e.g. ↵ | jan.nijtmans | 2013-11-21 | 1 | -8/+4 |
|\ \ | |/ | | | | | env(ComSpec) to env(COMSPEC)) is unsetting the old one first. Long-standing bug, exposed by [219226]. | ||||
| * | The only relyable way of changing environment variables to uppercase (e.g. ↵ | jan.nijtmans | 2013-11-21 | 1 | -36/+36 |
| | | | | | | | | env(ComSpec) to env(COMSPEC)) is unsetting the old one first. Long-standing bug, exposed by [219226]. | ||||
| * | Bump to 8.5.15 for release. | dgp | 2013-08-29 | 1 | -1/+1 |
| | | |||||
| * | Release branch for Tcl 8.5.14. | dgp | 2013-03-21 | 1 | -1/+1 |
| | | |||||
* | | Bump version number to 8.6.1. | dgp | 2013-08-30 | 1 | -1/+1 |
| | | |||||
* | | In the script library, selected modernizations from Patrick Fradin. | dgp | 2013-01-30 | 1 | -55/+28 |
|\ \ | |/ | |||||
| * | In the script library, selected modernizations from Patrick Fradin. | dgp | 2013-01-30 | 1 | -24/+26 |
| | | |||||
| * | Release branch for Tcl 8.5.13. | dgp | 2012-11-05 | 1 | -1/+1 |
| | | |||||
| * | merge 8.5 | dgp | 2012-07-25 | 1 | -5/+8 |
| |\ | |||||
| * | | Release candidate branch for Tcl 8.5.12. | dgp | 2012-07-10 | 1 | -1/+1 |
| | | | |||||
* | | | Create Tcl 8.6.0 release branch | dgp | 2012-11-08 | 1 | -1/+1 |
| | | | |||||
* | | | merge trunk | dgp | 2012-08-08 | 1 | -7/+8 |
|\ \ \ | |||||
| * \ \ | 3546275 Make [auto_execok] search match [exec]. Thanks Koen Danckaert. | dgp | 2012-07-25 | 1 | -7/+8 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | 3546275 Make [auto_execok] search match [exec]. Thanks Koen Danckaert. | dgp | 2012-07-25 | 1 | -5/+8 |
| | |\ \ | | | |/ | | |/| | |||||
| | | * | :q! | dgp | 2012-07-25 | 1 | -5/+8 |
| | | | | |||||
* | | | | Release candidate branch for Tcl 8.6b3. | dgp | 2012-07-11 | 1 | -1/+1 |
|/ / / | |||||
* | | | Make 'auto_execok START' do the Right Thing | dkf | 2012-04-27 | 1 | -1/+1 |
|\ \ \ | |/ / |