summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-03-03 19:31:47 +0000
committerJim Meyering <jim@meyering.net>2001-03-03 19:31:47 +0000
commit70855c0876d68636350009db64d73c13c374acaf (patch)
treeec2c0b073ab5c88ae7f3a6acdf369bb354cf104a /old/textutils
parent6d99caa5ee7502dcb61f1154f54f527ec7ed4f2d (diff)
downloadcoreutils-70855c0876d68636350009db64d73c13c374acaf.tar.xz
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index e57411835..84c6570f9 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,5 +1,13 @@
2001-03-01 Paul Eggert <eggert@twinsun.com>
+ * src/sort.c (die): New function.
+ (create_temp_file, xfopen, xfclose, write_bytes, sort_buffer_size,
+ fillbuf, main): Use it to regularize error messages. The only change
+ in behavior is that write_bytes and the final close used to say "write
+ error" but now give just the output file name, which should be enough.
+
+2001-03-01 Paul Eggert <eggert@twinsun.com>
+
* src/sort.c (xfclose): Add FILE arg, and report the file name
on error. All callers changed.