Module Name: src
Committed By: kamil
Date: Sat Oct 15 14:25:31 UTC 2016
Modified Files:
src/doc: CHANGES
Log Message:
libc: Add the wcsnlen(3) function in <wchar.h>.
To generate a diff of this commit:
cvs rdiff -u -r1.2198 -r1.2199 src/doc/CHANGES
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
diff -u src/doc/CHANGES:1.2198 src/doc/CHANGES:1.2199
--- src/doc/CHANGES:1.2198 Wed Oct 12 20:24:18 2016
+++ src/doc/CHANGES Sat Oct 15 14:25:31 2016
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2198 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2199 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -383,3 +383,4 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
dhcpcd(8): Import dhcpcd-6.11.4 [roy 20161009]
urtwn(4): Add support for Realtek 8192EU [nat 20161012]
gdb(1): Updated to 7.12. [christos 20161012]
+ libc: Add the wcsnlen(3) function in <wchar.h>. [kamil 20161015]