summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-03-07 04:53:14 +0000
committerJim Meyering <jim@meyering.net>1999-03-07 04:53:14 +0000
commit075ce6b4797c725a6b53167af44dce22f09cf10d (patch)
tree94c6aca61fbe69b950432fea4ae8622066a599c5 /old/textutils
parentc771f143db93805f89109006d908771ced2a632a (diff)
downloadcoreutils-075ce6b4797c725a6b53167af44dce22f09cf10d.tar.xz
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index ba4985f57..e3a310f1e 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,19 @@
+1999-03-06 Jim Meyering <meyering@ascend.com>
+
+ * src/ptx.c (swallow_file_in_memory): Use a `%s' format in error call,
+ in case the argument string contains a `%'.
+ (main): Likewise.
+ * src/fmt.c (main): Likewise.
+ * src/sort.c (main): Likewise.
+
+ 1999-02-13 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * src/sys2.h [__DJGPP__]: Include <io.h> and <sys/exceptn.h>.
+
+ * src/ptx.c (swallow_file_in_memory): Slurp up the whole file at
+ once on MSDOS as well, but we have to relax the test for whether
+ reading it succeeded.
+
1999-03-03 Jim Meyering <meyering@ascend.com>
* src/cat.c: Include long-options.h