Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | set optopt in getopt_long | Rich Felker | 2014-12-20 | 1 | -0/+1 |
* | add error message printing to getopt_long and make related improvements | Rich Felker | 2014-12-20 | 1 | -4/+30 |
* | simplify getopt_long argv permutation loop logic | Rich Felker | 2014-12-13 | 1 | -3/+1 |
* | fix handling of "--" with getopt_long argv permutation | Rich Felker | 2014-12-13 | 1 | -1/+0 |
* | accept null longopts pointer in getopt_long | Rich Felker | 2014-12-11 | 1 | -1/+1 |
* | support abbreviated options in getopt_long | Rich Felker | 2014-12-10 | 1 | -7/+18 |
* | support options after non-option arguments in getopt_long (argv permutation) | Rich Felker | 2014-12-10 | 1 | -0/+39 |
* | add support for non-option arguments extension to getopt | Gianluca Anzolin | 2014-12-02 | 1 | -3/+4 |
* | add getopt reset support | Rich Felker | 2012-09-30 | 1 | -0/+7 |
* | cleanup src/linux and src/misc trees, etc. | Rich Felker | 2012-09-07 | 1 | -0/+52 |