changeset 6580:8f0df7d466dc

Update
author Sergey Poznyakoff <gray@gnu.org.ua>
date Sat, 21 Jan 2006 19:13:07 +0000
parents 6c95837f2f9a
children bc61a0c9a750
files ChangeLog lib/ChangeLog
diffstat 2 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
+
+	* modules/argp-tests: New module
+	* tests/test-argp.c: New file
+	* tests/test-argp-2.sh: New file
+
 2006-01-20  Simon Josefsson  <jas@extundo.com>
 
 	* modules/inet_ntop (Depends-on): Depend on sys_socket.
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,12 @@
+2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
+
+	* argp-help.c (usage_long_opt): Do not print DOC options.
+	(__argp_base_name): Removed
+	* argp-namefrob.h (__argp_basename): Removed definition. Was a
+	typo.
+	(__argp_base_name): Provide macro definition or extern declaration
+	depending on the configuration
+
 2006-01-20  Simon Josefsson  <jas@extundo.com>
 
 	* inet_ntop.h: Unconditionally include sys/socket.h.