Import current development version of FreeBSD indent.
authorTom Lane <[email protected]>
Tue, 20 Jun 2017 18:45:29 +0000 (14:45 -0400)
committerTom Lane <[email protected]>
Tue, 20 Jun 2017 18:45:29 +0000 (14:45 -0400)
commitf0ae5a2d8343891a3c64dbbafbc63edcdc3d05e6
tree3875be193ed2def64414e37b08b4e3dcb2ec687c
Import current development version of FreeBSD indent.

This commit copies Piotr Stefaniak's development repo
https://github.com/pstef/freebsd_indent
as of commit 5d3b621cd54de672983c51d9622dee84d458dd83 (2017-06-18).
But I've omitted Makefile and Makefile.depend, as they are of no use
in non-BSD build environments.
54 files changed:
README [new file with mode: 0644]
args.c [new file with mode: 0644]
indent.1 [new file with mode: 0644]
indent.c [new file with mode: 0644]
indent.h [new file with mode: 0644]
indent_codes.h [new file with mode: 0644]
indent_globs.h [new file with mode: 0644]
io.c [new file with mode: 0644]
lexi.c [new file with mode: 0644]
parse.c [new file with mode: 0644]
pr_comment.c [new file with mode: 0644]
tests/binary.0 [new file with mode: 0644]
tests/binary.0.stdout [new file with mode: 0644]
tests/comments.0 [new file with mode: 0644]
tests/comments.0.stdout [new file with mode: 0644]
tests/comments.pro [new file with mode: 0644]
tests/cppelsecom.0 [new file with mode: 0644]
tests/cppelsecom.0.stdout [new file with mode: 0644]
tests/declarations.0 [new file with mode: 0644]
tests/declarations.0.stdout [new file with mode: 0644]
tests/elsecomment.0 [new file with mode: 0644]
tests/elsecomment.0.stdout [new file with mode: 0644]
tests/elsecomment.pro [new file with mode: 0644]
tests/f_decls.0 [new file with mode: 0644]
tests/f_decls.0.stdout [new file with mode: 0644]
tests/float.0 [new file with mode: 0644]
tests/float.0.stdout [new file with mode: 0644]
tests/label.0 [new file with mode: 0644]
tests/label.0.stdout [new file with mode: 0644]
tests/label.pro [new file with mode: 0644]
tests/list_head.0 [new file with mode: 0644]
tests/list_head.0.stdout [new file with mode: 0644]
tests/nsac.0 [new file with mode: 0644]
tests/nsac.0.stdout [new file with mode: 0644]
tests/nsac.pro [new file with mode: 0644]
tests/offsetof.0 [new file with mode: 0644]
tests/offsetof.0.stdout [new file with mode: 0644]
tests/parens.0 [new file with mode: 0644]
tests/parens.0.stdout [new file with mode: 0644]
tests/parens.pro [new file with mode: 0644]
tests/sac.0 [new file with mode: 0644]
tests/sac.0.stdout [new file with mode: 0644]
tests/sac.pro [new file with mode: 0644]
tests/struct.0 [new file with mode: 0644]
tests/struct.0.stdout [new file with mode: 0644]
tests/surplusbad.0 [new file with mode: 0644]
tests/surplusbad.0.stdout [new file with mode: 0644]
tests/surplusbad.pro [new file with mode: 0644]
tests/types_from_file.0 [new file with mode: 0644]
tests/types_from_file.0.stdout [new file with mode: 0644]
tests/types_from_file.list [new file with mode: 0644]
tests/types_from_file.pro [new file with mode: 0644]
tests/wchar.0 [new file with mode: 0644]
tests/wchar.0.stdout [new file with mode: 0644]