]> sourceware.org Git - glibc.git/log
glibc.git
24 years ago2000-04-14 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Fri, 14 Apr 2000 22:42:41 +0000 (22:42 +0000)]
2000-04-14  Andreas Jaeger  <aj@suse.de>

* shlib-versions (mips.*-.*-linux.*): Support only GLIBC 2.0 and
2.2 for linuxthreads.

2000-04-14  Andreas Jaeger  <aj@suse.de>

* shlib-versions (mips.*-.*-linux.*): Support only GLIBC 2.0 and
2.2 for libdl, ld and libm.
* shlib-versions (mips.*-.*-linux.*): Support only GLIBC 2.0 and
2.2 for linuxthreads.

24 years agoAdd newline at EOF.
Andreas Jaeger [Fri, 14 Apr 2000 17:53:07 +0000 (17:53 +0000)]
Add newline at EOF.

24 years agoUpdate.
Ulrich Drepper [Fri, 14 Apr 2000 17:44:22 +0000 (17:44 +0000)]
Update.

2000-04-14  Ulrich Drepper  <drepper@redhat.com>

* malloc/Versions [libc] (GLIBC_2.2): Add posix_memalign.
* malloc/malloc.c: Implement posix_memalign for glibc.
* include/stdlib.h: Add prototype for __posix_memalign.
* stdlib/stdlib.h: Add prototype for posix_memalign.

24 years agoImplement posix_memalign for glibc.
Ulrich Drepper [Fri, 14 Apr 2000 17:42:46 +0000 (17:42 +0000)]
Implement posix_memalign for glibc.

24 years agoUpdate.
Andreas Jaeger [Fri, 14 Apr 2000 17:37:10 +0000 (17:37 +0000)]
Update.

2000-04-14  Andreas Jaeger  <aj@suse.de>

* sysdeps/generic/madvise.c: Fix typos.

* sysdeps/unix/sysv/linux/mips/clone.S (error): Use __PIC__.

* sysdeps/mips/bits/setjmp.h: Remove K&R compatibility.

* sysdeps/mips/setjmp_aux.c (__sigsetjmp_aux): Silence gcc
warnings.

24 years ago2000-04-14 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Fri, 14 Apr 2000 17:36:37 +0000 (17:36 +0000)]
2000-04-14  Andreas Jaeger  <aj@suse.de>

* weaks.c: Fix typo.

2000-04-14  Andreas Jaeger  <aj@suse.de>

* sysdeps/generic/madvise.c: Fix typos.

* sysdeps/unix/sysv/linux/mips/clone.S (error): Use __PIC__.

* sysdeps/mips/bits/setjmp.h: Remove K&R compatibility.

* sysdeps/mips/setjmp_aux.c (__sigsetjmp_aux): Silence gcc
warnings.
2000-04-14  Andreas Jaeger  <aj@suse.de>

* weaks.c: Fix typo.

24 years agoupdate.
Ulrich Drepper [Fri, 14 Apr 2000 07:51:02 +0000 (07:51 +0000)]
update.

2000-04-14  Ulrich Drepper  <drepper@redhat.com>

* include/sys/statfs.h: Add prototypes for __statfs64 and __fstatfs64.
* sysdeps/generic/fstatfs64.c (__fstatfs64): Renamed to fstatfs64.
Make old name weak alias.
* sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
* sysdeps/generic/statfs64.c (__statfs64): Renamed to statfs64.
Make old name weak alias.
* sysdeps/unix/sysv/linux/statfs64.c: Likewise.

* io/Makefile (routines): Add posix_fadvise, posix_fadvise64,
posix_fallocate, and posix_fallocate64.
* io/Versions [libc] (GLIBC_2.2): Add posix_fadvise, posix_fadvise64,
posix_fallocate, and posix_fallocate64.
* io/fcntl.h: Declare posix_fadvise, posix_fadvise64,
posix_fallocate, and posix_fallocate64.
* sysdeps/generic/fadvise.c: New file.
* sysdeps/generic/fadvise64.c: New file.
* sysdeps/generic/fallocate.c: New file.
* sysdeps/generic/fallocate64.c: New file.
* sysdeps/posix/fallocate.c: New file.
* sysdeps/posix/fallocate64.c: New file.
* sysdeps/generic/bits/fcntl.h: Define POSIX_FADV_NORMAL,
POSIX_FADV_RANDOM, POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED,
POSIX_FADV_DONTNEED, and POSIX_FADV_NOREUSE.
* sysdeps/mach/hurd/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.

* sysdeps/generic/madvise.c (__madvise): Renamed to posix_madvise.
* sysdeps/unix/sysv/linux/syscalls.list: Likewise.

24 years agoUpdate.
Ulrich Drepper [Fri, 14 Apr 2000 05:59:03 +0000 (05:59 +0000)]
Update.

2000-04-13  Ulrich Drepper  <drepper@redhat.com>

* misc/Versions [libc] (GLIBC_2.2): Add posix_madvice.
* misc/sys/mman.h (posix_madvise): Add prototype.
* sysdeps/generic/madvise.c (madvise): Renamed to __madvise.  Make
old name and posix_madvise weak aliases.
* sysdeps/unix/sysv/linux/syscalls.list: Likewise.
* sysdeps/generic/bits/mman.h: Add POSIX_MADV_* constants.
* sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
* sysdeps/unix/sysv/linux/arm/bits/mman.h: Likewise.
* sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
* sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.

24 years ago[libc] (GLIBC_2.2): Add posix_madvice.
Ulrich Drepper [Fri, 14 Apr 2000 05:45:32 +0000 (05:45 +0000)]
[libc] (GLIBC_2.2): Add posix_madvice.

24 years agoUpdate.
Andreas Jaeger [Fri, 14 Apr 2000 00:35:47 +0000 (00:35 +0000)]
Update.

(elf_machine_got_rel): Handle symbol versioning.

24 years agoUpdate.
Andreas Jaeger [Fri, 14 Apr 2000 00:15:54 +0000 (00:15 +0000)]
Update.

(elf_machine_got_rel): Only add runtime display if needed.

24 years agoUpdate.
Andreas Jaeger [Thu, 13 Apr 2000 23:55:40 +0000 (23:55 +0000)]
Update.

* sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Handle symbol
versioning.

