projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
466ed09
)
argp fixes from Sergey.
author
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 30 Sep 2004 16:46:18 +0000
(16:46 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 30 Sep 2004 16:46:18 +0000
(16:46 +0000)
lib/ChangeLog
patch
|
blob
|
history
diff --git
a/lib/ChangeLog
b/lib/ChangeLog
index f72d532e8ad1b023fc8ac07934c7f918e25bcd8f..d712b8d5316fb05f27f91143b1207c092318991c 100644
(file)
--- a/
lib/ChangeLog
+++ b/
lib/ChangeLog
@@
-1,3
+1,10
@@
+2004-09-30 Sergey Poznyakoff <gray@Mirddin.farlep.net>
+
+ * 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 <oskar@osk.mine.nu>
* xvasprintf.c: Include xalloc.h.