NetBSD/lib/libm
drochner 7161d089aa -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
2007-02-22 22:08:17 +00:00
..
arch merge libc/arch/{i386,x86_64}/gen/modf.S into one 2006-03-22 20:45:58 +00:00
compat -get cabs() and cabsf() out of public view - these are historical and 2007-02-22 22:08:17 +00:00
gen Add nan(3), nanf(3), and nanl(3); welcome libm.so.0.4. 2006-03-15 22:07:08 +00:00
man -get cabs() and cabsf() out of public view - these are historical and 2007-02-22 22:08:17 +00:00
noieee_src s/greatful/grateful/, from Zafer. 2006-11-24 21:15:54 +00:00
src -get cabs() and cabsf() out of public view - these are historical and 2007-02-22 22:08:17 +00:00
Makefile -get cabs() and cabsf() out of public view - these are historical and 2007-02-22 22:08:17 +00:00
shlib_version Add trunc() and truncf() C99 functions, from FreeBSD. 2006-03-25 16:41:11 +00:00