Module Name: src
Committed By: rillig
Date: Fri Mar 26 22:33:54 UTC 2021
Modified Files:
src/usr.bin/indent: README
Log Message:
indent: don't claim that indent is "the nicest C pretty printer around"
That statement may have been true in 1993, but definitely is not true
anymore, as of 2021.
The part about "needs to be completely redone" is still true though
since indent cannot even format its own source code in an acceptable
way.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/indent/README
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/indent/README
diff -u src/usr.bin/indent/README:1.2 src/usr.bin/indent/README:1.3
--- src/usr.bin/indent/README:1.2 Thu Apr 4 15:22:13 2019
+++ src/usr.bin/indent/README Fri Mar 26 22:33:54 2021
@@ -2,7 +2,7 @@ This is the C indenter, it originally ca
via some distribution tape for PDP-11 Unix. It has subsequently been
hacked upon by James Gosling @ CMU. It isn't very pretty, and really needs
to be completely redone, but it is probably the nicest C pretty printer
-around.
+around (as of 1993 or even earlier).
Further additions to provide "Kernel Normal Form" were contributed
by the folks at Sun Microsystems.
@@ -94,4 +94,3 @@ regards.. oz
cc: ccvaxa!willcox
sun.com!jar
uunet!rsalz
-