| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-01-19 | updated copyright (2012-2013) | Robin Haberkorn | 1 | -1/+1 | |
| 2013-01-19 | allow <CTRL/C> to be typed; aborts last typed char | Robin Haberkorn | 1 | -0/+19 | |
| * CTRL/C will be a command so it is important to be able to type it directly * aborting character processing is important because it allows aborting infinite loops * since the loop interruption currently relies on SIGINT handling, there is only limited support for XCurses and GTK - CTRL/C has to be typed in the terminal window. later support for input queue polling might be added | |||||
| 2012-12-05 | windows compatibility changes | Robin Haberkorn | 1 | -21/+7 | |
| * respect executable extensions * do not use weak symbols which appear to be broken on MinGW. Instead, the generated symbol constants contain constructor functions initializing the corresponding objects. Constructor priorities are used to ensure that the initialization takes place after the dummy (NULL) initialization. * do not change the working dir (causes trouble when sciteco gets passed relative paths but the exe is not in the current dir) instead look for teco.ini in program's directory | |||||
| 2012-12-04 | added copyright notice to every source file | Robin Haberkorn | 1 | -0/+17 | |
| 2012-12-04 | first working version of autotools based build-system | Robin Haberkorn | 1 | -0/+4 | |
| 2012-12-04 | autoconf preparation: move everything into src/ subdir | Robin Haberkorn | 1 | -0/+208 | |
