]> pd.if.org Git - pdclib/commit
Introducing personalities. Removing C++ function decs / defs.
authorsolar <unknown>
Wed, 3 Dec 2003 16:40:57 +0000 (16:40 +0000)
committersolar <unknown>
Wed, 3 Dec 2003 16:40:57 +0000 (16:40 +0000)
commite081ed1387e0c27dc689c8e32fdda06039544107
tree0984fcf64249a652903bedffe5551d023e6153db
parent70f1c6f7c9d515ef426da68973511f46de57005a
Introducing personalities. Removing C++ function decs / defs.
87 files changed:
functions/complex/cabs.c
functions/complex/cacos.c
functions/complex/cacosh.c
functions/complex/carg.c
functions/complex/casin.c
functions/complex/casinh.c
functions/complex/catan.c
functions/complex/catanh.c
functions/complex/cconj.c
functions/complex/ccos.c
functions/complex/ccosh.c
functions/complex/cexp.c
functions/complex/cimag.c
functions/complex/clog.c
functions/complex/cpow.c
functions/complex/cproj.c
functions/complex/creal.c
functions/complex/csin.c
functions/complex/csinh.c
functions/complex/csqrt.c
functions/complex/ctan.c
functions/complex/ctanh.c
functions/inttypes.c
functions/math/abs.c
functions/math/acos.c
functions/math/acosh.c
functions/math/asin.c
functions/math/asinh.c
functions/math/atan.c
functions/math/atan2.c
functions/math/atanh.c
functions/math/cbrt.c
functions/math/ceil.c
functions/math/copysign.c
functions/math/cos.c
functions/math/cosh.c
functions/math/erf.c
functions/math/exp.c
functions/math/fdim.c
functions/math/floor.c
functions/math/fma.c
functions/math/fmax.c
functions/math/fmin.c
functions/math/fpclassify.c [deleted file]
functions/math/gamma.c
functions/math/hypot.c
functions/math/isfinite.c [deleted file]
functions/math/isgreater.c [deleted file]
functions/math/isgreaterequal.c [deleted file]
functions/math/isinf.c [deleted file]
functions/math/isless.c [deleted file]
functions/math/islessequal.c [deleted file]
functions/math/islessgreater.c [deleted file]
functions/math/isnan.c [deleted file]
functions/math/isnormal.c [deleted file]
functions/math/isunordered.c [deleted file]
functions/math/log.c
functions/math/mod.c
functions/math/nearbyint.c
functions/math/nextafter.c
functions/math/nexttoward.c
functions/math/pow.c
functions/math/remainder.c
functions/math/remquo.c
functions/math/rint.c
functions/math/round.c
functions/math/scalbn.c
functions/math/signbit.c [deleted file]
functions/math/sin.c
functions/math/sinh.c
functions/math/sqrt.c
functions/math/tan.c
functions/math/tanh.c
functions/math/trunc.c
includes/complex.h
includes/inttypes.h
includes/iso646.h
includes/math.h
includes/stdlib.h
includes/string.h
includes/tgmath.h
includes/wchar.h
personalities/__personality.h [new file with mode: 0644]
personalities/float.h [moved from includes/float.h with 100% similarity]
personalities/limits.h [moved from includes/limits.h with 100% similarity]
personalities/stdint.h [moved from includes/stdint.h with 100% similarity]
personality.txt [new file with mode: 0644]