1999-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* elf/dlfcn.h: Fix typo.
	* sysdeps/generic/bits/dlfcn.h: Likewise.
	* sysdeps/mips/bits/dlfcn.h: Likewise.
This commit is contained in:
Ulrich Drepper 1999-02-16 15:35:52 +00:00
parent 7cd1708f76
commit 3f80a33b99
10 changed files with 1906 additions and 1845 deletions

View File

@ -1,3 +1,9 @@
1999-02-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* elf/dlfcn.h: Fix typo.
* sysdeps/generic/bits/dlfcn.h: Likewise.
* sysdeps/mips/bits/dlfcn.h: Likewise.
1999-02-16 Ulrich Drepper <drepper@cygnus.com> 1999-02-16 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/i386/i486/bits/string.h (memcmp): Correctly set flags * sysdeps/i386/i486/bits/string.h (memcmp): Correctly set flags

View File

@ -1,5 +1,5 @@
/* System dependand definitions for run-time dynamic loading. /* System dependent definitions for run-time dynamic loading.
Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or The GNU C Library is free software; you can redistribute it and/or

View File

@ -9,5 +9,5 @@ Sleepycat Software, Inc.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The LICENSE file, mentioned in the beginning of the source files, can The LICENSE file, mentioned in the beginning of the source files, can
be found together with all the other relevant license texts in the be found in this directory and also with all the other relevant
manual and the INSTALL file in the toplevel directory. license texts in the manual.

View File

@ -1,5 +1,5 @@
/* User functions for run-time dynamic loading. /* User functions for run-time dynamic loading.
Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or The GNU C Library is free software; you can redistribute it and/or
@ -24,7 +24,7 @@
#define __need_NULL #define __need_NULL
#include <stddef.h> #include <stddef.h>
/* Collect various system dependand definitions and declarations. */ /* Collect various system dependent definitions and declarations. */
#include <bits/dlfcn.h> #include <bits/dlfcn.h>
/* If the first argument of `dlsym' or `dlvsym' is set to RTLD_NEXT /* If the first argument of `dlsym' or `dlvsym' is set to RTLD_NEXT

View File

@ -1,3 +1,9 @@
1999-02-16 Ulrich Drepper <drepper@cygnus.com>
* Makefile (test-input): Prepare for cs_CZ test.
* locales/cs_CZ: New version from Vladimir Michl <michlv@risc.upol.cz>.
* cs_CZ.in: New file.
1999-02-11 Ulrich Drepper <drepper@cygnus.com> 1999-02-11 Ulrich Drepper <drepper@cygnus.com>
* locales/it_CH: New file. * locales/it_CH: New file.

View File

@ -1,4 +1,4 @@
# Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. # Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or # The GNU C Library is free software; you can redistribute it and/or
@ -37,7 +37,7 @@ repertoiremaps := $(filter-out $(addprefix repertoiremaps/, CVS RCS %~), \
test-srcs := collate-test xfrm-test tst-fmon tst-rpmatch test-srcs := collate-test xfrm-test tst-fmon tst-rpmatch
test-input := de_DE.ISO-8859-1 da_DK.ISO-8859-1 fr_CA,2.13.ISO-8859-1 \ test-input := de_DE.ISO-8859-1 da_DK.ISO-8859-1 fr_CA,2.13.ISO-8859-1 \
hr_HR.ISO-8859-2 hr_HR.ISO-8859-2 # once it is fixed: cs_CZ.ISO-8859-2
test-input-data = $(addsuffix .in, $(basename $(test-input))) test-input-data = $(addsuffix .in, $(basename $(test-input)))
test-output := $(foreach s, .out .xout, \ test-output := $(foreach s, .out .xout, \
$(addsuffix $s, $(basename $(test-input)))) $(addsuffix $s, $(basename $(test-input))))

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
/* System dependand definitions for run-time dynamic loading. /* System dependent definitions for run-time dynamic loading.
Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or The GNU C Library is free software; you can redistribute it and/or

View File

@ -1,5 +1,5 @@
/* System dependand definitions for run-time dynamic loading. /* System dependent definitions for run-time dynamic loading.
Copyright (C) 1996, 1997 Free Software Foundation, Inc. Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or The GNU C Library is free software; you can redistribute it and/or

View File

@ -1,4 +1,5 @@
/* Copyright (C) 1993, 94, 95, 96, 97, 98, 99 Free Software Foundation, Inc. /* Convert a `struct tm' to a time_t value.
Copyright (C) 1993, 94, 95, 96, 97, 98, 99 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
Contributed by Paul Eggert (eggert@twinsun.com). Contributed by Paul Eggert (eggert@twinsun.com).