1998-12-01  Ulrich Drepper  <drepper@cygnus.com>

	* Makefile (postclean): Add sysd-sorted.
This commit is contained in:
Ulrich Drepper 1998-12-01 16:11:17 +00:00
parent ee586e0ec4
commit 6259535174
7 changed files with 40 additions and 28 deletions

View File

@ -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> 1998-12-01 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
* sunrpc/auth_des.c: Use new XDR int32 functions for integers. * sunrpc/auth_des.c: Use new XDR int32 functions for integers.

5
FAQ
View File

@ -319,9 +319,8 @@ headers to use, give configure the --with-headers switch
(e.g. --with-headers=/usr/src/linux-2.1.107/include). (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 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 will be unable to find <linux/version.h>. Just change the current directory
kernel sources to the 2.1 tree, do `make oldconfig', and say no to all the to the root of the 2.1 tree and do `make include/linux/version.h'.
new options.
1.9. The compiler hangs while building iconvdata modules. What's 1.9. The compiler hangs while building iconvdata modules. What's

5
FAQ.in
View File

@ -177,9 +177,8 @@ headers to use, give configure the --with-headers switch
(e.g. --with-headers=/usr/src/linux-2.1.107/include). (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 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 will be unable to find <linux/version.h>. Just change the current directory
kernel sources to the 2.1 tree, do `make oldconfig', and say no to all the to the root of the 2.1 tree and do `make include/linux/version.h'.
new options.
?? The compiler hangs while building iconvdata modules. What's ?? The compiler hangs while building iconvdata modules. What's
wrong? wrong?

View File

@ -195,7 +195,7 @@ parent-clean: parent-mostlyclean common-clean
postclean = $(addprefix $(common-objpfx),$(postclean-generated)) \ postclean = $(addprefix $(common-objpfx),$(postclean-generated)) \
$(addprefix $(objpfx),sysd-Makefile sysd-dirs sysd-rules) \ $(addprefix $(objpfx),sysd-Makefile sysd-dirs sysd-rules) \
$(objpfx)soversions.mk $(addprefix $(objpfx),sysd-sorted soversions.mk)
clean: parent-clean clean: parent-clean
# This is done this way rather than having `subdir_clean' be a # This is done this way rather than having `subdir_clean' be a

46
NEWS
View File

@ -91,20 +91,26 @@ Version 2.1
* rcmd can now handle netgroups (Dick Streefland). * 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: * Interface changes relative to the latest 2.0.x release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
addseverity NEW: fmtmsg addseverity NEW: Unix98
alphasort64 NEW: LFS alphasort64 NEW: LFS
argp_err_exit_status NEW: argp argp_err_exit_status NEW: argp, GNU ext
argp_error NEW: argp argp_error NEW: argp, GNU ext
argp_failure NEW: argp argp_failure NEW: argp, GNU ext
argp_help NEW: argp argp_help NEW: argp, GNU ext
argp_parse NEW: argp argp_parse NEW: argp, GNU ext
argp_program_bug_address NEW: argp argp_program_bug_address NEW: argp, GNU ext
argp_program_version NEW: argp argp_program_version NEW: argp, GNU ext
argp_program_version_hook NEW: argp argp_program_version_hook NEW: argp, GNU ext
argp_state_help NEW: argp argp_state_help NEW: argp, GNU ext
argp_usage NEW: argp argp_usage NEW: argp, GNU ext
authdes_create NEW: Secure RPC authdes_create NEW: Secure RPC
authdes_getucred NEW: Secure RPC authdes_getucred NEW: Secure RPC
authdes_pk_create NEW: Secure RPC authdes_pk_create NEW: Secure RPC
@ -185,7 +191,7 @@ ctanhl NEW: ISO C 9x
ctanl NEW: ISO C 9x ctanl NEW: ISO C 9x
des_setparity NEW: Secure RPC des_setparity NEW: Secure RPC
ecb_crypt NEW: Secure RPC ecb_crypt NEW: Secure RPC
endutxent NEW: utmpx endutxent NEW: Unix98
exp10 NEW: ISO C 9x exp10 NEW: ISO C 9x
exp10f NEW: ISO C 9x exp10f NEW: ISO C 9x
exp10l NEW: ISO C 9x exp10l NEW: ISO C 9x
@ -225,7 +231,7 @@ fmaxl NEW: ISO C 9x
fmin NEW: ISO C 9x fmin NEW: ISO C 9x
fminf NEW: ISO C 9x fminf NEW: ISO C 9x
fminl NEW: ISO C 9x fminl NEW: ISO C 9x
fmtmsg NEW: fmtmsg fmtmsg NEW: Unix98
fopen64 NEW: LFS fopen64 NEW: LFS
fputc_locked REMOVED fputc_locked REMOVED
fputs_unlocked NEW: GNU ext. fputs_unlocked NEW: GNU ext.
@ -255,9 +261,9 @@ getnetname NEW: Secure RPC
getpmsg NEW: STREAMS getpmsg NEW: STREAMS
getpt NEW: Unix98 PTY getpt NEW: Unix98 PTY
getrlimit64 NEW: LFS getrlimit64 NEW: LFS
getutxent NEW: utmpx getutxent NEW: Unix98
getutxid NEW: utmpx getutxid NEW: Unix98
getutxline NEW: utmpx getutxline NEW: Unix98
glob64 NEW: GNU ext. glob64 NEW: GNU ext.
globfree64 NEW: GNU ext. globfree64 NEW: GNU ext.
gnu_get_libc_release NEW: GNU ext. gnu_get_libc_release NEW: GNU ext.
@ -337,7 +343,7 @@ putchar_locked REMOVED
putgrent NEW: GNU ext. putgrent NEW: GNU ext.
putmsg NEW: STREAMS putmsg NEW: STREAMS
putpmsg NEW: STREAMS putpmsg NEW: STREAMS
pututxline NEW: utmpx pututxline NEW: Unix98
pwrite NEW: Unix98 pwrite NEW: Unix98
pwrite64 NEW: LFS pwrite64 NEW: LFS
readdir64 NEW: LFS readdir64 NEW: LFS
@ -356,7 +362,7 @@ scandir64 NEW: LFS
sendfile NEW: kernel sendfile NEW: kernel
setcontext NEW: Unix98 setcontext NEW: Unix98
setrlimit64 NEW: LFS setrlimit64 NEW: LFS
setutxent NEW: utmpx setutxent NEW: Unix98
sighold NEW: Unix98 sighold NEW: Unix98
sigignore NEW: Unix98 sigignore NEW: Unix98
sigqueue NEW: POSIX.1b sigqueue NEW: POSIX.1b
@ -391,9 +397,9 @@ truncf NEW: ISO C 9x
truncl NEW: ISO C 9x truncl NEW: ISO C 9x
umount2 NEW: kernel umount2 NEW: kernel
unlockpt NEW: Unix98 PTY unlockpt NEW: Unix98 PTY
updwtmpx NEW: utmpx updwtmpx NEW: Unix98
user2netname NEW: Secure RPC user2netname NEW: Secure RPC
utmpxname NEW: utmpx utmpxname NEW: Unix98
versionsort NEW: GNU ext. versionsort NEW: GNU ext.
versionsort64 NEW: LFS versionsort64 NEW: LFS
waitid NEW: Unix98 waitid NEW: Unix98

View 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> 1998-11-12 Ulrich Drepper <drepper@cygnus.com>
* locales/el_GR (abmon): Remove spaces at end of strings. * locales/el_GR (abmon): Remove spaces at end of strings.

View File

@ -8,6 +8,7 @@ de_BE ISO-8859-1
de_CH ISO-8859-1 de_CH ISO-8859-1
de_DE ISO-8859-1 de_DE ISO-8859-1
de_LU ISO-8859-1 de_LU ISO-8859-1
el_GR ISO-8859-7
en_CA ISO-8859-1 en_CA ISO-8859-1
en_DK ISO-8859-1 en_DK ISO-8859-1
en_GB ISO-8859-1 en_GB ISO-8859-1
@ -24,7 +25,6 @@ fr_CH ISO-8859-1
fr_FR ISO-8859-1 fr_FR ISO-8859-1
fr_LU ISO-8859-1 fr_LU ISO-8859-1
ga_IE ISO-8859-1 ga_IE ISO-8859-1
gr_GR ISO-8859-7
hr_HR ISO-8859-2 hr_HR ISO-8859-2
hu_HU ISO-8859-2 hu_HU ISO-8859-2
is_IS ISO-8859-1 is_IS ISO-8859-1