summaryrefslogtreecommitdiffstats
path: root/library/init.tcl
Commit message (Expand)AuthorAgeFilesLines
* Bugfix for TIP #587 implementation: Always use -eofchar "\032 {}" and _NOT_ -...jan.nijtmans2021-01-151-1/+1
* TIP #587 follow-up: Looks like -encoding utf-8 still was missing in some pla...jan.nijtmans2020-12-281-1/+1
* TIP 590: Recommend lowercase Package Namesjan.nijtmans2020-12-041-1/+1
|\
* | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign wh...jan.nijtmans2020-11-231-5/+5
* | Merge 8.6jan.nijtmans2020-11-201-2/+2
|\ \ | |/ |/|
| * Don't use "Copyright <year> _by_" any more. This results in more consistan...jan.nijtmans2020-11-201-1/+1
| * Fix [48898ab5f6a0d957]: Too few is better than not enough? (Inconsistent erro...jan.nijtmans2020-10-261-2/+2
| * When sourcing script files (even when simulating that through open|read), alw...jan.nijtmans2020-09-251-0/+1
| |\
| | * When sourcing script files (even when simulating that through open|read), alw...jan.nijtmans2020-09-251-0/+1
| * | Use $index<0 in stead of $index==-1 consistantlyjan.nijtmans2020-09-111-2/+2
* | | TIP #587 for Tcl 8.7jan.nijtmans2020-09-251-1/+1
|\ \ \
| * | | TCL_CFGVAL_ENCODING now defaults to "utf-8" as well.jan.nijtmans2020-09-241-2/+2
| * | | Merge trunk. Use utf-8 explicitly when reading/writing script filesjan.nijtmans2020-09-221-0/+1
| |\ \ \
| | * \ \ Merge 8.7jan.nijtmans2020-09-221-0/+1
| | |\ \ \ | |/ / / / | | / / / | |/ / / |/| | |
* | | | When writing script files (like pkgIndex.tcl), always use -translation lf, s...jan.nijtmans2020-09-221-0/+1
| * | | Merge 8.7jan.nijtmans2020-09-111-2/+2
| |\ \ \ | |/ / / |/| | |
* | | | Use $index<0 in stead of $index==-1 consistantlyjan.nijtmans2020-09-111-2/+2
| * | | merge 8.7sebres2020-06-241-20/+25
| |\ \ \ | |/ / / |/| | |
* | | | merge 8.6sebres2020-06-241-20/+25
|\ \ \ \ | | |/ / | |/| |
| * | | Fix for ticket 41c9857bddkjnash2020-06-231-20/+25
| | * | Merge 8.7jan.nijtmans2020-02-211-2/+2
| | |\ \ | |_|/ / |/| | |
* | | | Merge 8.6jan.nijtmans2020-02-211-2/+2
|\ \ \ \ | |/ / /
| * | | merge 8.5sebres2020-02-171-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | windows: avoid create of legacy error-vars on init phase (in fresh created in...sebres2020-02-171-2/+2
| * | | merge 8.6dgp2019-09-131-1/+3
| |\ \ \
| * | | | Bump version numbers for 8.6.10 release.dgp2019-06-171-1/+1
| | | | * Bump to 9.0a2 to distinguish development from 9.0a1 release.dgp2019-12-021-1/+1
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Bump to 8.7a4 to distinguish development from 8.7a3 release.dgp2019-12-021-1/+1
* | | | | merge 8.7dgp2019-09-131-1/+3
|\ \ \ \ \
* \ \ \ \ \ merge 8.7dgp2019-05-171-36/+0
|\ \ \ \ \ \
* \ \ \ \ \ \ merge 8.7dgp2018-12-141-17/+0
|\ \ \ \ \ \ \
* | | | | | | | Bump to version 8.7a3 for release.dgp2018-11-141-1/+1
| | | | | | | * Bump to version 9.0a1 for release.dgp2019-11-051-1/+1
| | | | | | | * merge 8.7sebres2019-09-121-1/+3
| | | | | | | |\ | | | | |_|_|_|/ | | | |/| | | |
| | | * | | | | merge 8.6sebres2019-09-121-1/+3
| | | |\ \ \ \ \ | | |/ / / / / / | | | | | _ / / | | | | | / /
| | | * | | | merge 8.5 - windows: eliminate overwriting of WINDIR env-variable in VS-makef...sebres2019-09-121-1/+3
| | | |\ \ \ \ | | | | |/ / / | | | |/| / / | | | | |/ /
| | | | * | windows: eliminate overwriting of WINDIR env-variable in makefiles (used WIN_...sebres2019-09-121-1/+3
| | | | * | Bump to release number 8.5.19dgp2015-10-231-1/+1
| | | | | * Merge 8.7jan.nijtmans2019-03-071-36/+0
| | | | | |\ | | | |_|_|/ | | |/| | |
| | * | | | Merge 8.6. Remove unneeded code from init.tcljan.nijtmans2019-03-071-36/+0
| | |\ \ \ \ | |/ / / / / | | | _ / / | | | / /
| | * | | Bump version numbers for 8.6.9 release.dgp2018-10-051-1/+1
| | * | | merge 8.6dgp2017-12-181-2/+2
| | |\ \ \
| | * | | | Start RC branch for Tcl 8.6.8dgp2017-12-061-1/+1
| | | | | * Merge 8.7jan.nijtmans2018-11-211-17/+0
| | | | | |\ | | |_|_|_|/ | |/| | | |
| * | | | | Further refinements for the fix for bug [4e812aadae68af384605a5e78845abe40206...hypnotoad2018-11-211-12/+0
| * | | | | Actually, it turns out that platform, platform::shell and tcltest have the sa...jan.nijtmans2018-11-201-3/+0
| * | | | | Fix [4e812aadae68af384605]: package require msgcat failsjan.nijtmans2018-11-201-2/+0
|/ / / / /
| | | | * merge 8.7dgp2018-10-291-1/+1
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Documentation and revision bump for tip 522pspjuth2018-10-221-1/+1
| | | | * merge 8.7jan.nijtmans2018-09-221-1/+1
| | | | |\ | |_|_|_|/ |/| | | |