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-09-02
added help topcic for ":O"
Robin Haberkorn
1
-1
/
+1
2025-09-02
build woman-pages via templates since pattern rules with grouped targets appe...
Robin Haberkorn
1
-3
/
+12
2025-09-02
nightly builds: install some more Ubuntu packages required by pkg2appimage
Robin Haberkorn
1
-1
/
+1
2025-09-02
nightly workflow: try `apt update` before installing packages
Robin Haberkorn
1
-0
/
+3
2025-09-02
fixed parallel builds of the woman pages
Robin Haberkorn
1
-2
/
+2
2025-09-02
fixup 9425ad37ec95a40dc039169031259161c92cc217: fixed error handling in ED hooks
Robin Haberkorn
1
-2
/
+2
2025-09-02
nightly workflow: don't build Ubuntu packages and AppImages are now based on ...
Robin Haberkorn
3
-56
/
+19
2025-08-31
NEWS: fixed markdown table
Robin Haberkorn
1
-3
/
+5
2025-08-31
README: mention OBS release and nightly builds
Robin Haberkorn
3
-23
/
+32
2025-08-31
support <:O>: if a label is not found, continue execution after the go-to sta...
Robin Haberkorn
10
-39
/
+101
2025-08-30
the computed go-to command (O) is now 0-indexed and all invalid indexes and e...
Robin Haberkorn
7
-25
/
+50
2025-08-28
bumped minimum Gtk version to 3.24
Robin Haberkorn
5
-9
/
+3
2025-08-27
avoid g_prefix_error_literal(), which requires glib 2.70
Robin Haberkorn
1
-2
/
+2
2025-08-27
readded the executable flag to debian/sciteco-gtk.install
Robin Haberkorn
1
-0
/
+2
2025-08-26
bumped minimum GCC version to v8.1
Robin Haberkorn
4
-2
/
+10
2025-08-26
scintilla: the NetBSD support patch has been revised again
Robin Haberkorn
1
-0
/
+0
2025-08-23
scintilla: the NetBSD-support patch has been rebased
Robin Haberkorn
1
-0
/
+0
2025-08-22
bumped Scintilla to v5.5.7
Robin Haberkorn
1
-0
/
+0
2025-08-21
support Groff v1.19.2 as still used by default on NetBSD 10
Robin Haberkorn
5
-7
/
+15
2025-08-21
fully support NetBSD with its native libcurses
Robin Haberkorn
6
-8
/
+56
2025-08-19
AX_WITH_NCURSES: also check for NCURSEN_VERSION
Robin Haberkorn
1
-2
/
+6
2025-08-19
curses: fixed configuration for native netbsd-curses and ncurses (several cor...
Robin Haberkorn
8
-637
/
+342
2025-08-18
sciteco(7): clarified SciTECO's policy with regards to TECO-11 and Video TECO...
Robin Haberkorn
1
-5
/
+7
2025-08-16
updated README, NEWS and TODO
Robin Haberkorn
3
-37
/
+76
2025-08-16
avoid linebreak in AC_CHECK_FUNCS(): might fix openSUSE 15.5 and 15.6 nightly...
Robin Haberkorn
1
-2
/
+1
2025-08-16
UNIX curses: some clarifications on what is done during teco_interface_init_s...
Robin Haberkorn
2
-2
/
+13
2025-08-14
Debian: explicitly depend on a C compiler as well
Robin Haberkorn
1
-1
/
+2
2025-08-14
README: mention the RPM-based repositories provided by OBS
Robin Haberkorn
1
-1
/
+4
2025-08-14
fix up hash-bang lines only of the scripts really installed by the current `m...
Robin Haberkorn
1
-3
/
+18
2025-08-14
debian/rules: enable verbose testsuite log
Robin Haberkorn
1
-0
/
+3
2025-08-13
YAML lexer: default to 2 character soft tabs
Robin Haberkorn
1
-0
/
+3
2025-08-10
allow messages to be of arbitrary length: fixes crashes
Robin Haberkorn
1
-8
/
+3
2025-08-10
irc.yml: fetch entire history
Robin Haberkorn
1
-0
/
+2
2025-08-09
Win32: avoid any automatic LF to CRLF conversions when writing to stdout
Robin Haberkorn
2
-0
/
+23
2025-08-09
fixed date in manpages
Robin Haberkorn
1
-1
/
+1
2025-08-08
don't install the standalone scripts from lib/ as actual scripts: should fix ...
Robin Haberkorn
4
-17
/
+18
2025-08-07
tecat.tes: optimized by using a binary mask instead of string
Robin Haberkorn
1
-0
/
+0
2025-08-07
added tecat.tes to standard library: can be installed as the Git textconv filter
Robin Haberkorn
4
-2
/
+15
2025-08-07
fixed the irc.yml workflow: have to export the $GH_TOKEN
Robin Haberkorn
1
-0
/
+2
2025-08-06
irc.yml: retrieve the commit hash of the *previous* successful CI run
Robin Haberkorn
1
-9
/
+3
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
[next]