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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-06
IRC workflow: removed excess ` and "
Robin Haberkorn
1
-5
/
+10
2025-08-06
IRC workflow: use rectalogic/notify-irc
Robin Haberkorn
1
-8
/
+13
2025-08-06
command-line arguments are no longer passed via the unnamed buffer, but via s...
Robin Haberkorn
14
-140
/
+171
2025-08-03
simplified the htbl.tes preprocessor and the SUBST_MACRO using new --quiet, -...
Robin Haberkorn
4
-21
/
+15
2025-08-03
testsuite: use --quiet and test output of stdio commands more thoroughly
Robin Haberkorn
1
-27
/
+46
2025-08-03
added --quiet, --stdin and --stdout for easier integration into UNIX pipelines
Robin Haberkorn
7
-9
/
+171
2025-08-03
require isatty() on UNIX
Robin Haberkorn
1
-1
/
+2
2025-08-02
fixed serious bug with certain alternative string termination chars in comman...
Robin Haberkorn
8
-40
/
+70
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
7
-25
/
+107
2025-07-31
added -v/--version and <EO> command
Robin Haberkorn
5
-0
/
+42
2025-07-31
implemented ^H command for returning the current time since midnight: partial...
Robin Haberkorn
2
-15
/
+31
2025-07-31
repl.tes: added script that reproduces the classic TECO REPL command-line
Robin Haberkorn
3
-0
/
+58
2025-07-31
implemented ^T command: allows typing by code and getting characters from std...
Robin Haberkorn
11
-8
/
+308
2025-07-28
`ED&2` can be used to access the program termination flag now
Robin Haberkorn
5
-14
/
+17
2025-07-28
=/==/===: fixed detection of execution from the end of the command-line
Robin Haberkorn
3
-14
/
+31
2025-07-27
fixed using the command-line replacement register (ESC) in batch mode: was ca...
Robin Haberkorn
2
-2
/
+10
2025-07-27
fixed a,b,c^Uq...$: The arguments where written in the wrong (reverse) order
Robin Haberkorn
2
-13
/
+20
2025-07-26
properly document some functions in expressions.c and simplified code
Robin Haberkorn
10
-93
/
+81
2025-07-26
implemented the <T> (typeout) command for printing to the terminal from the c...
Robin Haberkorn
6
-32
/
+117
2025-07-26
support <:^A> to force raw ANSI output
Robin Haberkorn
2
-4
/
+16
2025-07-26
implemented <:Gq> for printing the Q-Register string as a message instead of ...
Robin Haberkorn
3
-2
/
+25
2025-07-26
use teco_interface_msg_literal() where we're printing raw strings
Robin Haberkorn
1
-1
/
+1
2025-07-26
support :=/:==/:=== commands: print number without trailing linefeed
Robin Haberkorn
4
-21
/
+35
2025-07-26
implemented the <^A> command for printing arbitrary strings
Robin Haberkorn
11
-67
/
+115
2025-07-23
ncurses: support the window title on XTerm-like emulators
Robin Haberkorn
2
-27
/
+47
2025-07-23
if EX falis because of a dirty buffer, the buffer's id is now included in the...
Robin Haberkorn
3
-8
/
+13
2025-07-22
refactored =/==/=== command into stdio-commands.c
Robin Haberkorn
5
-210
/
+266
2025-07-21
discriminate against interactive-only codepaths in the imlementation of =/==/===
Robin Haberkorn
2
-2
/
+4
2025-07-21
support <==> and <===> for printing octal and hexadecimal numbers
Robin Haberkorn
7
-48
/
+207
2025-07-20
FreeBSD port: also enable malloc-replacement by default
Robin Haberkorn
1
-2
/
+2
2025-07-20
FreeBSD: enable dlmalloc by default (--enable-malloc-replacement)
Robin Haberkorn
2
-8
/
+10
2025-07-20
document bug: you cannot currently use `{` and `}` to insert anything after $...
Robin Haberkorn
3
-1
/
+14
2025-07-19
special Q-registers `$` (working directory) and the clipboard registers now s...
Robin Haberkorn
3
-25
/
+21
2025-07-19
fixed <EF> and <EW> with invalid buffer ids (was crashing)
Robin Haberkorn
3
-2
/
+23
2025-07-19
<EW> now accepts a numeric argument to specify the buffer to save
Robin Haberkorn
4
-38
/
+59
2025-07-18
revised command topics
Robin Haberkorn
8
-41
/
+41
2025-07-18
<nEL> (set EOL mode) now sets the buffer's dirty flag
Robin Haberkorn
2
-4
/
+7
2025-07-18
support <:]q> (pop Q-Register) for getting a success/failure boolean
Robin Haberkorn
3
-4
/
+17
2025-07-18
make some array declarations real constants
Robin Haberkorn
4
-5
/
+5
2025-07-18
fixed minor memory leaks of per-state data in teco_machine_main_t
Robin Haberkorn
7
-27
/
+33
2025-07-16
the primary clipboard is now chosen by the 10th bit in the ED flags
Robin Haberkorn
7
-70
/
+47
2025-07-14
Windows nightlies: install zip, hopefully fixing the nightly builds
Robin Haberkorn
1
-2
/
+2
2025-07-13
Windows nightly builds are built on Windows Server 2022 now
Robin Haberkorn
1
-2
/
+2
2025-07-13
implemented <ER> command for reading a file into the current buffer
Robin Haberkorn
8
-30
/
+96
2025-07-13
allow changing the default clipboard by setting the `~` integer
Robin Haberkorn
7
-36
/
+122
2025-07-13
minor documentation fix in parser.c
Robin Haberkorn
1
-1
/
+1
2025-07-11
<EF> supports a numeric buffer id now
Robin Haberkorn
6
-49
/
+88
2025-07-04
implemented <^B> for returning the current date
Robin Haberkorn
3
-1
/
+47
2025-07-03
implemented ^E<code> string building constructs for embedding bytes and codep...
Robin Haberkorn
5
-41
/
+128
[next]