| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle the situation that ::${basename}::pkgconfig does not have bindir/libdi... | jan.nijtmans | 2021-02-09 | 1 | -4/+13 |
|
|
* | Attempt to fix the last TIP #430 bits, needed to make it work for Tk (and oth... | jan.nijtmans | 2021-02-08 | 1 | -3/+3 |
|
|
* | Bugfix in TIP #430 implementation: tcl_findLibrary should use the same zip-fi... | jan.nijtmans | 2021-02-08 | 1 | -4/+3 |
|
|
* | Fix "auto.tcl" indenting | jan.nijtmans | 2021-02-08 | 1 | -97/+99 |
|
|
* | Bugfix for TIP #587 implementation: Always use -eofchar "\032 {}" and _NOT_ -... | jan.nijtmans | 2021-01-15 | 1 | -2/+2 |
|
|
* | TIP #587 follow-up: Looks like -encoding utf-8 still was missing in some pla... | jan.nijtmans | 2020-12-28 | 1 | -4/+4 |
|
|
* | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign wh... | jan.nijtmans | 2020-11-23 | 1 | -2/+2 |
|
|
* | When writing script files (like pkgIndex.tcl), always use -translation lf, s... | jan.nijtmans | 2020-09-22 | 1 | -0/+4 |
|
|
* | Change (internal) function ::auto_mkindex_parser::slavehook to ::auto_mkindex... | jan.nijtmans | 2020-07-15 | 1 | -9/+9 |
|
|
* | Eliminating whitespace changes introduced by the prior checkin | hypnotoad | 2018-10-01 | 1 | -260/+264 |
|
|
* | Fixed the arguments that zipfs mount was sending in auto.tcl. | hypnotoad | 2018-09-30 | 1 | -261/+260 |
|
|
* | Eliminated the need for a preinit script in Tip 430's AppHook. | hypnotoad | 2017-11-21 | 1 | -0/+48 |
|
|
* | Fix [fb2208172c671f29d60e9ac928d9ded45d01d8b8|fb2208172c]: tclIndex varies ac... | jan.nijtmans | 2017-07-17 | 1 | -2/+2 |
|\ |
|
| * | Fix [fb2208172c671f29d60e9ac928d9ded45d01d8b8|fb2208172c]: tclIndex varies ac... | jan.nijtmans | 2017-07-17 | 1 | -2/+2 |
|
|
| * | Fix [738bc50e93]: auto_execok doesn't recognise mklink on windows. Remove som... | jan.nijtmans | 2015-09-30 | 1 | -7/+7 |
|
|
* | | Merge dup-removal into search loop so we avoid pre-processing efforts on | dgp | 2016-08-26 | 1 | -8/+3 |
|
|
* | | [3611643] Stop polluting the global namespace. | dkf | 2013-09-08 | 1 | -26/+43 |
|
|
* | | [3611643fff]: Support TclOO in autoload mechanism. | dkf | 2013-08-03 | 1 | -0/+14 |
|
|
* | | 2102614 Add ensemble indexing support to [auto_mkindex]. Thanks Brian Griffin. | dgp | 2013-03-21 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | 2102614 Add ensemble indexing support to [auto_mkindex]. Thanks Brian Griffin. | dgp | 2013-03-21 | 1 | -0/+9 |
|
|
* | | In the script library, selected modernizations from Patrick Fradin. | dgp | 2013-01-30 | 1 | -13/+12 |
|\ \
| |/ |
|
| * | In the script library, selected modernizations from Patrick Fradin. | dgp | 2013-01-30 | 1 | -11/+12 |
|
|
* | | Fix most of the failing tests (some of which were due to breakage done to the | dkf | 2011-03-10 | 1 | -1/+8 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | correction to reversed logic | dgp | 2005-07-23 | 1 | -2/+2 |
|
|
| | * | * library/auto.tcl: Updates to the Tcl script library to make | dgp | 2005-07-22 | 1 | -25/+17 |
|
|
| | * | * library/auto.tcl: Reverted to Revision 1.12.2.3 (Tcl 8.4.9). | dgp | 2005-06-27 | 1 | -24/+16 |
|
|
| | * | * library/auto.tcl: Make file safe to re-[source] without | dgp | 2005-06-24 | 1 | -23/+23 |
|
|
| | * | * library/auto.tcl: Make file safe to re-[source] without | dgp | 2005-06-24 | 1 | -20/+27 |
|
|
| | * | typo | dgp | 2005-01-27 | 1 | -2/+2 |
|
|
| | * | * library/auto.tcl: Updated [auto_reset] to clear auto-loaded | dgp | 2005-01-25 | 1 | -15/+16 |
|
|
| | * | * library/auto.tcl (tcl_findLibrary): Disabled use of [file normali... | dgp | 2004-12-01 | 1 | -2/+12 |
|
|
| | * | * library/auto.tcl (tcl_findLibrary): Made sure the uniquifying | dgp | 2004-11-26 | 1 | -2/+2 |
|
|
| | * | * library/auto.tcl: Updated [tcl_findLibrary] search path | dgp | 2004-11-16 | 1 | -26/+57 |
|
|
* | | | Spacing and style fixes | nijtmans | 2010-06-14 | 1 | -6/+10 |
|
|
* | | | Undo Jan's needless vandalism. | dkf | 2009-11-19 | 1 | -2/+2 |
|
|
* | | | Eliminate "then" keyword | nijtmans | 2009-11-18 | 1 | -8/+8 |
|
|
* | | | Simplify a bit further following more testing | dkf | 2009-07-26 | 1 | -10/+3 |
|
|
* | | | Use [try] to replace obscurer uses of [catch]. | dkf | 2009-07-26 | 1 | -131/+131 |
|/ / |
|
* | | * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n: | hobbs | 2006-11-03 | 1 | -3/+3 |
|
|
* | | * library/auto.tcl: Updates to the Tcl script library to make | dgp | 2005-07-23 | 1 | -16/+12 |
|
|
* | | * library/auto.tcl: Make file safe to re-[source] without | dgp | 2005-06-24 | 1 | -23/+23 |
|
|
* | | * library/auto.tcl: Make file safe to re-[source] without | dgp | 2005-06-24 | 1 | -20/+27 |
|
|
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | | Added safety checks | dgp | 2005-01-25 | 1 | -7/+13 |
|
|
* | | * library/auto.tcl: Updated [auto_reset] to clear auto-loaded | dgp | 2005-01-25 | 1 | -12/+10 |
|
|
* | | added comment about freewrap difficulties | dgp | 2004-12-01 | 1 | -1/+5 |
|
|
* | | * library/auto.tcl (tcl_findLibrary): Made sure the uniquifying | dgp | 2004-11-26 | 1 | -2/+2 |
|
|