aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/search.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-11fixed searches in single-byte encoded documentsRobin Haberkorn1-17/+40
2024-09-11the SciTECO parser is Unicode-based now (refs #5)Robin Haberkorn1-8/+0
2024-09-09teco_glyphs2bytes() and teco_bytes2glyphs() renamed to teco_interface_glyphs2...Robin Haberkorn1-4/+4
2024-09-09added raw ANSI mode to facilitate 8-bit clean editing (refs #5)Robin Haberkorn1-3/+3
2024-09-09Xq and ]q inherit the document encoding from the source document (refs #5)Robin Haberkorn1-6/+11
2024-09-09search patterns are now expected to be in UTF-8 and the document's encoding i...Robin Haberkorn1-21/+31
2024-09-09the ^EUq string building escape now respects the encoding (can insert bytes o...Robin Haberkorn1-1/+11
2024-09-09Glyph to byte offset mapping is now using the line character index (refs #5)Robin Haberkorn1-11/+8
2024-01-21updated copyright to 2024Robin Haberkorn1-1/+1
2023-04-18no longer try to avoid automatic scrolling - this is patched out of Scintilla...Robin Haberkorn1-13/+9
2023-04-05updated copyright to 2023Robin Haberkorn1-1/+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-2/+4
2021-10-11optimized caret scrolling: this is a costly operation and is now done only on...Robin Haberkorn1-9/+13
2021-06-05teco_memory_check() now checks for addition overflows and negative searches (...Robin Haberkorn1-0/+9
2021-06-04guard against too low arguments to <S> by checking whether the memory limit w...Robin Haberkorn1-8/+10
2021-05-30THE GREAT CEEIFICATION EVENTRobin Haberkorn1-0/+1130