mirror of
https://sourceware.org/git/glibc.git
synced 2025-05-31 15:01:17 +03:00
* sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
wording at request of copyright holder Stephen Moshier. * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise. * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise. * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise. * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise. * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise. * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise. * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise. * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise. * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise. * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise. * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise. * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise. * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise. * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
This commit is contained in:
parent
da4cfe381c
commit
9cd2726c93
19
ChangeLog
19
ChangeLog
@ -1,3 +1,22 @@
|
|||||||
|
2002-08-27 Brian Youmans <3diff@gnu.org>
|
||||||
|
|
||||||
|
* sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
|
||||||
|
wording at request of copyright holder Stephen Moshier.
|
||||||
|
* sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
|
||||||
|
* sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
|
||||||
|
* sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
|
||||||
|
* sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
|
||||||
|
* sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
|
||||||
|
* sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
|
||||||
|
* sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
|
||||||
|
* sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
|
||||||
|
* sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
|
||||||
|
* sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
|
||||||
|
* sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
|
||||||
|
* sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
|
||||||
|
* sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
|
||||||
|
* sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
|
||||||
|
|
||||||
2002-08-28 Jakub Jelinek <jakub@redhat.com>
|
2002-08-28 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.
|
* ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.
|
||||||
|
@ -16,7 +16,10 @@
|
|||||||
/*
|
/*
|
||||||
Modifications for single precision expansion are
|
Modifications for single precision expansion are
|
||||||
Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
|
Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
|
||||||
These modifications are distributed here under the following terms:
|
and are incorporated herein by permission of the author. The author
|
||||||
|
reserves the right to distribute this material elsewhere under different
|
||||||
|
copying permissions. These modifications are distributed here under
|
||||||
|
the following terms:
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Lesser General Public
|
modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -12,7 +12,10 @@
|
|||||||
/*
|
/*
|
||||||
Long double expansions are
|
Long double expansions are
|
||||||
Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
|
Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
|
||||||
These modifications are distributed here under the following terms:
|
and are incorporated herein by permission of the author. The author
|
||||||
|
reserves the right to distribute this material elsewhere under different
|
||||||
|
copying permissions. These modifications are distributed here under
|
||||||
|
the following terms:
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Lesser General Public
|
modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -12,7 +12,10 @@
|
|||||||
/*
|
/*
|
||||||
Long double expansions are
|
Long double expansions are
|
||||||
Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
|
Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
|
||||||
These modifications are distributed here under the following terms:
|
and are incorporated herein by permission of the author. The author
|
||||||
|
reserves the right to distribute this material elsewhere under different
|
||||||
|
copying permissions. These modifications are distributed here under the
|
||||||
|
following terms:
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Lesser General Public
|
modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -11,7 +11,10 @@
|
|||||||
|
|
||||||
/* Changes for 128-bit long double are
|
/* Changes for 128-bit long double are
|
||||||
Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
|
Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
|
||||||
These modifications are distributed here under the following terms:
|
and are incorporated herein by permission of the author. The author
|
||||||
|
reserves the right to distribute this material elsewhere under different
|
||||||
|
copying permissions. These modifications are distributed here under
|
||||||
|
the following terms:
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Lesser General Public
|
modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -11,7 +11,10 @@
|
|||||||
|
|
||||||
/* Modifications for 128-bit long double are
|
/* Modifications for 128-bit long double are
|
||||||
Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
|
Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
|
||||||
These modifications are distributed here under the following terms:
|
and are incorporated herein by permission of the author. The author
|
||||||
|
reserves the right to distribute this material elsewhere under different
|
||||||
|
copying permissions. These modifications are distributed here under
|
||||||
|
the following terms:
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Lesser General Public
|
modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -11,7 +11,10 @@
|
|||||||
|
|
||||||
/* Expansions and modifications for 128-bit long double are
|
/* Expansions and modifications for 128-bit long double are
|
||||||
Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
|
Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
|
||||||
These modifications are distributed here under the following terms:
|
and are incorporated herein by permission of the author. The author
|
||||||
|
reserves the right to distribute this material elsewhere under different
|
||||||
|
copying permissions. These modifications are distributed here under
|
||||||
|
the following terms:
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Lesser General Public
|
modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -16,7 +16,10 @@
|
|||||||
|
|
||||||
/* Changes for 128-bit long double are
|
/* Changes for 128-bit long double are
|
||||||
Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
|
Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
|
||||||
These modifications are distributed here under the following terms:
|
and are incorporated herein by permission of the author. The author
|
||||||
|
reserves the right to distribute this material elsewhere under different
|
||||||
|
copying permissions. These modifications are distributed here under
|
||||||
|
the following terms:
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Lesser General Public
|
modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -12,7 +12,10 @@
|
|||||||
/*
|
/*
|
||||||
Long double expansions are
|
Long double expansions are
|
||||||
Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
|
Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
|
||||||
These modifications are distributed here under the following terms:
|
and are incorporated herein by permission of the author. The author
|
||||||
|
reserves the right to distribute this material elsewhere under different
|
||||||
|
copying permissions. These modifications are distributed here under
|
||||||
|
the following terms:
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Lesser General Public
|
modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -11,7 +11,10 @@
|
|||||||
|
|
||||||
/* Modifications and expansions for 128-bit long double are
|
/* Modifications and expansions for 128-bit long double are
|
||||||
Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
|
Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
|
||||||
These modifications are distributed here under the following terms:
|
and are incorporated herein by permission of the author. The author
|
||||||
|
reserves the right to distribute this material elsewhere under different
|
||||||
|
copying permissions. These modifications are distributed here under
|
||||||
|
the following terms:
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Lesser General Public
|
modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -12,7 +12,10 @@
|
|||||||
/*
|
/*
|
||||||
Long double expansions are
|
Long double expansions are
|
||||||
Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
|
Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
|
||||||
These modifications are distributed here under the following terms:
|
and are incorporated herein by permission of the author. The author
|
||||||
|
reserves the right to distribute this material elsewhere under different
|
||||||
|
copying permissions. These modifications are distributed here under
|
||||||
|
the following terms:
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Lesser General Public
|
modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -11,7 +11,10 @@
|
|||||||
|
|
||||||
/* Long double expansions are
|
/* Long double expansions are
|
||||||
Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
|
Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
|
||||||
These modifications are distributed here under the following terms:
|
and are incorporated herein by permission of the author. The author
|
||||||
|
reserves the right to distribute this material elsewhere under different
|
||||||
|
copying permissions. These modifications are distributed here under
|
||||||
|
the following terms:
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Lesser General Public
|
modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -11,7 +11,10 @@
|
|||||||
|
|
||||||
/* Long double expansions are
|
/* Long double expansions are
|
||||||
Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
|
Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
|
||||||
These modifications are distributed here under the following terms:
|
and are incorporated herein by permission of the author. The author
|
||||||
|
reserves the right to distribute this material elsewhere under different
|
||||||
|
copying permissions. These modifications are distributed here under
|
||||||
|
the following terms:
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Lesser General Public
|
modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -11,7 +11,10 @@
|
|||||||
|
|
||||||
/* Modifications for long double are
|
/* Modifications for long double are
|
||||||
Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
|
Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
|
||||||
These modifications are distributed here under the following terms:
|
and are incorporated herein by permission of the author. The author
|
||||||
|
reserves the right to distribute this material elsewhere under different
|
||||||
|
copying permissions. These modifications are distributed here under
|
||||||
|
the following terms:
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Lesser General Public
|
modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -11,7 +11,10 @@
|
|||||||
|
|
||||||
/* Long double expansions are
|
/* Long double expansions are
|
||||||
Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
|
Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
|
||||||
These modifications are distributed here under the following terms:
|
and are incorporated herein by permission of the author. The author
|
||||||
|
reserves the right to distribute this material elsewhere under different
|
||||||
|
copying permissions. These modifications are distributed here under
|
||||||
|
the following terms:
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Lesser General Public
|
modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -11,7 +11,10 @@
|
|||||||
|
|
||||||
/* Long double expansions are
|
/* Long double expansions are
|
||||||
Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
|
Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
|
||||||
These modifications are distributed here under the following terms:
|
and are incorporated herein by permission of the author. The author
|
||||||
|
reserves the right to distribute this material elsewhere under different
|
||||||
|
copying permissions. These modifications are distributed here under
|
||||||
|
the following terms:
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Lesser General Public
|
modify it under the terms of the GNU Lesser General Public
|
||||||
|
Loading…
x
Reference in New Issue
Block a user