summaryrefslogtreecommitdiffstats
path: root/tools/mkdepend.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-2/+2
| | | corrections in history.tcl and tcltest.test.
* Eliminate many "register" keywords (which do nothing with modern compilers)jan.nijtmans2020-09-141-1/+1
| | | Eliminate many unnecessary type-casts to (unsigned)
* Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. ↵jan.nijtmans2020-09-141-1/+1
| | | | | Thanks! More usage of $index<0 in stead of $index==-1 consistantly
* occurance -> occurrence.jan.nijtmans2020-05-111-1/+1
|
* Whitespace reduction in Tcl scripts. No functional change.jan.nijtmans2015-09-011-7/+7
|
* 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.
* merge stable branch onto HEADdgp2007-12-131-1/+1
|
* * tools/mkdepend.tcl: sort the dep list for a more humanly readable output.davygrvy2007-10-181-2/+2
|
* * tools/mkdepend.tcl: Improved defense from malformed object list infile.davygrvy2007-10-171-27/+29
|
* * tools/mkdepend.tcl: include path problem fixed. Never fightdavygrvy2007-10-151-2/+4
| | | | city hall when comes to levels of quoting issues.
* * tools/mkdepend.tcl: Produces usable output, but hasdavygrvy2007-10-151-53/+61
| | | | an include path problem I haven't sloved yet.
* * tools/mkdepends.tcl (new): Initial stab at generating automaticdavygrvy2007-10-141-0/+411
* win/makefile.vc: dependencies.