summaryrefslogtreecommitdiff
path: root/src/tools/entab
Commit message (Expand)AuthorAgeFilesLines
* Remove entab and associated detritus.Tom Lane2017-06-214-349/+0
* pgindent run for 9.4Bruce Momjian2014-05-061-5/+5
* entab: add new optionsBruce Momjian2014-01-311-3/+33
* Fix pointer processing in new entab.c functionBruce Momjian2014-01-291-1/+1
* Add C functions to centralize entab processingBruce Momjian2014-01-291-23/+23
* Add more C comments to entab.c.Bruce Momjian2014-01-291-5/+28
* Modernize entab source codeBruce Momjian2013-06-194-78/+16
* entab: Fix some compiler warningsPeter Eisentraut2013-01-292-0/+4
* entab: Improve makefilePeter Eisentraut2012-04-241-9/+3
* Add .gitignore file for entabMagnus Hagander2012-01-091-0/+1
* Improve entab's Makefile install entry.Bruce Momjian2011-10-111-3/+1
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-232-5/+5
* Remove cvs keywords from all files.Magnus Hagander2010-09-203-3/+3
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-191-1/+0
* Normalize fgets() calls to use sizeof() for calculating the buffer sizePeter Eisentraut2007-02-081-2/+2
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-2/+2
* Apply entab fix from Marko Kreen for these problems:Alvaro Herrera2006-07-112-3/+4
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-113-0/+5
* Standard pgindent run for 8.1.Bruce Momjian2005-10-152-5/+5
* Fix compile of entab to use stdarg.h. Clean up includes.Bruce Momjian2005-05-272-9/+10
* This patch changes the use of varargs.h to stdarg.h asNeil Conway2005-04-151-4/+3
* Fix include used by entab.Bruce Momjian2003-10-071-1/+1
* Make Win32 tests to match existing Cygwin tests, where appropriate.Bruce Momjian2003-04-181-5/+3
* Fix portability problem (result of getopt is int, not char).Tom Lane2002-01-091-1/+1
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-1/+0
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-8/+8
* Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matterPeter Eisentraut2000-09-291-1/+1
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-171-0/+4
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-8/+8
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-082-45/+45
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-072-97/+110
* New entab version.Bruce Momjian1997-09-061-21/+17
* New entab version.Bruce Momjian1997-09-061-1/+7
* Update entab version.Bruce Momjian1997-09-061-1/+1
* Fix for entab.Bruce Momjian1997-09-061-14/+19
* Add PGINDENT and support program.Bruce Momjian1997-08-294-0/+335