Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-09 | revised U command: fail if no argument is provided | Robin Haberkorn | 1 | -2/+2 | |
* there is no reasonable default value for U * omitting the parameter for U might be a frequent programming error * U can be colon-modified now, in which case it may be used * to check for the presence of arguments in macros | |||||
2014-11-09 | Clarify `symcasecmp` macro in string.tes | Robin Haberkorn | 1 | -1/+2 | |
2014-11-02 | changed syntax for long Q-Register names: use [] brackets instead of {} | Robin Haberkorn | 2 | -23/+23 | |
this breaks many existing scripts, and means you may have to rebuild SciTECO with ./configure --enable-bootstrap The syntax of SciTECO might change in backwards-incompatible until version 1.0 is released. | |||||
2013-07-04 | updated lexer config: CMake and XML lexing | Robin Haberkorn | 1 | -0/+87 | |
2013-03-16 | fixed break-command: without-param it evaluates the search-status | Robin Haberkorn | 1 | -1/+1 | |
2013-02-24 | moved QuickSort macros from symbols-extract script into own string.tes macro ↵ | Robin Haberkorn | 2 | -0/+46 | |
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/+1 | |
useful for Windows where the desired default path does not correspond with the installation dir of the std lib macros | |||||
2013-02-22 | added some default function key macros | Robin Haberkorn | 2 | -1/+29 | |
2013-02-15 | install standard macros into special standard library path (pkgdatadir/lib) | Robin Haberkorn | 2 | -0/+152 | |
* SCITECOPATH environment variable defaults to this directory * manpage updated * default teco.ini updated: no need to generate it anymore |