1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2002-01-28 06:30:41 +00:00
parent 874d77f17f
commit 2d34812b74

View File

@@ -1,7 +1,11 @@
2002-01-27 Jim Meyering <meyering@lucent.com>
2002-01-28 Jim Meyering <meyering@lucent.com>
* Version 2.0.21.
* configure.ac (ALL_LINGUAS): Add the bokmål dialect of Norwegian (nb).
2002-01-27 Jim Meyering <meyering@lucent.com>
tail -n +2 would perform an extra read after encountering EOF
* src/tail.c (start_lines): Detect EOF, inform caller.
(tail_lines): Upon EOF in start_lines, return immediately.