From: Sergey Poznyakoff Date: Sat, 21 Jan 2006 19:13:07 +0000 (+0000) Subject: Update X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae6b9bb50051a801f86cfb72c56bfbb6f5675286;p=pspp Update --- diff --git a/ChangeLog b/ChangeLog index dbadcea3e7..00566fb9dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-01-21 Sergey Poznyakoff + + * modules/argp-tests: New module + * tests/test-argp.c: New file + * tests/test-argp-2.sh: New file + 2006-01-20 Simon Josefsson * modules/inet_ntop (Depends-on): Depend on sys_socket. diff --git a/lib/ChangeLog b/lib/ChangeLog index 7fb5feb288..31609def40 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2006-01-21 Sergey Poznyakoff + + * 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 * inet_ntop.h: Unconditionally include sys/socket.h.