From: Bruno Haible Date: Sat, 22 Jul 2006 16:07:00 +0000 (+0000) Subject: Update from gnulib. X-Git-Tag: 0.16.x-branchpoint~337 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53180092217d12e732600776c3bf3e78d64db4fe;p=thirdparty%2Fgettext.git Update from gnulib. --- diff --git a/gettext-tools/lib/ChangeLog b/gettext-tools/lib/ChangeLog index 0d6f72d55..b60c02206 100644 --- a/gettext-tools/lib/ChangeLog +++ b/gettext-tools/lib/ChangeLog @@ -1,5 +1,12 @@ 2006-07-22 Bruno Haible + * 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. diff --git a/gettext-tools/lib/pathmax.h b/gettext-tools/lib/pathmax.h index 6b77986ff..6941e457e 100644 --- a/gettext-tools/lib/pathmax.h +++ b/gettext-tools/lib/pathmax.h @@ -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 @@ -20,15 +20,10 @@ # include -/* 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 -# endif +# include # ifndef _POSIX_PATH_MAX -# define _POSIX_PATH_MAX 255 +# define _POSIX_PATH_MAX 256 # endif # if !defined PATH_MAX && defined _PC_PATH_MAX diff --git a/gettext-tools/m4/ChangeLog b/gettext-tools/m4/ChangeLog index e3931435a..4aefc1f1d 100644 --- a/gettext-tools/m4/ChangeLog +++ b/gettext-tools/m4/ChangeLog @@ -1,5 +1,7 @@ 2006-07-22 Bruno Haible + * strerror_r.m4: Update from gnulib. + * stdbool.m4: Update from gnulib. * minmax.m4: New file, from gnulib.