Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 14 Oct 1998 12:43:51 +0000 (12:43 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 14 Oct 1998 12:43:51 +0000 (12:43 +0000)
1998-10-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

* sysdeps/unix/opendir.c (__opendir): Remove label lose2 which is
unnecessary after the changes of 1998-10-12.

ChangeLog
localedata/locales/el_GR [moved from localedata/locales/gr_GR with 99% similarity]
sysdeps/unix/opendir.c

index 1ed91f9..44a0838 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
 
        * version.h (VERSION): Bump to 2.0.98.
 
+1998-10-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de> 
+       * sysdeps/unix/opendir.c (__opendir): Remove label lose2 which is 
+       unnecessary after the changes of 1998-10-12. 
 1998-10-13  Ulrich Drepper  <drepper@cygnus.com>
 
        * sysdeps/unix/sysv/linux/alpha/ioperm.c (inline_outb): Fix output
similarity index 99%
rename from localedata/locales/gr_GR
rename to localedata/locales/el_GR
index 559594e..46e1e18 100644 (file)
@@ -3057,8 +3057,8 @@ toupper (<a>,<A>);(<a!>,<A!>);/
 END LC_CTYPE
 
 LC_MESSAGES
-yesexpr "<'/>><<(><n*><N*><)/>><.><*>"
-noexpr  "<'/>><<(><o*><O*><)/>><.><*>"
+yesexpr "<'/>><<(><n*><N*><y><Y><)/>><.><*>"
+noexpr  "<'/>><<(><o*><O*><n><N><)/>><.><*>"
 END LC_MESSAGES
 
 LC_MONETARY
index 4df06ed..77f2a0a 100644 (file)
@@ -80,7 +80,6 @@ __opendir (const char *name)
   lose:
     {
       save_errno = errno;
-    lose2:
       (void) __close (fd);
       __set_errno (save_errno);
       return NULL;