*** empty log message ***
[gnulib.git] / lib / ChangeLog
index 7f96e7a..163a204 100644 (file)
@@ -1,3 +1,64 @@
+2006-01-24  Jim Meyering  <jim@meyering.net>
+
+       * socket_.h: Remove useless parentheses in uses of cpp `defined'.
+
+2006-01-24  Simon Josefsson  <jas@extundo.com>
+
+       * socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
+       Bruno.
+
+2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Work around porting bugs reported by Dieter in
+       <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
+       * getopt.c (_NOPROTO): Remove; no longer needed.
+       Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
+       Include "getopt.h" first, to check interface.
+       (getenv): Declare only if defined HAVE_DECL_GETENV &&
+       !HAVE_DECL_GETENV.
+       * strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
+       (__strndup): Revert to K&R-style function dfns, the glibc style.
+       * strnlen.c: Don't claim it's taken from glibc; it's not.
+       (strnlen, __strnlen): Remove #defines and #undefs; not needed.
+       Include strnlen.h first, to get prototype properly.
+       (strnlen): Renamed from __strnlen.
+       Remove weak alias.
+
+2006-01-23  Ulrich Drepper  <drepper@redhat.com>
+
+       These changes imported from libc.
+       * getopt.c: Use __fxprintf instead of inline stream orientation
+       test and two separate function calls.
+       * strndup.c (__strndup): Add libc_hidden_def.
+
+2006-01-22  Bruno Haible  <bruno@clisp.org>
+
+       * vasnprintf.c (VASNPRINTF): In the computation of the size of the
+       temporary buffer for sprintf, take into account the precision also
+       for 'd', 'i', 'u', 'o', 'x', 'X'.
+
+2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * quotearg.c (quotearg_buffer_restyled): Add "default: break;"
+       to pacify gcc -Wswitch-default.
+
+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.
+
+2006-01-19  Simon Josefsson  <jas@extundo.com>
+
+       * socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
+
 2006-01-12  Simon Josefsson  <jas@extundo.com>
 
        * base64.c: Fix warning, reported by Bruno Haible