2000-04-13  Andreas Jaeger  <aj@suse.de>

24 years agoUpdate.
Andreas Jaeger [Thu, 13 Apr 2000 20:13:42 +0000 (20:13 +0000)]
Update.

* sysdeps/unix/sysv/linux/mips/clone.S: Fix function.

* sysdeps/unix/sysv/linux/mips/pipe.S: New file.

24 years agoUpdate.
Andreas Jaeger [Thu, 13 Apr 2000 19:53:31 +0000 (19:53 +0000)]
Update.

* sysdeps/unix/sysv/linux/mips/pipe.S: New file.

24 years agoUpdate.
Andreas Jaeger [Thu, 13 Apr 2000 19:46:23 +0000 (19:46 +0000)]
Update.

2000-04-13  Andreas Jaeger  <aj@suse.de>

* sysdeps/unix/mips/pipe.S: Reorder instructions since .reorder is
default.

* sysdeps/mips/__longjmp.c (__longjmp): Use $25 to fix problems
with some applications.
Patches by Ralf Baechle <ralf@uni-koblenz.de>.

* sysdeps/mips/bsd-setjmp.S: Use __PIC__.
* sysdeps/mips/bsd-_setjmp.S: Likewise.
* sysdeps/mips/setjmp.S: Likewise.

24 years ago2000-04-13 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Thu, 13 Apr 2000 19:46:02 +0000 (19:46 +0000)]
2000-04-13  Andreas Jaeger  <aj@suse.de>

* sysdeps/unix/mips/pipe.S: Reorder instructions since .reorder is
default.

* sysdeps/mips/__longjmp.c (__longjmp): Use $25 to fix problems
with some applications.
Patches by Ralf Baechle <ralf@uni-koblenz.de>.

* sysdeps/mips/bsd-setjmp.S: Use __PIC__.
* sysdeps/mips/bsd-_setjmp.S: Likewise.
* sysdeps/mips/setjmp.S: Likewise.

24 years agoUpdate.
Ulrich Drepper [Thu, 13 Apr 2000 15:13:26 +0000 (15:13 +0000)]
Update.

2000-04-13  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/i386/getcpuclockid.c
(pthread_getcpuclockid): Fix typo.

24 years agoUpdate.
Ulrich Drepper [Thu, 13 Apr 2000 07:30:27 +0000 (07:30 +0000)]
Update.

2000-04-13  Ulrich Drepper  <drepper@redhat.com>

* posix/globtest.sh: Work around inconsistency with expanding ~/
in shell (PR libc/1690).  Reported by patsmith@pobox.com.

24 years agoUpdate.
Ulrich Drepper [Thu, 13 Apr 2000 05:59:06 +0000 (05:59 +0000)]
Update.

* sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_SPIN_LOCKS):
Defined.
* sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.

24 years agoUpdate.
Ulrich Drepper [Thu, 13 Apr 2000 05:57:21 +0000 (05:57 +0000)]
Update.

* sysdeps/pthread/pthread.h: Add prototypes for pthread_spin_init,
pthread_spin_destroy, pthread_spin_lock, pthread_spin_trylock,
and pthread_spin_unlock.
* sysdeps/pthread/bits/pthreadtypes.h: Change struct _pthread_fastlock
into pthread_spinlock_t.  Change all uses.
* spinlock.c: Implement pthread_spin_lock.
Rename __pthread_unlock to __pthread_spin_unlock and define weak
alias for real name.
Define pthread_spin_trylock, pthread_spin_init, and
pthread_spin_destroy.
Change all uses of _pthread_fastlock to pthread_spinlock_t.
* spinlock.h: Rename __pthread_unlock to __pthread_spin_unlock.
Change all uses of _pthread_fastlock to pthread_spinlock_t.
* Versions [libpthread] (GLIBC_2.2): Add pthread_spin_init,
pthread_spin_destroy, pthread_spin_lock, pthread_spin_trylock,
and pthread_spin_unlock.
* cancel.c: Use __pthread_spin_unlock instead of __pthread_unlock.
Change all uses of _pthread_fastlock to pthread_spinlock_t.
* condvar.c: Likewise.
* internals.h: Likewise.
* join.c: Likewise.
* manager.c: Likewise.
* mutex.c: Likewise.
* pthread.c: Likewise.
* rwlock.c: Likewise.
* semaphore.c: Likewise.
* signals.c: Likewise.

24 years agoUpdate.
Ulrich Drepper [Thu, 13 Apr 2000 03:55:50 +0000 (03:55 +0000)]
Update.

* posix/getconf.c: Add support for many more POSIX options.
* sysdeps/posix/sysconf.c: Likewise.
* sysdeps/generic/bits/confname.h: Add many more POSIX options.
* sysdeps/mach/hurd/bits/posix_opt.h: Add _POSIX_REGEXP and
_POSIX_SHELL.
* sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
* sysdeps/unix/sysv/linux/i386/bits/time.h: Rename __CLOCK_HIGHRES to
CLOCK_PROCESS_CPUTIME_ID.  Add define CLOCK_MONOTONIC and
CLOCK_THREAD_CPUTIME_ID.
* sysdeps/unix/i386/clock_getcpuclockid.c: Set *clock_id to
CLOCK_PROCESS_CPUTIME_ID.
* sysdeps/unix/i386/i586/clock_getres.c: Change for renaming of
__CLOCK_HIGHRES to CLOCK_PROCESS_CPUTIME_ID.  Handle
CLOCK_THREAD_CPUTIME_ID and CLOCK_MONOTONIC the same.
* sysdeps/unix/i386/i586/clock_gettime.c: Likewise.

24 years agoUpdate.
Ulrich Drepper [Wed, 12 Apr 2000 23:53:40 +0000 (23:53 +0000)]
Update.

* malloc/Makefile (tests): Add tst-calloc.
* malloc/tst-calloc.c: New file.

24 years agoUpdate.
Ulrich Drepper [Wed, 12 Apr 2000 23:40:28 +0000 (23:40 +0000)]
Update.

* sysdeps/arm/libm-test-ulps: New file.

24 years agoUpdate.
Ulrich Drepper [Wed, 12 Apr 2000 23:17:05 +0000 (23:17 +0000)]
Update.

