git: Sync indent(1) with FreeBSD.
Sascha Wildner
swildner at crater.dragonflybsd.org
Wed Apr 24 00:12:55 PDT 2019
commit 7d3cdea1b20baa44e6b51b8d71649f2bac48eeac
Author: Sascha Wildner <saw at online.de>
Date: Wed Apr 24 09:10:38 2019 +0200
Sync indent(1) with FreeBSD.
A number of new options. Also -troff is gone.
Summary of changes:
share/misc/indent.pro | 42 +-
usr.bin/indent/Makefile | 1 +
usr.bin/indent/README | 2 +-
usr.bin/indent/args.c | 221 ++++++-----
usr.bin/indent/indent.1 | 128 +++++--
usr.bin/indent/indent.c | 874 ++++++++++++++++++++++--------------------
usr.bin/indent/indent.h | 17 +-
usr.bin/indent/indent_codes.h | 11 +-
usr.bin/indent/indent_globs.h | 256 ++++++-------
usr.bin/indent/io.c | 289 ++++----------
usr.bin/indent/lexi.c | 571 ++++++++++++++-------------
usr.bin/indent/parse.c | 40 +-
usr.bin/indent/pr_comment.c | 300 ++++++---------
13 files changed, 1380 insertions(+), 1372 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7d3cdea1b20baa44e6b51b8d71649f2bac48eeac
--
DragonFly BSD source repository
More information about the Commits
mailing list