aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/parser.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-07if a macro ends without finding a goto label, always throw a 'Label "..." not...Robin Haberkorn1-7/+7
2024-10-30fixup: make sure the correct PCs, pointing directly at the command that faile...Robin Haberkorn1-2/+7
2024-10-30fixed invalid memory access when executing the F< command (but only when jump...Robin Haberkorn1-3/+3
2024-10-16fixup: use teco_machine_t::must_undo instead of trying to identify the curren...Robin Haberkorn1-10/+3
2024-10-15fixed memory corruptions due to undoing the teco_machine_stringbuilding_t::co...Robin Haberkorn1-2/+10
2024-10-04pattern match characters support ^Q/^R now as wellRobin Haberkorn1-0/+1
2024-09-25inhibit some immediate editing commands after ^Q/^R string building constructsRobin Haberkorn1-1/+8
2024-09-20^W^W and ^V^V can be typed completely with upcarets now and they case fold al...Robin Haberkorn1-23/+97
2024-09-19Ctrl+^ is no longer translated to a single caret in string building (refs #20)Robin Haberkorn1-4/+21
2024-09-13remaining types of program counters changed to gsize/gssizeRobin Haberkorn1-6/+5
2024-09-11fixed searches in single-byte encoded documentsRobin Haberkorn1-11/+5
2024-09-11the SciTECO parser is Unicode-based now (refs #5)Robin Haberkorn1-52/+105
2024-09-09added raw ANSI mode to facilitate 8-bit clean editing (refs #5)Robin Haberkorn1-2/+2
2024-09-09Xq and ]q inherit the document encoding from the source document (refs #5)Robin Haberkorn1-3/+3
2024-09-09the ^EUq string building escape now respects the encoding (can insert bytes o...Robin Haberkorn1-6/+31
2024-01-21updated copyright to 2024Robin Haberkorn1-1/+1
2023-07-03introduced TECO_DEBUG_CLEANUP to mark destructors that should only be used fo...Robin Haberkorn1-3/+1
2023-04-29fixed <EC> interruptions on Gtk+ (and probably on PDCurses/Win32)Robin Haberkorn1-1/+1
2023-04-18fixup a6b5394086260c262e393dd113057916fd14134b: emit undo tokens for insert_lenRobin Haberkorn1-11/+14
2023-04-16fixed interruptions of commands with string arguments in interactive modeRobin Haberkorn1-4/+12
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-1/+1
2022-06-21updated copyright to 2022 and updated TODORobin Haberkorn1-1/+1
2021-06-04guard against too low arguments to <S> by checking whether the memory limit w...Robin Haberkorn1-1/+5
2021-05-30THE GREAT CEEIFICATION EVENTRobin Haberkorn1-0/+902