* malloc/malloc.c: Undo all of today's changes.

24 years agoUpdate.
Ulrich Drepper [Wed, 12 Apr 2000 21:39:32 +0000 (21:39 +0000)]
Update.

* locale/programs/locale.c (show_info): Don't try to look into
data for LC_ALL (there is none).

24 years agoUpdate.
Ulrich Drepper [Wed, 12 Apr 2000 21:10:45 +0000 (21:10 +0000)]
Update.

* malloc/malloc.c (cALLOc): Clear only what the user asked for and
avoid writing over boundary.
Patch by Greg McGary <gkm@eng.ascend.com>.

24 years agoUpdate.
Ulrich Drepper [Wed, 12 Apr 2000 20:59:34 +0000 (20:59 +0000)]
Update.

2000-04-12  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/arm/memprof.h: New file.

24 years agoUpdate.
Ulrich Drepper [Wed, 12 Apr 2000 20:53:19 +0000 (20:53 +0000)]
Update.

2000-04-12  Andreas Jaeger  <aj@suse.de>

* sysdeps/unix/i386/i586/clock_gettime.c: Fix typo.

* sysdeps/unix/sysv/linux/i386/get_clockfreq.c: Include <string.h>
for memmem declaration.

* sysdeps/unix/clock_gettime.c (clock_gettime): Initialize retval
to -1.
* sysdeps/posix/clock_getres.c (clock_getres): Likewise.

24 years agoUpdate.
Ulrich Drepper [Wed, 12 Apr 2000 20:45:32 +0000 (20:45 +0000)]
Update.

* libio/iopopen.c (_IO_new_proc_open): Close pipes in case the
mode is invalid.
* libio/oldiopopen.c (_IO_old_proc_open): Likewise.
Patch by Bart Veer <bartv@redhat.com>.

24 years agoUpdate.
Ulrich Drepper [Wed, 12 Apr 2000 20:34:27 +0000 (20:34 +0000)]
Update.

2000-04-12  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/arm/dl-machine.h (RTLD_START): Rewrite for new init
function interface.

24 years ago(RTLD_START): Rewrite for new init function interface.
Ulrich Drepper [Wed, 12 Apr 2000 20:12:05 +0000 (20:12 +0000)]
(RTLD_START): Rewrite for new init function interface.

24 years agoUpdate.
Andreas Jaeger [Wed, 12 Apr 2000 17:59:36 +0000 (17:59 +0000)]
Update.

2000-04-11  Andreas Jaeger  <aj@suse.de>

* sysdeps/mips/dl-machine.h: Update some comments.
(ELF_MACHINE_ALIGN_MASK): Removed, it's not needed.

24 years ago2000-04-11 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Wed, 12 Apr 2000 17:59:20 +0000 (17:59 +0000)]
2000-04-11  Andreas Jaeger  <aj@suse.de>

* sysdeps/mips/dl-machine.h: Update some comments.
(ELF_MACHINE_ALIGN_MASK): Removed, it's not needed.

24 years agoUpdate.
Ulrich Drepper [Wed, 12 Apr 2000 06:53:41 +0000 (06:53 +0000)]
Update.

* sysdeps/unix/sysv/linux/bits/posix_opt.h: Add
_POSIX_SHARED_MEMORY_OBJECTS.

24 years agoUpdate.
Ulrich Drepper [Wed, 12 Apr 2000 06:48:39 +0000 (06:48 +0000)]
Update.

* rt/Makefile (tests): Add tst-shm.
Add rules to generate tst-shm.
* rt/tst-shm.c: New file.

24 years agoUpdate.
Ulrich Drepper [Wed, 12 Apr 2000 06:08:31 +0000 (06:08 +0000)]
Update.

* sysdeps/unix/sysv/linux/shm_open.c (shm_open): Set FD_CLOEXEC
for descriptor.

24 years agoUpdate.
Ulrich Drepper [Wed, 12 Apr 2000 04:59:33 +0000 (04:59 +0000)]
Update.

* misc/sys/mman.h: Add prototypes for shm_open and shm_unlink.
* rt/Makefile (librt-routines): Add shm_open and shm_unlink.
* rt/Versions [librt] (GLIBC_2.2): Add shm_open and shm_unlink.
* sysdeps/generic/shm_open.c: New file.
* sysdeps/generic/shm_unlink.c: New file.
* sysdeps/unix/sysv/linux/shm_open.c: New file.
* sysdeps/unix/sysv/linux/shm_unlink.c: New file.
* sysdeps/unix/sysv/linux/Versions [libc] (GLIBC_2.2): Export
 __endmntent, __getmntent_r, __setmntent, and __statfs.

24 years agoAdd prototypes for shm_open and shm_unlink.
Ulrich Drepper [Wed, 12 Apr 2000 04:55:36 +0000 (04:55 +0000)]
Add prototypes for shm_open and shm_unlink.

24 years ago2000-04-11 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Tue, 11 Apr 2000 18:41:17 +0000 (18:41 +0000)]
2000-04-11  Andreas Jaeger  <aj@suse.de>

* sysdeps/mips/pt-machine.h (MEMORY_BARRIER): Define.
(__compare_and_swap): Mark as modifying memory.
2000-04-11  Andreas Jaeger  <aj@suse.de>

* sysdeps/mips/pt-machine.h (MEMORY_BARRIER): Define.
(__compare_and_swap): Mark as modifying memory.

24 years agoUpdate.
Ulrich Drepper [Tue, 11 Apr 2000 17:54:09 +0000 (17:54 +0000)]
Update.

* libio/vasprintf.c (_IO_vasprintf): Try to avoid memory
fragmentation by allocating new memory at the end instead of
reallocating.

24 years ago(_IO_vasprintf): Try to avoid memory fragmentation by allocating new memory at the...
Ulrich Drepper [Tue, 11 Apr 2000 17:53:41 +0000 (17:53 +0000)]
(_IO_vasprintf): Try to avoid memory fragmentation by allocating new memory at the end instead of reallocating.

24 years ago* sysdeps/powerpc/pt-machine.h (MEMORY_BARRIER): Don't be __volatile__. (__compare_an...
Geoff Keating [Tue, 11 Apr 2000 17:34:36 +0000 (17:34 +0000)]
* sysdeps/powerpc/pt-machine.h (MEMORY_BARRIER): Don't be __volatile__. (__compare_and_swap): Replace other 'sync' with MEMORY_BARRIER. Don't have the 'asm' __volatile__.

