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-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
2024-11-25
fixed operator precedence application (fixup 5597bc72671d0128e6f0dba446c4dc8d...
Robin Haberkorn
1
-1
/
+2
2024-11-25
fixed subtle operator precedence bug
Robin Haberkorn
1
-0
/
+6
2024-11-24
added special Q-Register ":" for accessing dot
Robin Haberkorn
1
-0
/
+1
2024-11-23
disallow setting the radix to values lower than 2
Robin Haberkorn
1
-0
/
+6
2024-11-23
the search mode and current radix are mapped to __local__ Q-Registers ^X and ...
Robin Haberkorn
1
-0
/
+3
2024-11-23
implemented search mode flag (^X): allow case-sensitive searches (closes #17)
Robin Haberkorn
1
-0
/
+2
2024-11-07
test suite: fixed failure detection in the commandline-editing test cases
Robin Haberkorn
2
-3
/
+13
2024-11-06
fixed the Q-Reg spec machine used for implementing S^EGq$ (match one of chara...
Robin Haberkorn
1
-0
/
+4
2024-11-06
fixed possible crashes during --fake-cmdline
Robin Haberkorn
1
-0
/
+4
2024-11-04
monkey-test.apl: avoid some bogus failures due to insufficient handling of th...
Robin Haberkorn
2
-6
/
+6
2024-11-03
fixed assertions in ^EGq search construct for Q-Registers with uninitialized ...
Robin Haberkorn
1
-0
/
+5
2024-11-03
Added "infinite monkey"-style test (refs #26)
Robin Haberkorn
3
-0
/
+89
2024-10-30
testsuite: added --valgrind option for running SciTECO under Valgrind (memcheck)
Robin Haberkorn
2
-1
/
+8
2024-10-29
fixed <N> (search all) crashes before invocations of <S> (closes #26)
Robin Haberkorn
1
-0
/
+1
2024-10-28
added hidden --fake-cmdline parameter for testing command-line editing
Robin Haberkorn
2
-2
/
+16
2024-10-21
fixed EOL conversion on UTF-8 texts
Robin Haberkorn
3
-5
/
+7
2024-10-18
fixed the "Editing local registers in macro calls" check
Robin Haberkorn
1
-0
/
+1
2024-10-15
improved support for braces within loops: warn about unclosed braces and allo...
Robin Haberkorn
1
-0
/
+7
2024-10-04
pattern match characters support ^Q/^R now as well
Robin Haberkorn
1
-0
/
+8
2024-09-28
check the memory limit and allow interruptions when loading files
Robin Haberkorn
1
-0
/
+5
2024-09-19
fixed Load/Save Q-Reg tests on Mac OS and Win32
Robin Haberkorn
1
-8
/
+3
2024-09-19
"special" Q-Registers now support EQq/.../ (load) and E%q/.../ (save) commands
Robin Haberkorn
1
-0
/
+16
[next]