summaryrefslogtreecommitdiff
path: root/usr.bin/sort/tmp.c
AgeCommit message (Collapse)Author
2003-08-07add TNF copyrightjdolecek
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22365, verified by myself.
2002-12-23simplify a bit (no need for separate 'char *path')jdolecek
2001-02-23Use MAXPATHLEN (which is 1024) instead of _POSIX_PATH_MAX (which is only 255).jdolecek
This change tracks change in rev 1.25 of sort.c by Christos Zoulas. While here, improve error messages slighly.
2001-02-19resurrect old ftmp() - it supports alternative directory for temporaryjdolecek
file, which is needed for -T support
2001-01-08make ftmp() wrapper aroung tmpfile(), there is no need to reimplement itjdolecek
move ftmp() from tmp.c to files.c g/c no longer needed stuff
2000-10-16include a bit more information in error messagesjdolecek
2000-10-11Format string fixes.thorpej
2000-10-07Two classes of changes from the initial OpenBSD commit of this sort(1):bjh21
FILE * variables are called "fp" rather than "fd". Better (safer) temporary-file handling.
2000-10-07Hit sort(1) with a hammer till it compiles.bjh21
Also add RCSIDs.
2000-10-074.4BSD-Lite2 contrib/sortbjh21