Go to file
drochner 9d8b5fa74e Add C99 complex support, for double and float.
Most complex function implementations are from the "c9x-complex" library,
originating from the "cephes" math library, see
http://www.netlib.org/cephes/, from Stephen L. Moshier, incorporated and
redistributed with the NetBSD license by permission of the author.

Error behaviour and other boundary conditions (branch cuts)
need to be looked at.

For namespace sanity, I've done the rename/weak alias procedure to
most of the exported functions which are also used internally.
Didn't do so for sin/cos(f) yet because assembler implementations use
them directly, and renaming functions shared between the main libm
and the machine specific "overlay" might raise binary compatibility
issues.
2007-08-20 16:01:28 +00:00
bin - Cleanup for sleep.c: 2007-08-18 00:41:52 +00:00
common struct plistref does not reference other proplib data types, so split it 2007-08-17 11:05:03 +00:00
crypto src/racoon/isakmp_xauth.c: Don't mix up RADIUS authentication and 2007-08-07 04:35:01 +00:00
dist track upcoming fix for NTP-Bug 889 (avoid calling malloc() 2007-08-18 13:18:23 +00:00
distrib Add C99 complex support, for double and float. 2007-08-20 16:01:28 +00:00
doc Update yamt-idlelwp status after merge. 2007-08-20 12:39:33 +00:00
etc Added wscons to ramdisk for tpctl. 2007-08-10 16:23:59 +00:00
games Teach wtf(6) about pkgsrc's help facility: 2007-08-06 21:14:36 +00:00
gnu Add macros for FreeBSD 6.3 and libarchive. 2007-08-06 23:38:49 +00:00
include Add C99 complex support, for double and float. 2007-08-20 16:01:28 +00:00
lib Add C99 complex support, for double and float. 2007-08-20 16:01:28 +00:00
libexec Oops. USE_FORT needs to be in Makefile.inc, not Makefile, to cause the 2007-08-16 18:36:46 +00:00
regress Fix duplicate year in copyright notice. 2007-07-24 11:29:16 +00:00
rescue Add read-only support for SGI's Extent File System. 2007-06-29 23:30:16 +00:00
sbin Attempt at fixing build failures after proplib was converted to bool: 2007-08-17 17:59:15 +00:00
share Add support for AnyCom BlueCard. 2007-08-20 00:29:43 +00:00
sys Hide NetBSD kernel headers completely from ukfs. This includes creating 2007-08-20 15:58:13 +00:00
tools use a pre-generated list of files instead of running find(1) again and again. 2007-08-07 12:44:39 +00:00
usr.bin Apparently seeking forward on a FIFO does not work (why?). Read instead. 2007-08-20 03:44:17 +00:00
usr.sbin Attempt at fixing build failures after proplib was converted to bool: 2007-08-17 17:59:15 +00:00
x11 build sunffb and xf8_32wid on sparc 2007-04-22 23:42:38 +00:00
build.sh Move several variable initialisations to the beginning of 2007-06-26 12:59:38 +00:00
BUILDING Document recent changes to "make iso-image". 2007-04-13 19:43:38 +00:00
Makefile Add an iso_image target (iso-image as a target name doesn't play well with 2007-03-06 21:56:47 +00:00
Makefile.inc
UPDATING Add a note that tools have to be re-installed. 2007-07-03 16:35:47 +00:00