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