summaryrefslogtreecommitdiffstats
path: root/library/init.tcl
Commit message (Collapse)AuthorAgeFilesLines
* When sourcing script files (even when simulating that through open|read), ↵jan.nijtmans2020-09-251-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.nijtmans2020-09-251-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 consistantlyjan.nijtmans2020-09-111-2/+2
| |
* | Fix for ticket 41c9857bddkjnash2020-06-231-20/+25
| |
* | merge 8.5sebres2020-02-171-2/+2
|\ \ | |/
| * windows: avoid create of legacy error-vars on init phase (in fresh created ↵sebres2020-02-171-2/+2
| | | | | | | | interpreter) - no tcl_pkgPath variable on windows
* | merge 8.6dgp2019-09-131-1/+3
|\ \
| * \ merge 8.5 - windows: eliminate overwriting of WINDIR env-variable in ↵sebres2019-09-121-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 ↵sebres2019-09-121-1/+3
| | | | | | | | | | | | | | | WIN_DIR now similar to "makefile.in"); init.tcl: windows helper prefer SystemRoot if available.
| | * Bump to release number 8.5.19dgp2015-10-231-1/+1
| | |
* | | Bump version numbers for 8.6.10 release.dgp2019-06-171-1/+1
|/ /
* | Bump version numbers for 8.6.9 release.dgp2018-10-051-1/+1
| |
* | merge 8.6dgp2017-12-181-2/+2
|\ \
| * | (cherry-pick): Added assoc, ftype and move as auto_execok shell built-ins on ↵jan.nijtmans2017-12-181-2/+2
| | | | | | | | | | | | Windows.
* | | Start RC branch for Tcl 8.6.8dgp2017-12-061-1/+1
|/ /
* | Fix [f5da3d30e096a1c3486fbc480a6ece01fcb277a6|f5da3d30e0]: clerical error in ↵jan.nijtmans2017-09-141-1/+1
| | | | | | | | comments
* | merge 8.6dgp2017-06-261-22/+28
|\ \
| * | Try to make good stack trace. Fallback to making not-so-good stack trace.dgp2017-06-261-22/+28
| | | | | | | | | Stop failing altogether. Test in test suite, not program fragility.
* | | merge 8.6dgp2017-03-171-8/+3
|\ \ \ | |/ /
| * | Make 'clock' and 'encoding' into proper compilable ensemblesKevin B Kenny2017-03-141-8/+3
| | |
* | | Start RC branch for Tcl 8.6.7dgp2017-03-101-1/+1
|/ /
* | Start RC branch for Tcl 8.6.6dgp2016-07-121-1/+1
| |
* | Bump to 8.6.5dgp2016-01-281-1/+1
| |
* | Fix [738bc50e93]: auto_execok doesn't recognise mklink on windowsjan.nijtmans2015-09-301-6/+2
|\ \ | |/
| * Fix [738bc50e93]: auto_execok doesn't recognise mklink on windows. Remove ↵jan.nijtmans2015-09-301-8/+4
| | | | | | | | some unnecessary end-of-line spacing.
| * Bump to version 8.5.18.dgp2015-02-051-1/+1
| |
| * Bump to 8.5.17dgp2014-10-101-1/+1
| |
| * Bump to 8.5.16 for release.dgp2014-07-231-1/+1
| |
* | Whitespace reduction in Tcl scripts. No functional change.jan.nijtmans2015-09-011-2/+2
| |
* | Bump to 8.6.4.dgp2015-02-261-1/+1
| |
* | Bump to Tcl 8.6.3, TclOO 1.0.3, and update changes file.dgp2014-10-141-1/+1
| |
* | Bump to 8.6.2 for release.dgp2014-07-281-1/+1
| |
* | [311e61d12a] Generate error code in *all* places where commands are looked up.dkf2014-06-161-1/+2
| |
* | The only relyable way of changing environment variables to uppercase (e.g. ↵jan.nijtmans2013-11-211-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.nijtmans2013-11-211-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.dgp2013-08-291-1/+1
| |
| * Release branch for Tcl 8.5.14.dgp2013-03-211-1/+1
| |
* | Bump version number to 8.6.1.dgp2013-08-301-1/+1
| |
* | In the script library, selected modernizations from Patrick Fradin.dgp2013-01-301-55/+28
|\ \ | |/
| * In the script library, selected modernizations from Patrick Fradin.dgp2013-01-301-24/+26
| |
| * Release branch for Tcl 8.5.13.dgp2012-11-051-1/+1
| |
| * merge 8.5dgp2012-07-251-5/+8
| |\
| * | Release candidate branch for Tcl 8.5.12.dgp2012-07-101-1/+1
| | |
* | | Create Tcl 8.6.0 release branchdgp2012-11-081-1/+1
| | |
* | | merge trunkdgp2012-08-081-7/+8
|\ \ \
| * \ \ 3546275 Make [auto_execok] search match [exec]. Thanks Koen Danckaert.dgp2012-07-251-7/+8
| |\ \ \ | | | |/ | | |/|
| | * | 3546275 Make [auto_execok] search match [exec]. Thanks Koen Danckaert.dgp2012-07-251-5/+8
| | |\ \ | | | |/ | | |/|
| | | * :q!dgp2012-07-251-5/+8
| | | |
* | | | Release candidate branch for Tcl 8.6b3.dgp2012-07-111-1/+1
|/ / /
* | | Make 'auto_execok START' do the Right Thingdkf2012-04-271-1/+1
|\ \ \ | |/ /