[patch] update directory entry for gnulib

2007-05-13 Thread Bruno Haible
Hello dear directory maintainers, Here is an update of the directory entry regarding the gnulib package. diff -u -r1.5 gnulib.txt --- gnulib.txt 8 Oct 2004 19:04:58 - 1.5 +++ gnulib.txt 13 May 2007 12:47:22 - @@ -19,19 +19,18 @@ %%short-description: GNU portability library -%

fix stdlib.h for C++

2007-05-13 Thread Bruno Haible
This is needed because 'template' is a keyword in C++. 2007-05-13 Bruno Haible <[EMAIL PROTECTED]> * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed when used in C++ mode. *** lib/stdlib_.h 27 Apr 2007 11:09:11 - 1.9 --- lib/stdlib_.h 13

fix compilation errors due to 'restrict'

2007-05-13 Thread Bruno Haible
Some modules were using 'restrict' in a declaration in string.h without ensuring it's properly defined. 2007-05-13 Bruno Haible <[EMAIL PROTECTED]> * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT. * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise. * strsep.m4 (gl_FUNC_STRSEP)