]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update from gnulib.
authorBruno Haible <bruno@clisp.org>
Sat, 22 Jul 2006 16:07:00 +0000 (16:07 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:40 +0000 (12:13 +0200)
gettext-tools/lib/ChangeLog
gettext-tools/lib/pathmax.h
gettext-tools/m4/ChangeLog

index 0d6f72d55822224217fa0893062baab3dfccb586..b60c022069a71e6ea2491629d2c0ba6685b120e5 100644 (file)
@@ -1,5 +1,12 @@
 2006-07-22  Bruno Haible  <bruno@clisp.org>
 
+       * pathmax.h: Update from gnulib.
+
+       * obstack.h: Update from gnulib, keeping DLL_VARIABLE annotation.
+       * obstack.c: Update from gnulib.
+
+       * minmax.h: Update from gnulib.
+
        * mbswidth.c: Update from gnulib.
 
        * wcwidth.h: New file, from gnulib.
index 6b77986ffb73c8174c61851d1ca893a8f56cb53a..6941e457e39c6c18da9038f77d3f680d3ae6c9fd 100644 (file)
@@ -1,5 +1,5 @@
 /* Define PATH_MAX somehow.  Requires sys/types.h.
-   Copyright (C) 1992, 1999, 2001, 2003, 2006 Free Software Foundation, Inc.
+   Copyright (C) 1992, 1999, 2001, 2003, 2005 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
 
 # include <unistd.h>
 
-/* Non-POSIX BSD systems might have gcc's limits.h, which doesn't define
-   PATH_MAX but might cause redefinition warnings when sys/param.h is
-   later included (as on MORE/BSD 4.3).  */
-# if defined _POSIX_VERSION || !defined __GNUC__
-#  include <limits.h>
-# endif
+# include <limits.h>
 
 # ifndef _POSIX_PATH_MAX
-#  define _POSIX_PATH_MAX 255
+#  define _POSIX_PATH_MAX 256
 # endif
 
 # if !defined PATH_MAX && defined _PC_PATH_MAX
index e3931435a636aab5cd6a0f323998682d5d462188..4aefc1f1dae3832bb645769e150eb7193cea0a6f 100644 (file)
@@ -1,5 +1,7 @@
 2006-07-22  Bruno Haible  <bruno@clisp.org>
 
+       * strerror_r.m4: Update from gnulib.
+
        * stdbool.m4: Update from gnulib.
 
        * minmax.m4: New file, from gnulib.