Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 27 Nov 2001 04:07:09 +0000 (04:07 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 27 Nov 2001 04:07:09 +0000 (04:07 +0000)
* version.h (RELEASE): Define as development.
(VERSION): Set to 2.2.90.

2001-11-22  Thorsten Kukuk  <kukuk@suse.de>

* nis/nss_compat/compat-grp.c: Print group id as unsigned long.
* nis/nss_nis/nis-grp.c: Likewise.
* nis/nss_nisplus/nisplus-grp.c: Likewise.

* nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
* nis/nss_nis/nis-pwd.c: Likewise.
* nis/nss_nisplus/nisplus-pwd.c: Likewise.

* nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
* nis/nss_nisplus/nisplus-parser.c: Likewise.
* nis/nss_nisplus/nisplus-publickey.c: Likewise.

* nscd/grpcache.c: Use strtoul instead of atol.
* nscd/pwdcache.c: Likewise.
* nss/getent.c: Likewise.

2001-11-27  Paul Eggert  <eggert@twinsun.com>

* sysdeps/posix/tempname.c (__gen_tempname): Try at least
ATTEMPTS_MIN or TMP_MAX times, whichever is greater.

2001-11-19  Bruno Haible  <bruno@clisp.org>

* locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
90%.
(compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
improves the quality of the hash function, especially for short
strings.

2001-11-26  Ulrich Drepper  <drepper@redhat.com>

ChangeLog
localedata/ChangeLog
localedata/SUPPORTED
manual/filesys.texi
version.h

index cd59685..145a68e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,41 @@
 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
 
+       * version.h (RELEASE): Define as development.
+       (VERSION): Set to 2.2.90.
+
+2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
+
+       * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
+       * nis/nss_nis/nis-grp.c: Likewise.
+       * nis/nss_nisplus/nisplus-grp.c: Likewise.
+
+       * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
+       * nis/nss_nis/nis-pwd.c: Likewise.
+       * nis/nss_nisplus/nisplus-pwd.c: Likewise.
+
+       * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
+       * nis/nss_nisplus/nisplus-parser.c: Likewise.
+       * nis/nss_nisplus/nisplus-publickey.c: Likewise.
+
+       * nscd/grpcache.c: Use strtoul instead of atol.
+       * nscd/pwdcache.c: Likewise.
+       * nss/getent.c: Likewise.
+
+2001-11-27  Paul Eggert  <eggert@twinsun.com>
+
+       * sysdeps/posix/tempname.c (__gen_tempname): Try at least
+       ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
+
+2001-11-19  Bruno Haible  <bruno@clisp.org>
+
+       * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
+       90%.
+       (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
+       improves the quality of the hash function, especially for short
+       strings.
+
+2001-11-26  Ulrich Drepper  <drepper@redhat.com>
+
        * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
        are found call conv_error and not input_error [PR libc/2669].
 
index 1a4d3f7..005ddfa 100644 (file)
@@ -1,5 +1,7 @@
 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
 
+       * SUPPORTED (SUPPORTED-LOCALES): Add se_NO/UTF-8.
+
        * locales/de_CH: Define decimal point to '.' and thousands
        separator to ' '.  Patch by Niklaus Giger <ngiger@mus.ch>.
 
index 296de2e..6e9ae38 100644 (file)
@@ -134,6 +134,7 @@ ro_RO/ISO-8859-2 \
 ru_RU/ISO-8859-5 \
 ru_RU.KOI8-R/KOI8-R \
 ru_UA/KOI8-U \
+se_NO/UTF-8 \
 sk_SK/ISO-8859-2 \
 sl_SI/ISO-8859-2 \
 sq_AL/ISO-8859-1 \
index 5eba3e2..f69dba3 100644 (file)
@@ -1171,7 +1171,8 @@ A hardware error occurred while reading or writing data on the disk.
 @c @end group
 @end deftypefun
 
-In some situations it is desirable to resolve all the to get the real
+In some situations it is desirable to resolve all the
+symbolic links to get the real
 name of a file where no prefix names a symbolic link which is followed
 and no filename in the path is @code{.} or @code{..}.  This is for
 instance desirable if files have to be compare in which case different
index b8681a0..4fcd6c6 100644 (file)
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
 /* This file just defines the current version number of libc.  */
 
-#define RELEASE "stable"
-#define VERSION "2.2.4"
+#define RELEASE "development"
+#define VERSION "2.2.90"