From 03c0d6ef17c03ef0e2ce005a54e53b8039830fbb Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 12 Jan 2000 12:08:13 +0000 Subject: [PATCH] Update. * Makefile (install): Correct passing -r parameter to ldconfig. --- ChangeLog | 2 ++ Makefile | 5 +++-- linuxthreads/ChangeLog | 17 +++++++++++++++++ localedata/ChangeLog | 5 +++++ 4 files changed, 27 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ac978e7b207..40d26ad305f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-01-12 Ulrich Drepper + * Makefile (install): Correct passing -r parameter to ldconfig. + * iconvdata/gconv-modules: Add aliases ISO-IR-199 and ISO-IR-203. Reported by Bruno Haible . diff --git a/Makefile b/Makefile index 73812e18e1d..eee88c9e0da 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991,92,93,94,95,96,97,98,99 Free Software Foundation, Inc. +# Copyright (C) 1991-1999, 2000 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -106,7 +106,8 @@ install-symbolic-link: subdir_install install: -test ! -x $(common-objpfx)elf/ldconfig || \ - $(common-objpfx)elf/ldconfig -r $(install_root) $(inst_slibdir) $(inst_libdir) + $(common-objpfx)elf/ldconfig $(addprefix -r ,$(install_root)) \ + $(inst_slibdir) $(inst_libdir) ifneq (no,$(PERL)) ifeq (/usr,$(prefix)) ifeq (,$(install_root)) diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 0355a861dc3..c783b3bf0a9 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,20 @@ +2000-01-12 Ulrich Drepper + + * internals.h (pthread_readlock_info): New structure. + (_pthread_descr_struct): Add p_readlock_list, p_readlock_free, and + p_untracked_readlock_count. + * pthread.c (__pthread_initial_thread, pthread_manager_thread): + Add initializers for new fields. + * manager.c (pthread_free): Free read/write lock lists. + * queue.h (queue_is_empty): New function. + * rwlock.c: Implement requirements about when readers should get + locks assigned. + * sysdeps/pthread/pthread.h + (PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP): New definition. + * sysdeps/pthread/bits/pthreadtypes.h (struct _pthread_rwlock_t): + Define this name as well. + Patches by Kaz Kylheku . + 2000-01-05 Ulrich Drepper * pthread.c (__pthread_initial_thread, pthread_manager_thread): diff --git a/localedata/ChangeLog b/localedata/ChangeLog index d55bfe81f78..637bba7f12b 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,8 @@ +2000-01-12 Ulrich Drepper + + * charmaps/ISO-8859-16: Add mapping for /xba. + Reported by Bruno Haible . + 2000-01-05 Ulrich Drepper * tst-trans.sh: Add directory names to charmap and repertoire file -- 2.39.5