aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
21 hourssupport lookups via language servers (LSP)HEADmaster-fmsbw-cimasterRobin Haberkorn15-17/+1604
21 hoursimported sj.h - a minimalist JSON parserRobin Haberkorn5-1/+213
21 hourstestsuite: added test case for help command (`?`)Robin Haberkorn1-13/+20
21 hourswhen inserting text after auto completions, escape all magic string building ...Robin Haberkorn2-4/+17
3 dayswebsite: explicitly declare UTF-8 encoding and use local version of nerdfontsRobin Haberkorn1-1/+2
4 daysdon't crash on `0S...$`, but always throw an errorRobin Haberkorn2-3/+15
4 days.fmsbw/50-ubuntu22-appimage: hopefully fixed AppImage buildsRobin Haberkorn1-0/+1
4 days.fmsbw/10-freebsd14-msys-sciteco: use wine64.bin instead of wine64Robin Haberkorn1-3/+3
5 days.fmsbw/10-freebsd14-msys-sciteco: fixed bundling DLLsRobin Haberkorn1-3/+9
5 daysterex: fixed tarballs (`make dist` and `make distcheck`)Robin Haberkorn1-0/+0
6 days.fmsbw/10-freebsd14-msys-sciteco: fixed building with --disable-malloc-replac...Robin Haberkorn1-2/+2
7 daysfixed dot after an unsuccessful interactive searchRobin Haberkorn2-20/+29
7 daysdlmalloc: avoid unnecessary atomics in realloc()Robin Haberkorn1-4/+4
7 daysREADME: show badge instead of icon at the bottom of the pageRobin Haberkorn1-1/+1
7 daysgtk-broadway-run.sh: kill broadwayd on SIGINT and SIGTERM as wellRobin Haberkorn1-1/+1
9 daysteco_parse_shell_command_line() is now publicRobin Haberkorn2-25/+27
9 daysdisable dlmalloc in Valgrind CI checksRobin Haberkorn1-1/+2
10 dayscurses: fixed theoretical memory corruption when using clipboard registersRobin Haberkorn1-2/+2
2026-07-26hide #recovery# files from auto-completions, unless you already typed '#'Robin Haberkorn3-14/+26
2026-07-26`A` without arguments is now equivalent to `0A`Robin Haberkorn2-3/+16
2026-07-26conditionals can be terminated with F" now in addition to a single-quote (')Robin Haberkorn5-32/+55
2026-07-26implemented E*q to store the last command lineRobin Haberkorn3-3/+16
2026-07-26minor documentation update (sciteco(1) and sciteco(7)) and comment changesRobin Haberkorn4-18/+17
2026-07-25get rid of teco_qreg_vtable_t::undo_set_integer()Robin Haberkorn6-48/+18
2026-07-25revised and improved the Unicode glyph-to-byte conversion heuristicsRobin Haberkorn21-148/+433
2026-07-24fixed lexer initialization if $SCITECOPATH happens to contain glob charactersRobin Haberkorn2-1/+8
2026-07-24fixed case-insensitive searches with non-ANSI (Unicode) patternsRobin Haberkorn2-5/+5
2026-07-23grosciteco.tes: removed obsolete optimizationRobin Haberkorn1-21/+2
2026-07-21`make check` doesn't have to build documentation firstRobin Haberkorn1-1/+1
2026-07-11XML lexer is activated for _service files and YAML for *.sls (Salt States)Robin Haberkorn2-2/+4
2026-07-05gtk-broadway-run.sh is now used in all headless buildsRobin Haberkorn7-240/+14
2026-07-05terex is built with assertions now on --enable-debugRobin Haberkorn3-2/+8
2026-07-05added gtk-broadway-run.sh as an alternative to xfvb-runRobin Haberkorn2-0/+31
2026-07-04FreeBSD: fixed crashes with `EC` or `EQq`Robin Haberkorn1-0/+20
2026-07-03terex, dlmalloc and rb3ptr are now built with `-Wall`Robin Haberkorn3-0/+2
2026-06-29regular expression matching can now be reliably interrupted using CTRL+CRobin Haberkorn3-22/+7
2026-06-29fixed searching for `)`Robin Haberkorn1-1/+1
2026-06-29sciteco(7): added THANKS TO section and link to the ARE syntax descriptionRobin Haberkorn2-2/+23
2026-06-29implemented the ^~ pattern match construct: the rest of the pattern will be a...Robin Haberkorn3-9/+35
2026-06-28fixed block-wise backwards searchesRobin Haberkorn2-2/+3
2026-06-28fixup: fixed searching for `|` - it must also be escaped when converted to a ...Robin Haberkorn1-1/+1
2026-06-28fixed ^EGq (character class) pattern construct for embedded null bytes and `-`Robin Haberkorn2-3/+55
2026-06-28teco_globber_t is ported from GRegex to terexRobin Haberkorn3-43/+53
2026-06-28terex is the new regular expression engine now and replaces PCRE (GRegex)Robin Haberkorn11-175/+187
2026-06-14monkey-test: use `I^P` instead of old `EI` (renamed in v2.5.0)Robin Haberkorn1-1/+1
2026-06-07fixup aa7b0bb1445feeefafdcf47fd639b10500b45c03: some minor optimizationsRobin Haberkorn1-21/+21
2026-05-31updated TODORobin Haberkorn1-5/+34
2026-05-31implemented but disabled block-wise backwards search algorithmRobin Haberkorn4-77/+276
2026-05-20FreeBSD port: added patches for a v2.5.2_1 release that should fix building o...Robin Haberkorn3-0/+112
2026-05-20check for sbrk() even on UNIXRobin Haberkorn2-6/+10