History log of /netbsd/lib/libm/compat/compat_cabs.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 1f50a754 13-May-2017 maya <maya@NetBSD.org>

Drop superfluous ; in __warn_references


# b36bcf93 10-Aug-2007 drochner <drochner@NetBSD.org>

make the hypot/atan2 functions weak aliases, because they are used
internally by the historical cabs(), and the future c99 cabs/carg


# 7161d089 22-Feb-2007 drochner <drochner@NetBSD.org>

-get cabs() and cabsf() out of public view - these are historical and
conflict with C99 functions which are builtins in newer gcc
(actually, the old cabs() is ABI compatible with the new _complex o

-get cabs() and cabsf() out of public view - these are historical and
conflict with C99 functions which are builtins in newer gcc
(actually, the old cabs() is ABI compatible with the new _complex one
on i386, but this is purely accidental)
remove public prototypes and manpages, move the code into a compat
subdirectory as libc does so that binary compatibility is kept
-add a manpage for the isgreater() etc macros, borrowed from FreeBSD

show more ...