summaryrefslogtreecommitdiffstats
path: root/library/init.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Try to make good stack trace. Fallback to making not-so-good stack trace.bug_46f801ea5adgp2017-06-261-22/+28
| | | Stop failing altogether. Test in test suite, not program fragility.
* Make 'clock' and 'encoding' into proper compilable ensemblesKevin B Kenny2017-03-141-8/+3
|
* 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.5core_8_5_12core_8_5_12_rcdgp2012-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
|\ \ \ | |/ /
| * | Make 'auto_execok START' do the Right Thingdkf2012-04-271-1/+1
| |\ \ | | |/
| | * Make 'auto_execok START' do the Right Thingdkf2012-04-271-1/+1
| | |
| * | Release candidate branch for Tcl 8.5.11.dgp2011-10-201-1/+1
| | |
| * | Release candidate branch for Tcl 8.5.10.dgp2011-05-261-1/+1
| | |
* | | Bump version number to 8.6b2.dgp2011-07-181-1/+1
| | |
* | | Disable tcl::mathfunc::rmmadwiw by default to make test suite work; automateddkf2011-04-041-0/+2
| | | | | | | | | test frameworks have no mind to read...
* | | mathematical version of TIP#131max2011-04-011-0/+11
| | |
* | | Implement TIP#131max2011-04-011-0/+15
| | |
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ / | | | cause more harm than good. Purged them (except in zlib files).
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/ | | | more harm than good. Purged them.
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | | | | more harm than good. Purged them.
| | * * library/init.tcl (unknown): Corrected inconsistent error messagedgp2007-07-051-12/+11
| | | | | | | | | | | | in interactive [unknown] when empty command is invoked. [Bug 1743676]
| | * * library/auto.tcl: Updates to the Tcl script library to makedgp2005-07-221-52/+53
| | | | | | | | | | | | | | | | | | | | | | | | * library/history.tcl: use of Tcl 8.4 feautures. Thanks to * library/init.tcl: Patrick Fradin for prompting on this. * library/package.tcl: [Patch 1237755]. * library/safe.tcl: * library/word.tcl:
| | * * library/init.tcl: Corrected flaw in interactive commanddgp2005-04-281-2/+2
| | | | | | | | | | | | * tests/main.test: auto-completion. [Bug 1191409].
| | * * library/init.tcl: Made [unknown] robust in the case thatdgp2004-11-131-1/+9
| | | | | | | | | | | | | | | either of the variables ::errorInfo or ::errorCode gets unset. [Bug 1063707]
| | * * library/init.tcl: Corrected unique prefix matching ofdgp2004-05-031-3/+12
| | | | | | | | | | | | interactive command completion in [unknown]. [Bug 946952]
| | * * library/init.tcl (auto_load, auto_import): Expanded Eric Melski'sdgp2003-09-231-16/+17
| | | | | | | | | | | | | | | | | | 2000-01-28 fix for [Bug 218871] to all potentially troubled uses of [info commands] on input data, where glob-special characters could cause problems.
| | * * generic/tclBasic.c: Corrected several instances of unsafedgp2003-07-181-4/+6
| | | | | | | | | | | | | | | | | | | | | * generic/tclCompile.c: truncation of UTF-8 strings that might * generic/tclProc.c: break apart a multi-byte character. * library/init.tcl: [Bug 760872] * tests/init.test:
| * | * generic/tcl.h: Bump to 8.5.9 for release.dgp2010-08-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: * changes: Update for 8.5.9 release.