summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-07-26 06:52:28 +0000
committerJim Meyering <jim@meyering.net>1999-07-26 06:52:28 +0000
commita197ef9f3c2ef57caed2d1f0bf83f52260167c4a (patch)
treebd4c3684f9fe8804f0190511ca662d43991cf059 /old/fileutils
parenta2d3645e9c83a0f7b01b2dbc2e65c8eccdc90468 (diff)
downloadcoreutils-a197ef9f3c2ef57caed2d1f0bf83f52260167c4a.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog14
1 files changed, 5 insertions, 9 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 41d232836..6ca4dd85f 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,20 +1,16 @@
+1999-07-24 Jim Meyering <meyering@ascend.com>
+
+ * src/dd.c (PTR_ALIGN, ROUND_UP_OFFSET): New macros.
+ (dd_copy): Use those to page-align both the input and output buffers.
+
1999-06-01 Volker Borchert <bt@teknon.de>
* tests/Makefile.am: Make envvar-check depend on check-recursive rather
than on `check' so that its tests are performed before any real tests.
-1999-07-20 Jim Meyering <meyering@ascend.com>
-
- Handle the `\040' that Linux puts in mount dir names containing spaces.
-
- * lib/mountlist.c (translate_040_to_space) [MOUNTED_GETMNTENT1]:
- New function.
- (read_filesystem_list) [MOUNTED_GETMNTENT1]: Use it.
-
1999-07-15 Jim Meyering <meyering@ascend.com>
* src/dd.c: Include getpagesize.h.
- (ROUND_UP_TO_MODULUS): Define.
(dd_copy): Page-align the input buffer.
Based on a patch from Scott Lurndal.