summaryrefslogtreecommitdiffstats
path: root/library/install.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Bugfix for TIP #587 implementation: Always use -eofchar "\032 {}" and _NOT_ ↵jan.nijtmans2021-01-151-3/+3
| | | | -eofchar \032, otherwise there's the risk that ^Z is appended too the open channel. See [5bfe3de008], we don't want to open that can of worms again!
* Merge 8.6jan.nijtmans2020-12-031-5/+5
|
* When writing script files (like pkgIndex.tcl), always use -translation lf, ↵jan.nijtmans2020-09-221-0/+3
| | | | | so they don't cause problems on non-windows. When reading script files, always use -eofchar \032, as this might be left by Windows editors.
* Merge 8.6. More tests/tools updates.jan.nijtmans2020-08-311-1/+1
|
* Added additional functions to the "install" command in tclshhypnotoad2017-11-211-0/+231
|
* Modifications to allow the Tcl build system to exploit either a native ziphypnotoad2017-11-201-0/+13
executable in the path or a tclsh that understands the new "install" keyword from the command line Added a new file to /library which is run when the user executes "tclsh install ..." Embedded in installer.tcl is a facility for building zip archives