Module Name: src
Committed By: rillig
Date: Tue May 3 22:12:54 UTC 2022
Modified Files:
src/doc: CHANGES
Log Message:
doc/CHANGES: add indent(1), lint(1), make(1)
To generate a diff of this commit:
cvs rdiff -u -r1.2871 -r1.2872 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.2871 src/doc/CHANGES:1.2872
--- src/doc/CHANGES:1.2871 Sat Apr 30 15:45:41 2022
+++ src/doc/CHANGES Tue May 3 22:12:54 2022
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2871 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2872 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -490,3 +490,7 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
OpenSSH: Import 9.0. [christos 20220415]
gpio: Allow /etc/rc.d/gpio to use a '!' character like /etc/rc.d/network
can to run a shell script. [brad 20220430]
+ indent(1): Support for C99, lots of bug fixes. [rillig 20220503]
+ lint(1): Reduce amount of wrong warnings. [rillig 20220503]
+ make(1): Speed up evaluation of conditions, reduce memory leaks.
+ [rillig 20220503]