Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct spelling errors in comments and documentation, but also non-comment | pooryorick | 2023-04-12 | 1 | -2/+2 |
| | | | corrections in history.tcl and tcltest.test. | ||||
* | Eliminate many "register" keywords (which do nothing with modern compilers) | jan.nijtmans | 2020-09-14 | 1 | -1/+1 |
| | | | Eliminate many unnecessary type-casts to (unsigned) | ||||
* | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. ↵ | jan.nijtmans | 2020-09-14 | 1 | -1/+1 |
| | | | | | Thanks! More usage of $index<0 in stead of $index==-1 consistantly | ||||
* | occurance -> occurrence. | jan.nijtmans | 2020-05-11 | 1 | -1/+1 |
| | |||||
* | Whitespace reduction in Tcl scripts. No functional change. | jan.nijtmans | 2015-09-01 | 1 | -7/+7 |
| | |||||
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -3/+0 |
| | | | more harm than good. Purged them. | ||||
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | |||||
* | * tools/mkdepend.tcl: sort the dep list for a more humanly readable output. | davygrvy | 2007-10-18 | 1 | -2/+2 |
| | |||||
* | * tools/mkdepend.tcl: Improved defense from malformed object list infile. | davygrvy | 2007-10-17 | 1 | -27/+29 |
| | |||||
* | * tools/mkdepend.tcl: include path problem fixed. Never fight | davygrvy | 2007-10-15 | 1 | -2/+4 |
| | | | | city hall when comes to levels of quoting issues. | ||||
* | * tools/mkdepend.tcl: Produces usable output, but has | davygrvy | 2007-10-15 | 1 | -53/+61 |
| | | | | an include path problem I haven't sloved yet. | ||||
* | * tools/mkdepends.tcl (new): Initial stab at generating automatic | davygrvy | 2007-10-14 | 1 | -0/+411 |
* win/makefile.vc: dependencies. |