Module Name: src Committed By: kamil Date: Mon Oct 3 01:04:36 UTC 2016
Modified Files: src/doc: CHANGES Log Message: c11: Import cc(1) wrapper for C11 To generate a diff of this commit: cvs rdiff -u -r1.2188 -r1.2189 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.2188 src/doc/CHANGES:1.2189 --- src/doc/CHANGES:1.2188 Sun Oct 2 17:28:57 2016 +++ src/doc/CHANGES Mon Oct 3 01:04:36 2016 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2188 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2189 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -368,3 +368,4 @@ Changes from NetBSD 7.0 to NetBSD 8.0: nvme(4): NVMe driver is now MPSAFE. [jdolecek 20160918] zoneinfo: Import tzdata2016g. [kre 20160929] libc: Add <stdalign.h> and <stdnoreturn.h>. [kamil 20161002] + c11: Import cc(1) wrapper for C11 [kamil 20161003]