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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-14
added ^# (XOR) operator
Robin Haberkorn
3
-1
/
+10
2014-11-14
fixed number formatting for radix > 10
Robin Haberkorn
1
-1
/
+1
2014-11-11
refactored SciTECO runtime errors: moved from parser.cpp to error.cpp
Robin Haberkorn
14
-293
/
+375
2014-11-11
added all of SciTECO's declarations to the "SciTECO" namespace
Robin Haberkorn
33
-74
/
+208
2014-11-10
extended ^U command: allow setting and appending of strings and characters from
Robin Haberkorn
2
-5
/
+61
2014-11-10
clarified conditions when <;> should yield an error
Robin Haberkorn
1
-2
/
+11
2014-11-10
support new "~" conditional: useful for implying default parameters in macros
Robin Haberkorn
1
-6
/
+17
2014-11-10
fixed EG command: make sure to reset the register argument on termination,
Robin Haberkorn
1
-0
/
+2
2014-11-09
fixed EC command for negative line ranges
Robin Haberkorn
1
-0
/
+6
2014-11-09
allow "-EC" command even though we do not generally imply the sign prefix
Robin Haberkorn
1
-3
/
+13
2014-11-09
revised U command: fail if no argument is provided
Robin Haberkorn
2
-5
/
+30
2014-11-09
fixed undoing of initial TECO document changes
Robin Haberkorn
1
-0
/
+3
2014-11-09
current_doc_must_undo(): check for undo-necessity when operating on the curre...
Robin Haberkorn
3
-19
/
+44
2014-11-09
prevent assertions when pushing operators without corresponding operands
Robin Haberkorn
1
-4
/
+14
2014-11-09
documented EC and EG commands
Robin Haberkorn
2
-0
/
+108
2014-11-09
TAB-completion for EC command
Robin Haberkorn
1
-2
/
+13
2014-11-09
added EG command: pipe from buffer into Q-Register
Robin Haberkorn
3
-7
/
+45
2014-11-09
implemented EC command (execute operating system command) in spawn.cpp
Robin Haberkorn
6
-1
/
+428
2014-11-02
changed syntax for long Q-Register names: use [] brackets instead of {}
Robin Haberkorn
2
-5
/
+5
2014-11-01
fixed reversing EW (save as)
Robin Haberkorn
1
-23
/
+22
2014-10-07
Merge branch 'master' of https://github.com/rhaberkorn/sciteco
Robin Haberkorn
1
-0
/
+1
2014-08-22
automatically build Scintilla as part of SciTECO's build system:
Robin Haberkorn
1
-0
/
+1
2014-08-02
don't abort on unexpected semicolon (break from loop)
Robin Haberkorn
1
-1
/
+3
2014-08-02
ensure that expressions.eval(true) pops the brace "operator"
Robin Haberkorn
1
-3
/
+2
2014-04-25
avoid narrowing-conversion warning in C++11
Robin Haberkorn
1
-1
/
+1
2014-04-25
added generated symbols (symbols-*.cpp) to CLEANFILES
Robin Haberkorn
1
-1
/
+2
2014-02-18
fixed array freeing using delete
Robin Haberkorn
1
-1
/
+1
2014-02-18
comment on unused-result warning of fchown()
Robin Haberkorn
1
-1
/
+5
2014-02-18
removed unreliable CHR2STR() macro
Robin Haberkorn
4
-18
/
+34
2014-02-18
use new EMCurses keyboard handler callback
Robin Haberkorn
1
-1
/
+1
2014-02-17
sciteco emscripten sample HTML: make sure canvas is hidden if used
Robin Haberkorn
1
-1
/
+1
2014-02-16
ncurses: fixed info bar at startup
Robin Haberkorn
1
-0
/
+1
2014-02-16
minor DOS to UNIX EOL conversion
Robin Haberkorn
1
-28
/
+28
2014-02-16
updated minimum required Scintilla version to v3.3.7 / Scinterm v1.2
Robin Haberkorn
1
-0
/
+39
2014-02-16
rewritten command-line completion without Glib's g_complete_ functions
Robin Haberkorn
2
-40
/
+71
2014-02-15
updated Copyright to year 2014
Robin Haberkorn
30
-30
/
+30
2014-02-15
report stack overflows as errors & fixed ValueStack dtor
Robin Haberkorn
1
-1
/
+5
2014-02-15
all interface classes define the same type InterfaceCurrent, simplifying the ...
Robin Haberkorn
4
-11
/
+8
2014-02-15
catch division by zero errors
Robin Haberkorn
1
-8
/
+29
2014-02-15
added State::StdError class for constructing errors from std::exception objects
Robin Haberkorn
3
-6
/
+19
2014-02-15
use GLib's GError information to yield errors
Robin Haberkorn
7
-19
/
+27
2014-02-15
fixed Execute::macro() and Execute::file() exceptions
Robin Haberkorn
2
-8
/
+69
2014-02-15
removed most exception specifications: allow bad_allocs to propagate
Robin Haberkorn
12
-111
/
+110
2014-02-15
glib allocation functions throw std::bad_alloc exceptions now; catch all bad_...
Robin Haberkorn
2
-4
/
+69
2014-02-15
String::get_coord() calculates line and column of a string position
Robin Haberkorn
4
-12
/
+53
2014-02-15
added support for TECO stack tracing
Robin Haberkorn
6
-37
/
+171
2014-02-15
added EMCurses/Emscripten support
Robin Haberkorn
5
-64
/
+170
2013-07-09
fixed compilation of the GTK+ interface
Robin Haberkorn
1
-1
/
+1
2013-07-05
only allow command-line replacements when actually editing the replacement re...
Robin Haberkorn
1
-0
/
+7
2013-03-19
avoid delete-non-virtual-dtor warning on g++ 4.7
Robin Haberkorn
2
-0
/
+2
[prev]
[next]