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-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
2024-09-18
check that local register is not edited at the end of macro calls
Robin Haberkorn
1
-0
/
+5
2024-09-17
fixed searches on completely new and empty documents
Robin Haberkorn
1
-0
/
+4
2024-09-16
test suite: enable the recursion overflow test case everywhere
Robin Haberkorn
2
-3
/
+6
2024-09-13
remaining types of program counters changed to gsize/gssize
Robin Haberkorn
1
-0
/
+4
2024-09-11
fixed searches in single-byte encoded documents
Robin Haberkorn
1
-8
/
+1
2024-09-11
the SciTECO parser is Unicode-based now (refs #5)
Robin Haberkorn
1
-4
/
+3
2024-09-10
fixed win32 CI and nightly builds (refs #5)
Robin Haberkorn
1
-0
/
+2
2024-09-09
try a different value for LC_ALL on Mac OS to accept UTF-8 command lines (ref...
Robin Haberkorn
1
-2
/
+1
2024-09-09
testsuite: try different locale on Mac OS (refs #5)
Robin Haberkorn
1
-1
/
+9
2024-09-09
improved 8-bit cleanliness test cases and added Unicode test cases (refs #5)
Robin Haberkorn
2
-5
/
+27
2024-08-28
fixed retrieval of characters with codes larger than 127 - always return unsi...
Robin Haberkorn
1
-0
/
+3
2024-08-23
fully support out of tree builds
Robin Haberkorn
1
-0
/
+1
2024-02-08
fixed expressions like `1,(2)` or `(1),(2)`: they are reported as two numbers...
Robin Haberkorn
1
-0
/
+1
2024-02-06
fixed the power (^*) operator: did not handle corner cases and was inefficient
Robin Haberkorn
1
-0
/
+9
2024-01-13
fixed <EC$> assertions: specifying empty command strings was undefined
Robin Haberkorn
1
-0
/
+5
2023-07-06
fixed ]$ and ]~ (pop from Q-Reg stack to special Q-Registers)
Robin Haberkorn
1
-0
/
+6
2023-05-14
FreeBSD: fixed test suite
Robin Haberkorn
1
-2
/
+3
2022-12-10
fixed pass-through loops: especially :> and :F<
Robin Haberkorn
1
-0
/
+29
2022-12-01
testsuite: added (known bug) testcases for dangling else- and end-if statements
Robin Haberkorn
1
-0
/
+6
[next]