This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from d12fe7b6d unistd.h: Remove trailing whitespace new 934145f31 Importing cacoshl.c from NetBSD. new 79c8462d8 Importing clogl.c from NetBSD. new 436bf2929 Importing csqrtl.c from NetBSD. new 3f1f3a229 Importing cargl.c from NetBSD. new 4c2556e93 Importing cprojl.c from NetBSD. new b1b12e1e0 Importing cexpl.c from NetBSD. new eee8294c4 Adding cephes_subrl.h and cephes_subrl.c from NetBSD. new 28daf6d48 Importing cacosl.c from NetBSD. new ed0996907 Importing ccosl.c from NetBSD. new a168d244c Importing casinl.c from NetBSD. new fdf82d6f1 Importing catanhl.c from NetBSD. new 716d7107e Importing conjl.c from NetBSD. new c907007fb Importing cpowl.c from NetBSD. new 67b376ad3 Importing ctanhl.c from NetBSD. new f834c77e7 Importing ctanl.c from NetBSD. new 0d924f0e0 Importing casinhl.c from NetBSD. new 72b051888 Importing csinhl.c from NetBSD. new 5bc320d3b Importing csinl.c from NetBSD. new 45ae81fc9 Adding csinl.c in Makefile.am new 074ca9859 newlib: libm/complex/Makefile.in: regenerate
The 20 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: newlib/libm/complex/Makefile.am | 8 +- newlib/libm/complex/Makefile.in | 183 ++++++++++++++++++--- newlib/libm/complex/{ccoshl.c => cacoshl.c} | 14 +- newlib/libm/complex/{ccoshl.c => cacosl.c} | 12 +- newlib/libm/complex/cargl.c | 18 ++ newlib/libm/complex/{ccoshl.c => casinhl.c} | 10 +- newlib/libm/complex/{casinf.c => casinl.c} | 60 ++++--- newlib/libm/complex/{ccoshl.c => catanhl.c} | 10 +- newlib/libm/complex/{ccoshl.c => ccosl.c} | 12 +- .../libm/complex/{cephes_subr.c => cephes_subrl.c} | 78 ++++----- newlib/libm/complex/cephes_subrl.h | 9 + newlib/libm/complex/{ccoshl.c => cexpl.c} | 9 +- newlib/libm/complex/{ccoshl.c => clogl.c} | 13 +- newlib/libm/complex/{ccoshl.c => conjl.c} | 27 +-- newlib/libm/complex/{ccoshl.c => cpowl.c} | 19 ++- newlib/libm/complex/{cprojf.c => cprojl.c} | 24 ++- newlib/libm/complex/{ccoshl.c => csinhl.c} | 6 +- newlib/libm/complex/{ccoshl.c => csinl.c} | 12 +- newlib/libm/complex/csqrtl.c | 112 +++++++++++++ newlib/libm/complex/{ccoshl.c => ctanhl.c} | 10 +- newlib/libm/complex/{ccoshl.c => ctanl.c} | 23 ++- 21 files changed, 483 insertions(+), 186 deletions(-) copy newlib/libm/complex/{ccoshl.c => cacoshl.c} (87%) mode change 100644 => 100755 copy newlib/libm/complex/{ccoshl.c => cacosl.c} (89%) mode change 100644 => 100755 create mode 100755 newlib/libm/complex/cargl.c copy newlib/libm/complex/{ccoshl.c => casinhl.c} (88%) copy newlib/libm/complex/{casinf.c => casinl.c} (74%) mode change 100644 => 100755 copy newlib/libm/complex/{ccoshl.c => catanhl.c} (88%) mode change 100644 => 100755 copy newlib/libm/complex/{ccoshl.c => ccosl.c} (87%) mode change 100644 => 100755 copy newlib/libm/complex/{cephes_subr.c => cephes_subrl.c} (68%) mode change 100644 => 100755 create mode 100755 newlib/libm/complex/cephes_subrl.h copy newlib/libm/complex/{ccoshl.c => cexpl.c} (90%) mode change 100644 => 100755 copy newlib/libm/complex/{ccoshl.c => clogl.c} (89%) mode change 100644 => 100755 copy newlib/libm/complex/{ccoshl.c => conjl.c} (75%) mode change 100644 => 100755 copy newlib/libm/complex/{ccoshl.c => cpowl.c} (80%) mode change 100644 => 100755 copy newlib/libm/complex/{cprojf.c => cprojl.c} (81%) mode change 100644 => 100755 copy newlib/libm/complex/{ccoshl.c => csinhl.c} (92%) copy newlib/libm/complex/{ccoshl.c => csinl.c} (87%) create mode 100755 newlib/libm/complex/csqrtl.c copy newlib/libm/complex/{ccoshl.c => ctanhl.c} (88%) mode change 100644 => 100755 copy newlib/libm/complex/{ccoshl.c => ctanl.c} (80%) mode change 100644 => 100755