aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2025-09-02nightly workflow: don't build Ubuntu packages and AppImages are now based on ...Robin Haberkorn3-56/+19
2025-08-31NEWS: fixed markdown tableRobin Haberkorn1-3/+5
2025-08-31README: mention OBS release and nightly buildsRobin Haberkorn3-23/+32
2025-08-31support <:O>: if a label is not found, continue execution after the go-to sta...Robin Haberkorn10-39/+101
2025-08-30the computed go-to command (O) is now 0-indexed and all invalid indexes and e...Robin Haberkorn7-25/+50
2025-08-28bumped minimum Gtk version to 3.24Robin Haberkorn5-9/+3
2025-08-27avoid g_prefix_error_literal(), which requires glib 2.70Robin Haberkorn1-2/+2
2025-08-27readded the executable flag to debian/sciteco-gtk.installRobin Haberkorn1-0/+2
2025-08-26bumped minimum GCC version to v8.1Robin Haberkorn4-2/+10
2025-08-26scintilla: the NetBSD support patch has been revised againRobin Haberkorn1-0/+0
2025-08-23scintilla: the NetBSD-support patch has been rebasedRobin Haberkorn1-0/+0
2025-08-22bumped Scintilla to v5.5.7Robin Haberkorn1-0/+0
2025-08-21support Groff v1.19.2 as still used by default on NetBSD 10Robin Haberkorn5-7/+15
2025-08-21fully support NetBSD with its native libcursesRobin Haberkorn6-8/+56
2025-08-19AX_WITH_NCURSES: also check for NCURSEN_VERSIONRobin Haberkorn1-2/+6
2025-08-19curses: fixed configuration for native netbsd-curses and ncurses (several cor...Robin Haberkorn8-637/+342
2025-08-18sciteco(7): clarified SciTECO's policy with regards to TECO-11 and Video TECO...Robin Haberkorn1-5/+7
2025-08-16updated README, NEWS and TODORobin Haberkorn3-37/+76
2025-08-16avoid linebreak in AC_CHECK_FUNCS(): might fix openSUSE 15.5 and 15.6 nightly...Robin Haberkorn1-2/+1
2025-08-16UNIX curses: some clarifications on what is done during teco_interface_init_s...Robin Haberkorn2-2/+13
2025-08-14Debian: explicitly depend on a C compiler as wellRobin Haberkorn1-1/+2
2025-08-14README: mention the RPM-based repositories provided by OBSRobin Haberkorn1-1/+4
2025-08-14fix up hash-bang lines only of the scripts really installed by the current `m...Robin Haberkorn1-3/+18
2025-08-14debian/rules: enable verbose testsuite logRobin Haberkorn1-0/+3
2025-08-13YAML lexer: default to 2 character soft tabsRobin Haberkorn1-0/+3
2025-08-10allow messages to be of arbitrary length: fixes crashesRobin Haberkorn1-8/+3
2025-08-10irc.yml: fetch entire historyRobin Haberkorn1-0/+2
2025-08-09Win32: avoid any automatic LF to CRLF conversions when writing to stdoutRobin Haberkorn2-0/+23
2025-08-09fixed date in manpagesRobin Haberkorn1-1/+1
2025-08-08don't install the standalone scripts from lib/ as actual scripts: should fix ...Robin Haberkorn4-17/+18
2025-08-07tecat.tes: optimized by using a binary mask instead of stringRobin Haberkorn1-0/+0
2025-08-07added tecat.tes to standard library: can be installed as the Git textconv filterRobin Haberkorn4-2/+15
2025-08-07fixed the irc.yml workflow: have to export the $GH_TOKENRobin Haberkorn1-0/+2
2025-08-06irc.yml: retrieve the commit hash of the *previous* successful CI runRobin Haberkorn1-9/+3
2025-08-06IRC workflow: removed excess ` and "Robin Haberkorn1-5/+10
2025-08-06IRC workflow: use rectalogic/notify-ircRobin Haberkorn1-8/+13
2025-08-06command-line arguments are no longer passed via the unnamed buffer, but via s...Robin Haberkorn14-140/+171
2025-08-03simplified the htbl.tes preprocessor and the SUBST_MACRO using new --quiet, -...Robin Haberkorn4-21/+15
2025-08-03testsuite: use --quiet and test output of stdio commands more thoroughlyRobin Haberkorn1-27/+46
2025-08-03added --quiet, --stdin and --stdout for easier integration into UNIX pipelinesRobin Haberkorn7-9/+171
2025-08-03require isatty() on UNIXRobin Haberkorn1-1/+2
2025-08-02fixed serious bug with certain alternative string termination chars in comman...Robin Haberkorn8-40/+70
2025-08-01fixed the test suite on Mac OSRobin Haberkorn1-1/+1
2025-08-01implemented the ^W command for refreshing the screen in loops, for sleeping a...Robin Haberkorn7-25/+107
2025-07-31added -v/--version and <EO> commandRobin Haberkorn5-0/+42
2025-07-31implemented ^H command for returning the current time since midnight: partial...Robin Haberkorn2-15/+31
2025-07-31repl.tes: added script that reproduces the classic TECO REPL command-lineRobin Haberkorn3-0/+58
2025-07-31implemented ^T command: allows typing by code and getting characters from std...Robin Haberkorn11-8/+308
2025-07-28`ED&2` can be used to access the program termination flag nowRobin Haberkorn5-14/+17
2025-07-28=/==/===: fixed detection of execution from the end of the command-lineRobin Haberkorn3-14/+31