aboutsummaryrefslogtreecommitdiff
path: root/src/port/getopt_long.c
Commit message (Expand)AuthorAge
* Teach in-tree getopt_long() to move non-options to the end of argv.Nathan Bossart2023-07-12
* Fix our getopt_long's behavior for a command line argument of just "-".Tom Lane2020-03-23
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Add support for optional_argument to our own getopt_long() implementation.Andres Freund2014-09-10
* pgindent run for 9.4Bruce Momjian2014-05-06
* Remove optreset from src/port/ implementations of getopt and getopt_long.Tom Lane2010-12-16
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Remove a boatload of useless definitions of 'int optreset'. If weTom Lane2009-04-05
* Remove advertising clause from Berkeley BSD-licensed files, perBruce Momjian2007-03-26
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix a whole bunch of #includes that were either wrong or redundant.Tom Lane2005-07-28
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* pgindent run.Bruce Momjian2003-08-04
* Use our own version of getopt_long() if the OS doesn't have one.Peter Eisentraut2003-01-06