summaryrefslogtreecommitdiffstats
path: root/tools/installData.tcl
Commit message (Collapse)AuthorAgeFilesLines
* (c) -> ©, now that TIP #587 is acceptedjan.nijtmans2021-09-021-1/+1
|
* Use 0o??? notation for octal numbers in tools and testcases in stead of ↵jan.nijtmans2020-12-031-2/+2
| | | | 0???. Although it still works in 8.6, it is deprecated an will be removed in 9.0.
* Don't use "Copyright <year> _by_" any more. This results in more ↵jan.nijtmans2020-11-201-1/+1
| | | | consistant copyright statements in the (html) documentation
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-3/+0
| | | more harm than good. Purged them.
* installData.tcl: Make sure that copyDir only receives normalized paths.nijtmans2010-05-211-13/+13
| | | | | | tclPlatDecls.h: Fix <tchar.h> inclusion for CYGWIN. tclPathObj.c: Fix Tcl_SetStringObj usage for CYGWIN. *.c: Fix various minor other gcc warnings, like signed<->unsigned mismatch.
* TIP #173 and #209 implementation - see ChangeLog for detailsKevin B Kenny2004-08-181-0/+53