aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-01-27fixed scintilla symbol autocompletionRobin Haberkorn1-3/+3
2013-01-27moved redundant code related to bootstrapping and teco-driven substitutions i...Robin Haberkorn1-3/+2
2013-01-23added --eval commandline option allowing code to be executed on the commandlineRobin Haberkorn1-1/+19
2013-01-23distribute new cmdline.hRobin Haberkorn1-1/+1
2013-01-23cleaned up QRegister state interface (can pass register by reference)Robin Haberkorn4-60/+57
2013-01-23moved StateExpectQReg from parser.h to qregisters.hRobin Haberkorn5-50/+48
2013-01-23implemented special save last commandline command ("*" at beginning of comman...Robin Haberkorn8-6/+77
2013-01-22fixed: macro program counter is fixed after error occurred while executing co...Robin Haberkorn1-0/+2
2013-01-22This reverts commit 821c61e9967e62fd81038e4b879c5452bffe2dfb.Robin Haberkorn1-9/+30
2013-01-21improved reading files by using memory-mappingRobin Haberkorn1-6/+9
2013-01-21fixed: preserve access mode and ownership (if possible) of file when savingRobin Haberkorn1-19/+109
2013-01-20fixed search-replace commands if search fails (do not insert then)Robin Haberkorn2-4/+57
2013-01-19support only Scinterm >= v1.1 (contains SCI_COLOR_PAIR macro and indirectly f...Robin Haberkorn1-6/+0
2013-01-19updated copyright (2012-2013)Robin Haberkorn26-26/+26
2013-01-19allow <CTRL/C> to be typed; aborts last typed charRobin Haberkorn5-2/+42
2012-12-05windows compatibility changesRobin Haberkorn5-31/+22
2012-12-04added copyright notice to every source fileRobin Haberkorn26-0/+442
2012-12-04bootstrapping of build process using preinstalled scitecoRobin Haberkorn1-4/+12
2012-12-04additional minor changes: distribution building now possibleRobin Haberkorn2-5/+7
2012-12-04first working version of autotools based build-systemRobin Haberkorn15-9/+106
2012-12-04autoconf preparation: move everything into src/ subdirRobin Haberkorn28-0/+7098