changeset 5619:eb7f3df972c6

Updated
author Sergey Poznyakoff <gray@gnu.org.ua>
date Mon, 24 Jan 2005 13:04:43 +0000
parents d2092efb0521
children da8bb7da9b79
files ChangeLog lib/ChangeLog
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+	* modules/lchown (Depends-on): Remove lchown.h
+
 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
 
 	* modules/chdir-long (Depends-on): Remove mempcpy.
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -2,6 +2,9 @@
 
 	* argp-help.c (hol_entry_help): Avoid using non-constant
 	initializers for struct pentry_state.
+	(__argp_error): Check return value of __asprintf
+	(__argp_failure): Translate error message
+
 	* argp-parse.c: Removed braces around the expansion of N_()
 
 2005-01-21  Jim Meyering  <jim@meyering.net>