2000-04-11  Geoff Keating  <geoffk@cygnus.com>

* sysdeps/powerpc/pt-machine.h (MEMORY_BARRIER): Don't be
__volatile__.
(__compare_and_swap): Replace other 'sync' with MEMORY_BARRIER.
Don't have the 'asm' __volatile__.

24 years agoUpadte.
Ulrich Drepper [Tue, 11 Apr 2000 17:03:03 +0000 (17:03 +0000)]
Upadte.

2000-04-11  Ulrich Drepper  <drepper@redhat.com>

* internals.h: Define MEMORY_BARRIER as empty if not defined already.
* spinlock.c (__pthread_lock): Add memory barriers.
(__pthread_unlock): Likewise.
* sysdeps/alpha/pt-machine.h (MEMORY_BARRIER): Define using mb
instruction.
(RELEASE): Not needed anymore.
(__compare_and_swap): Mark asm as modifying memory.
* sysdeps/powerpc/pt-machine.h (sync): Remove.  Replace with definition
of MEMORY_BARRIER.
(__compare_and_swap): Use MEMORY_BARRIER instead of sync.
* sysdeps/sparc/sparc32/pt-machine.h (RELEASE): Not needed anymore.
(MEMORY_BARRIER): Define using stbar.
* sysdeps/sparc/sparc64/pt-machine.h (MEMORY_BARRIER): Define using
stbar.
(__compare_and_swap): Use MEMORY_BARRIER to ensure ordering.
Patch by Xavier Leroy <Xavier.Leroy@inria.fr> based on comments by
Mike Burrows <m3b@pa.dec.com>.

24 years agoUpdate.
Ulrich Drepper [Tue, 11 Apr 2000 16:27:38 +0000 (16:27 +0000)]
Update.

2000-04-11  Ulrich Drepper  <drepper@redhat.com>

* posix/globtest.sh: Fix last change.

2000-04-10  Philip Blundell  <philb@gnu.org>

* sysdeps/unix/sysv/linux/bits/in.h (IPV6_JOIN_GROUP,
IPV6_LEAVE_GROUP): New names for IPV6_ADD_MEMBERSHIP,
IPV6_DROP_MEMBERSHIP.
* sysdeps/generic/bits/in.h (IPV6_JOIN_GROUP, IPV6_LEAVE_GROUP):
Likewise.

2000-04-11  Ulrich Drepper  <drepper@redhat.com>

* elf/readlib (process_file): Close streams in case of an error.

2000-04-09  Andreas Jaeger  <aj@suse.de>

* elf/readlib.c (process_file): Check if file is big enough to
contain aout and ELF headers.
Reported by Reinhard Moosauer <RMoosauer@steinecker.com>.

2000-04-10  Jes Sorensen  <Jes.Sorensen@cern.ch>

* elf/dl-fini.c: Include alloca.h to get proper prototype for alloca().

2000-04-11  Ulrich Drepper  <drepper@redhat.com>

* test-skeleton.c (main): If STDOUT_UNBUFFERED is defined, make stdout
stream unbuffered.
* rt/Makefile (tests): Add tst-clock.
Add rules to build tst-clock.
* rt/tst-clock.c: New file.
* sysdeps/unix/i386/i586/clock_getres.c: Correct expression to decide
about initialization of nsec.
* sysdeps/unix/i386/i586/clock_gettime.c: Correct expression to decide
about initialization of freq.  Set retval to zero if successful.
* sysdeps/unix/sysv/linux/i386/get_clockfreq.c: Cache result.

24 years agoUpdate.
Ulrich Drepper [Tue, 11 Apr 2000 07:12:59 +0000 (07:12 +0000)]
Update.

* time/time.h: Define pid_t.  Add prototype for clock_getcpuclockid.

24 years agoUpdate.
Ulrich Drepper [Tue, 11 Apr 2000 07:08:31 +0000 (07:08 +0000)]
Update.

2000-04-10  Ulrich Drepper  <drepper@redhat.com>

* Versions.def (librt): Add GLIBC_2.2.
* rt/Makefile (librt-routines): Add get_clockfreq, clock_getcpuclockid,
clock_getres, clock_gettime, clock_settime, timer_create, timer_delete,
timer_getoverr, timer_gettime, and timer_settime.
* rt/Versions [librt] (GLIBC_2.2): Add clock_getres, clock_gettime,
clock_settime, timer_create, timer_delete, timer_getoverrun,
timer_gettime, and timer_settime.
* sysdeps/generic/clock_getcpuclockid.c: New file.
* sysdeps/generic/get_clockfreq.c: New file.
* sysdeps/unix/i386/clock_getcpuclockid.c: New file.
* sysdeps/unix/sysv/linux/i386/get_clockfreq.c: New file.
* sysdeps/mach/hurd/i386/bits/time.h: New file.
* sysdeps/unix/i386/i586/clock_getres.c: New file.
* sysdeps/unix/i386/i586/clock_gettime.c: New file.
* sysdeps/unix/i386/i686/Implies: New file.
* sysdpes/unix/sysv/linux/i386/bits/time.h: New file.
* time/Makefile (routines): Move clock_getres, clock_gettime,
clock_settime, timer_create, timer_delete, timer_getoverr,
timer_gettime, and timer_settime to rt/Makefile.
* time/Versions [libc] (GLIBC_2.2): Remove clock_getres, clock_gettime,
clock_settime, timer_create, timer_delete, timer_getoverrun,
timer_gettime, and timer_settime.

* sysdeps/mach/hurd/bits/time.h: Drop K&R compatibility.  Use __const__
and not const as attribute name.

24 years agoUpdate.
Ulrich Drepper [Mon, 10 Apr 2000 16:22:52 +0000 (16:22 +0000)]
Update.

2000-04-10  Thorsten Kukuk  <kukuk@suse.de>

* elf/cache.c (save_cache): Make sure /etc/ld.so.cache is mode 644.

24 years agoUpdate.
Ulrich Drepper [Mon, 10 Apr 2000 15:55:35 +0000 (15:55 +0000)]
Update.

