index
:
pg_bsd_indent.git
master
Postgres' version of the BSD indent program
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-04-23
Mark this git repo as obsolete.
HEAD
master
Tom Lane
2020-12-28
Fix typos and formatting in comments
Magnus Hagander
2020-06-30
Avoid duplicate declarations of bsdindent's global variables.
Tom Lane
2020-05-16
Bump version to 2.1.1.
REL_2_1_1
Tom Lane
2020-05-16
Fix formatting of macros that take types.
Tom Lane
2020-05-16
Silence -Wimplicit-fallthrough warnings in pg_bsd_indent.
Tom Lane
2019-05-19
Rip out -kr/-nkr switches again.
Tom Lane
2019-05-19
Bump version to 2.1.
Tom Lane
2019-05-18
Improve indent's ability to distinguish function defs from decls.
Tom Lane
2019-05-18
Add a lookahead mechanism for reading beyond the current input line.
Tom Lane
2019-05-18
Use "make test" not "make check" to run test cases.
Tom Lane
2017-06-21
Revert "Tweak comment indentation to preserve 8-column-at-a-time rule."
Tom Lane
2017-06-20
Tweak comment indentation to preserve 8-column-at-a-time rule.
Tom Lane
2017-06-20
Adjust in_decl logic to avoid messing up enum declarations.
Tom Lane
2017-06-20
Add feature patch for -tpg/-ntpg.
Tom Lane
2017-06-20
Adjust "make check" to actually pass.
Tom Lane
2017-06-20
Add build infrastructure to build in Postgres environment.
Tom Lane
2017-06-20
Adjust #include's to build in Postgres rather than FreeBSD environment.
Tom Lane
2017-06-20
Import current development version of FreeBSD indent.
Tom Lane