aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/spawn.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-15add workaround for missing g_spawn_check_exit_status() in libglib v2.33 and e...Robin Haberkorn1-0/+41
2014-11-16first working version of the one-view-per-buffer designRobin Haberkorn1-2/+2
2014-11-11refactored SciTECO runtime errors: moved from parser.cpp to error.cppRobin Haberkorn1-2/+3
2014-11-11added all of SciTECO's declarations to the "SciTECO" namespaceRobin Haberkorn1-0/+4
2014-11-10fixed EG command: make sure to reset the register argument on termination,Robin Haberkorn1-0/+2
2014-11-09fixed EC command for negative line rangesRobin Haberkorn1-0/+6
2014-11-09allow "-EC" command even though we do not generally imply the sign prefixRobin Haberkorn1-3/+13
2014-11-09documented EC and EG commandsRobin Haberkorn1-0/+105
2014-11-09added EG command: pipe from buffer into Q-RegisterRobin Haberkorn1-7/+34
2014-11-09implemented EC command (execute operating system command) in spawn.cppRobin Haberkorn1-0/+366