summaryrefslogtreecommitdiff
path: root/sapi/cli/getopt.c
Commit message (Collapse)AuthorAgeFilesLines
* MFH: Bump copyright year.Sebastian Bergmann2007-12-311-1/+1
|
* - MFH: Fix handling of not existing long CLI optionsJohannes Schlüter2007-03-221-1/+6
|
* - MFH Fix issue with long form of command line switchesMarcus Boerger2007-03-211-12/+12
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-4/+4
|
* Reapply long optsMarcus Boerger2003-05-311-155/+138
|
* - Re-added the FD lexer patch.foobar2003-05-311-138/+155
| | | | | # Marcus is going to add the long-opts patches back in after this.
* MFH: new switches and --style switchesMarcus Boerger2003-05-291-155/+138
|
* ap_php_optopt is set but never usedSascha Schumann2002-05-041-2/+0
|
* Add a note that this statement will never be reached.Jon Parise2002-01-271-1/+1
|
* @- Added CLI (command line intrerface) sapi based on a cut-down versionEdin Kadribasic2002-01-061-0/+175
@ of the CGI sapi which is more suited for writing shell scripts. Some of @ the differences are: it prints no HTTP headers, displays plain text @ error messages, etc. (Edin) Added CLI (command line intrerface) sapi. # Let's see if a build expert can make this compile along # side some other sapi.