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
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
2022-11-28
fixed a number of crashes due to empty string arguments or uninitialized regi...
Robin Haberkorn
1
-2
/
+16
2022-11-20
test suite: temporarily disabled the "Pattern matching overflow" test case
Robin Haberkorn
1
-7
/
+9
2021-12-19
safer use of memcpy() and memchr(): we must not pass in NULL pointers
Robin Haberkorn
1
-0
/
+4
2021-10-24
fixed testsuite on Mac OS: skip the recursion overflow test case
Robin Haberkorn
1
-2
/
+3
2021-10-11
fixed crashes when the Q-Reg stack is non-empty at exit
Robin Haberkorn
1
-0
/
+4
2021-10-08
Testsuite: standardized the use of square brackets in test case code and test...
Robin Haberkorn
1
-9
/
+11
2021-10-08
Fixed testsuite on Mac OS: `echo -n` is apparently not supported on whatever ...
Robin Haberkorn
1
-4
/
+7
2021-06-08
added test suite cases for memory limiting and command execution
Robin Haberkorn
1
-1
/
+11
2021-06-05
testsuite: fixed the "Known Bugs" cases on Mac OS
Robin Haberkorn
2
-2
/
+5
2021-06-04
guard against too low arguments to <S> by checking whether the memory limit w...
Robin Haberkorn
1
-1
/
+1
2021-05-30
THE GREAT CEEIFICATION EVENT
Robin Haberkorn
2
-0
/
+63
2017-03-23
fixed checks for missing left and right operands to binary operators
Robin Haberkorn
1
-0
/
+4
2017-03-03
build system portability fixes
Robin Haberkorn
1
-1
/
+1
2016-11-01
globbing supports character classes now and ^EN string building construct to ...
Robin Haberkorn
1
-1
/
+19
2016-08-19
added test group for SciTECO's EOL normalisation feature
Robin Haberkorn
5
-0
/
+21
2016-02-16
finally added Autotest suite
Robin Haberkorn
3
-0
/
+51