diff options
author | Jim Meyering <jim@meyering.net> | 2003-09-05 20:45:32 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-09-05 20:45:32 +0000 |
commit | 098a0f56ca1c6c3b89e48e42fcb4900b3fab58bd (patch) | |
tree | 8d2f4b2f9c28dbf60737e64e1515e5346f4afa90 | |
parent | 1061c7028464919cedc575b67ab77b21594c1fad (diff) | |
download | coreutils-098a0f56ca1c6c3b89e48e42fcb4900b3fab58bd.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,15 +9,13 @@ 2003-09-04 Paul Eggert <eggert@twinsun.com> - Fix a bug reported by Andreas Schwab in - <http://mail.gnu.org/archive/html/bug-coreutils/2003-09/msg00009.html>. * src/head.c (elide_tail_lines_pipe): Don't assign 0 or SAFE_READ_ERROR to tmp->nbytes. * src/tail.c (pipe_lines, pipe_bytes): Likewise. * src/head.c (struct linebuffer): Change nbytes and nlines from unsigned int to size_t. unsigned int is safe (after the - changes noted above) but size_t is cleaner. + 2003-09-03 patch) but size_t is cleaner. * src/tail.c (struct linebuffer, struct charbuffer): Likewise. (pipe_bytes): Likewise for local variable 'i', which was 'int'. @@ -73,6 +71,8 @@ 2003-09-03 Andreas Schwab <schwab@suse.de> + Bug report and patch here: + <http://mail.gnu.org/archive/html/bug-coreutils/2003-09/msg00009.html> * src/tail.c (pipe_lines): Don't truncate return value from safe_read. * src/head.c (elide_tail_lines_pipe): Likewise. |