texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo ChangeLog,1.298,1.299


From: karl
Subject: texinfo ChangeLog,1.298,1.299
Date: Fri, 26 Mar 2004 02:37:26 +0100

Update of /cvsroot/texinfo/texinfo
In directory sheep:/tmp/cvs-serv1556

Modified Files:
        ChangeLog 
Log Message:
.

Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.298
retrieving revision 1.299
diff -C2 -d -r1.298 -r1.299
*** ChangeLog   25 Mar 2004 00:27:05 -0000      1.298
--- ChangeLog   26 Mar 2004 01:37:24 -0000      1.299
***************
*** 1,2 ****
--- 1,23 ----
+ 2004-03-25  Karl Berry  <address@hidden>
+ 
+       All these changes are because strncasecmp is only declared in
+       <strings.h> on IBM AIX 4.2.  (Report from Nelson Beebe.)
+       
+       * configure.ac (AC_CHECK_DECLS): add memchr; no need to check for
+                    strcasecmp.(gl_STRCASE): call this ... 
+       (AC_REPLACE_FUNCS): ... replacing checks for
+       strcasecmp and strncasecmp here.
+       * lib/system.h (memchr) [!HAVE_DECL_MEMCHR]: add conditional
+            declaration.
+         (strcase.h) [!HAVE_DECL_STRNCASE]: add conditional include.
+       (strings.h) [HAVE_STRINGS_H]: include if
+       available, even if <string.h> is also available.
+       * info/session.c (strncasecmp) [M_XENIX]: remove this conditional
+       declaration, since we haven't been testing for M_XENIX in many
+       years.
+       * m4/Makefile.am (EXTRA_DIST): add strcase.m4.
+       * util/srclist.txt (lib/strcase.h, m4/strcase.m4): add, updating
+               from gnulib.
+ 
  2004-03-24  Karl Berry  <address@hidden>
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]