From: Paul Eggert Date: Thu, 30 Sep 2004 16:46:18 +0000 (+0000) Subject: argp fixes from Sergey. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef0976ff2bb852d7d4016ce0b1d2afc0594ffe19;p=pspp argp fixes from Sergey. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index f72d532e8a..d712b8d531 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2004-09-30 Sergey Poznyakoff + + * argp-help.c (canon_doc_option): Fixed coredump if *name==NULL + (hol_entry_help): Never translate an empty string. + Do not translate option tag (opt->name) if OPTION_NO_TRANS is set + * argp.h (OPTION_NO_TRANS): New option. + 2004-09-29 Oskar Liljeblad * xvasprintf.c: Include xalloc.h.