summaryrefslogtreecommitdiff
path: root/src/port/getopt.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane2014-02-151-7/+2
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-091-2/+2
* Give getopt() a prototype and modern style arg specs.Andrew Dunstan2011-04-251-4/+3
* Remove optreset from src/port/ implementations of getopt and getopt_long.Tom Lane2010-12-161-9/+11
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-3/+1
* Hmm, baiji thinks we need explicit 'extern' here.Tom Lane2009-04-041-1/+10
* Make an attempt at fixing our current Solaris 11 breakage: add a configureTom Lane2009-04-041-3/+16
* Remove advertising clause from Berkeley BSD-licensed files, perBruce Momjian2007-03-261-6/+2
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-111-0/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-2/+1
* Fix a whole bunch of #includes that were either wrong or redundant.Tom Lane2005-07-281-4/+0
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-071-1/+1
* Include c.h instead of postgres.h in files that need to be usable inTom Lane2004-06-241-1/+1
* pgindent run.Bruce Momjian2003-08-041-1/+1
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-151-4/+6
* Use our own version of getopt_long() if the OS doesn't have one.Peter Eisentraut2003-01-061-3/+2
* Update comments.Bruce Momjian2002-10-291-1/+1
* Re-add getopt.c for MSWin psql.Bruce Momjian2002-10-291-0/+127