aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-12-01 16:11:17 +0000
committerUlrich Drepper <drepper@redhat.com>1998-12-01 16:11:17 +0000
commit6259535174ddf02110a2e8dae721739f3d957ad5 (patch)
treeb65af8a7fe727ee1a07f2331e5e1c08de4fd0e8d
parentee586e0ec492d818be9aa0c77dd44095d42f486f (diff)
downloadglibc-6259535174ddf02110a2e8dae721739f3d957ad5.tar
glibc-6259535174ddf02110a2e8dae721739f3d957ad5.tar.gz
glibc-6259535174ddf02110a2e8dae721739f3d957ad5.tar.bz2
glibc-6259535174ddf02110a2e8dae721739f3d957ad5.zip
Update.
1998-12-01 Ulrich Drepper <drepper@cygnus.com> * Makefile (postclean): Add sysd-sorted.
-rw-r--r--ChangeLog4
-rw-r--r--FAQ5
-rw-r--r--FAQ.in5
-rw-r--r--Makefile2
-rw-r--r--NEWS46
-rw-r--r--localedata/ChangeLog4
-rw-r--r--localedata/SUPPORTED2
7 files changed, 40 insertions, 28 deletions
diff --git a/ChangeLog b/ChangeLog
index de646fff72..03419a1a46 100644
--- 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 b4964a2b92..7952b158ce 100644
--- 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 b1bd299e3f..46a25d5453 100644
--- 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?
diff --git a/Makefile b/Makefile
index e7fb520e3b..ff7f09ddbb 100644
--- 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 a438b504c2..f4d79f3a5b 100644
--- 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
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index e8f4f8bf67..2ef1a0aec0 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -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.
diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED
index 69a0289ceb..e543070f32 100644
--- a/localedata/SUPPORTED
+++ b/localedata/SUPPORTED
@@ -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