]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 1 Dec 1998 16:11:17 +0000 (16:11 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 1 Dec 1998 16:11:17 +0000 (16:11 +0000)
1998-12-01  Ulrich Drepper  <drepper@cygnus.com>

* Makefile (postclean): Add sysd-sorted.

ChangeLog
FAQ
FAQ.in
Makefile
NEWS
localedata/ChangeLog
localedata/SUPPORTED

index de646fff72944cb36b9e5ae0997ced6260b400cb..03419a1a467a7493805aaa4c731cd0de4421256d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1998-12-01  Ulrich Drepper  <drepper@cygnus.com>
+
+       * Makefile (postclean): Add sysd-sorted.
+
 1998-12-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
 
        * sunrpc/auth_des.c: Use new XDR int32 functions for integers.
diff --git a/FAQ b/FAQ
index b4964a2b921377515eeb3ffeefd2d1b85fbf639d..7952b158ced233a88f28a8b3139e901333d81019 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -319,9 +319,8 @@ headers to use, give configure the --with-headers switch
 (e.g. --with-headers=/usr/src/linux-2.1.107/include).
 
 Note that you must configure the 2.1 kernel if you do this, otherwise libc
-will be unable to find <linux/version.h>.  Just copy .config from your 2.0
-kernel sources to the 2.1 tree, do `make oldconfig', and say no to all the
-new options.
+will be unable to find <linux/version.h>.  Just change the current directory
+to the root of the 2.1 tree and do `make include/linux/version.h'.
 
 
 1.9.   The compiler hangs while building iconvdata modules.  What's
diff --git a/FAQ.in b/FAQ.in
index b1bd299e3f2714873e9c488a7fa380679e57f07e..46a25d54532e19b440f2f48688730109f06dd2b8 100644 (file)
--- a/FAQ.in
+++ b/FAQ.in
@@ -177,9 +177,8 @@ headers to use, give configure the --with-headers switch
 (e.g. --with-headers=/usr/src/linux-2.1.107/include).
 
 Note that you must configure the 2.1 kernel if you do this, otherwise libc
-will be unable to find <linux/version.h>.  Just copy .config from your 2.0
-kernel sources to the 2.1 tree, do `make oldconfig', and say no to all the
-new options.
+will be unable to find <linux/version.h>.  Just change the current directory
+to the root of the 2.1 tree and do `make include/linux/version.h'.
 
 ??     The compiler hangs while building iconvdata modules.  What's
        wrong?
index e7fb520e3b03305125996cc5338cda6cdce8af09..ff7f09ddbb34a049ff0f352308b347c3d49c78d3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -195,7 +195,7 @@ parent-clean: parent-mostlyclean common-clean
 
 postclean = $(addprefix $(common-objpfx),$(postclean-generated)) \
            $(addprefix $(objpfx),sysd-Makefile sysd-dirs sysd-rules) \
-           $(objpfx)soversions.mk
+           $(addprefix $(objpfx),sysd-sorted soversions.mk)
 
 clean: parent-clean
 # This is done this way rather than having `subdir_clean' be a
diff --git a/NEWS b/NEWS
index a438b504c2db67ed472e8b7129cf15c591568229..f4d79f3a5b3bc1373d5c1e65d8f02745f6481859 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -91,20 +91,26 @@ Version 2.1
 
 * rcmd can now handle netgroups (Dick Streefland).
 
+* A port to the ARM was contributed by Phil Blundell, Pat Beirne and Scott
+  Bambrough.
+
+* Support for the IPv6 protocol has been added to the socket API, as per the
+  latest draft standards.
+
 * Interface changes relative to the latest 2.0.x release:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-addseverity                    NEW: fmtmsg
+addseverity                    NEW: Unix98
 alphasort64                    NEW: LFS
-argp_err_exit_status           NEW: argp
-argp_error                     NEW: argp
-argp_failure                   NEW: argp
-argp_help                      NEW: argp
-argp_parse                     NEW: argp
-argp_program_bug_address       NEW: argp
-argp_program_version           NEW: argp
-argp_program_version_hook      NEW: argp
-argp_state_help                        NEW: argp
-argp_usage                     NEW: argp
+argp_err_exit_status           NEW: argp, GNU ext
+argp_error                     NEW: argp, GNU ext
+argp_failure                   NEW: argp, GNU ext
+argp_help                      NEW: argp, GNU ext
+argp_parse                     NEW: argp, GNU ext
+argp_program_bug_address       NEW: argp, GNU ext
+argp_program_version           NEW: argp, GNU ext
+argp_program_version_hook      NEW: argp, GNU ext
+argp_state_help                        NEW: argp, GNU ext
+argp_usage                     NEW: argp, GNU ext
 authdes_create                 NEW: Secure RPC
 authdes_getucred               NEW: Secure RPC
 authdes_pk_create              NEW: Secure RPC
@@ -185,7 +191,7 @@ ctanhl                              NEW: ISO C 9x
 ctanl                          NEW: ISO C 9x
 des_setparity                  NEW: Secure RPC
 ecb_crypt                      NEW: Secure RPC
-endutxent                      NEW: utmpx
+endutxent                      NEW: Unix98
 exp10                          NEW: ISO C 9x
 exp10f                         NEW: ISO C 9x
 exp10l                         NEW: ISO C 9x
@@ -225,7 +231,7 @@ fmaxl                               NEW: ISO C 9x
 fmin                           NEW: ISO C 9x
 fminf                          NEW: ISO C 9x
 fminl                          NEW: ISO C 9x
-fmtmsg                         NEW: fmtmsg
+fmtmsg                         NEW: Unix98
 fopen64                                NEW: LFS
 fputc_locked                   REMOVED
 fputs_unlocked                 NEW: GNU ext.
@@ -255,9 +261,9 @@ getnetname                  NEW: Secure RPC
 getpmsg                                NEW: STREAMS
 getpt                          NEW: Unix98 PTY
 getrlimit64                    NEW: LFS
-getutxent                      NEW: utmpx
-getutxid                       NEW: utmpx
-getutxline                     NEW: utmpx
+getutxent                      NEW: Unix98
+getutxid                       NEW: Unix98
+getutxline                     NEW: Unix98
 glob64                         NEW: GNU ext.
 globfree64                     NEW: GNU ext.
 gnu_get_libc_release           NEW: GNU ext.
@@ -337,7 +343,7 @@ putchar_locked                      REMOVED
 putgrent                       NEW: GNU ext.
 putmsg                         NEW: STREAMS
 putpmsg                                NEW: STREAMS
-pututxline                     NEW: utmpx
+pututxline                     NEW: Unix98
 pwrite                         NEW: Unix98
 pwrite64                       NEW: LFS
 readdir64                      NEW: LFS
@@ -356,7 +362,7 @@ scandir64                   NEW: LFS
 sendfile                       NEW: kernel
 setcontext                     NEW: Unix98
 setrlimit64                    NEW: LFS
-setutxent                      NEW: utmpx
+setutxent                      NEW: Unix98
 sighold                                NEW: Unix98
 sigignore                      NEW: Unix98
 sigqueue                       NEW: POSIX.1b
@@ -391,9 +397,9 @@ truncf                              NEW: ISO C 9x
 truncl                         NEW: ISO C 9x
 umount2                                NEW: kernel
 unlockpt                       NEW: Unix98 PTY
-updwtmpx                       NEW: utmpx
+updwtmpx                       NEW: Unix98
 user2netname                   NEW: Secure RPC
-utmpxname                      NEW: utmpx
+utmpxname                      NEW: Unix98
 versionsort                    NEW: GNU ext.
 versionsort64                  NEW: LFS
 waitid                         NEW: Unix98
index e8f4f8bf671cbd14e83bfea2539f8fe387c00784..2ef1a0aec08921c76c0ec55d0f703b5c8fd43168 100644 (file)
@@ -1,3 +1,7 @@
+1998-12-01  Ulrich Drepper  <drepper@cygnus.com>
+
+       * SUPPORTED: Update greek entry.
+
 1998-11-12  Ulrich Drepper  <drepper@cygnus.com>
 
        * locales/el_GR (abmon): Remove spaces at end of strings.
index 69a0289cebfe5a96f7c692e110f85b68289909bc..e543070f32a37098a60bdbe620c9028881d2ec50 100644 (file)
@@ -8,6 +8,7 @@ de_BE ISO-8859-1
 de_CH ISO-8859-1
 de_DE ISO-8859-1
 de_LU ISO-8859-1
+el_GR ISO-8859-7
 en_CA ISO-8859-1
 en_DK ISO-8859-1
 en_GB ISO-8859-1
@@ -24,7 +25,6 @@ fr_CH ISO-8859-1
 fr_FR ISO-8859-1
 fr_LU ISO-8859-1
 ga_IE ISO-8859-1
-gr_GR ISO-8859-7
 hr_HR ISO-8859-2
 hu_HU ISO-8859-2
 is_IS ISO-8859-1