Home | History | Annotate | Download | only in complex
History log of /src/lib/libm/complex/Makefile.inc
RevisionDateAuthorComments
 1.10  07-May-2017  christos Add the imprecise catrigl functions back.
 1.9  19-Sep-2016  christos branches: 1.9.4;
Add the complex trig functions from FreeBSD
 1.8  10-Oct-2014  christos branches: 1.8.2;
whitespace
 1.7  10-Oct-2014  martin Add missing catanh variant (and readd it to the Makefile list)
 1.6  10-Oct-2014  martin Add cimag (apparently accidently dropped in previous revision and reorg)
 1.5  10-Oct-2014  christos Add the missing complex functions.
 1.4  18-Mar-2011  joerg branches: 1.4.22;
Add missing MLINKS. From Stathis Kamperis.
 1.3  15-Sep-2010  christos Commit SoC long double support from Stathis Kamperis
 1.2  08-Mar-2008  drochner branches: 1.2.2;
fix so that it doesn't interact strangely with ARCH_SRCS definitions
in the base Makefile, makes the lib built correctly again for eg amd64
(seen by wiz)
 1.1  20-Feb-2008  drochner branches: 1.1.2;
Add manpages for the complex math functions, originally from SUSv3,
roff source from the Linux documentation project.
Modifications before import:
-added NetBSD RCS ID
-removed Linux PROLOG and declarations with "long double"
-ran the "deshallify" script as required by The Open Group
Split out complex related things into an own Makefile fragment.
Thanks to hubertf for directions.
 1.1.2.1  24-Mar-2008  keiichi sync with head.
 1.2.2.2  23-Mar-2008  matt sync with HEAD
 1.2.2.1  08-Mar-2008  matt file Makefile.inc was added on branch matt-armv6 on 2008-03-23 00:40:27 +0000
 1.4.22.1  13-Oct-2014  martin Pullup the following revisions, requested by christos in #138:

src/lib/libm/Makefile 1.165-1.166
src/lib/libm/shlib_version 1.14
src/lib/libm/arch/vax/n_atan2.S 1.9
src/lib/libm/arch/vax/n_cabs.S 1.7
src/lib/libm/arch/vax/n_sincos.S 1.9
src/lib/libm/arch/vax/n_sqrt.S 1.10-1.11
src/lib/libm/complex/Makefile.inc 1.5-1.8
src/lib/libm/complex/cabsl.c 1.1
src/lib/libm/complex/cacoshl.c 1.1
src/lib/libm/complex/cacosl.c 1.1
src/lib/libm/complex/cargl.c 1.1
src/lib/libm/complex/casinhl.c 1.1
src/lib/libm/complex/casinl.c 1.1
src/lib/libm/complex/catanhl.c 1.1
src/lib/libm/complex/catanl.c 1.1
src/lib/libm/complex/ccoshl.c 1.1
src/lib/libm/complex/ccosl.c 1.1
src/lib/libm/complex/cephes_subrl.c 1.1
src/lib/libm/complex/cephes_subrl.h 1.1
src/lib/libm/complex/cexpl.c 1.1
src/lib/libm/complex/clogl.c 1.1
src/lib/libm/complex/cpowl.c 1.1
src/lib/libm/complex/cprojl.c 1.7
src/lib/libm/complex/csinhl.c 1.1
src/lib/libm/complex/csinl.c 1.1
src/lib/libm/complex/csqrtl.c 1.1
src/lib/libm/complex/ctanhl.c 1.1
src/lib/libm/complex/ctanl.c 1.1
src/lib/libm/man/acosh.3 1.17
src/lib/libm/man/asinh.3 1.17
src/lib/libm/man/atanh.3 1.17
src/lib/libm/noieee_src/n_atan2.c 1.7
src/lib/libm/noieee_src/n_cosh.c 1.9
src/lib/libm/noieee_src/n_exp.c 1.9
src/lib/libm/noieee_src/n_log.c 1.8
src/lib/libm/noieee_src/n_pow.c 1.10-1.11
src/lib/libm/noieee_src/n_sincos.c 1.7
src/lib/libm/noieee_src/n_sinh.c 1.8

Import the missing complex support routines from FreeBSD so we can
enable C++ 2011 mode for libstc++.
 1.8.2.1  04-Nov-2016  pgoyette Sync with HEAD
 1.9.4.1  11-May-2017  pgoyette Sync with HEAD

RSS XML Feed