2000-04-10  Andreas Schwab  <schwab@suse.de>

* posix/globtest.sh: Skip tests that depend on unreadable
directories if run as root.

24 years agoUpdate.
Ulrich Drepper [Mon, 10 Apr 2000 15:30:06 +0000 (15:30 +0000)]
Update.

2000-04-10  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/clock_settime.c (clock_settime): Test tv_nsec value
for correct range.  From code by Kaz Kylheku <kaz@ashi.footprints.net>.

24 years agoUpdate.
Ulrich Drepper [Mon, 10 Apr 2000 06:59:44 +0000 (06:59 +0000)]
Update.

* sysdeps/unix/clock_gettime.c: New file.
* sysdeps/unix/clock_settime.c: New file.
* sysdeps/posix/clock_getres.c: New file.

24 years agoUpdate.
Ulrich Drepper [Mon, 10 Apr 2000 05:52:30 +0000 (05:52 +0000)]
Update.

* conform/data/ftw.h-data: Add allow-header sys/stat.h.

24 years agoUpdate.
Ulrich Drepper [Mon, 10 Apr 2000 05:25:42 +0000 (05:25 +0000)]
Update.

* sysdeps/unix/sysv/linux/getdents.c (__getdents): Avoid initial
lseek call be passing in a buffer which never allow a successful
first getdents syscall if not at leas the initial entry can be
stored in the user buffer.

24 years agoUpdate.
Ulrich Drepper [Mon, 10 Apr 2000 05:13:54 +0000 (05:13 +0000)]
Update.

2000-04-09  Ulrich Drepper  <drepper@redhat.com>

* localedata/Makefile: Add rules to clean up directories created by
new strfmon tests.

2000-04-09  Geoff Clare  <gwc@unisoft.com>

* localedata/tst-fmon.data: Added new tests for strfmon()
using test locales with all combinations of cs_precedes,
sign_posn and sep_by_space.
* localedata/tst-fmon.sh: Updated to support the new tests.
* localedata/tst-fmon-locales/tstfmon_n01y12: New file containing
the localedef source for the new strfmon() test locale.
* localedata/tst-fmon-locales/tstfmon_n02n40: Likewise.
* localedata/tst-fmon-locales/tstfmon_n10y31: Likewise.
* localedata/tst-fmon-locales/tstfmon_n11y41: Likewise.
* localedata/tst-fmon-locales/tstfmon_n12y11: Likewise.
* localedata/tst-fmon-locales/tstfmon_n20n32: Likewise.
* localedata/tst-fmon-locales/tstfmon_n30y20: Likewise.
* localedata/tst-fmon-locales/tstfmon_n41n00: Likewise.
* localedata/tst-fmon-locales/tstfmon_y01y10: Likewise.
* localedata/tst-fmon-locales/tstfmon_y02n22: Likewise.
* localedata/tst-fmon-locales/tstfmon_y22n42: Likewise.
* localedata/tst-fmon-locales/tstfmon_y30y21: Likewise.
* localedata/tst-fmon-locales/tstfmon_y32n31: Likewise.
* localedata/tst-fmon-locales/tstfmon_y40y00: Likewise.
* localedata/tst-fmon-locales/tstfmon_y42n21: Likewise.

* stdlib/strfmon.c: Correct problems with missing or extra
spaces for unusual combinations of sign_posn and sep_by_space.
Improved left-precision alignment code.

24 years agoUpdate.
Ulrich Drepper [Mon, 10 Apr 2000 04:57:00 +0000 (04:57 +0000)]
Update.

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

* posix/Makefile (CFLAGS-regex.c): Remove DEBUG.

24 years ago(sigaction): Fix return value for the case SIG is one of the signals the implementati...
Ulrich Drepper [Mon, 10 Apr 2000 04:50:02 +0000 (04:50 +0000)]
(sigaction): Fix return value for the case SIG is one of the signals the implementation uses.

24 years agoUpdate.
Andreas Jaeger [Sun, 9 Apr 2000 22:50:21 +0000 (22:50 +0000)]
Update.

2000-04-10  Andreas Jaeger  <aj@suse.de>

* intl/Makefile: Don't run do-gettext-test when cross-compiling.

24 years ago2000-04-10 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Sun, 9 Apr 2000 22:50:08 +0000 (22:50 +0000)]
2000-04-10  Andreas Jaeger  <aj@suse.de>

* intl/Makefile: Don't run do-gettext-test when cross-compiling.

24 years agoUpdate.
Ulrich Drepper [Sun, 9 Apr 2000 17:43:29 +0000 (17:43 +0000)]
Update.

2000-04-09  Ulrich Drepper  <drepper@redhat.com>

Implement handling of restartable conversion functions according to
ISO C.
* iconv/gconv.h (__gconv_fct): Add additional parameter.
* iconv/gconv_int.h (__BUILTIN_TRANS): Likewise.
* iconv/gconv.c: Pass additional parameter to conversion function.
* iconv/gconv_simple.c (internal_ucs4_loop_single): New function.
(internal_ucs4le_loop_single): New function.
(__gconv_transform_ascii_internal): Define ONE_DIRECTION.
(__gconv_transform_internal_ascii): Likewise.
(__gconv_transform_internal_utf8): Likewise.
(__gconv_transform_utf8_internal): Likewise.
(__gconv_transform_ucs2_internal): Likewise.
(__gconv_transform_internal_ucs2): Likewise.
(__gconv_transform_ucs2reverse_internal): Likewise.
(__gconv_transform_internal_ucs2reverse): Likewise.
(internal_ucs4le_loop_unaligned): Before return
__GCONV_INCOMPLETE_INPUT check that the remaining bytes really form
a valid character.  Otherwise return __GCONV_ILLEGAL_INPUT.
(__gconv_transform_utf8_internal): Define STORE_REST and UNPACK_BYTES.
* iconv/loop.c: Fit in definition of function to convert one character
for processing of left-over bytes from the state object.
* iconv/skeleton.c (gconv): Rename inbuf to inptrp and inbufend to
inend to match names in loop functions.
(RESET_INPUT_BUFFER): Change apprpriately.
(gconv): If needed, call function to process bytes from the state
object.  Similar at the end: store left over bytes if input is
incomplete.
Take extra argument and add new argument to all calls of the
conversion function.
* iconvdata/iso-2022-cn.c: Adjust numeric values used to store
information in the state object to not conflict with length count.
* iconvdata/iso-2022-jp.c: Likewise.
* iconvdata/iso-2022-kr.c: Likewise.
* iconvdata/unicode.c: Adjust for change change in parameters of
skeleton function.
* iconvdata/utf-16.c: Likewise.
* libio/iofwide.c: Add new parameter to all calls of conversion
function.
* wcsmbs/btowc.c: Likewise.
* wcsmbs/mbrtowc.c: Likewise.
* wcsmbs/mbsnrtowcs.c: Likewise.
* wcsmbs/mbsrtowcs.c: Likewise.
* wcsmbs/wcrtomb.c: Likewise.
* wcsmbs/wcsnrtombs.c: Likewise.
* wcsmbs/wcsrtombs.c: Likewise.
* wcsmbs/wctob.c: Likewise.

