summaryrefslogtreecommitdiff
path: root/bin/ed
AgeCommit message (Expand)Author
2024-10-12remove duplicate unistd.h includeJonathan Gray
2024-08-19move ed/tests files to regress/bin/ed, where they are usedTheo de Raadt
2024-07-16Fix the SIGHUP signal race. ed's "event loop" operates a getchar(); checkTheo de Raadt
2024-04-23correct indentation; no functional changeJonathan Gray
2022-11-18Write number of bytes read/written and "?" prompt to stdout, not stderr.Todd C. Miller
2022-06-19grammar fix; from S MJason McIntyre
2022-01-22Flush all stdio streams before running a shell command.Todd C. Miller
2021-03-08Add some references, most of these were removed when we stopped buildingJonathan Gray
2020-01-09Rev 1.17 of sub.c removed infinite loop detection from s command.Alexander Bluhm
2020-01-09Rev 1.59 of main.c allows omission of addresses in a range.Alexander Bluhm
2020-01-09Rev 1.42 of main.c allows zero address for i command.Alexander Bluhm
2019-07-30In addresses, consistently use "+" rather than ".+1".Ingo Schwarze
2019-07-201. Correct the description of the g command to match POSIX and ourIngo Schwarze
2019-07-15Explain in which circumstances trailing slashes can be omitted afterIngo Schwarze
2019-07-12Minor polishing:Ingo Schwarze
2019-07-10document the dropping of the second / and ? in line address REs;Jason McIntyre
2019-06-28fputc returns EOFTheo de Raadt
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-27Be precise in checking for errors. pclose(3) returns -1 and fclose(3)Florian Obser
2018-06-19Revert previous, there were some unintended beviour changes.Martijn van Duren
2018-06-18Remove the parse_char_class and let regcomp determine if our bracketsMartijn van Duren
2018-06-15Remove references to BACKWARDS.Martijn van Duren
2018-06-15Make sure we always return more than a single '!' in get_shell_command.Martijn van Duren
2018-06-15Remove the non-BACKWARDS option for GET_THIRD_ADDR. No change to currentMartijn van Duren
2018-06-04Remove the extra pager code when compiled without the BACKWARDS flag.Martijn van Duren
2018-06-04Definitively choose the existing semantics for the scroll and null command.Martijn van Duren
2018-05-24Fail earlier if we don't have a current filename. This simlifies theMartijn van Duren
2018-04-26Make ed's 'l' command end lines with a '$' and make sure that literalMartijn van Duren
2018-02-26Make ed(1) warn about modifications if 'r'ead in an empty file andMartijn van Duren
2018-01-09Rename test file =.err to eq.err for simpler make file scripts.Alexander Bluhm
2017-07-05nits about trailing punctuation found with mandoc -TlintIngo Schwarze
2017-04-26silence clang warnings: add an extra pair of parentheses and stopChristian Weisgerber
2017-01-03Allow the omission of one address in (.,.) and (.;.) address rangesTheo Buehler
2016-10-11Reimplement g flag for s commands. Got lost in previous commit.Martijn van Duren
2016-10-10Remove infinite loop detection from the s-command.Martijn van Duren
2016-09-23remove the note about the list command (l) displaying a --More--Jason McIntyre
2016-08-16Piping to a shell command does not count as a save, so don't reset theMartin Natano
2016-08-02Fix the begin of word bug in s-command, similar to sed.Martijn van Duren
2016-03-27actually remove unnecessary includesMichael McConville
2016-03-22header cleanupmmcc
2015-11-20honestly i think you should just zap that paragraph - it doesn;t maketb
2015-11-20make ed restore the user defined prompt (specified with -p) when it was turnedtb
2015-10-25POSIX says that you can't capture the return value of sigsetjmp().Philip Guenther
2015-10-21Style fixes; from Ilya KalimanTodd C. Miller
2015-10-09The variable errmsg can be static in main.c if code in re.c uses an ownTobias Stoeckmann
2015-10-09Define functions as static when they are not used outside their own c-files.Tobias Stoeckmann
2015-10-09Mark static globals that are only used in their respective .c files.Todd C. Miller
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-07tame "stdio rpath wpath cpath proc exec tty". proc and exec because edTheo de Raadt
2015-10-04Remove useless pattern_t typedef, POSIX regex is here to stay soTodd C. Miller