index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
ed
Age
Commit message (
Expand
)
Author
2020-01-09
Rev 1.17 of sub.c removed infinite loop detection from s command.
Alexander Bluhm
2020-01-09
Rev 1.59 of main.c allows omission of addresses in a range.
Alexander Bluhm
2020-01-09
Rev 1.42 of main.c allows zero address for i command.
Alexander Bluhm
2019-07-30
In addresses, consistently use "+" rather than ".+1".
Ingo Schwarze
2019-07-20
1. Correct the description of the g command to match POSIX and our
Ingo Schwarze
2019-07-15
Explain in which circumstances trailing slashes can be omitted after
Ingo Schwarze
2019-07-12
Minor polishing:
Ingo Schwarze
2019-07-10
document the dropping of the second / and ? in line address REs;
Jason McIntyre
2019-06-28
fputc returns EOF
Theo de Raadt
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-06-27
Be precise in checking for errors. pclose(3) returns -1 and fclose(3)
Florian Obser
2018-06-19
Revert previous, there were some unintended beviour changes.
Martijn van Duren
2018-06-18
Remove the parse_char_class and let regcomp determine if our brackets
Martijn van Duren
2018-06-15
Remove references to BACKWARDS.
Martijn van Duren
2018-06-15
Make sure we always return more than a single '!' in get_shell_command.
Martijn van Duren
2018-06-15
Remove the non-BACKWARDS option for GET_THIRD_ADDR. No change to current
Martijn van Duren
2018-06-04
Remove the extra pager code when compiled without the BACKWARDS flag.
Martijn van Duren
2018-06-04
Definitively choose the existing semantics for the scroll and null command.
Martijn van Duren
2018-05-24
Fail earlier if we don't have a current filename. This simlifies the
Martijn van Duren
2018-04-26
Make ed's 'l' command end lines with a '$' and make sure that literal
Martijn van Duren
2018-02-26
Make ed(1) warn about modifications if 'r'ead in an empty file and
Martijn van Duren
2018-01-09
Rename test file =.err to eq.err for simpler make file scripts.
Alexander Bluhm
2017-07-05
nits about trailing punctuation found with mandoc -Tlint
Ingo Schwarze
2017-04-26
silence clang warnings: add an extra pair of parentheses and stop
Christian Weisgerber
2017-01-03
Allow the omission of one address in (.,.) and (.;.) address ranges
Theo Buehler
2016-10-11
Reimplement g flag for s commands. Got lost in previous commit.
Martijn van Duren
2016-10-10
Remove infinite loop detection from the s-command.
Martijn van Duren
2016-09-23
remove the note about the list command (l) displaying a --More--
Jason McIntyre
2016-08-16
Piping to a shell command does not count as a save, so don't reset the
Martin Natano
2016-08-02
Fix the begin of word bug in s-command, similar to sed.
Martijn van Duren
2016-03-27
actually remove unnecessary includes
Michael McConville
2016-03-22
header cleanup
mmcc
2015-11-20
honestly i think you should just zap that paragraph - it doesn;t make
tb
2015-11-20
make ed restore the user defined prompt (specified with -p) when it was turned
tb
2015-10-25
POSIX says that you can't capture the return value of sigsetjmp().
Philip Guenther
2015-10-21
Style fixes; from Ilya Kaliman
Todd C. Miller
2015-10-09
The variable errmsg can be static in main.c if code in re.c uses an own
Tobias Stoeckmann
2015-10-09
Define functions as static when they are not used outside their own c-files.
Tobias Stoeckmann
2015-10-09
Mark static globals that are only used in their respective .c files.
Todd C. Miller
2015-10-09
Change all tame callers to namechange to pledge(2).
Theo de Raadt
2015-10-07
tame "stdio rpath wpath cpath proc exec tty". proc and exec because ed
Theo de Raadt
2015-10-04
Remove useless pattern_t typedef, POSIX regex is here to stay so
Todd C. Miller
2015-10-04
Remove #ifdefs for non-POSIX systems. Also remove #ifdef for
Todd C. Miller
2015-09-14
Avoid .Ns right after .Pf, it's pointless.
Ingo Schwarze
2015-07-28
remove gratuitous casts
Theo de Raadt
2015-07-14
use atomic operations on sig_atomic_t variables inside the signal handlers,
Theo de Raadt
2015-07-11
XXX annotate another signal race
Theo de Raadt
2015-06-22
theo buehler points out that posix specifies a prompt defined using -p
Jason McIntyre
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-12-04
document some more commands that are POSIX extensions. ok jmc@
Daniel Dickman
[next]