Module Name: src
Committed By: roy
Date: Mon Jul 13 22:25:30 UTC 2009
Modified Files:
src/doc: CHANGES
Log Message:
Add getdelim(3) and getlime(3)
To generate a diff of this commit:
cvs rdiff -u -r1.1251 -r1.1252 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.1251 src/doc/CHANGES:1.1252
--- src/doc/CHANGES:1.1251 Fri Jul 10 15:59:38 2009
+++ src/doc/CHANGES Mon Jul 13 22:25:30 2009
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1251 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1252 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -318,4 +318,6 @@
dhcpcd(8): Import dhcpcd-5.0.6 [roy 20090708]
sysmon_envsys(8): Enhancements to allow access to driver-internal
limit values [pgoyette 20090710]
+ libc: Add getdelim(3) and getline(3) conforming to
+ IEEE Std 1003.1-2008 (``POSIX.1'')