freebsd-dev/usr.bin/sed
Brian Feldman e7b663eff2 o Clean up tmp file usage a little by using mkstemp(3) instead of
mktemp(3).  It would be amazingly unlikely, but the former method
  could result in a symlink attack.  A better solution would use
  ${TMPDIR}, though.
o Make sed not overwrite old backup files with no warning.
2002-05-14 23:15:42 +00:00
..
TEST
compile.c Fix an ages-old bug in sed(1), which resulted in the absolutely valid 2002-04-12 19:46:05 +00:00
defs.h
extern.h remove __P 2002-03-22 01:42:45 +00:00
main.c o Clean up tmp file usage a little by using mkstemp(3) instead of 2002-05-14 23:15:42 +00:00
Makefile Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3. 2002-02-08 23:07:37 +00:00
misc.c WARNS=2 partial fix; use NO_WERROR to protect against some hard-to-fix warnings. 2001-12-12 23:20:16 +00:00
POSIX
process.c Fix sed(1) in the case where a last line is specified and hold space is not 2002-04-07 02:29:56 +00:00
sed.1 Add handling for any nil-length string passed to -i for the backup extension. 2002-05-07 23:32:26 +00:00