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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-09
the ^EUq string building escape now respects the encoding (can insert bytes o...
Robin Haberkorn
1
-0
/
+5
2024-09-09
Glyph to byte offset mapping is now using the line character index (refs #5)
Robin Haberkorn
1
-8
/
+10
2024-01-21
updated copyright to 2024
Robin Haberkorn
1
-1
/
+1
2024-01-13
fixed <EC$> assertions: specifying empty command strings was undefined
Robin Haberkorn
1
-19
/
+18
2023-07-03
introduced TECO_DEBUG_CLEANUP to mark destructors that should only be used fo...
Robin Haberkorn
1
-3
/
+1
2023-05-12
fixup EC on Win32 and interruptions via CTRL+C
Robin Haberkorn
1
-33
/
+82
2023-05-09
fixup: building on UNIX
Robin Haberkorn
1
-1
/
+1
2023-05-09
fixed CTRL+C interruptions on Windows; optimized CTRL+C polling on Gtk+
Robin Haberkorn
1
-10
/
+57
2023-04-29
fixed <EC> interruptions on Gtk+ (and probably on PDCurses/Win32)
Robin Haberkorn
1
-5
/
+29
2023-04-18
no longer try to avoid automatic scrolling - this is patched out of Scintilla...
Robin Haberkorn
1
-2
/
+2
2023-04-05
updated copyright to 2023
Robin Haberkorn
1
-1
/
+1
2022-11-28
fixed a number of crashes due to empty string arguments or uninitialized regi...
Robin Haberkorn
1
-0
/
+1
2022-06-21
updated copyright to 2022 and updated TODO
Robin Haberkorn
1
-1
/
+1
2022-06-21
fixed rubout of certain constructs like Ifoo$FRX$$
Robin Haberkorn
1
-1
/
+1
2021-10-11
optimized caret scrolling: this is a costly operation and is now done only on...
Robin Haberkorn
1
-3
/
+2
2021-10-08
prevent deprecation warnings in Glib >= v2.70
Robin Haberkorn
1
-3
/
+14
2021-06-08
try G_SPAWN_LEAVE_DESCRIPTORS_OPEN when spawning processes: promises an "opti...
Robin Haberkorn
1
-1
/
+6
2021-06-08
Windows: normalize $COMSPEC
Robin Haberkorn
1
-3
/
+3
2021-06-04
guard against too low arguments to <S> by checking whether the memory limit w...
Robin Haberkorn
1
-2
/
+3
2021-05-30
THE GREAT CEEIFICATION EVENT
Robin Haberkorn
1
-0
/
+667