external/glibc.git
24 years agoUpdate.
Andreas Jaeger [Wed, 8 Mar 2000 08:58:29 +0000 (08:58 +0000)]
Update.

2000-03-08  Andreas Jaeger  <aj@suse.de>

* manual/crypt.texi: Fix paths.

24 years agoUpdate.
Andreas Jaeger [Tue, 7 Mar 2000 14:31:30 +0000 (14:31 +0000)]
Update.

2000-03-07  Andreas Jaeger  <aj@suse.de>

* resolv/netdb.h: The descriptions of rresvport and rresvport_af
were swapped.
Patch by YOSHIFUJI Hideaki <yoshfuji@ecei.tohoku.ac.jp>, closes PR
libc/1636.

24 years agoUpdate.
Andreas Jaeger [Mon, 6 Mar 2000 17:33:50 +0000 (17:33 +0000)]
Update.

2000-03-06  Andreas Jaeger  <aj@suse.de>

  * sysdeps/i386/fpu/bits/mathinline.h: Fix union definition error
  in __sgn1l, otherwise g++ fails to parse this.
  Reported by Sean Chen <sean.chen@turbolinux.com>.

24 years ago2000-03-06 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Mon, 6 Mar 2000 17:33:27 +0000 (17:33 +0000)]
2000-03-06  Andreas Jaeger  <aj@suse.de>

  * sysdeps/i386/fpu/bits/mathinline.h: Fix union definition error
  in __sgn1l, otherwise g++ fails to parse this.
  Reported by Sean Chen <sean.chen@turbolinux.com>.

24 years agoIn libc/:
Geoff Keating [Sat, 4 Mar 2000 03:36:14 +0000 (03:36 +0000)]
In libc/:

* configure.in: Compute sizeof-long-double.
* configure: Regenerated.
* config.make.in: Make sizeof-long-double available to sub-makes.
In libc/soft-fp/:
* soft-fp.h (_FP_ROUND_ZERO): Cast 0 to void before using it
as a statement.

* sysdeps/powerpc/Makefile (routines): New file.
* sysdeps/powerpc/q_*: New files.
2000-03-03  Geoff Keating  <geoffk@cygnus.com>

* configure.in: Compute sizeof-long-double.
* configure: Regenerated.
* config.make.in: Make sizeof-long-double available to sub-makes.

24 years agoUpdate.
Ulrich Drepper [Sat, 4 Mar 2000 01:05:26 +0000 (01:05 +0000)]
Update.

2000-03-03  Ulrich Drepper  <drepper@cygnus.com>

* sysdeps/unix/sysv/linux/init-first.c: Remove trace of personality
call.

24 years agoRemove traces of personality calls.
Ulrich Drepper [Sat, 4 Mar 2000 01:04:33 +0000 (01:04 +0000)]
Remove traces of personality calls.

24 years ago* Makeconfig (rpath-dirs): Add crypt.
Geoff Keating [Sat, 4 Mar 2000 00:47:31 +0000 (00:47 +0000)]
* Makeconfig (rpath-dirs): Add crypt.

(all-subdirs): Remove md5crypt.
* crypt/sysdeps/unix/crypt.c: Move to crypt/.
* crypt/sysdeps/unix/crypt-entry.c: Move to crypt/.
* sysdeps/generic/crypt-entry.c: Delete.
* crypt/sysdeps/unix/crypt.h: Move to crypt/.
* sysdeps/generic/crypt.h: Delete.
* crypt/sysdeps/unix/crypt-private.h: Move to crypt/.
* crypt/sysdeps/unix/crypt_util.c: Move to crypt/.
* crypt/sysdeps/unix/des_impl.c: Move to sunrpc/.
* sysdeps/generic/des_impl.c: Delete.
* crypt/sysdeps/unix/ufc-crypt.h: Move to crypt/.
* crypt/sysdeps: Delete.
* crypt/crypt_util.c: Don't use `patchlevel.h'.
* md5-crypt/Versions: Move to crypt/.
* md5-crypt/md5-crypt.c: Move to crypt/.
* md5-crypt/md5.c: Move to crypt/.
* md5-crypt/md5c-test.c: Move to crypt/.
* md5-crypt/md5test.c: Move to crypt/.
* md5-crypt: Delete.
* crypt/Makefile: Adjust for new structure.
2000-03-03  Geoff Keating  <geoffk@cygnus.com>

* Makeconfig (rpath-dirs): Add crypt.
(all-subdirs): Remove md5crypt.
* crypt/sysdeps/unix/crypt.c: Move to crypt/.
* crypt/sysdeps/unix/crypt-entry.c: Move to crypt/.
* sysdeps/generic/crypt-entry.c: Delete.
* crypt/sysdeps/unix/crypt.h: Move to crypt/.
* sysdeps/generic/crypt.h: Delete.
* crypt/sysdeps/unix/crypt-private.h: Move to crypt/.
* crypt/sysdeps/unix/crypt_util.c: Move to crypt/.
* crypt/sysdeps/unix/des_impl.c: Move to sunrpc/.
* sysdeps/generic/des_impl.c: Delete.
* crypt/sysdeps/unix/ufc-crypt.h: Move to crypt/.
* crypt/sysdeps: Delete.
* crypt/crypt_util.c: Don't use `patchlevel.h'.
* md5-crypt/Versions: Move to crypt/.
* md5-crypt/md5-crypt.c: Move to crypt/.
* md5-crypt/md5.c: Move to crypt/.
* md5-crypt/md5c-test.c: Move to crypt/.
* md5-crypt/md5test.c: Move to crypt/.
* md5-crypt: Delete.
* crypt/Makefile: Adjust for new structure.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
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>

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years ago(SVCXPRT): Add a "xp_pad" field at the end.
Ulrich Drepper [Fri, 3 Mar 2000 19:41:13 +0000 (19:41 +0000)]
(SVCXPRT): Add a "xp_pad" field at the end.

