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
/
goto.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-20
some minor simplifications of the goto code
Robin Haberkorn
1
-11
/
+5
2012-11-20
goto table cleanup
Robin Haberkorn
1
-19
/
+16
2012-11-20
make goto tables local to macro invocation: they are declared on the C++ call...
Robin Haberkorn
1
-128
/
+55
2012-11-16
Make sure undo tokens and RB-tree entries are destroyed properly
Robin Haberkorn
1
-3
/
+0
2012-11-16
support different kinds of runtime errors (using C++ exceptions)
Robin Haberkorn
1
-2
/
+2
2012-11-12
distinguish between GOTO, LOOP and CONDITIONAL parse-only modes: fixes loop b...
Robin Haberkorn
1
-1
/
+1
2012-11-11
added <n>O...$ GOTO command
Robin Haberkorn
1
-1
/
+32
2012-11-11
dump goto table only in DEBUG mode
Robin Haberkorn
1
-0
/
+6
2012-11-11
RBTree class (wrapper around BSD macros) - use for Goto table
Robin Haberkorn
1
-36
/
+19
2012-11-10
use namespace "States" instead of "states" structure
Robin Haberkorn
1
-1
/
+5
2012-11-08
added comments
Robin Haberkorn
1
-0
/
+4
2012-11-08
support line termination ($$) as immediate editing command + some fixes
Robin Haberkorn
1
-0
/
+6
2012-11-08
added missing transition table initialization for label state
Robin Haberkorn
1
-0
/
+5
2012-11-08
added support for labels, including the goto label table
Robin Haberkorn
1
-0
/
+193