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
/
qregisters.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-18
explicitly instantiate MicroStateMachine: fixes compilation with gcc-4.4
Robin Haberkorn
1
-1
/
+1
2013-03-18
declare all global inter-dependant objects in main.cpp and get rid of init_pr...
Robin Haberkorn
1
-7
/
+0
2013-03-16
fixed: prevent accessing registers in parse-only mode
Robin Haberkorn
1
-0
/
+10
2013-03-16
documented remaining commands
Robin Haberkorn
1
-0
/
+124
2013-02-25
EM...$ command to read macro from file and execute immediately (just like "M")
Robin Haberkorn
1
-0
/
+13
2013-02-22
use typedef for SciTECO integers and make it configurable at configure time
Robin Haberkorn
1
-5
/
+5
2013-02-22
fixed global object initialization order issue
Robin Haberkorn
1
-0
/
+6
2013-02-22
clean up QRegisterTable::insert|initialize usage
Robin Haberkorn
1
-3
/
+3
2013-02-22
clean up QRegister vs. Buffer redundancies using TECODocument class
Robin Haberkorn
1
-33
/
+25
2013-02-14
hide some implementation details in MicroStateMachines
Robin Haberkorn
1
-4
/
+1
2013-02-14
undo q-register table initializations (insertions) on rubout
Robin Haberkorn
1
-0
/
+1
2013-02-14
option for q-reg spec state machine to allocate (insert) new q-registers
Robin Haberkorn
1
-6
/
+10
2013-02-14
micro state machine for Q-Register specifications: allow long Q-Reg names
Robin Haberkorn
1
-15
/
+78
2013-02-08
fixed ring.current/QRegisters::current corruption
Robin Haberkorn
1
-0
/
+8
2013-02-08
delegate commandline replacements ("}") to the cmdline macro level
Robin Haberkorn
1
-3
/
+3
2013-02-01
fixed buffer Ring initialization
Robin Haberkorn
1
-3
/
+2
2013-01-23
cleaned up QRegister state interface (can pass register by reference)
Robin Haberkorn
1
-40
/
+40
2013-01-23
moved StateExpectQReg from parser.h to qregisters.h
Robin Haberkorn
1
-0
/
+28
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
/
+522