aboutsummaryrefslogtreecommitdiff
path: root/src/tools/pgindent
Commit message (Expand)AuthorAge
* Prevent certain symbols that are used for both typedefs and variableBruce Momjian2005-11-15
* Fix recent problems with BSD indent, including indenting past 80Bruce Momjian2005-11-15
* Revert pgindent length back to 79 because we are going to fix the BSDBruce Momjian2005-11-13
* Update pgindent typedef list.Bruce Momjian2005-10-15
* Remove an unused typedef.Alvaro Herrera2005-10-07
* Fix #elif spacing too.Bruce Momjian2005-07-13
* Fix pgindent to not have blank line before #else in variable definitionBruce Momjian2005-07-13
* Add backslashes to parentheses in awk regex because if not, they areBruce Momjian2005-07-13
* Update typedefs for pgindent.Bruce Momjian2005-06-28
* Change awk ~ pattern from "" to //.Bruce Momjian2005-06-28
* Indent comment pushed to new line by else so it is indented by BSDBruce Momjian2004-10-07
* Improve pgindent processing of comment after 'else'.Bruce Momjian2004-10-07
* Improve comment after 'else' handling of pgindent.Bruce Momjian2004-10-07
* Update length from 75 to 79.Bruce Momjian2004-10-02
* Re-add brace removal code but comment it out so we know why we removedBruce Momjian2004-09-12
* Remove code that delete braces around single statements.Bruce Momjian2004-09-12
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Update typedefs with /lib info.Bruce Momjian2004-08-29
* Update with new typedefs. Remove java and c++ parts of readme.Bruce Momjian2004-08-29
* Mention grabbing typedefs from pgsql/lib too.Bruce Momjian2004-01-04
* Adjust pgindent for newer awks.Bruce Momjian2003-09-28
* Allow pgindent to work with newer BSD indents.Bruce Momjian2003-09-28
* Update bsd indent patch.Bruce Momjian2003-09-27
* Cleanup pgindent patch.Bruce Momjian2003-09-27
* Guard against pgindent changing =- to = -.Bruce Momjian2003-08-30
* pgindent fix for new typedefs.Bruce Momjian2003-08-08
* Update pgindent readme.Bruce Momjian2003-08-07
* Update typedef names for pgindent 7.4.Bruce Momjian2003-08-07
* Update symbols for 7.3.Bruce Momjian2002-09-04
* Update for 7.3 typedefs.Bruce Momjian2002-09-04
* Update to reflect Tom's suggestions.Bruce Momjian2002-09-04
* Add C++ indent tool.Bruce Momjian2002-06-15
* Indent jdbc case labels using pgjindent.Bruce Momjian2001-11-19
* Update pgindent README so it gets *.java.in files.Bruce Momjian2001-11-19
* Make extern C handling more flexible.Bruce Momjian2001-11-08
* Fix replacement of extern C string.Bruce Momjian2001-11-07
* Fix typo.Bruce Momjian2001-11-07
* Prevent indenting of 'extern "C"' blocks.Bruce Momjian2001-11-07
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* More cleanup for stuff after closing brace in first column.Bruce Momjian2001-11-05
* Handle tabs after closing brace in first column with less indenting.Bruce Momjian2001-11-05
* Improve readability of script.Bruce Momjian2001-11-05
* Pull in variables defined in structs; had too many tabs.Bruce Momjian2001-11-04
* Require closing paren on line above brace to identify functionBruce Momjian2001-11-03
* More updates for GNU indent.Bruce Momjian2001-11-03
* Make pgindent use GNU Indent version 2.X better.Bruce Momjian2001-11-03
* Add check for 'extern "C"' for pgindent.Bruce Momjian2001-11-02
* Fix small problem Tom Lane found with pgindent run.Bruce Momjian2001-10-30
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* Add code to trip trailing newlines in a file.Bruce Momjian2001-10-27