diff options
author | Jim Meyering <jim@meyering.net> | 1995-05-05 05:03:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-05-05 05:03:56 +0000 |
commit | 151f4af0daf1eb669fd18b135c445080de389e20 (patch) | |
tree | bd9c2e81b37f33dd0b94caaede708ee33854890b /old | |
parent | a5da850f3f655e35ba65dd4e5c26bd1936bfdec8 (diff) | |
download | coreutils-151f4af0daf1eb669fd18b135c445080de389e20.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index cae49e9aa..9d0ee273e 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,18 @@ +Thu May 4 23:15:58 1995 Jim Meyering (meyering@comco.com) + + * sort.c (main): Use stat, not safe_stat. The latter was unnecessary. + Don't include safe-stat.h. + + * lib/Makefile.in (DISTFILES): Remove safe-xstat.hin. + Remove all associated rules. safe-l?stat.h are no longer used. + + * sort.c Don't hard-code /tmp. + [DEFAULT_TMPDIR]: Use this instead. + + * (set_ordering): Properly parse arguments like `+x.yn'. + Reported by John Salmon (johns@mullet.anu.edu.au). + Patch from Mike Haertel. + Wed Apr 26 23:48:13 1995 Jim Meyering (meyering@comco.com) * sort.c (tempname): AND-off high bits of pid so that its decimal |