changeset 39804:abd6f0fc9c46

; autoupdate
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 22 Aug 2018 17:59:49 -0700
parents 70db3b74c10c
children 84fcb4e4eeb0
files doc/maintain.texi lib/regex_internal.h
diffstat 2 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/maintain.texi	Mon Aug 20 08:31:12 2018 -0700
+++ b/doc/maintain.texi	Wed Aug 22 17:59:49 2018 -0700
@@ -5,7 +5,7 @@
 @c For double-sided printing, uncomment:
 @c @setchapternewpage odd
 @c This date is automagically updated when you save this file:
-@set lastupdate March 7, 2018
+@set lastupdate August 21, 2018
 @c %**end of header
 
 @dircategory GNU organization
@@ -149,11 +149,11 @@
 
 @cindex down, when GNU machines are
 @cindex outage, of GNU machines
-@cindex @url{https://quitter.se/fsfstatus}
+@cindex @url{https://quitter.im/fsfstatus}
 If you find that any GNU computer systems (@code{fencepost.gnu.org},
 @code{ftp.gnu.org}, @code{www.gnu.org}, @code{savannah.gnu.org},
 @dots{}) seem to be down, you can check the current status at
-@url{https://quitter.se/fsfstatus}.  Most likely the problem, if
+@url{https://quitter.im/fsfstatus}.  Most likely the problem, if
 it can be alleviated at the FSF end, is already being worked on.
 
 @cindex sysadmin, FSF
--- a/lib/regex_internal.h	Mon Aug 20 08:31:12 2018 -0700
+++ b/lib/regex_internal.h	Wed Aug 22 17:59:49 2018 -0700
@@ -149,7 +149,10 @@
 /* Rename to standard API for using out of glibc.  */
 #ifndef _LIBC
 # undef __wctype
+# undef __iswalnum
 # undef __iswctype
+# undef __towlower
+# undef __towupper
 # define __wctype wctype
 # define __iswalnum iswalnum
 # define __iswctype iswctype