Module Name: src Committed By: rillig Date: Sun Jun 4 19:08:49 UTC 2023
Modified Files: src/usr.bin/indent: README.md Log Message: indent: remove trailing whitespace from README To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/indent/README.md 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.md diff -u src/usr.bin/indent/README.md:1.2 src/usr.bin/indent/README.md:1.3 --- src/usr.bin/indent/README.md:1.2 Sat Nov 27 21:23:23 2021 +++ src/usr.bin/indent/README.md Sun Jun 4 19:08:49 2023 @@ -1,10 +1,10 @@ # History This is NetBSD indent. It originally came from the University of Illinois via -some distribution tape for PDP-11 Unix. It has subsequently been hacked upon -by James Gosling @ CMU. At some point in the 1970s or even 1980s, it was +some distribution tape for PDP-11 Unix. It has subsequently been hacked upon +by James Gosling @ CMU. At some point in the 1970s or even 1980s, it was thought to be "the nicest C pretty printer around". Around 1985, further -additions to provide "Kernel Normal Form" were contributed by the folks at Sun +additions to provide "Kernel Normal Form" were contributed by the folks at Sun Microsystems. Between 2000 and 2019, FreeBSD maintained the code, adding several features. @@ -12,7 +12,7 @@ NetBSD imported these changes on 2019-04 In 2021, indent was updated to handle C99 comments and the code got a major overhaul. Indent got an extensive and systematic test suite, which uncovered -many inconsistencies and bugs. Several of these bugs had been introduced by +many inconsistencies and bugs. Several of these bugs had been introduced by importing the FreeBSD version on 2019-04-04. # References