Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix warning in posix/tst-getopt_long1.c. | Joseph Myers | 2014-12-02 | 1 | -1/+1 |
| | | | | | | | | | | | | This patch fixes a "discards qualifiers" warning in posix/tst-getopt_long1.c. glibc is built with -Wwrite-strings, meaning a char * cannot be initialized directly with a string constant; the patch casts the string constants to char *. Tested for x86_64. * posix/tst-getopt_long1.c (do_test): Cast elements of argv array to char *. | ||||
* | Provide more helpful error message in getopt | Ulrich Drepper | 2011-05-15 | 1 | -0/+62 |
If provide with an ambiguous long option we now show all the possibilities. |