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
/
spawn.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-16
documented the automatic EOL translation feature
Robin Haberkorn
1
-0
/
+12
2015-03-16
implemented automatic EOL translation support
Robin Haberkorn
1
-37
/
+69
2015-03-02
fixed minor typos in <EC> documentation
Robin Haberkorn
1
-2
/
+2
2015-02-14
updated Scintilla submodule: fixed tab stop calculation on Curses
Robin Haberkorn
1
-1
/
+1
2015-02-11
updated copyright to 2015
Robin Haberkorn
1
-1
/
+1
2014-12-15
fixup: the spawn context's GError must not be memory-managed by the state object
Robin Haberkorn
1
-4
/
+0
2014-12-15
always free glib's GError structures
Robin Haberkorn
1
-0
/
+6
2014-12-15
add workaround for missing g_spawn_check_exit_status() in libglib v2.33 and e...
Robin Haberkorn
1
-0
/
+41
2014-11-16
first working version of the one-view-per-buffer design
Robin Haberkorn
1
-2
/
+2
2014-11-11
refactored SciTECO runtime errors: moved from parser.cpp to error.cpp
Robin Haberkorn
1
-2
/
+3
2014-11-11
added all of SciTECO's declarations to the "SciTECO" namespace
Robin Haberkorn
1
-0
/
+4
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
documented EC and EG commands
Robin Haberkorn
1
-0
/
+105
2014-11-09
added EG command: pipe from buffer into Q-Register
Robin Haberkorn
1
-7
/
+34
2014-11-09
implemented EC command (execute operating system command) in spawn.cpp
Robin Haberkorn
1
-0
/
+366