* iconvdata/gbgbk.c: Always define MAX_NEEDED_OUTPUT and
MAX_NEEDED_INPUT.

24 years agoPass additional parameter to conversion function.
Ulrich Drepper [Sun, 9 Apr 2000 17:09:55 +0000 (17:09 +0000)]
Pass additional parameter to conversion function.

24 years agoUpdate.
Andreas Jaeger [Fri, 7 Apr 2000 20:07:35 +0000 (20:07 +0000)]
Update.

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

* sysdeps/unix/sysv/linux/mips/kernel_sigaction.h: Updated for
newer kernels.

24 years ago2000-04-07 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Fri, 7 Apr 2000 20:07:21 +0000 (20:07 +0000)]
2000-04-07  Andreas Jaeger  <aj@suse.de>

* sysdeps/unix/sysv/linux/mips/kernel_sigaction.h: Updated for
newer kernels.

24 years agoUpdate.
Ulrich Drepper [Fri, 7 Apr 2000 16:45:34 +0000 (16:45 +0000)]
Update.

* stdio-common/printf-parse.h: Likewise.

24 years agoUpdate.
Ulrich Drepper [Fri, 7 Apr 2000 16:11:58 +0000 (16:11 +0000)]
Update.

* wcsmbs/mbsinit.c: Likewise.
* stdlib/mblen.c: Likewise.

24 years agoUpdate.
Ulrich Drepper [Fri, 7 Apr 2000 07:40:43 +0000 (07:40 +0000)]
Update.

2000-04-07  Ulrich Drepper  <drepper@redhat.com>

* wcsmbs/wchar.h (__mbstate_t): Rename elements.  Make __value
element a union to allow byte access.
* iconvdata/iso-2022-cn.c: Adjust for change of element name in
mbstate_t.
* iconvdata/iso-2022-jp.c: Likewise.
* iconvdata/iso-2022-kr.c: Likewise.

24 years agoUpdate.
Ulrich Drepper [Fri, 7 Apr 2000 06:50:46 +0000 (06:50 +0000)]
Update.

* sysdeps/unix/sysv/linux/getdents.c (__getdents): The Linux
kernel does not allow relative seeks on descriptors associated
with directories.  Go back to get the position in the directory
every time we enter the function.  Return -1 and set errno if one
entry could be read from the kernel but does not fit into the
buffer passed in by the user.

24 years agoUpdate.
Ulrich Drepper [Fri, 7 Apr 2000 02:38:44 +0000 (02:38 +0000)]
Update.

2000-04-06  Ulrich Drepper  <drepper@redhat.com>

* locale/programs/charmap.c (charmap_new_char): Add parameter step.
Support ..(2).. ellipsis.
(parse_charmap): Recognize ..(2).. etc and pass step down.
Correctly generate names for UCS4 characters.

* locale/programs/ld-ctype.c (struct translit_ignore_t): Add step.
(ctype_finish): We know the wide character value for <SP>,
don't search.
(charclass_symbolic_ellipsis): Handle ..(2).. ellipsis.
(charclass_ucs4_ellipsis): Likewise.
(read_translit_ignore_entry): Store ellipsis step.
(ctype_read): Recognize ..(2).. etc and pass step down.

* locale/programs/linereader.c (lr_token): When seeing comment
character ignore only rest of line in sources but stop at escaped
newline.
Recognize ..(2).. and ....(2).....

* locale/programs/locfile-token.h (enum token_t): Add tok_ellipsis2_2
and tok_ellipsis4_2.

24 years agoUpdate.
Ulrich Drepper [Thu, 6 Apr 2000 20:10:19 +0000 (20:10 +0000)]
Update.

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

* sysdeps/unix/sysv/linux/alpha/Dist: init-first.h has been
removed, remove it here also.
* sysdeps/unix/sysv/linux/arm/Dist: Likewise.
* sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.

2000-04-06  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Don't
include bits/sigcontext.h.
* sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.

24 years agoUpdate.
Ulrich Drepper [Thu, 6 Apr 2000 20:06:57 +0000 (20:06 +0000)]
Update.

* locale/programs/ld-collate.c (collate_read): Handle ellipsis in
collation symbol definition.  Value in quivalence definition must
be defined, don't check that it is not.

24 years agoUpdate.
Ulrich Drepper [Thu, 6 Apr 2000 07:42:24 +0000 (07:42 +0000)]
Update.

2000-04-06  Ulrich Drepper  <drepper@redhat.com>

* locale/programs/charmap.c (parse_charmap): Recognize <Uxxxx>
values as character names.

* locale/programs/ld-ctype.c (get_character): Handle missing
repertoire map correctly.

24 years agoUpdate.
Ulrich Drepper [Thu, 6 Apr 2000 05:04:50 +0000 (05:04 +0000)]
Update.

2000-04-05  Cristian Gafton  <gafton@redhat.com>

* ctype/ctype.h (__isctype_l): Define even if not __OPTIMIZE__
because it is used in generic code.
* wctype/wctrans.c: Define __ctype32_toupper and __ctype32_tolower.
* wcsmbs/wcwidth.h: Declare __ctype32_b.
* intl/gettext.c: Include <locale.h>.
* intl/ngettext.c: Likewise.

2000-04-05  Jakub Jelinek  <jakub@redhat.com>

