tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.bin
/
sed
/
at
trash-bin2
2 folders
9 files
TEST
There is no /usr/old/bin/sed so compare test results against /usr/bin/sed
17 years ago
USD.doc
- add margins when formatting w/ -Tascii - remove some macros that were causing formatting errors
22 years ago
Makefile
Enable compiler warnings; OK martijn@
8 years ago
POSIX
rcsid
30 years ago
compile.c
As an extension to POSIX, for consistency with our behaviour for the "b" and "t" commands with a label, and for compatibility with GNU sed, also accept ";" followed by another command after "b" and "t" commands without a label: branch to the end of the script instead of erroring out. Parsing is unchanged.
7 years ago
defs.h
Fix sign compare warnings; OK martijn@
8 years ago
extern.h
Make sed's -i flag more compatible with what gsed does. - Reset the hold-space in between files - quit the editor as soon as a 'q' command is found - Make sure the temp-file is written back to the original file if we quit the editor
7 years ago
main.c
replace fgetln(3) with getline(3) in sed
5 years ago
misc.c
Split error() into error() and warning() so error() can be marked __dead to appease gcc.
9 years ago
process.c
Make lputs use psl instead of expecting it to be null-terminated. This allows us to enable the commandl1 and commandl2 regress tests.
4 years ago
sed.1
Add some references, most of these were removed when we stopped building and installing USD/SMM/PSD docs.
5 years ago