jdolecek
|
d906805397
|
Use MAXPATHLEN (which is 1024) instead of _POSIX_PATH_MAX (which is only 255).
This change tracks change in rev 1.25 of sort.c by Christos Zoulas.
While here, improve error messages slighly.
|
2001-02-23 08:59:49 +00:00 |
jdolecek
|
5347005ed0
|
resurrect old ftmp() - it supports alternative directory for temporary
file, which is needed for -T support
|
2001-02-19 15:45:45 +00:00 |
jdolecek
|
d3a4171066
|
make ftmp() wrapper aroung tmpfile(), there is no need to reimplement it
move ftmp() from tmp.c to files.c
g/c no longer needed stuff
|
2001-01-08 19:16:49 +00:00 |
jdolecek
|
b94138e345
|
include a bit more information in error messages
|
2000-10-16 21:48:15 +00:00 |
thorpej
|
8035db5770
|
Format string fixes.
|
2000-10-11 19:16:39 +00:00 |
bjh21
|
e5218d1719
|
Two classes of changes from the initial OpenBSD commit of this sort(1):
FILE * variables are called "fp" rather than "fd".
Better (safer) temporary-file handling.
|
2000-10-07 20:37:06 +00:00 |
bjh21
|
6029888a3a
|
Hit sort(1) with a hammer till it compiles.
Also add RCSIDs.
|
2000-10-07 18:37:09 +00:00 |
bjh21
|
1d5d9b5b60
|
4.4BSD-Lite2 contrib/sort
|
2000-10-07 16:39:34 +00:00 |