* resolv/inet_ntop.c (inet_ntop4, inet_ntop6, inet_ntop): Use
socklen_t type for size.
* sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Rewrite for new
init function interface.
* sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/setjmp.h: Don't include
sys/ucontext.h.
(__jmp_buf): Declare the whole type structure here, don't use
ucontext.

* iconv/skeleton.c (put16u): Fix typo.
Reported by Bruno Haible <haible@ilog.fr>.

24 years agoUpdate.
Ulrich Drepper [Thu, 6 Apr 2000 04:58:34 +0000 (04:58 +0000)]
Update.

2000-04-05  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/alpha/init-first.h: Not needed anymore.
* sysdeps/unix/sysv/linux/arm/init-first.h: Likewise.
* sysdeps/unix/sysv/linux/mips/init-first.h: Likewise.
* sysdeps/unix/sysv/linux/powerpc/init-first.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc32/init-first.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/init-first.h: Likewise.

* sysdeps/unix/sysv/linux/Dist: Remove getresuid and getresgid.
* Makefile (distribute): Add abi-versions.awk and
firstversions.awk.
Patches by Torsten Duwe <duwe@caldera.de>.

24 years agoUpdate.
Ulrich Drepper [Wed, 5 Apr 2000 16:17:33 +0000 (16:17 +0000)]
Update.

* nss/Makefile ($(objpfx)makedb): Move $(libdl) after db-open.o.

2000-04-05  Andreas Schwab  <schwab@suse.de>

24 years ago($(objpfx)makedb): Move $(libdl) after db-open.o.
Ulrich Drepper [Wed, 5 Apr 2000 16:02:55 +0000 (16:02 +0000)]
($(objpfx)makedb): Move $(libdl) after db-open.o.

24 years ago* sysdeps/m68k/dl-machine.h (RTLD_START): Readd _dl_start_user
Andreas Schwab [Wed, 5 Apr 2000 11:01:37 +0000 (11:01 +0000)]
* sysdeps/m68k/dl-machine.h (RTLD_START): Readd _dl_start_user

entry point, used on Hurd.

24 years ago* sysdeps/m68k/dl-machine.h (RTLD_START): Readd _dl_start_user
Andreas Schwab [Wed, 5 Apr 2000 11:01:20 +0000 (11:01 +0000)]
* sysdeps/m68k/dl-machine.h (RTLD_START): Readd _dl_start_user

entry point, used on Hurd.

24 years agoUpdate.
Ulrich Drepper [Wed, 5 Apr 2000 07:40:59 +0000 (07:40 +0000)]
Update.

2000-04-04  Andreas Jaeger  <aj@suse.de>

* intl/Makefile: Only run the gettext test with shared libraries.

24 years agoUpdate.
Ulrich Drepper [Wed, 5 Apr 2000 04:41:54 +0000 (04:41 +0000)]
Update.

2000-03-16  Mark Kettenis  <kettenis@gnu.org>

* sysdeps/unix/sysv/linux/i386/sys/procfs.h (prfpregset_t):
Typedef for elf_fpregset_t instead of `elf_fpregset_t *'.

2000-03-16  Mark Kettenis  <kettenis@gnu.org>

* sysdeps/unix/sysv/linux/i386/sys/procfs.h (prfpregset_t):
Typedef for elf_fpregset_t instead of `elf_fpregset_t *'.

24 years ago(prfpregset_t): Typedef for elf_fpregset_t instead of `elf_fpregset_t *'.
Ulrich Drepper [Wed, 5 Apr 2000 04:38:31 +0000 (04:38 +0000)]
(prfpregset_t): Typedef for elf_fpregset_t instead of `elf_fpregset_t *'.

24 years ago* Makeconfig: Undo last change.
Roland McGrath [Wed, 5 Apr 2000 04:04:08 +0000 (04:04 +0000)]
* Makeconfig: Undo last change.

* configure.in: If --disable-shared was given, don't set VERSIONING,
don't define DO_VERSIONING, and don't give scare warning for no
versioning.
* configure: Regenerated.

24 years ago* Makeconfig [$(build-shared) != yes] (versioning): Set to `no'.
Roland McGrath [Wed, 5 Apr 2000 00:48:08 +0000 (00:48 +0000)]
* Makeconfig [$(build-shared) != yes] (versioning): Set to `no'.

24 years ago2000-04-04 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath [Wed, 5 Apr 2000 00:44:59 +0000 (00:44 +0000)]
2000-04-04  Roland McGrath  <roland@baalperazim.frob.com>

