Go to file
christos faf9e3e459 Fix problem when using sort >> foo
If no output file was specified sort fopened("/dev/stdout", "w").
This is *wrong* because "/dev/stdout" will truncate the output file,
thus undoing the append effect the shell had set up. The simple fix
here is to just arrange for outfp = stdout and don't play with /dev/stdout.

While I am here:
	- KNF
	- make pattern for mkstemp have 6 X's.
2001-02-21 19:24:30 +00:00
bin use getprogname() 2001-02-20 23:02:07 +00:00
crypto sync up with 2.5.1. 2001-02-19 12:13:04 +00:00
dist copy "Version" file for import. 2001-02-11 07:04:20 +00:00
distrib convert to use getprogname() 2001-02-19 22:39:39 +00:00
etc save the world. save the trees. use :sh: in the example entries. 2001-02-21 06:50:16 +00:00
games convert to use getprogname() 2001-02-19 22:39:39 +00:00
gnu Fix problems in "for (;;)" and put back in quiet mode. 2001-02-19 21:07:04 +00:00
include add prototypes for getprogname and setprogname 2001-02-19 22:12:41 +00:00
lib Add support for ARM VFP-format doubles, conditional on __VFP_FP__. 2001-02-21 18:09:25 +00:00
libexec convert to use getprogname() 2001-02-19 22:43:42 +00:00
regress use getprogname() 2001-02-20 23:22:49 +00:00
sbin use getprogname() 2001-02-20 23:22:49 +00:00
share add include of stdlib.h, for use of setprogname() & getprogname() 2001-02-21 00:04:43 +00:00
sys Update to support VFP formats. Also a half-hearted attempt at armeb support. 2001-02-21 17:43:50 +00:00
usr.bin Fix problem when using sort >> foo 2001-02-21 19:24:30 +00:00
usr.sbin Make usage message match that of other pkg_* programs: 2001-02-21 13:12:47 +00:00
Makefile if building w/o a DESTDIR, grab the system make files from the source 2000-10-07 17:18:17 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING Add notes about getprogname and hostprog builds 2001-02-20 06:00:54 +00:00