index
:
sciteco
hsrex
libxcurses
master
session-extensions
Scintilla-based Text Editor and COrrector
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
parser.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-19
rewritten CHR2STR() using compound statement
Robin Haberkorn
1
-2
/
+2
2013-03-18
explicitly instantiate MicroStateMachine: fixes compilation with gcc-4.4
Robin Haberkorn
1
-1
/
+1
2013-03-18
remove all unused-attributes for parameters
Robin Haberkorn
1
-1
/
+1
2013-03-17
^E\ string building character to format number
Robin Haberkorn
1
-14
/
+15
2013-03-16
make success/failure conditional tests more consistent with the definition of...
Robin Haberkorn
1
-3
/
+9
2013-03-16
documented remaining commands
Robin Haberkorn
1
-2
/
+2
2013-03-16
completed documentation of all commands in parser.cpp
Robin Haberkorn
1
-1
/
+220
2013-03-16
documented commands ending in StateStart
Robin Haberkorn
1
-0
/
+311
2013-02-25
EM...$ command to read macro from file and execute immediately (just like "M")
Robin Haberkorn
1
-0
/
+1
2013-02-22
use typedef for SciTECO integers and make it configurable at configure time
Robin Haberkorn
1
-17
/
+17
2013-02-16
implemented command to query ASCII code of character (^^x)
Robin Haberkorn
1
-0
/
+17
2013-02-14
hide some implementation details in MicroStateMachines
Robin Haberkorn
1
-10
/
+7
2013-02-14
use Q-Register micro state machine when parsing Q-Reg spec in string-building...
Robin Haberkorn
1
-38
/
+31
2013-02-14
rewritten string building state machine using a common MicroStateMachine base...
Robin Haberkorn
1
-100
/
+89
2013-02-08
reverse Execute::step() change: no need to pass parameters by reference
Robin Haberkorn
1
-4
/
+2
2013-02-08
use special Q-Register $ (<ESC>) to hold the replacement commandline
Robin Haberkorn
1
-24
/
+16
2013-02-08
delegate commandline replacements ("}") to the cmdline macro level
Robin Haberkorn
1
-36
/
+18
2013-02-03
first draft of commandline-editing commands ({ and } as in VideoTECO)
Robin Haberkorn
1
-3
/
+75
2013-02-01
fixed buffer Ring initialization
Robin Haberkorn
1
-6
/
+11
2013-01-23
moved StateExpectQReg from parser.h to qregisters.h
Robin Haberkorn
1
-28
/
+0
2013-01-23
implemented special save last commandline command ("*" at beginning of comman...
Robin Haberkorn
1
-0
/
+5
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
/
+3
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
/
+1436