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