diff options
| author | Jim Meyering <jim@meyering.net> | 2001-08-18 10:11:16 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2001-08-18 10:11:16 +0000 |
| commit | 3e08e11574641bda38cde2c7368dfbe87bbda2bf (patch) | |
| tree | 5a4b1cd78f1bdf2fd3d8ecdc74c9a9c90e2b2f67 /old/textutils | |
| parent | (head_bytes): Read no more than the specified number of bytes. (diff) | |
| download | coreutils-3e08e11574641bda38cde2c7368dfbe87bbda2bf.tar.gz coreutils-3e08e11574641bda38cde2c7368dfbe87bbda2bf.zip | |
.
Diffstat (limited to 'old/textutils')
| -rw-r--r-- | old/textutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index cc3052f09..cd0c8419a 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,14 @@ +2001-08-18 Jim Meyering <meyering@lucent.com> + + * src/head.c (head_bytes): Read no more than the specified + number of bytes. Patch by Ian Bruce. + + * tests/misc/head-c: New test for the above. + * tests/misc/Makefile.am: New file. + * tests/misc: New directory. + * tests/Makefile.am (SUBDIRS): Add misc. + * configure.in (AC_OUTPUT): Add test/misc/Makefile. + 2001-08-14 Jim Meyering <meyering@lucent.com> * src/Makefile.am (INCLUDES): Add -I../lib so sys2.h can include |
