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
2021-05-30
THE GREAT CEEIFICATION EVENT
Robin Haberkorn
1
-662
/
+0
2017-03-23
fixed and optimized piping very large buffers via EC/EG
Robin Haberkorn
1
-12
/
+16
2017-03-18
fixed Q-Reg autocompletion for `Q` command
Robin Haberkorn
1
-0
/
+2
2017-03-03
updated copyright to 2017
Robin Haberkorn
1
-1
/
+1
2016-11-18
the manual generator (generator-docs.tes) has been cleaned up and is now call...
Robin Haberkorn
1
-2
/
+2
2016-08-19
Integrated clipboard support
Robin Haberkorn
1
-84
/
+96
2016-06-04
added ^E@ string building character
Robin Haberkorn
1
-0
/
+5
2016-02-24
EG and EC use $SHELL and $COMSPEC as the default command interpreters now
Robin Haberkorn
1
-17
/
+28
2016-01-28
updated copyright to 2016
Robin Haberkorn
1
-1
/
+1
2015-07-28
added full Haiku OS support (non x86_gcc2)
Robin Haberkorn
1
-1
/
+1
2015-07-27
work around segfaults on Haiku
Robin Haberkorn
1
-0
/
+9
2015-06-29
MicroStateMachine::input() returns whether a result was set now
Robin Haberkorn
1
-2
/
+2
2015-06-14
handle environment variables more consistently
Robin Haberkorn
1
-3
/
+14
2015-06-02
added <FG> command and special Q-Register "$" to set and get the current work...
Robin Haberkorn
1
-2
/
+2
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