freebsd-dev/usr.bin/sed
Brian Somers 7bbdbe1482 Plug a file descriptor leak.
When sed is asked to inline-edit files, it forgets to close the temporary
file and runs out of descriptors for long command lines (assuming you reset
kern.maxfilesperproc to something sane that's less than the number of files
passed to sed).
2004-06-03 22:33:50 +00:00
..
TEST A new version that does exponents and lots of other neat things. Update 2004-05-01 02:15:58 +00:00
compile.c Whitespace cleanup 2003-11-04 12:16:47 +00:00
defs.h
extern.h Reimplement in-place editing in a slightly less disgusting manner. Also, 2003-11-04 13:09:16 +00:00
main.c Plug a file descriptor leak. 2004-06-03 22:33:50 +00:00
Makefile Kill superfluous blank line. 2002-06-17 08:21:53 +00:00
misc.c ANSIfy 2003-11-04 12:15:20 +00:00
POSIX
process.c Reimplement in-place editing in a slightly less disgusting manner. Also, 2003-11-04 13:09:16 +00:00
sed.1 Avoid using .Nm at the start of the sentence. 2004-01-04 15:33:06 +00:00