24 years agoUpdate.
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.

24 years agoUpdate.
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>.

24 years agoFix typo.
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>.

24 years ago__THROW has to precede __attribute__, otherwise g++ cannot parse this.
Andreas Jaeger [Thu, 2 Mar 2000 08:38:28 +0000 (08:38 +0000)]
__THROW has to precede __attribute__, otherwise g++ cannot parse this.

24 years agoRemove K&R compatibility support.
Ulrich Drepper [Wed, 1 Mar 2000 21:33:28 +0000 (21:33 +0000)]
Remove K&R compatibility support.

24 years agoUpdate.
Ulrich Drepper [Tue, 29 Feb 2000 08:02:20 +0000 (08:02 +0000)]
Update.

* io/lockf.c: Moved to...
* sysdeps/generic/lockf.c: ...here.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoMoved into manual subdir.
Ulrich Drepper [Tue, 29 Feb 2000 05:59:52 +0000 (05:59 +0000)]
Moved into manual subdir.

24 years ago* Makeconfig (all-subdirs): Add 'crypt' subdirectory. * sysdeps/unix/sysv/linux/confi...
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.

24 years agoWe have crypt!
Geoff Keating [Tue, 29 Feb 2000 02:44:16 +0000 (02:44 +0000)]
We have crypt!

24 years agoFix typo.
Ulrich Drepper [Tue, 29 Feb 2000 01:34:34 +0000 (01:34 +0000)]
Fix typo.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
Ulrich Drepper [Mon, 28 Feb 2000 21:28:11 +0000 (21:28 +0000)]
Update.

* sysdeps/powerpc/Versions: Export _savegpr* and _restgpr*
functions.

24 years agoUpdate.
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.

24 years agoFix typo.
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

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate from translation team.
Ulrich Drepper [Sun, 27 Feb 2000 23:11:13 +0000 (23:11 +0000)]
Update from translation team.

24 years agoApply forgotten patch to change default version to 2.2.
Andreas Jaeger [Sat, 26 Feb 2000 08:13:07 +0000 (08:13 +0000)]
Apply forgotten patch to change default version to 2.2.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
Ulrich Drepper [Thu, 24 Feb 2000 22:22:05 +0000 (22:22 +0000)]
Update.

* posix/sys/wait.h: Add missing #endif.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
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).

24 years agoUpdate.
Ulrich Drepper [Thu, 24 Feb 2000 19:12:47 +0000 (19:12 +0000)]
Update.

* include/stdlib.h: Fix prototypes of __initstate and __setstate.

24 years agoFix prototypes of __initstate and __setstate.
Ulrich Drepper [Thu, 24 Feb 2000 19:12:31 +0000 (19:12 +0000)]
Fix prototypes of __initstate and __setstate.

24 years agoUpdate.
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.

24 years agoFix typo.
Andreas Jaeger [Thu, 24 Feb 2000 17:22:02 +0000 (17:22 +0000)]
Fix typo.

24 years ago(__initstate): Correct types of parameters and return value. (__setstate): Likewise.
Ulrich Drepper [Thu, 24 Feb 2000 16:49:20 +0000 (16:49 +0000)]
(__initstate): Correct types of parameters and return value. (__setstate): Likewise.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
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>.

24 years agoUpdate.
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.

24 years agoUpdate.
Ulrich Drepper [Wed, 23 Feb 2000 23:17:41 +0000 (23:17 +0000)]
Update.

* dlfcn/dlopenold.c: Likewise.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoFix typo.
Ulrich Drepper [Tue, 22 Feb 2000 09:01:04 +0000 (09:01 +0000)]
Fix typo.

* SUPPORTED: Add mk_MK ISO-8859-5.

24 years agoUpdate.
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.

24 years agoUpdate.
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>.

24 years agoUpdate.
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>.

24 years agoUpdate.
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.

24 years agoUpdate.
Ulrich Drepper [Tue, 22 Feb 2000 05:33:56 +0000 (05:33 +0000)]
Update.

* sysdeps/alpha/fpu/fpu_control.h: Update comment.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
Ulrich Drepper [Sat, 19 Feb 2000 05:31:32 +0000 (05:31 +0000)]
Update.

* string/bits/string2.h (strnlen): Add cast to prevent warning.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
Ulrich Drepper [Thu, 17 Feb 2000 00:21:53 +0000 (00:21 +0000)]
Update.

* sysdeps/unix/sysv/linux/execve.c: Pretty print.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoUpdate.
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.

24 years agoFix typos.
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>

24 years agoUpdate.
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.

24 years agoUpdate.
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.