Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reset: better error messages | Øyvind Harboe | 2010-01-11 | 1 | -2/+2 |
| | | | | | | | | Use correct tcl syntax to throw exception. the syntax is "return -code error" not "return -error" Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com> | ||||
* | improve startup tcl scripts | Zachary T Welch | 2009-11-24 | 1 | -15/+3 |
| | | | | | Fix a couple of layering violations missed in the last round. Add missing comment headers. | ||||
* | split startup.tcl file across modules | Zachary T Welch | 2009-11-18 | 1 | -0/+165 |
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. |