aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/spawn.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-18revised command topicsRobin Haberkorn1-2/+2
2025-06-08^S/^Y calculates the glyph offsets earlierRobin Haberkorn1-2/+3
2025-04-13fixed undoing bitfields on WindowsRobin Haberkorn1-3/+3
2025-02-27EC/EG command: check for null-bytes in $COMSPEC/$SHELLRobin Haberkorn1-6/+10
2025-01-13updated copyright to 2025Robin Haberkorn1-1/+1
2024-12-06support the ::S anchored search (string comparison) command (and ::FD, ::FR, ...Robin Haberkorn1-1/+1
2024-12-04implemented ^Y/^S commands for receiving pattern match/insertion ranges and l...Robin Haberkorn1-1/+6
2024-11-18fixed some common typos: "ie." and "eg.", "ocur" instead of "occur"Robin Haberkorn1-1/+1
2024-11-03Added "infinite monkey"-style test (refs #26)Robin Haberkorn1-0/+18
2024-10-28fixed rubbing out <:Xq>, <:^Uq> and other append-to-register operationsRobin Haberkorn1-2/+1
2024-10-24<EC>: fixed hangs on UNIXRobin Haberkorn1-3/+13
2024-10-21fixed some interruptions of <EC> on Win32Robin Haberkorn1-1/+28
2024-10-21<EC>: fixed insertion of data garbage (invalid reads) and omissionsRobin Haberkorn1-7/+17
2024-10-19<EC>: perhaps fixed race conditions and problems when creating and terminatin...Robin Haberkorn1-4/+24
2024-10-16fixup: use teco_machine_t::must_undo instead of trying to identify the curren...Robin Haberkorn1-6/+2
2024-10-15fixed memory corruptions due to undoing the teco_machine_stringbuilding_t::co...Robin Haberkorn1-1/+6
2024-09-11the SciTECO parser is Unicode-based now (refs #5)Robin Haberkorn1-2/+2
2024-09-09teco_glyphs2bytes() and teco_bytes2glyphs() renamed to teco_interface_glyphs2...Robin Haberkorn1-2/+2
2024-09-09added raw ANSI mode to facilitate 8-bit clean editing (refs #5)Robin Haberkorn1-3/+4
2024-09-09Xq and ]q inherit the document encoding from the source document (refs #5)Robin Haberkorn1-13/+11
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