Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 5 May 2000 05:47:53 +0000 (05:47 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 5 May 2000 05:47:53 +0000 (05:47 +0000)
2000-05-04  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/generic/bits/confname.h (_SC* enum): Avoid comma at the
end of enum.

2000-05-04  Jakub Jelinek  <jakub@redhat.com>

* iconv/gconv.h (__gconv_t): Add __extension__ to make gcc -pedantic
happy.

ChangeLog
bits/confname.h
iconv/gconv.h
localedata/ChangeLog
localedata/charmaps/ISO-8859-15
sysdeps/generic/bits/confname.h

index d951370..ddf2240 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2000-05-04  Jakub Jelinek  <jakub@redhat.com>
+
+       * sysdeps/generic/bits/confname.h (_SC* enum): Avoid comma at the
+       end of enum.
+
+2000-05-04  Jakub Jelinek  <jakub@redhat.com>
+
+       * iconv/gconv.h (__gconv_t): Add __extension__ to make gcc -pedantic
+       happy.
+
 2000-04-11  Geoff Keating  <geoffk@cygnus.com>
 
        * sysdeps/powerpc/dl-start.S (_dl_start): Add _dl_start_user
index 3c4dbdb..80a2eda 100644 (file)
@@ -420,7 +420,7 @@ enum
 #define _SC_PBS_MESSAGE                        _SC_PBS_MESSAGE
     _SC_PBS_TRACK,
 #define _SC_PBS_TRACK                  _SC_PBS_TRACK
-    _SC_SYMLOOP,
+    _SC_SYMLOOP
 #define _SC_SYMLOOP                    _SC_SYMLOOP
   };
 
index 6d79b07..804d8da 100644 (file)
@@ -124,7 +124,7 @@ typedef struct __gconv_info
 {
   size_t __nsteps;
   struct __gconv_step *__steps;
-  struct __gconv_step_data __data[0];
+  __extension__ struct __gconv_step_data __data[0];
 } *__gconv_t;
 
 #endif /* gconv.h */
index f45e52f..d4ffc86 100644 (file)
@@ -1,5 +1,8 @@
 2000-05-04  Ulrich Drepper  <drepper@redhat.com>
 
+       * charmaps/ISO-8859-15: Remove incorrect definitions of <So> and <OR>.
+       Reported by Gaël Quéri <gqueri@mail.dotcom.fr> [PR libc/1718].
+
        * tst-fmon.c (main): Print the locale name as well in the error
        message.
 
index 937aaa0..2d1778a 100644 (file)
@@ -261,7 +261,6 @@ CHARMAP
 <Y->                   /xA5     <U00A5> YEN SIGN
 <Ye>                   /xA5     <U00A5> YEN SIGN
 <S<>                   /xA6     <U0160> LATIN CAPITAL LETTER S WITH CARON
-<So>                   /xA7     <U00A7> SECTION SIGN
 <SE>                   /xA7     <U00A7> SECTION SIGN
 <s<>                   /xA8     <U0161> LATIN SMALL LETTER S WITH CARON
 <Co>                   /xA9     <U00A9> COPYRIGHT SIGN
@@ -271,7 +270,6 @@ CHARMAP
 <7!>                   /xAC     <U00AC> NOT SIGN
 <-->                   /xAD     <U00AD> SOFT HYPHEN
 <Rg>                   /xAE     <U00AE> REGISTERED SIGN
-<OR>                   /xAE     <U00AE> REGISTERED SIGN
 <'m>                   /xAF     <U00AF> MACRON
 <DG>                   /xB0     <U00B0> DEGREE SIGN
 <+->                   /xB1     <U00B1> PLUS-MINUS SIGN
index 3c4dbdb..80a2eda 100644 (file)
@@ -420,7 +420,7 @@ enum
 #define _SC_PBS_MESSAGE                        _SC_PBS_MESSAGE
     _SC_PBS_TRACK,
 #define _SC_PBS_TRACK                  _SC_PBS_TRACK
-    _SC_SYMLOOP,
+    _SC_SYMLOOP
 #define _SC_SYMLOOP                    _SC_SYMLOOP
   };