aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2025-08-09Win32: avoid any automatic LF to CRLF conversions when writing to stdoutRobin Haberkorn1-0/+4
2025-08-06command-line arguments are no longer passed via the unnamed buffer, but via s...Robin Haberkorn1-3/+12
2025-08-03testsuite: use --quiet and test output of stdio commands more thoroughlyRobin Haberkorn1-27/+46
2025-08-02fixed serious bug with certain alternative string termination chars in comman...Robin Haberkorn1-0/+3
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 Haberkorn1-1/+1
2025-07-31added -v/--version and <EO> commandRobin Haberkorn2-0/+8
2025-07-31implemented ^H command for returning the current time since midnight: partial...Robin Haberkorn1-2/+2
2025-07-31implemented ^T command: allows typing by code and getting characters from std...Robin Haberkorn1-0/+7
2025-07-28=/==/===: fixed detection of execution from the end of the command-lineRobin Haberkorn1-0/+2
2025-07-27fixed using the command-line replacement register (ESC) in batch mode: was ca...Robin Haberkorn1-0/+9
2025-07-27fixed a,b,c^Uq...$: The arguments where written in the wrong (reverse) orderRobin Haberkorn1-2/+2
2025-07-26properly document some functions in expressions.c and simplified codeRobin Haberkorn1-0/+2
2025-07-26implemented the <T> (typeout) command for printing to the terminal from the c...Robin Haberkorn1-0/+9
2025-07-26support :=/:==/:=== commands: print number without trailing linefeedRobin Haberkorn1-0/+4
2025-07-26implemented the <^A> command for printing arbitrary stringsRobin Haberkorn1-0/+6
2025-07-21support <==> and <===> for printing octal and hexadecimal numbersRobin Haberkorn1-1/+10
2025-07-20document bug: you cannot currently use `{` and `}` to insert anything after $...Robin Haberkorn1-1/+9
2025-07-19special Q-registers `$` (working directory) and the clipboard registers now s...Robin Haberkorn1-0/+5
2025-07-19fixed <EF> and <EW> with invalid buffer ids (was crashing)Robin Haberkorn1-0/+6
2025-07-19<EW> now accepts a numeric argument to specify the buffer to saveRobin Haberkorn1-0/+7
2025-07-18support <:]q> (pop Q-Register) for getting a success/failure booleanRobin Haberkorn1-0/+1
2025-07-18fixed minor memory leaks of per-state data in teco_machine_main_tRobin Haberkorn1-0/+10
2025-07-13implemented <ER> command for reading a file into the current bufferRobin Haberkorn1-0/+6
2025-07-11<EF> supports a numeric buffer id nowRobin Haberkorn1-0/+6
2025-07-04implemented <^B> for returning the current dateRobin Haberkorn1-0/+5
2025-07-03implemented ^E<code> string building constructs for embedding bytes and codep...Robin Haberkorn1-1/+5
2025-06-27fixed ^S/^Y for <Gq> and <EN>Robin Haberkorn1-0/+3
2025-06-08^S/^Y calculates the glyph offsets earlierRobin Haberkorn1-1/+3
2025-06-07added <FN> as a search-and-replace variant of <N>Robin Haberkorn1-0/+7
2025-06-01<nA> and <nQq> now return -1 in case the index n is out of rangeRobin Haberkorn1-0/+5
2025-05-24<EI> has been repurposed and is the macro file inclusion (indirect file) comm...Robin Haberkorn1-3/+3
2025-05-23<^C> is a plain "return" command now, while <^C^C> exits from the programRobin Haberkorn1-4/+13
2025-05-18allow process exit status to be determined by macrosRobin Haberkorn1-8/+14
2025-05-13revised test suite: got rid of most escaping for the TECO code snippetsRobin Haberkorn2-172/+179
2025-05-03disallow command-line termination ($$) while editing the command-line replace...Robin Haberkorn1-0/+5
2025-05-03fixed teco_doc_undo_exchange(): use reference counting nowRobin Haberkorn1-1/+16
2025-04-27opener.tes: Fixed +line,column syntaxRobin Haberkorn2-6/+18
2025-04-13fixed undoing bitfields on WindowsRobin Haberkorn1-0/+6
2025-04-10testsuite: check whether comparisons for equality really work with the `a-b"=...Robin Haberkorn1-0/+11
2025-04-10fixed formatting of the smallest possible integerRobin Haberkorn2-0/+16
2025-04-09tightened rules for specifying modifiersRobin Haberkorn1-7/+8
2025-04-08improved rubbing out commands with modifiersRobin Haberkorn2-6/+35
2025-03-29bumped target release to v2.4.0 and updated README and TODORobin Haberkorn1-0/+8
2025-03-29added `@W`, `@P`, `@V` and `@Y` command variantsRobin Haberkorn1-4/+4
2025-03-22added `P` command as a reverse form of `W`Robin Haberkorn1-2/+1
2025-03-22harmonized all word-movement and deletion commands: they move/delete until th...Robin Haberkorn1-5/+6
2025-03-21fixed rubout of Q-Register specificationsRobin Haberkorn1-0/+6
2025-03-19fixed leaking data on ruboutRobin Haberkorn1-0/+3
2025-03-17test suite: perform leak checking when run under ValgrindRobin Haberkorn1-1/+1