Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-16 | manual chapters: Expressions, Command Syntax, Q-Registers | Robin Haberkorn | 1 | -0/+1 | |
2013-02-24 | moved QuickSort macros from symbols-extract script into own string.tes macro ↵ | Robin Haberkorn | 1 | -2/+3 | |
library * therefore for bootstrapping to work, the SCITECOPATH is always set explicitly | |||||
2013-02-22 | added --with-default-scitecopath config option: default value of $SCITECOPATH | Robin Haberkorn | 1 | -1/+2 | |
useful for Windows where the desired default path does not correspond with the installation dir of the std lib macros | |||||
2013-02-22 | VPATH build fixes: SciTECO can now be built from a parallel source tree | Robin Haberkorn | 1 | -1/+1 | |
...which is useful when crosscompiling for MinGW | |||||
2013-02-15 | install standard macros into special standard library path (pkgdatadir/lib) | Robin Haberkorn | 1 | -0/+1 | |
* SCITECOPATH environment variable defaults to this directory * manpage updated * default teco.ini updated: no need to generate it anymore | |||||
2013-01-27 | use actual binary directory for shebang example in manpage | Robin Haberkorn | 1 | -0/+1 | |
2013-01-27 | moved redundant code related to bootstrapping and teco-driven substitutions ↵ | Robin Haberkorn | 1 | -0/+17 | |
into automake include (bootstrap.am) |