Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc doc/CHANGES: add indent(1), lint(1), make(1)



details:   https://anonhg.NetBSD.org/src/rev/04bf284e8014
branches:  trunk
changeset: 365933:04bf284e8014
user:      rillig <rillig%NetBSD.org@localhost>
date:      Tue May 03 22:12:54 2022 +0000

description:
doc/CHANGES: add indent(1), lint(1), make(1)

diffstat:

 doc/CHANGES |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r fd356a9265c9 -r 04bf284e8014 doc/CHANGES
--- a/doc/CHANGES       Tue May 03 22:01:13 2022 +0000
+++ b/doc/CHANGES       Tue May 03 22:12:54 2022 +0000
@@ -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 @@
        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]



Home | Main Index | Thread Index | Old Index