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
3 days
throw an error immediately after nEB if n != 0
Robin Haberkorn
1
-0
/
+3
2025-09-24
./configure --with-launcher=LAUNCHER can be used to run SciTECO with a launch...
Robin Haberkorn
1
-1
/
+1
2025-09-22
testsuite: disable testcases with Valgrind only when detecting the fmsbw.de C...
Robin Haberkorn
1
-2
/
+2
2025-09-21
testsuite: disable test cases when running with --valgrind
Robin Haberkorn
1
-0
/
+6
2025-08-31
support <:O>: if a label is not found, continue execution after the go-to sta...
Robin Haberkorn
1
-0
/
+1
2025-08-30
the computed go-to command (O) is now 0-indexed and all invalid indexes and e...
Robin Haberkorn
1
-0
/
+8
2025-08-09
Win32: avoid any automatic LF to CRLF conversions when writing to stdout
Robin Haberkorn
1
-0
/
+4
2025-08-06
command-line arguments are no longer passed via the unnamed buffer, but via s...
Robin Haberkorn
1
-3
/
+12
2025-08-03
testsuite: use --quiet and test output of stdio commands more thoroughly
Robin Haberkorn
1
-27
/
+46
2025-08-02
fixed serious bug with certain alternative string termination chars in comman...
Robin Haberkorn
1
-0
/
+3
2025-08-01
fixed the test suite on Mac OS
Robin Haberkorn
1
-1
/
+1
2025-08-01
implemented the ^W command for refreshing the screen in loops, for sleeping a...
Robin Haberkorn
1
-1
/
+1
2025-07-31
added -v/--version and <EO> command
Robin Haberkorn
2
-0
/
+8
2025-07-31
implemented ^H command for returning the current time since midnight: partial...
Robin Haberkorn
1
-2
/
+2
2025-07-31
implemented ^T command: allows typing by code and getting characters from std...
Robin Haberkorn
1
-0
/
+7
2025-07-28
=/==/===: fixed detection of execution from the end of the command-line
Robin Haberkorn
1
-0
/
+2
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
[next]