aboutsummaryrefslogtreecommitdiff
path: root/src/tools/pgindent/indent.bsd.patch
Commit message (Collapse)AuthorAge
* Adjust pgindent script to use pg_bsd_indent 2.0.Tom Lane2017-06-21
| | | | | | | | | | | | | | | | | | | | | | | Update version-checking code and list of switches. Delete obsolete quasi-support for using GNU indent. Remove a lot of no-longer-needed workarounds for bugs of the old version, and improve comments for the hacks that remain. Update run_build() subroutine to fetch the pg_bsd_indent code from the newly established git repo for it. In passing, fix pgindent to not overwrite files that require no changes; this makes it a bit more friendly to run on a built tree. Adjust relevant documentation. Remove indent.bsd.patch; it's not relevant anymore (and was obsolete long ago anyway). Likewise remove pgcppindent, since we're no longer in the business of shipping C++ code. Piotr Stefaniak is responsible for most of the algorithmic changes to the pgindent script; I did the rest. Discussion: https://postgr.es/m/E1dAmxK-0006EE-1r@gemulon.postgresql.org Discussion: https://postgr.es/m/30527.1495162840@sss.pgh.pa.us
* Fix pg_bsd_indent bug where newlines were not being trimmed from typedefBruce Momjian2011-10-26
| | | | | | | lines. Update pg_bsd_indent required version to 1.1 (and update ftp site). Problem reported by Magnus.
* Modify pgindent to use a renamed pg_bsd_indent binary. New featuresBruce Momjian2011-10-12
| | | | | include the ability to supply a typedef file, rather than list them on the command line. Also improve the README.
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
|
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
|
* Fix recent problems with BSD indent, including indenting past 80Bruce Momjian2005-11-15
| | | | | | | columns, shifting comment to the right when more than 150 'else if' clauses were used, and update typedefs for 8.1.X. NetBSD patched updated, with documentation.
* Update bsd indent patch.Bruce Momjian2003-09-27
|
* Cleanup pgindent patch.Bruce Momjian2003-09-27
|
* Add back incremental patch for BSD indent.Bruce Momjian2001-09-04
|
* Add patch for 0LL for BSD indent/pgindent.Bruce Momjian2001-09-03
|
* Add fix for 0x7fU constants to pgindentBruce Momjian1999-05-26
|
* Let's hope this fixes the "bug" that was introducedMarc G. Fournier1997-09-13