* configure.ac: Drop tests for strchr, strrchr because now we
assume a C89 compliant library. (Gnulib makes this assumption so
we might as well too.)
+Tue Oct 31 19:29:05 2006 Ben Pfaff <blp@gnu.org>
+
+ * configure.ac: Drop tests for strchr, strrchr because now we
+ assume a C89 compliant library. (Gnulib makes this assumption so
+ we might as well too.)
+
Sun Oct 29 14:08:53 2006 Ben Pfaff <blp@gnu.org>
* Smake (GNULIB_MODULES): Remove `restrict' from modules, because
AC_C_BIGENDIAN
AC_FUNC_VPRINTF
-AC_CHECK_FUNCS([strchr strrchr __setfpucw isinf isnan finite getpid feholdexcept])
+AC_CHECK_FUNCS([__setfpucw isinf isnan finite getpid feholdexcept])
AC_PROG_LN_S
+Tue Oct 31 19:28:19 2006 Ben Pfaff <blp@gnu.org>
+
+ * str.h: [!HAVE_STRCHR] Drop compatibility code, because now we
+ assume a C89 compliant library. (Gnulib makes this assumption so
+ we might as well too.)
+ [!HAVE_STRRCHR] Ditto.
+
Thu Oct 26 20:19:50 2006 Ben Pfaff <blp@gnu.org>
* automake.mk: Add the new files.
#include "strtok_r.h"
#include "vsnprintf.h"
#include "xvasprintf.h"
-
-#ifndef HAVE_STRCHR
-#define strchr index
-#endif
-#ifndef HAVE_STRRCHR
-#define strrchr rindex
-#endif
\f
/* Miscellaneous. */