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