summaryrefslogtreecommitdiff
path: root/lib/argp-help.c
Commit message (Expand)AuthorAgeFilesLines
* remove trailing blanksJim Meyering2008-05-201-11/+11
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-6/+5
* (until_short): Remove `inline' qualifier.Sergey Poznyakoff2007-06-221-1/+1
* (struct hol_entry): New member `ord'.Sergey Poznyakoff2007-05-021-3/+12
* (hol_entry_cmp): Option sorting algorithmSergey Poznyakoff2007-04-301-4/+11
* (hol_cluster_cmp): Reverse comparison. Change proposed by Sven Verdoolaege.Sergey Poznyakoff2007-04-291-3/+5
* Cast the argument of <ctype.h> functions to 'unsigned char'.Bruno Haible2007-03-241-8/+8
* (argp_doc): Make sure NULL is not passed to dgettextSergey Poznyakoff2006-09-121-1/+1
* Make sure the string is always translatedSergey Poznyakoff2006-09-091-5/+7
* (argp_doc): Split the untranslated doc string on '\v',Sergey Poznyakoff2006-09-091-14/+18
* (validate_uparams): Fix typoSergey Poznyakoff2006-03-131-1/+1
* (usage_long_opt): Do not print DOC options.Sergey Poznyakoff2006-01-211-11/+1
* (fill_in_uparams): Check if the constructedSergey Poznyakoff2005-12-101-79/+114
* (__argp_base_name): New functionSergey Poznyakoff2005-12-091-2/+11
* Use a consistent style for including <config.h>.Paul Eggert2005-09-191-1/+1
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* (update copyright year)Sergey Poznyakoff2005-02-021-1/+1
* (__argp_help): Create a fake struct argp_state andSergey Poznyakoff2005-02-021-1/+4
* (__argp_error): Check return value of __asprintfSergey Poznyakoff2005-01-241-3/+6
* Avoid using non-constant initializers for struct pentry_state.Sergey Poznyakoff2005-01-241-1/+7
* (canon_doc_option): Fixed coredump if *name==NULLPaul Eggert2004-09-301-10/+21
* Use "gettext.h" instead of its complicated substitute.Paul Eggert2004-08-121-39/+23
* (make_hol, hol_append): Don't assume thatPaul Eggert2004-08-071-7/+5
* Simplify argp by assuming alloca module.Paul Eggert2004-05-181-15/+1
* update from glibcKarl Berry2004-04-041-5/+10
* argp update from libcKarl Berry2003-11-291-11/+7
* argp update from libcKarl Berry2003-10-041-8/+63
* updates from libc,automakeKarl Berry2003-09-251-1/+9
* Leave whitespace alone when importing, undoing that part of yesterday'sPaul Eggert2003-08-131-4/+4
* Normalize leading white space and remove trailing white space.Paul Eggert2003-08-131-4/+4
* Get lib/argp* from glibc.Paul Eggert2003-07-081-13/+13
* argp facility from glibc-20030610.Bruno Haible2003-06-101-0/+1841