Ulrich Drepper [Fri, 3 Mar 2000 21:35:29 +0000 (21:35 +0000)]
Update.
2000-03-03 Paul Eggert <eggert@twinsun.com>
* posix/regex.c (MB_LEN_MAX): Include <limits.h> to define;
define to 1 if not defined.
Ulrich Drepper [Fri, 3 Mar 2000 21:33:34 +0000 (21:33 +0000)]
Update.
2000-03-03 Andreas Jaeger <aj@suse.de>
* sunrpc/xdr.c (xdr_hyper): Correctly handle lower half of llp.
2000-03-03 Andreas Jaeger <aj@suse.de>
* sunrpc/xdr_intXX_t.c (xdr_uint16_t): Fix ENCODE and DECODE
cases.
(xdr_int64_t): Correctly handle lower half.
Fix by Sten Dahlgren <stda@enea.se>, closes PR libc/1623.
Ulrich Drepper [Fri, 3 Mar 2000 21:07:41 +0000 (21:07 +0000)]
Update.
2000-03-03 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/unix/sysv/linux/init-first.c: Remove trace of personality
call.
Ulrich Drepper [Fri, 3 Mar 2000 20:10:07 +0000 (20:10 +0000)]
Update.
* sysdeps/unix/sysv/linux/scsi/sg.h: Integrate changes from Linux
2.3.43.
2000-03-02 Andreas Jaeger <aj@suse.de>
Ulrich Drepper [Fri, 3 Mar 2000 20:04:58 +0000 (20:04 +0000)]
Update.
2000-03-02 Andreas Jaeger <aj@suse.de>
* resolv/Makefile (headers): Add arpa/nameser_compat.h.
Ulrich Drepper [Fri, 3 Mar 2000 19:49:23 +0000 (19:49 +0000)]
Update.
2000-03-01 Andreas Jaeger <aj@suse.de>
* time/Makefile (tst-getdate-ENV): New flag to pass DATEMSK.
(tests): Added tst-getdate.
* time/tst-getdate.c: New file.
* time/datemsk: New file, needed for tst-getdate.
Ulrich Drepper [Fri, 3 Mar 2000 19:43:41 +0000 (19:43 +0000)]
Update.
2000-02-29 Cristian Gafton <gafton@redhat.com>
* configure.in (CCVERSION): Require at least veersion 5 of perl API.
Ulrich Drepper [Fri, 3 Mar 2000 19:41:44 +0000 (19:41 +0000)]
Update.
2000-02-17 H.J. Lu <hjl@gnu.org>
* sunrpc/rpc/svc.h (SVCXPRT): Add a "xp_pad" field at the end.
* sunrpc/svc_udp.c (svcudp_bufcreate): Turn on IP_PKTINFO if
available.
(svcudp_recv): Set up message with the new "xp_pad" field for
IP_PKTINFO.
(svcudp_reply): Support IP_PKTINFO if available.
Ulrich Drepper [Fri, 3 Mar 2000 19:41:13 +0000 (19:41 +0000)]
(SVCXPRT): Add a "xp_pad" field at the end.
Andreas Jaeger [Fri, 3 Mar 2000 08:13:22 +0000 (08:13 +0000)]
Update.
2000-03-01 Andreas Jaeger <aj@suse.de>
* time/getdate.c (check_mday): Fix check for february.
Reported by ane@np.bs1.fc.nec.co.jp and Akira YOSHIYAMA
<yosshy@cts.ne.jp>, closes PR libc/1617 and PR libc/1619.
Andreas Jaeger [Thu, 2 Mar 2000 08:38:42 +0000 (08:38 +0000)]
Update.
2000-03-02 Andreas Jaeger <aj@suse.de>
* posix/unistd.h: __THROW has to precede __attribute__, otherwise
g++ fails to parse this.
Reported by Sean Chen <sean.chen@turbolinux.com>.
Andreas Jaeger [Thu, 2 Mar 2000 08:38:34 +0000 (08:38 +0000)]
Fix typo.
2000-03-02 Andreas Jaeger <aj@suse.de>
* sysdeps/pthread/bits/libc-lock.h: Fix typo.
Reported by Sean Chen <sean.chen@turbolinux.com>.
Andreas Jaeger [Thu, 2 Mar 2000 08:38:28 +0000 (08:38 +0000)]
__THROW has to precede __attribute__, otherwise g++ cannot parse this.
Ulrich Drepper [Wed, 1 Mar 2000 21:33:28 +0000 (21:33 +0000)]
Remove K&R compatibility support.
Ulrich Drepper [Tue, 29 Feb 2000 08:02:20 +0000 (08:02 +0000)]
Update.
* io/lockf.c: Moved to...
* sysdeps/generic/lockf.c: ...here.
Ulrich Drepper [Tue, 29 Feb 2000 08:00:04 +0000 (08:00 +0000)]
Update.
* io/creat.c: Moved to...
* sysdeps/generic/creat.c: ...here.
* io/creat64.c: Moved to...
* sysdeps/generic/creat64.c: ...here.
Ulrich Drepper [Tue, 29 Feb 2000 06:34:39 +0000 (06:34 +0000)]
Update.
* crypt/crypt.texi: Moved to...
* crypt/examples/genpass.c: Moved to...
* manual/examples/genpass.c: ...here.
* crypt/examples/mygenpass.c: Moved to...
* manual/examples/mygenpass.c: ...here.
* crypt/examples/testpass.c: Moved to...
* manual/examples/testpass.c: ...here.
* manual/Makefile (chapters): Add crypt.
* manual/conf.texi: Add usual header for not-last chapter.
* manual/crypt.texi: Add special header for last chapter.
Ulrich Drepper [Tue, 29 Feb 2000 06:01:28 +0000 (06:01 +0000)]
Update.
2000-02-28 Ulrich Drepper <drepper@redhat.com>
* crypt/tcrypt.texi: Moved to...
* manual/crypt.texi: ...here.
Ulrich Drepper [Tue, 29 Feb 2000 05:59:52 +0000 (05:59 +0000)]
Moved into manual subdir.
Geoff Keating [Tue, 29 Feb 2000 05:21:42 +0000 (05:21 +0000)]
* Makeconfig (all-subdirs): Add 'crypt' subdirectory. * sysdeps/unix/sysv/linux/configure.in (inhibit_glue): Don't complain if there is no crypt add-on. * crypt/configure: Removed.
* crypt/crypt.texi: Update documentation of US export restrictions
to match the 14 Jan 2000 regulations.
2000-02-28 Geoff Keating <geoffk@cygnus.com>
* Makeconfig (all-subdirs): Add 'crypt' subdirectory.
* sysdeps/unix/sysv/linux/configure.in (inhibit_glue): Don't
complain if there is no crypt add-on.
* crypt/configure: Removed.
* crypt/crypt.texi: Update documentation of US export restrictions
to match the 14 Jan 2000 regulations.
2000-02-28 Geoff Keating <geoffk@cygnus.com>
* crypt: New subdirectory, merged in from the crypt add-on.
Geoff Keating [Tue, 29 Feb 2000 02:44:16 +0000 (02:44 +0000)]
We have crypt!
Ulrich Drepper [Tue, 29 Feb 2000 01:34:34 +0000 (01:34 +0000)]
Fix typo.
Ulrich Drepper [Tue, 29 Feb 2000 01:13:44 +0000 (01:13 +0000)]
Update.
* include/unistd.h: Add __rmdir and __mkdir prototypes.
See ChangeLog.10 for earlier changes.
Ulrich Drepper [Tue, 29 Feb 2000 00:44:05 +0000 (00:44 +0000)]
Update.
* sysdeps/powerpc/fprsave.S: New file.
* sysdeps/powerpc/fprrest.S: New file.
* sysdeps/powerpc/Makefile [$(subdir)=misc] (sysdep_routines):
Add fprsave and fprrest.
Ulrich Drepper [Mon, 28 Feb 2000 23:51:44 +0000 (23:51 +0000)]
Update.
* sysdeps/powerpc/gprrest0.S: Use ASM_GLOBAL_DIRECTIVE instead of
.globl.
* sysdeps/powerpc/gprsave0.S: Likewise.
* sysdeps/powerpc/gprrest1.S: Likewise.
* sysdeps/powerpc/gprsave1.S: Likewise.
Ulrich Drepper [Mon, 28 Feb 2000 22:36:31 +0000 (22:36 +0000)]
Update.
* sysdeps/powerpc/fpu/s_copysign.S: Use L() instead of local labels.
* sysdeps/powerpc/submul_1.S: Likewise.
* sysdeps/powerpc/sub_n.S: Likewise.
* sysdeps/powerpc/strcpy.S: Likewise.
* sysdeps/powerpc/strcmp.S: Likewise.
* sysdeps/powerpc/stpcpy.S: Likewise.
* sysdeps/powerpc/rshift.S: Likewise.
* sysdeps/powerpc/mul_1.S: Likewise.
* sysdeps/powerpc/memset.S: Likewise.
* sysdeps/powerpc/lshift.S: Likewise.
* sysdeps/powerpc/addmul_1.S: Likewise.
* sysdeps/powerpc/add_n.S: Likewise.
Ulrich Drepper [Mon, 28 Feb 2000 21:28:11 +0000 (21:28 +0000)]
Update.
* sysdeps/powerpc/Versions: Export _savegpr* and _restgpr*
functions.
Ulrich Drepper [Mon, 28 Feb 2000 21:25:16 +0000 (21:25 +0000)]
Update.
* sysdeps/powerpc/gprrest0.S: New file.
* sysdeps/powerpc/gprsave0.S: New file.
* sysdeps/powerpc/gprrest1.S: New file.
* sysdeps/powerpc/gprsave1.S: New file.
Ulrich Drepper [Mon, 28 Feb 2000 21:17:10 +0000 (21:17 +0000)]
Fix typo.
* iconv/skeleton.c: If DL_CALL_FCT is not yet defined, add dummy
Ulrich Drepper [Mon, 28 Feb 2000 21:16:38 +0000 (21:16 +0000)]
Update.
2000-02-28 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/start.c: Initialize __errno and add comment
explaining why. Remove K&R compatibility.
* sysdeps/powerpc/fpu/s_isnan.c: Avoid using asm statement to
declare aliases.
* sysdeps/powerpc/Makefile: Always pass flags to compile for ppc
and not rs6000.
[$(subdir)=misc] (sysdep_routines): Add gprsave0, gprrest0,
gprsave1 , and gprrest1.
Don't pass special flags to compiler for init and gmon-start if
this is no ELF platform.
* sysdeps/mach/hurd/bits/statfs.h: Define _STATFS_F_NAMELEN.
* sysdeps/unix/sysv/linux/bits/statfs.h: Likewise.
* sysdeps/unix/sysv/linux/mips/bits/statfs.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/statfs.h: Likewise.
* sysdeps/posix/fpathconf.c: Don't unconditionally use f_namelen
in statfs. Check feature macro and use f_name_max or NAME_MAX
instead.
* sysdeps/posix/pathconf.c: Likewise.
* dlfcn/dlfcn.h: Remove DL_CALL_FCT definition here.
* sysdeps/generic/bits/dlfcn.h: Define DL_CALL_FCT here.
* sysdeps/mips/bits/dlfcn.h: Define DL_CALL_FCT here.
* iconv/skeleton.c: If DL_CALL_FCT is not yet defined, add dumy
definition here.
* sysdeps/generic/libc-start.c: Fix typo in comment.
* include/set-hooks.h: Allow systems to not define
symbol_set_define.
* configure.in: Unify machine names rs6000 and powerpc.
Ulrich Drepper [Mon, 28 Feb 2000 20:30:57 +0000 (20:30 +0000)]
Update.
2000-02-25 Andreas Jaeger <aj@suse.de>
* malloc/Versions: Change version of __libc_freeres to 2.1 in
accordance with usage in glibc 2.1.3.
Ulrich Drepper [Mon, 28 Feb 2000 08:14:33 +0000 (08:14 +0000)]
Update.
2000-02-28 Ulrich Drepper <drepper@redhat.com>
* stdlib/msort.c (qsort): Limit the amount of memory spend on a
temporary array for the mergesort.
Ulrich Drepper [Mon, 28 Feb 2000 07:41:22 +0000 (07:41 +0000)]
Update.
2000-02-28 Andreas Jaeger <aj@suse.de>
* stdlib/canonicalize.c: Include <stddef.h> for ptrdiff_t.
Ulrich Drepper [Mon, 28 Feb 2000 05:08:01 +0000 (05:08 +0000)]
Update.
2000-02-27 Ulrich Drepper <drepper@redhat.com>
* conform/conformtest.pl (@headers): Add wordexp.h, wctype.h, wchar.h,
varargs.h, utmpx.h, utime.h, unistd.h, ulimit.h, ucontext.h, time.h,
termios.h, tar.h, sys/wait.h, sys/uio.h, sys/types.h, sys/times.h,
sys/timeb.h, sys/time.h, sys/statvfs.h, sys/stat.h, sys/shm.h,
sys/sem.h, and sys/resource.h.
Implement handling of allow-header.
* conform/data/fcntl.h-data: Correct various bugs.
* conform/data/fnmatch.h-data: Likewise.
* conform/data/math.h-data: Likewise.
* conform/data/ndbm.h-data: Likewise.
* conform/data/nl_types.h-data: Likewise.
* conform/data/poll.h-data: Likewise.
* conform/data/pthread.h-data: Likewise.
* conform/data/semaphore.h-data: Likewise.
* conform/data/setjmp.h-data: Likewise.
* conform/data/signal.h-data: Likewise.
* conform/data/stdarg.h-data: Likewise.
* conform/data/stddef.h-data: Likewise.
* conform/data/stdio.h-data: Likewise.
* conform/data/stdlib.h-data: Likewise.
* conform/data/string.h-data: Likewise.
* conform/data/strings.h-data: Likewise.
* conform/data/stropts.h-data: Likewise.
* conform/data/syslog.h-data: Likewise.
* conform/data/sys/ipc.h-data: Likewise.
* conform/data/sys/mman.h-data: Likewise.
* conform/data/sys/msg.h-data: Likewise.
* conform/data/tar.h-data: New file.
* conform/data/termios.h-data: New file.
* conform/data/time.h-data: New file.
* conform/data/ucontext.h-data: New file.
* conform/data/ulimit.h-data: New file.
* conform/data/unistd.h-data: New file.
* conform/data/utime.h-data: New file.
* conform/data/utmpx.h-data: New file.
* conform/data/varargs.h-data: New file.
* conform/data/wchar.h-data: New file.
* conform/data/wctype.h-data: New file.
* conform/data/wordexp.h-data: New file.
* conform/data/sys/resource.h-data: New file.
* conform/data/sys/sem.h-data: New file.
* conform/data/sys/shm.h-data: New file.
* conform/data/sys/stat.h-data: New file.
* conform/data/sys/statvfs.h-data: New file.
* conform/data/sys/time.h-data: New file.
* conform/data/sys/timeb.h-data: New file.
* conform/data/sys/times.h-data: New file.
* conform/data/sys/types.h-data: New file.
* conform/data/sys/uio.h-data: New file.
* conform/data/sys/wait.h-data: New file.
* grp/grp.h (getgrent_r): Declare only if __USE_GNU.
* include/sys/time.h (__itimes): Fix type of second parameter.
* io/sys/stat.h (S_IFLNK): Define also if __USE_XOPEN.
(S_ISVTX): Likewise.
* io/sys/statvfs.h: Define fsblkcnt_t and fsfilcnt_t.
* locale/langindo.h: Make ERA_YEAR, INT_CURR_SYMBOL, CURRENCY_SYMBOL,
MON_DECIMAL_POINT, MON_THOUSANDS_SEP, MON_GROUPING, POSITIVE_SIGN,
NEGATIVE_SIGN, INT_FRAC_DIGITS, FRAC_DIGITS, P_CS_PRECEDES,
P_SEP_BY_SPACE, N_CS_PRECEDES, N_SEP_BY_SPACE, P_SIGN_POSN,
N_SIGN_POSN, DECIMAL_POINT, THOUSANDS_SEP, GROUPING, YESEXPR,
NOEXPR, YESSTR, and NOSTR only available if __USE_GNU.
* math/bits/mathcalls.h: Don't declare tgamma and scalbn if only
__USE_XOPEN.
* posix/unistd.h: Don't define ptrdiff_t.
(sbrk): Correct type of parameter.
* sysdeps/generic/sbrk.c: Likewise.
* sysdeps/mach/hurd/sbrk.c: Likewise.
* posix/sys/types.h: Allow id_t, suseconds_t, fsblkcnt_t, and
fsfilcnt_t being defined elsewhere.
* resource/sys/resource.h: Define id_t.
If __USE_XOPEN use int for type of first parameter if getrlimit,
getrlimit64, setrlimit, setrlimit64, getrusage, getpriority, and
setpriority.
* sysdeps/generic/getpriority.c: Fix type of second parameter.
* sysdeps/generic/setpriority.c: Likewise.
* sysdeps/mach/hurd/getpriority.c: Likewise.
* sysdeps/mach/hurd/setpriority.c: Likewise.
* sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
* sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
* sysdeps/unix/sysv/linux/getpriority.c: Likewise.
* sysdeps/generic/utimes.c: Fix parameter of third parameter.
* sysdeps/mach/hurd/utimes.c: Likewise.
* sysdeps/posix/utimes.c: Likewise.
* sysdeps/generic/bits/shm.h: Define shmatt_t type and use it in
struct shmid_ds definition.
* sysdeps/gnu/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
* sysvipc/sys/shm.h: Define time_t.
* sysvipc/sys/sem.h (struct sembuf): Make sem_num field unsigned.
* sysdeps/gnu/bits/sem.h: Rename anonymous type struct sem_queue and
struct sem_undo to struct __sem_queue and struct __sem_undo resp.
* time/time.h: Define suseconds_t if not already done.
* sysdeps/unix/sysv/linux/bits/statvfs.h: Rename f_spare to __f_spare.
* sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
* sysdeps/unix/sysv/linux/statvfs64.c: Likewise.
* sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
* intl/bindtextdom.c: Use rwlock to avoid surprising results in
multithreaded applications.
* intl/dcigettext.c: Likewise.
* intl/textdomain.c: Likewise.
* intl/*.c: Update copyright.
* sysdeps/generic/bits/libc-lock.h: Define __libc_rwlock_* stubs.
2000-02-27 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/sysv/linux/configure.in: Treat also "/usr/" as
prefix especially.
2000-02-27 Ulrich Drepper <drepper@redhat.com>
* po/de.po: Update from translation team.
* po/ko.po: Likewise.
Ulrich Drepper [Sun, 27 Feb 2000 23:11:13 +0000 (23:11 +0000)]
Update from translation team.
Andreas Jaeger [Sat, 26 Feb 2000 08:13:07 +0000 (08:13 +0000)]
Apply forgotten patch to change default version to 2.2.
Ulrich Drepper [Sat, 26 Feb 2000 01:21:37 +0000 (01:21 +0000)]
Update.
2000-02-25 Andreas Jaeger <aj@suse.de>
* math/Versions: Move fe* function to GLIBC_2.2. The patches have
not been added to glibc 2.1.3.
* Versions.def: Remove 2.1.3 entry for math.
* sysdeps/alpha/fpu/fclrexcpt.c: Change default version to GLIBC_2.2.
* sysdeps/alpha/fpu/fegetenv.c: Likewise.
* sysdeps/alpha/fpu/fesetenv.c: Likewise.
* sysdeps/alpha/fpu/feupdateenv.c: Likewise.
* sysdeps/alpha/fpu/fgetexcptflg.c: Likewise.
* sysdeps/alpha/fpu/fraiseexcpt.c: Likewise.
* sysdeps/alpha/fpu/fsetexcptflg.c: Likewise.
* sysdeps/arm/fpu/fclrexcpt.c: Likewise.
* sysdeps/arm/fpu/fegetenv.c: Likewise.
* sysdeps/arm/fpu/fesetenv.c: Likewise.
* sysdeps/arm/fpu/fraiseexcpt.c: Likewise.
* sysdeps/arm/fpu/fsetexcptflg.c: Likewise.
* sysdeps/generic/fclrexcpt.c: Likewise.
* sysdeps/generic/fegetenv.c: Likewise.
* sysdeps/generic/fesetenv.c: Likewise.
* sysdeps/generic/feupdateenv.c: Likewise.
* sysdeps/generic/fgetexcptflg.c: Likewise.
* sysdeps/generic/fraiseexcpt.c: Likewise.
* sysdeps/generic/fsetexcptflg.c: Likewise.
* sysdeps/i386/fpu/fclrexcpt.c: Likewise.
* sysdeps/i386/fpu/fegetenv.c: Likewise.
* sysdeps/i386/fpu/fesetenv.c: Likewise.
* sysdeps/i386/fpu/feupdateenv.c: Likewise.
* sysdeps/i386/fpu/fgetexcptflg.c: Likewise.
* sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
* sysdeps/i386/fpu/fsetexcptflg.c: Likewise.
* sysdeps/m68k/fpu/fclrexcpt.c: Likewise.
* sysdeps/m68k/fpu/fegetenv.c: Likewise.
* sysdeps/m68k/fpu/fesetenv.c: Likewise.
* sysdeps/m68k/fpu/feupdateenv.c: Likewise.
* sysdeps/m68k/fpu/fgetexcptflg.c: Likewise.
* sysdeps/m68k/fpu/fraiseexcpt.c: Likewise.
* sysdeps/m68k/fpu/fsetexcptflg.c: Likewise.
* sysdeps/mips/fpu/fclrexcpt.c: Likewise.
* sysdeps/mips/fpu/fegetenv.c: Likewise.
* sysdeps/mips/fpu/fesetenv.c: Likewise.
* sysdeps/mips/fpu/feupdateenv.c: Likewise.
* sysdeps/mips/fpu/fgetexcptflg.c: Likewise.
* sysdeps/powerpc/fclrexcpt.c: Likewise.
* sysdeps/powerpc/fpu/fegetenv.c: Likewise.
* sysdeps/powerpc/fpu/fesetenv.c: Likewise.
* sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
* sysdeps/powerpc/fpu/fgetexcptflg.c: Likewise.
* sysdeps/powerpc/fpu/fraiseexcpt.c: Likewise.
* sysdeps/powerpc/fpu/fsetexcptflg.c: Likewise.
* sysdeps/sparc/fpu/fclrexcpt.c: Likewise.
* sysdeps/sparc/fpu/fegetenv.c: Likewise.
* sysdeps/sparc/fpu/fesetenv.c: Likewise.
* sysdeps/sparc/fpu/feupdateenv.c: Likewise.
* sysdeps/sparc/fpu/fgetexcptflg.c: Likewise.
* sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
* sysdeps/sparc/fpu/fsetexcptflg.c: Likewise.
2000-02-25 Andreas Jaeger <aj@suse.de>
* sysdeps/alpha/fpu/fraiseexcpt.c (__feraiseexcept): Correct
declaration to return value.
* sysdeps/ieee754/Makefile (CFLAGS-k_standard.c): Added.
* math/Makefile: Remove -Wno-write-strings since it's only needed
by one file.
* intl/Makefile (CFLAGS-bindtextdom.c): The code has been fixed,
we don't need to disable the warnings anymore, remove them.
(CFLAGS-finddomain.c): Likewise.
(CFLAGS-localealias.c): Likewise.
2000-02-25 Andreas Jaeger <aj@suse.de>
* configure.in: Allow sed 3.02 or newer versions.
* manual/install.texi (Tools for Compilation): Document sed
requirement.
Ulrich Drepper [Fri, 25 Feb 2000 23:28:51 +0000 (23:28 +0000)]
Update.
* posix/environ.c: Moved to...
* sysdeps/generic/environ.c: ...here. New file.
Ulrich Drepper [Fri, 25 Feb 2000 20:30:43 +0000 (20:30 +0000)]
Update.
2000-02-25 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/powerpc/bzero.S: Moved to...
* sysdeps/powerpc/elf/bzero.S: ...here. New file.
Ulrich Drepper [Fri, 25 Feb 2000 17:08:15 +0000 (17:08 +0000)]
Update.
2000-02-25 Andreas Jaeger <aj@suse.de>
* stdio-common/Makefile (CFLAGS-_itoa.c): The code has been
fixed, we don't need to disable the warnings anymore, remove them.
* elf/Makefile (CFLAGS-dl-load.c): Likewise.
* posix/Makefile (CFLAGS-regex.c): Remove not needed warning
flag.
* posix/regex.c (regex_compile): Remove unused variables.
2000-02-25 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/sysv/linux/bits/msq.h (struct msqid_ds): Use
__pid_t.
* sysdeps/unix/sysv/linux/alpha/bits/msq.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
2000-02-25 Andreas Jaeger <aj@suse.de>
* locale/programs/ld-ctype.c (allocate_arrays): Add missing
variable declaration.
Ulrich Drepper [Fri, 25 Feb 2000 09:00:58 +0000 (09:00 +0000)]
Update.
2000-02-25 Ulrich Drepper <drepper@redhat.com>
* conform/conformtest.pl (@headers): Add "sys/msg.h", "sys/mman.h",
"sys/ipc.h", "syslog.h", and "stropts.h".
Handle / in header names correctly.
* conform/data/stropts.h-data: New file.
* conform/data/syslog.h-data: New file.
* conform/data/sys/ipc.h-data: New file.
* conform/data/sys/mman.h-data: New file.
* conform/data/sys/msg.h-data: New file.
* misc/sys/mman.h: Define off_t and mode_t if not already done.
* streams/stropts.h: Define gid_t and uid_t if not already done.
* sysdeps/gnu/bits/ipc.h (IPC_INFO): Only define if __USE_GNU.
* sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
* sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
* sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
* sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
* sysvipc/sys/msg.h: Don't include sys/types.h.
Define time_t, pid_t, and ssize_t if not already done.
(struct msgbuf): Define only if __USE_GNU.
* sysdeps/generic/bits/msq.h: Include bits/types.h, not sys/types.h.
(MSG_EXCEPT): Only define if __USE_GNU.
Define msgqnum_t and msglen_t and use them in struct msqid_ds
definition.
* sysdeps/gnu/bits/msq.h: Likewise.
* sysdeps/unix/sysv/linux/alpha/bits/msq.h: Likewise.
* sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
* sysdeps/generic/bits/stropts.h (I_GWROPT): Renamed from I_GWRSET.
(FLUSHBAND): Only define is __USE_GNU.
(RPROTMASK): Likewise.
(SNDPIPE): Likewise.
(MUXID_ALL): Likewise.
(struct strrecvfd): Rename fill to __fill.
Ulrich Drepper [Fri, 25 Feb 2000 06:18:15 +0000 (06:18 +0000)]
Update.
2000-02-24 Ulrich Drepper <drepper@redhat.com>
* stdlib/stdlib.h: Move definition X/Open compatibility stuff
inside the main #ifdef.
Ulrich Drepper [Thu, 24 Feb 2000 23:07:31 +0000 (23:07 +0000)]
Update.
2000-02-24 Geoff Clare <gwc@unisoft.com>
* posix/wordexp-test.c: Updated to include tests for all the
problems fixed by the last changes to wordexp.c.
* posix/wordexp.c: Use $HOME to expand ~ (if set); fix off-by-one
error in expansion of ~user; correct handling of WRDE_APPEND and
WRDE_DOOFFS; return WRDE_SYNTAX for syntax errors in command
substitutions; limit removal of newlines to those that are
really `trailing'; allow for current word to continue after
a command substitution (e.g. "a$(echo b)c"); restore pwordexp
members properly on error returns.
Ulrich Drepper [Thu, 24 Feb 2000 22:31:08 +0000 (22:31 +0000)]
Update.
* posix/sys/wait.h: Handle definitions duplicated in stdlib.h
correctly.
* stdlib/stdlib.h: Handle definition of wait macros correctly.
Ulrich Drepper [Thu, 24 Feb 2000 22:22:05 +0000 (22:22 +0000)]
Update.
* posix/sys/wait.h: Add missing #endif.
Ulrich Drepper [Thu, 24 Feb 2000 22:08:02 +0000 (22:08 +0000)]
Update.
* include/stdlib.h: Change parameter types for __initstate_t and
__setstate_r.
Ulrich Drepper [Thu, 24 Feb 2000 22:06:39 +0000 (22:06 +0000)]
Update.
* stdlib/random_r.c: Change parameter types for initstate_t and
setstate_r.
Ulrich Drepper [Thu, 24 Feb 2000 22:01:04 +0000 (22:01 +0000)]
Update.
2000-02-24 Ulrich Drepper <drepper@redhat.com>
* stdlib/stdlib.h (setstate): Don't mark argument as const (yet).
Ulrich Drepper [Thu, 24 Feb 2000 19:12:47 +0000 (19:12 +0000)]
Update.
* include/stdlib.h: Fix prototypes of __initstate and __setstate.
Ulrich Drepper [Thu, 24 Feb 2000 19:12:31 +0000 (19:12 +0000)]
Fix prototypes of __initstate and __setstate.
Andreas Jaeger [Thu, 24 Feb 2000 17:22:47 +0000 (17:22 +0000)]
Update.
2000-02-24 Andreas Jaeger <aj@suse.de>
* manual/time.texi (Precision Time): Fix typo.
Patch by John Tobey <jtobey@ne.mediaone.net>, PR libc/1576.
Andreas Jaeger [Thu, 24 Feb 2000 17:22:02 +0000 (17:22 +0000)]
Fix typo.
Ulrich Drepper [Thu, 24 Feb 2000 16:49:20 +0000 (16:49 +0000)]
(__initstate): Correct types of parameters and return value. (__setstate): Likewise.
Ulrich Drepper [Thu, 24 Feb 2000 08:24:58 +0000 (08:24 +0000)]
Update.
2000-02-24 Ulrich Drepper <drepper@redhat.com>
* conform/conformtest.pl (@headers): Add string.h and strings.h.
* conform/data/string.h-data: New file.
* conform/data/strings.h-data: New file.
* string/string.h [__USE_XOPEN]: Don't declare functions from
<strings.h> here as well.
Ulrich Drepper [Thu, 24 Feb 2000 08:04:43 +0000 (08:04 +0000)]
Update.
* posix/sys/wait.h: Pretty printing. Allow WEXITSTATUS etc be
defined elsewhere.
* stdlib/stdlib.h [__USE_XOPEN]: Define WEXITSTATUS etc.
* sysdeps/generic/bits/waitflags.h: Allow including from stdlib.h.
* sysdeps/unix/bsd/bits/waitflags.h: Likewise.
* sysdeps/unix/sysv/linux/bits/waitflags.h: Likewise.
* sysdeps/unix/sysv/sysv4/bits/waitflags.h: Likewise.
* sysdeps/generic/bits/waitstatus.h: Likewise.
Ulrich Drepper [Thu, 24 Feb 2000 07:36:39 +0000 (07:36 +0000)]
Update.
* posix/wordexp.c: Use we_offs everywhere if WRDE_DOOFS. Expand ~
correctly. Detect syntax errors in command substitutions. Delete
trailing newlines correctly. Don't split fields in command
substitution situations. Restore old structure in case of an
error. Handle WRDE_APPEND correctly.
Patch by Geoff Clare <gwc@unisoft.com>.
Ulrich Drepper [Thu, 24 Feb 2000 06:01:05 +0000 (06:01 +0000)]
Update.
2000-02-23 Ulrich Drepper <drepper@redhat.com>
* locale/programs/ld-ctype.c (allocate_arrays): Make sure the end
of width table is 4-byte aligned.
(ctype_output): Write out the entire width array.
* sysdeps/unix/sysv/linux/bits/waitflags.h: Add __WALL.
Ulrich Drepper [Wed, 23 Feb 2000 23:17:41 +0000 (23:17 +0000)]
Update.
* dlfcn/dlopenold.c: Likewise.
Ulrich Drepper [Wed, 23 Feb 2000 22:15:49 +0000 (22:15 +0000)]
Update.
2000-02-23 Andreas Jaeger <aj@suse.de>
* dlfcn/dlopen.c: Include <stddef.h> for NULL.
* dlfcn/dlsym.c: Likewise.
* dlfcn/dlvsym.c: Likewise.
* iconv/gconv.c: Likewise.
Ulrich Drepper [Wed, 23 Feb 2000 17:37:20 +0000 (17:37 +0000)]
Update.
2000-02-23 Ulrich Drepper <drepper@redhat.com>
* conform/conformtest.pl (@headers): Add stdlib.h.
* conform/data/stdlib.h-data: New file.
Ulrich Drepper [Wed, 23 Feb 2000 06:02:09 +0000 (06:02 +0000)]
Update.
* dlfcn/dlfcn.h (RTLD_DEFAULT): Don't use NULL.
* iconv/iconv.h (iconv): Fix prototype.
* misc/libgen.h: When using gcc using renaming feature to get XPG
definition of basename.
* misc/search.h (struct entry): Fix type of element data.
* posix/unistd.h (getpagesize): Declare as const function.
* sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Define SA_NOCLDWAIT.
* sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
* sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
* signal/signal.h [__USE_XOPEN]: Define uid_t.
(sigstack): Correct type of first parameter.
* sysdeps/generic/sigstack.c (sigstack): Likewise.
* sysdeps/unix/sysv/linux/sigstack.c (sigstack): Likewise.
* sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: New file. Copy of
old sysdeps/unix/sysv/linux/bits/siginfo.h.
* sysdeps/unix/sysv/linux/sparc/sparc64/bits/siginfo.h: Likewise.
* sysdeps/unix/sysv/linux/bits/siginfo.h [struct siginfo] (si_band):
Change type to `long int'.
* signal/signal.h [__USE_XOPEN]: Declare sigpause to redirect to
__xpg_sigpause.
* sysdeps/generic/sigpause.c: Define __xpg_sigpause.
* sysdeps/posix/sigpause.c: Likewise.
* conform/conformtest.pl: Correct bugs. Add more functionality.
* conform/data/dlfcn.h-data: Correct typos.
* conform/data/ftw.h-data: Likewise.
* conform/data/iconv.h-data: Likewise.
* conform/data/nl_types.h-data: Likewise.
* conform/data/search.h-data: Likewise.
* conform/data/semaphore.h-data: New file.
* conform/data/setjmp.h-data: New file.
* conform/data/signal.h-data: New file.
* conform/data/stdarg.h-data: New file.
* conform/data/stddef.h-data: New file.
* conform/data/stdio.h-data: New file.
Ulrich Drepper [Wed, 23 Feb 2000 02:45:25 +0000 (02:45 +0000)]
Update.
2000-02-22 Ulrich Drepper <drepper@redhat.com>
* semaphore.h (SEM_FAILED): Use 0 not NULL.
Ulrich Drepper [Tue, 22 Feb 2000 20:33:33 +0000 (20:33 +0000)]
Update.
2000-02-22 Ulrich Drepper <drepper@redhat.com>
* po/de.po: Update from translation team.
* argp/argp-help.c: Fix typos.
Ulrich Drepper [Tue, 22 Feb 2000 09:35:18 +0000 (09:35 +0000)]
Update.
1999-12-31 Martin Buchholz <martin@xemacs.org>
* argp/argp-help.c: Likewise.
* argp/argp.h: Likewise.
* elf/dl-object.c: Likewise.
* elf/dl-open.c: Likewise.
* elf/elf.h: Likewise.
* elf/rtld.c: Likewise.
* iconv/gconv_open.c: Likewise.
* localedata/tst-fmon.data: Likewise.
* localedata/tst-rpmatch.sh: Likewise.
* login/programs/xtmp.h: Likewise.
* manual/arith.texi: Likewise.
* manual/charset.texi: Likewise.
* manual/creature.texi: Likewise.
* manual/llio.texi: Likewise.
* manual/search.texi: Likewise.
* manual/signal.texi: Likewise.
* manual/stdio.texi: Likewise.
* manual/string.texi: Likewise.
* manual/sysinfo.texi: Likewise.
* manual/users.texi: Likewise.
* manual/examples/argp-ex2.c: Likewise.
* manual/examples/argp-ex3.c: Likewise.
* manual/examples/argp-ex4.c: Likewise.
* manual/examples/mkfsock.c: Likewise.
* math/test-fenv.c: Likewise.
* nscd/nscd_gethst_r.c: Likewise.
* nss/test-netdb.c: Likewise.
* posix/regex.c: Likewise.
* scripts/test-installation.pl: Likewise.
* stdlib/canonicalize.c: Likewise.
* stdlib/fmtmsg.c: Likewise.
* string/argz-replace.c: Likewise.
* string/argz.h: Likewise.
* string/bits/string2.h: Likewise.
* sysdeps/generic/glob.c: Likewise.
* sysdeps/generic/setenv.c: Likewise.
* sysdeps/i386/memcmp.S: Likewise.
* sysdeps/posix/waitid.c: Likewise.
* time/tzset.c: Likewise.
Ulrich Drepper [Tue, 22 Feb 2000 09:01:04 +0000 (09:01 +0000)]
Fix typo.
* SUPPORTED: Add mk_MK ISO-8859-5.
Ulrich Drepper [Tue, 22 Feb 2000 09:00:35 +0000 (09:00 +0000)]
Update.
2000-02-22 Ulrich Drepper <drepper@redhat.com>
* locales/mk_MK: New file.
Contributed by Damjan Georgievski <gdamjan@freemail.org.mk>
* SUPPORTED: Add mk_MK ISO-8859-1.
Ulrich Drepper [Tue, 22 Feb 2000 07:51:44 +0000 (07:51 +0000)]
Update.
* sysdeps/unix/sysv/linux/i386/syscalls.list: Add
getrlimit@GLIBC_2.0.
Reported by Yoshito Kawada <KAWADA@jp.ibm.com>.
Ulrich Drepper [Tue, 22 Feb 2000 07:27:03 +0000 (07:27 +0000)]
Update.
* sysdeps/unix/sysv/linux/powerpc/setrlimit64.c: Removed.
Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
Ulrich Drepper [Tue, 22 Feb 2000 07:10:59 +0000 (07:10 +0000)]
Update.
* elf/elf.h (ELF32_ST_OTHER): Removed.
(ELF64_ST_OTHER): Likewise.
Ulrich Drepper [Tue, 22 Feb 2000 05:33:56 +0000 (05:33 +0000)]
Update.
* sysdeps/alpha/fpu/fpu_control.h: Update comment.
Ulrich Drepper [Tue, 22 Feb 2000 05:25:08 +0000 (05:25 +0000)]
Update.
2000-02-21 Ulrich Drepper <drepper@redhat.com>
* malloc/Makefile (tests): Add tst-valloc.
* malloc/tst-valloc.c: New file.
Ulrich Drepper [Tue, 22 Feb 2000 05:09:06 +0000 (05:09 +0000)]
Update.
2000-02-21 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/sysv/linux/bits/in.h (IPV6_RXSRCRT): Renamed to
IPV6_RTHDR; added IPV6_RTHDR_LOOSE, IPV6_RTHDR_STRICT and
IPV6_RTHDR_TYPE_0 to synch with RFC 2292.
* sysdeps/generic/bits/in.h: Likewise.
2000-02-21 Ulrich Drepper <drepper@redhat.com>
* po/gl.po: Update from translation team.
* timezone/antarctica: Update from tzdata2000b.
* timezone/asia: Likewise.
* timezone/australasia: Likewise.
* timezone/europe: Likewise.
* malloc/malloc.c (vALLOc): Call ptmalloc_init before mEMALIGn
call to initialize malloc_getpagesize.
(pvALLOc): Likewise.
Ulrich Drepper [Sun, 20 Feb 2000 23:54:15 +0000 (23:54 +0000)]
Update.
2000-02-20 Ulrich Drepper <drepper@redhat.com>
* po/it.po: Update from translation team.
Ulrich Drepper [Sun, 20 Feb 2000 18:05:29 +0000 (18:05 +0000)]
Update.
2000-02-20 Philip Blundell <philb@gnu.org>
* sysdeps/unix/sysv/linux/arm/mmap64.S: Fix off by one error.
Ulrich Drepper [Sun, 20 Feb 2000 17:57:38 +0000 (17:57 +0000)]
Update.
2000-02-20 Ulrich Drepper <drepper@redhat.com>
* sunrpc/rpc_main.c (checkfiles): Add comment to help translators.
* po/de.po: Update from translation team.
Ulrich Drepper [Sun, 20 Feb 2000 02:56:12 +0000 (02:56 +0000)]
Update.
_libc_fpreg and _libc_fpstate and use it to define fpregset_t.
Ulrich Drepper [Sun, 20 Feb 2000 02:50:41 +0000 (02:50 +0000)]
Update.
* sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Add definition of
_fpreg and _fpstate and use it to define fpregset_t.
* sysdeps/unix/sysv/linux/i386/sys/procfs.h (prgregset_t): Define
using elf_gregset_t.
(prfpregset_t): Define using elf_fpregset_t.
Ulrich Drepper [Sat, 19 Feb 2000 08:05:35 +0000 (08:05 +0000)]
Update.
2000-02-19 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Make fpregset_t
definition compatible with definition in 2.1.2 and before.
(struct ucontext): Use fpregset_t.
* sysdeps/unix/sysv/linux/i386/sys/procfs.h (prfpregset_t): Define
as pointer to fpregset_t.
Ulrich Drepper [Sat, 19 Feb 2000 05:31:32 +0000 (05:31 +0000)]
Update.
* string/bits/string2.h (strnlen): Add cast to prevent warning.
Ulrich Drepper [Fri, 18 Feb 2000 17:25:16 +0000 (17:25 +0000)]
Update.
2000-02-18 Ulrich Drepper <drepper@redhat.com>
* nscd/connections.c (handle_request): Don't abort() if unknown
command is sent.
Ulrich Drepper [Fri, 18 Feb 2000 07:30:25 +0000 (07:30 +0000)]
Update.
2000-02-17 Ulrich Drepper <drepper@redhat.com>
* nscd/hstcache.c (cache_addhst): Don't cache name->record entries
if more than one IP address is available.
Ulrich Drepper [Thu, 17 Feb 2000 18:38:28 +0000 (18:38 +0000)]
Update.
2000-02-17 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/sparc/bits/termios.h: Sync with kernel.
Ulrich Drepper [Thu, 17 Feb 2000 07:36:53 +0000 (07:36 +0000)]
Update.
* locale/programs/charmap.c (charmap_read): Find charmap also in
the standard directory.
Ulrich Drepper [Thu, 17 Feb 2000 00:33:09 +0000 (00:33 +0000)]
Update.
* sysdeps/unix/sysv/linux/powerpc/mmap64.c: Correct prototype for
__syscall_mmap2.
Ulrich Drepper [Thu, 17 Feb 2000 00:21:53 +0000 (00:21 +0000)]
Update.
* sysdeps/unix/sysv/linux/execve.c: Pretty print.
Ulrich Drepper [Wed, 16 Feb 2000 18:37:02 +0000 (18:37 +0000)]
Update.
2000-02-16 Ulrich Drepper <drepper@redhat.com>
* po/it.po: New file.
* po/pl.po: Update from translation team.
Ulrich Drepper [Wed, 16 Feb 2000 18:32:23 +0000 (18:32 +0000)]
Update.
2000-02-16 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64): Fix return
value.
2000-02-16 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/sysv/linux/powerpc/ftruncate64.c (ftruncate64): Fix
typo.
Ulrich Drepper [Tue, 15 Feb 2000 17:30:32 +0000 (17:30 +0000)]
Update.
2000-02-15 Andreas Jaeger <aj@suse.de>
* sysdeps/i386/fpu/libm-test-ulps: Add one value for AMD K7.
2000-02-15 Andreas Jaeger <aj@suse.de>
* math/libm-test.inc (nearbyint_test): Add some tests.
(rint_test): Likewise.
Ulrich Drepper [Tue, 15 Feb 2000 07:37:37 +0000 (07:37 +0000)]
Update.
* locale/programs/repertoire.c (repertoire_new_char): NUL
terminated names of character in range.
Ulrich Drepper [Tue, 15 Feb 2000 05:51:07 +0000 (05:51 +0000)]
Fix typos.
* sysdeps/i386/fpu/s_nearbyintl.S: Likewise.
2000-02-14 Scott Bambrough <scottb@netwinder.org>
Ulrich Drepper [Tue, 15 Feb 2000 05:40:40 +0000 (05:40 +0000)]
Update.
* stdio-common/vfprintf.c (vfprintf): Initialize thousands_sep.
Define and initialize use_outdigits in the inner loops.
Ulrich Drepper [Tue, 15 Feb 2000 02:00:33 +0000 (02:00 +0000)]
Update.
2000-02-14 Ulrich Drepper <drepper@redhat.com>
* sysdeps/posix/sigwait.c: Don't look for signal 0 since it does
not exist. Patch by Miloslav Trmac <mitr@volny.cz> (PR libc/1601).
* sysdeps/i386/fpu/s_nearbyint.S: Disable raising exception, not
enable it. Patch by Miloslav Trmac <mitr@volny.cz> (PR libc/1600).
* sysdeps/i386/fpu/s_nearbyintf.S: Likewise.
* sysdeps/i386/fpu/s_nearbyintf.l: Likewise.
Ulrich Drepper [Tue, 15 Feb 2000 01:43:12 +0000 (01:43 +0000)]
Update.
2000-02-14 Andreas Jaeger <aj@suse.de>
* elf/rtld.c (dl_main): Fix check for references to dynamic linker.
Ulrich Drepper [Tue, 15 Feb 2000 01:39:39 +0000 (01:39 +0000)]
Update.
* manual/job.texi: Fix typos.
* manual/process.texi: Likewise.
* manual/signal.texi: Likewise.
Ulrich Drepper [Mon, 14 Feb 2000 23:28:28 +0000 (23:28 +0000)]
Update.
2000-02-14 Ulrich Drepper <drepper@redhat.com>
* sysdeps/powerpc/atomicity.h: Remove white space to avoid
compiler warning.
Ulrich Drepper [Mon, 14 Feb 2000 18:11:26 +0000 (18:11 +0000)]
Update.
2000-02-14 Scott Bambrough <scottb@netwinder.org>
* sysdeps/unix/sysv/linux/arm/ioperm.c (_iopl, _ioperm): Add
Rebel-NetWinder to platform table so _ioperm platform lookup via
/proc/cpuinfo works on later version NetWinders.
Ulrich Drepper [Mon, 14 Feb 2000 07:42:18 +0000 (07:42 +0000)]
Update.
* locale/programs/charmap.c (charmap_read): Remove erronous free
call.
* iconv/skeleton.c: Increment __invocation_counter after every call
Ulrich Drepper [Sun, 13 Feb 2000 19:42:28 +0000 (19:42 +0000)]
Update.
PR libc/1580 and libc/1581.
Ulrich Drepper [Sun, 13 Feb 2000 19:40:31 +0000 (19:40 +0000)]
Update.
* sysdeps/i386/fpu/s_cosf.S: Domain of opcode is not large enough
so test for overflow and handle it.
* sysdeps/i386/fpu/s_sinf.S: Likewise.
* sysdeps/i386/fpu/s_tanf.S: Likewise.
Patch by Miloslav Trmac <mitr@volny.cz> (PR libc/1563).
Ulrich Drepper [Sun, 13 Feb 2000 19:00:53 +0000 (19:00 +0000)]
Update.
2000-02-13 Ulrich Drepper <drepper@redhat.com>
* iconvdata/Makefile (modules): Add UTF-16.
(distribute): Add utf-16.c.
* iconvdata/gconv-modules: Add entries for UTF-16, UTF-16BE, and
UTF-16LE.
* iconvdata/utf-16.c: New file.
* iconv/gconv_builtin.h: Remove UTF-16 entries here.
* iconv/gconv_simple.c: Remove conversion functions to and from UTF-16.
* iconv/skeleton.c: Increment __invocation_coounter after every call
to the loops.