summaryrefslogtreecommitdiff
path: root/src/server/startup.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bunch of typos.Uwe Hermann2011-03-171-1/+1
| | | | | | | | Fix a bunch of typos. Most are in code comments, so nothing should break. UNKOWN_COMMAND and CMD_UNKOWN are not used elsewhere, so correcting the spelling should also not break anything.
* improve startup tcl scriptsZachary T Welch2009-11-241-0/+2
| | | | | Fix a couple of layering violations missed in the last round. Add missing comment headers.
* split startup.tcl file across modulesZachary T Welch2009-11-181-0/+8
Moves definitions for each layer into their own file, eliminating layering violations in the built-in TCL code. Updates src/Makefile.am rules to include all files in the final startup.tcl input file, and others Makefile.am rules to distribute the new files in our packages.