Module Name: src Committed By: martin Date: Wed Feb 10 16:55:40 UTC 2021
Modified Files: src/doc [netbsd-9]: CHANGES-9.2 Log Message: Ticket #1202 To generate a diff of this commit: cvs rdiff -u -r1.1.2.43 -r1.1.2.44 src/doc/CHANGES-9.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-9.2 diff -u src/doc/CHANGES-9.2:1.1.2.43 src/doc/CHANGES-9.2:1.1.2.44 --- src/doc/CHANGES-9.2:1.1.2.43 Sun Feb 7 17:42:35 2021 +++ src/doc/CHANGES-9.2 Wed Feb 10 16:55:39 2021 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.2,v 1.1.2.43 2021/02/07 17:42:35 martin Exp $ +# $NetBSD: CHANGES-9.2,v 1.1.2.44 2021/02/10 16:55:39 martin Exp $ A complete list of changes from the NetBSD 9.1 release to the NetBSD 9.2 release: @@ -1499,3 +1499,9 @@ lib/libc/stdio/fread.c 1.24 (patch) PR 55808: optimize buffer handling for unbuffered I/O. [jdolecek, ticket #1198] +usr.bin/nl/nl.c 1.13-1.15 + + nl(1): fix PR 55891 and a delimiter parsing error plus + minor cleanup. + [ginsbach, ticket #1202] +