* Makeconfig [$(build-shared) != yes] (versioning): Set to `no'.

24 years agoUpdate.
Ulrich Drepper [Wed, 5 Apr 2000 00:29:26 +0000 (00:29 +0000)]
Update.

2000-04-04  Andreas Jaeger  <aj@suse.de>

* sysdeps/generic/fgetexcptflg.c: Use shlib-compat macros.

24 years agoUpdate.
Ulrich Drepper [Tue, 4 Apr 2000 23:23:40 +0000 (23:23 +0000)]
Update.

* elf/dl-runtime.c (fixup): Correct handling of symbols marked
STV_HIDDEN and STV_INTERNAL during lookup.
(profile_fixup): Likewise.
* elf/dl-reloc.c (RESOLVE): Likewise.

24 years agoUpdate.
Ulrich Drepper [Tue, 4 Apr 2000 21:16:13 +0000 (21:16 +0000)]
Update.

2000-04-04  Ulrich Drepper  <drepper@redhat.com>

* iconv/skeleton.c (FUNCTION_NAME): Reorder initialization of
unaligned so that it compiles for system which need unaligned
access handling.

24 years agoUpdate.
Ulrich Drepper [Tue, 4 Apr 2000 20:57:44 +0000 (20:57 +0000)]
Update.

* elf/cache.c (print_entry): Only look at the type field when
printing the type.

2000-04-04  Andreas Schwab  <schwab@suse.de>

* iconvdata/big5.c (BODY): Fix typo.

2000-04-04  Andreas Schwab  <schwab@suse.de>

24 years ago(BODY): Fix typo.
Ulrich Drepper [Tue, 4 Apr 2000 20:53:38 +0000 (20:53 +0000)]
(BODY): Fix typo.

24 years ago* sysdeps/m68k/dl-machine.h (RTLD_START): Rewrite for new init
Andreas Schwab [Tue, 4 Apr 2000 12:09:19 +0000 (12:09 +0000)]
* sysdeps/m68k/dl-machine.h (RTLD_START): Rewrite for new init

function interface.  Remove unused _dl_start_user entry point.

24 years ago* sysdeps/m68k/dl-machine.h (RTLD_START): Rewrite for new init
Andreas Schwab [Tue, 4 Apr 2000 12:08:40 +0000 (12:08 +0000)]
* sysdeps/m68k/dl-machine.h (RTLD_START): Rewrite for new init

function interface.  Remove unused _dl_start_user entry point.

24 years agoUpdate.
Ulrich Drepper [Tue, 4 Apr 2000 06:38:32 +0000 (06:38 +0000)]
Update.

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

* include/arpa/inet.h (__inet_aton): Add protoype.

24 years agoUpdate.
Ulrich Drepper [Tue, 4 Apr 2000 06:03:48 +0000 (06:03 +0000)]
Update.

2000-04-01  Andreas Jaeger  <aj@suse.de>

* sysdeps/mach/hurd/mips/init-first.c: Use SHARED instead of PIC.

* sysdeps/unix/mips/sysdep.h: Use __PIC__ instead of PIC.
* sysdeps/mach/mips/thread_state.h: Likewise.

* sysdeps/generic/fclrexcpt.c: Use shlib-compat macros.
* sysdeps/generic/fegetenv.c: Likewise.
* sysdeps/generic/fesetenv.c: Likewise.
* sysdeps/generic/feupdateenv.c: Likewise.
* sysdeps/generic/fraiseexcpt.c: Likewise.
* sysdeps/generic/fsetexcptflg.c: Likewise.
* sysdeps/unix/sysv/linux/alpha/glob.c: Likewise.
* sysdeps/unix/sysv/linux/arm/errlist.c: Likewise.
* sysdeps/unix/sysv/linux/errlist.c: Likewise.
* sysdeps/unix/sysv/linux/i386/chown.c: Likewise.

2000-04-02  H.J. Lu  <hjl@gnu.org>

* elf/ldconfig.h (FLAG_IA64_LIB64): New. Defined.

24 years agoUpdate.
Ulrich Drepper [Mon, 3 Apr 2000 22:25:08 +0000 (22:25 +0000)]
Update.

* elf/dl-load.c (_dl_dst_substitute): Pretty print comment.
(add_name_to_object): Add cast in malloc call.
(fillin_rpath): Optimize loop to initialize ->status a bit.

24 years agoUpdate.
Ulrich Drepper [Mon, 3 Apr 2000 18:20:23 +0000 (18:20 +0000)]
Update.

* sysdeps/i386/dl-machine.h: Undo last change.
* sysdeps/mach/hurd/i386/dl-machine.h (RTLD_START_SPECIAL_INIT):
Restore %edx register after call here.

24 years agoUpdate.
Ulrich Drepper [Mon, 3 Apr 2000 18:08:40 +0000 (18:08 +0000)]
Update.

2000-04-03  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/arm/atomicity.h: New file.
Contributed by Jesper Skov <jskov@redhat.com>.

24 years agoAtomic operations for Arm.
Ulrich Drepper [Mon, 3 Apr 2000 18:06:38 +0000 (18:06 +0000)]
Atomic operations for Arm.

24 years ago* Makeconfig (preprocess-versions): Undo last change.
Roland McGrath [Mon, 3 Apr 2000 18:01:18 +0000 (18:01 +0000)]
* Makeconfig (preprocess-versions): Undo last change.

Instead, pass -I$(common-objdir) -I$(..)include instead of $(CPPFLAGS).

24 years ago* sysdeps/mach/hurd/i386/init-first.c (init): Don't set __environ
Roland McGrath [Mon, 3 Apr 2000 17:13:51 +0000 (17:13 +0000)]
* sysdeps/mach/hurd/i386/init-first.c (init): Don't set __environ

here, before we might move the stack.
(posixland_init): Set __libc_argc, __libc_argc, and __environ here.
(init1): And not here.

* sysdeps/i386/dl-machine.h (RTLD_START): Fix code broken by last
change, to restore argc value in call-clobbered register after
RTLD_START_SPECIAL_INIT, which will contain a call.

* elf/dl-deps.c (_dl_map_object_deps): Fix size calculations for
allocating and initializing L->l_initfini.

* resolv/Makefile (headers): Add bits/netdb.h, so it gets installed.

24 years ago2000-04-03 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath [Mon, 3 Apr 2000 17:13:21 +0000 (17:13 +0000)]
2000-04-03  Roland McGrath  <roland@baalperazim.frob.com>

* sysdeps/mach/hurd/i386/init-first.c (init): Don't set __environ
here, before we might move the stack.
(posixland_init): Set __libc_argc, __libc_argc, and __environ here.
(init1): And not here.

24 years agoUpdate.
Ulrich Drepper [Mon, 3 Apr 2000 10:44:36 +0000 (10:44 +0000)]
Update.

2000-04-03  Ulrich Drepper  <drepper@redhat.com>

* elf/dl-load.c (_dl_init_paths): Use (void*) -1 to signal non-existing
RUNPATH, RPATH, and LD_LIBRARY_PATH.
(open_path): Change type of fourth parameter.  Make pointer to array
of pointers.  Create variable dirs with original type.
Track whether any directory for the object exists and if not,
change *DIRSP to (void*) -1 to signal there is no such search path.
(_dl_map_object): Change all calls of open_path.
Rewrite decompose_rpath calls.

24 years agoUpdate.
Ulrich Drepper [Mon, 3 Apr 2000 07:15:10 +0000 (07:15 +0000)]
Update.

2000-03-31  Andreas Schwab  <schwab@suse.de>

* string/strfry.c: Declare STATE as array of char instead of int
and do not initialize it (done by initstate_r).  Pass correct
size.

* sysdeps/generic/ldsodefs.h: Fix typo in comment.

24 years agoUpdate.
Ulrich Drepper [Mon, 3 Apr 2000 07:05:57 +0000 (07:05 +0000)]
Update.

2000-04-03  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/i386/dl-machine.h (RTLD_START): Squeeze one more
instruction out of the code.

This page took 0.085766 seconds and 5 git commands to generate.