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
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-27
fixed using the command-line replacement register (ESC) in batch mode: was ca...
Robin Haberkorn
1
-0
/
+9
2025-07-27
fixed a,b,c^Uq...$: The arguments where written in the wrong (reverse) order
Robin Haberkorn
1
-2
/
+2
2025-07-26
properly document some functions in expressions.c and simplified code
Robin Haberkorn
1
-0
/
+2
2025-07-26
implemented the <T> (typeout) command for printing to the terminal from the c...
Robin Haberkorn
1
-0
/
+9
2025-07-26
support :=/:==/:=== commands: print number without trailing linefeed
Robin Haberkorn
1
-0
/
+4
2025-07-26
implemented the <^A> command for printing arbitrary strings
Robin Haberkorn
1
-0
/
+6
2025-07-21
support <==> and <===> for printing octal and hexadecimal numbers
Robin Haberkorn
1
-1
/
+10
2025-07-20
document bug: you cannot currently use `{` and `}` to insert anything after $...
Robin Haberkorn
1
-1
/
+9
2025-07-19
special Q-registers `$` (working directory) and the clipboard registers now s...
Robin Haberkorn
1
-0
/
+5
2025-07-19
fixed <EF> and <EW> with invalid buffer ids (was crashing)
Robin Haberkorn
1
-0
/
+6
2025-07-19
<EW> now accepts a numeric argument to specify the buffer to save
Robin Haberkorn
1
-0
/
+7
2025-07-18
support <:]q> (pop Q-Register) for getting a success/failure boolean
Robin Haberkorn
1
-0
/
+1
2025-07-18
fixed minor memory leaks of per-state data in teco_machine_main_t
Robin Haberkorn
1
-0
/
+10
2025-07-13
implemented <ER> command for reading a file into the current buffer
Robin Haberkorn
1
-0
/
+6
2025-07-11
<EF> supports a numeric buffer id now
Robin Haberkorn
1
-0
/
+6
2025-07-04
implemented <^B> for returning the current date
Robin Haberkorn
1
-0
/
+5
2025-07-03
implemented ^E<code> string building constructs for embedding bytes and codep...
Robin Haberkorn
1
-1
/
+5
2025-06-27
fixed ^S/^Y for <Gq> and <EN>
Robin Haberkorn
1
-0
/
+3
2025-06-08
^S/^Y calculates the glyph offsets earlier
Robin Haberkorn
1
-1
/
+3
2025-06-07
added <FN> as a search-and-replace variant of <N>
Robin Haberkorn
1
-0
/
+7
2025-06-01
<nA> and <nQq> now return -1 in case the index n is out of range
Robin Haberkorn
1
-0
/
+5
2025-05-24
<EI> has been repurposed and is the macro file inclusion (indirect file) comm...
Robin Haberkorn
1
-3
/
+3
2025-05-23
<^C> is a plain "return" command now, while <^C^C> exits from the program
Robin Haberkorn
1
-4
/
+13
2025-05-18
allow process exit status to be determined by macros
Robin Haberkorn
1
-8
/
+14
2025-05-13
revised test suite: got rid of most escaping for the TECO code snippets
Robin Haberkorn
2
-172
/
+179
2025-05-03
disallow command-line termination ($$) while editing the command-line replace...
Robin Haberkorn
1
-0
/
+5
2025-05-03
fixed teco_doc_undo_exchange(): use reference counting now
Robin Haberkorn
1
-1
/
+16
2025-04-27
opener.tes: Fixed +line,column syntax
Robin Haberkorn
2
-6
/
+18
2025-04-13
fixed undoing bitfields on Windows
Robin Haberkorn
1
-0
/
+6
2025-04-10
testsuite: check whether comparisons for equality really work with the `a-b"=...
Robin Haberkorn
1
-0
/
+11
2025-04-10
fixed formatting of the smallest possible integer
Robin Haberkorn
2
-0
/
+16
2025-04-09
tightened rules for specifying modifiers
Robin Haberkorn
1
-7
/
+8
2025-04-08
improved rubbing out commands with modifiers
Robin Haberkorn
2
-6
/
+35
2025-03-29
bumped target release to v2.4.0 and updated README and TODO
Robin Haberkorn
1
-0
/
+8
2025-03-29
added `@W`, `@P`, `@V` and `@Y` command variants
Robin Haberkorn
1
-4
/
+4
2025-03-22
added `P` command as a reverse form of `W`
Robin Haberkorn
1
-2
/
+1
2025-03-22
harmonized all word-movement and deletion commands: they move/delete until th...
Robin Haberkorn
1
-5
/
+6
2025-03-21
fixed rubout of Q-Register specifications
Robin Haberkorn
1
-0
/
+6
2025-03-19
fixed leaking data on rubout
Robin Haberkorn
1
-0
/
+3
2025-03-17
test suite: perform leak checking when run under Valgrind
Robin Haberkorn
1
-1
/
+1
2025-03-13
rewrote <W> command on the same basis as <V> and <Y>
Robin Haberkorn
2
-2
/
+11
2025-03-08
fixed the `Y` command: no longer delete any characters after dot
Robin Haberkorn
1
-0
/
+5
2025-02-24
fixup: removed the `?` rubout test case
Robin Haberkorn
1
-6
/
+0
2025-02-24
fixed rubbing out `?` (help) after editing a Q-Register
Robin Haberkorn
1
-0
/
+6
2025-02-15
redefining labels is a warning now
Robin Haberkorn
1
-0
/
+8
2024-12-22
fixed crashes while setting special Q-Registers with EU (string-building char...
Robin Haberkorn
1
-0
/
+9
2024-12-08
implemented the ^Q command for converting between line and glyph positions
Robin Haberkorn
1
-0
/
+4
2024-12-06
support the ::S anchored search (string comparison) command (and ::FD, ::FR, ...
Robin Haberkorn
1
-0
/
+1
2024-12-04
the <Xq> command now supports the @ modifier for cutting into the register
Robin Haberkorn
1
-0
/
+5
2024-12-04
implemented ^Y/^S commands for receiving pattern match/insertion ranges and l...
Robin Haberkorn
1
-0
/
+5
[next]