Module Name: src
Committed By: roy
Date: Tue Jul 14 05:58:15 UTC 2009
Modified Files:
src/doc: CHANGES
Log Message:
Add who and date to getdelim(3) and getline(3) additions.
To generate a diff of this commit:
cvs rdiff -u -r1.1252 -r1.1253 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.1252 src/doc/CHANGES:1.1253
--- src/doc/CHANGES:1.1252 Mon Jul 13 22:25:30 2009
+++ src/doc/CHANGES Tue Jul 14 05:58:15 2009
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1252 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1253 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -319,5 +319,5 @@
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'')
+ IEEE Std 1003.1-2008 (``POSIX.1'') [roy 20090713]