summaryrefslogtreecommitdiff
path: root/src/tools/pgindent
Commit message (Expand)AuthorAgeFilesLines
* Clean up pgindent handling of comments after 'else' by only movingBruce Momjian2006-12-271-5/+11
* Exclude pgindent from affecting the ecpg regression directory.Bruce Momjian2006-10-041-1/+3
* Udpate typedefs for pgindent.Bruce Momjian2006-10-041-1/+2
* Update typedef list for 8.2 pgindent run.Bruce Momjian2006-10-031-43/+107
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-114-0/+7
* Fix pgindent of libpq-fe.h by hacking pgindent script.Bruce Momjian2005-11-231-0/+8
* Prevent certain symbols that are used for both typedefs and variableBruce Momjian2005-11-151-4/+0
* Fix recent problems with BSD indent, including indenting past 80Bruce Momjian2005-11-153-56/+413
* Revert pgindent length back to 79 because we are going to fix the BSDBruce Momjian2005-11-132-4/+2
* Lower pgident length to 77, document BSD indent bug.Bruce Momjian2005-11-071-1/+3
* Change maximum pgindent length from 79 to 78, per Tom.Bruce Momjian2005-11-071-1/+1
* Update pgindent typedef list.Bruce Momjian2005-10-151-2/+28
* Remove an unused typedef.Alvaro Herrera2005-10-071-1/+0
* Fix #elif spacing too.Bruce Momjian2005-07-131-1/+2
* Fix pgindent to not have blank line before #else in variable definitionBruce Momjian2005-07-131-2/+3
* Add backslashes to parentheses in awk regex because if not, they areBruce Momjian2005-07-131-6/+6
* Update typedefs for pgindent.Bruce Momjian2005-06-281-277/+112
* Change awk ~ pattern from "" to //.Bruce Momjian2005-06-281-26/+26
* Indent comment pushed to new line by else so it is indented by BSDBruce Momjian2004-10-071-4/+3
* Improve pgindent processing of comment after 'else'.Bruce Momjian2004-10-071-2/+4
* Improve comment after 'else' handling of pgindent.Bruce Momjian2004-10-071-2/+2
* Update length from 75 to 79.Bruce Momjian2004-10-021-1/+1
* Re-add brace removal code but comment it out so we know why we removedBruce Momjian2004-09-121-0/+29
* Remove code that delete braces around single statements.Bruce Momjian2004-09-121-27/+0
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-301-1/+0
* Update typedefs with /lib info.Bruce Momjian2004-08-292-1/+245
* Update with new typedefs. Remove java and c++ parts of readme.Bruce Momjian2004-08-292-375/+153
* Mention grabbing typedefs from pgsql/lib too.Bruce Momjian2004-01-041-1/+1
* Adjust pgindent for newer awks.Bruce Momjian2003-09-281-1/+1
* Allow pgindent to work with newer BSD indents.Bruce Momjian2003-09-282-2/+2
* Update bsd indent patch.Bruce Momjian2003-09-271-21/+1
* Cleanup pgindent patch.Bruce Momjian2003-09-271-6/+0
* Guard against pgindent changing =- to = -.Bruce Momjian2003-08-301-1/+4
* pgindent fix for new typedefs.Bruce Momjian2003-08-081-1/+1
* Update pgindent readme.Bruce Momjian2003-08-071-5/+7
* Update typedef names for pgindent 7.4.Bruce Momjian2003-08-071-25/+143
* Update symbols for 7.3.Bruce Momjian2002-09-041-1444/+1444
* Update for 7.3 typedefs.Bruce Momjian2002-09-042-1379/+1445
* Update to reflect Tom's suggestions.Bruce Momjian2002-09-041-7/+8
* Add C++ indent tool.Bruce Momjian2002-06-152-0/+35
* Indent jdbc case labels using pgjindent.Bruce Momjian2001-11-191-1/+1
* Update pgindent README so it gets *.java.in files.Bruce Momjian2001-11-191-1/+2
* Make extern C handling more flexible.Bruce Momjian2001-11-081-6/+8
* Fix replacement of extern C string.Bruce Momjian2001-11-071-3/+3
* Fix typo.Bruce Momjian2001-11-071-1/+1
* Prevent indenting of 'extern "C"' blocks.Bruce Momjian2001-11-071-0/+34
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* More cleanup for stuff after closing brace in first column.Bruce Momjian2001-11-051-1/+1
* Handle tabs after closing brace in first column with less indenting.Bruce Momjian2001-11-051-4/+4
* Improve readability of script.Bruce Momjian2001-11-051-2/+2