Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-18 | remove all unused-attributes for parameters | Robin Haberkorn | 1 | -3/+2 | |
* compiler does not warn by default: this actually makes sense * so we don't need any unused-attributes * less GCC-extension based * on older GCCs I think -Wunused-parameters was enabled by -Wall we should add -Wno-unused-parameters if that's the case | |||||
2013-03-18 | make sure a (void*)0 is used as sentinels | Robin Haberkorn | 1 | -3/+3 | |
since including glib.h on LLVM-Clang (32-bit) results in NULL being redefined to 0 and compiler warnings being emitted when NULL is used as sentinels | |||||
2013-03-17 | fixed ^EG pattern match character: use QRegSpecMachine to parse register ↵ | Robin Haberkorn | 1 | -3/+4 | |
specifications * allows full Q-Reg syntax | |||||
2013-03-16 | documented remaining commands | Robin Haberkorn | 1 | -0/+167 | |
* flow control and other structures have not been documented this ways. I have not yet decided whether they should be documented in separate sections or use the documentation tool. | |||||
2013-02-22 | use typedef for SciTECO integers and make it configurable at configure time | Robin Haberkorn | 1 | -2/+2 | |
* storage size should always be 64 (gint64) to aid macro portability * however, for performance reasons users compiling from source might explicitly compile with 32 bit integers | |||||
2013-01-29 | fixed backward search-and-kill (e.g. -FK...$) | Robin Haberkorn | 1 | -9/+19 | |
2013-01-27 | prevent creating Scintilla UNDO token when FD or FK fails | Robin Haberkorn | 1 | -14/+22 | |
rubout would undo something different and screw up editor state | |||||
2013-01-20 | fixed search-replace commands if search fails (do not insert then) | Robin Haberkorn | 1 | -2/+41 | |
* updated TODO | |||||
2013-01-19 | updated copyright (2012-2013) | Robin Haberkorn | 1 | -1/+1 | |
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/+571 | |