History log of /openbsd-src/lib/libc/arch/hppa/gen/fabs.c (Results 1 – 11 of 11)
Revision Date Author Comments
# b5aa3b33 18-Apr-2014 guenther <guenther@openbsd.org>

It's been a quarter century: we can assume volatile is present with that name.


# f94f3caf 13-Nov-2013 deraadt <deraadt@openbsd.org>

bring in math.h to provide prototypes


# 2fbf033e 28-Mar-2013 martynas <martynas@openbsd.org>

Switch libc and libm to use strong aliases rather than weak aliases
where appropriate. Among other things makes the symbols consistent
across all architectures (notably where ldbl mantissa is 53 bit

Switch libc and libm to use strong aliases rather than weak aliases
where appropriate. Among other things makes the symbols consistent
across all architectures (notably where ldbl mantissa is 53 bits).

While at it, kill unused LINTLIBRARY/PROTOLIB1 cruft which was there
to trick lint into recording the right prototypes for aliased
functions. Most of the work done at the awesome n2k13 hackathon.

Agreed by kettenis@, guenther@, matthew@.

show more ...


# 4a39ccd0 05-Dec-2012 deraadt <deraadt@openbsd.org>

Remove excessive sys/cdefs.h inclusion
ok guenther millert kettenis


# aeb694e3 08-Jul-2011 martynas <martynas@openbsd.org>

Revert (leaving the complex math part alone). Some stuff is depending
on this historical behavior; so we're stuck in this stupid situation.
No cookie for me.


# f0aa5457 08-Jul-2011 martynas <martynas@openbsd.org>

Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using
them in libc for a very long time. OK guenther@.


# fff612d3 10-Dec-2008 deraadt <deraadt@openbsd.org>

use sys/cdefs.h


# d9c4f847 09-Dec-2008 martynas <martynas@openbsd.org>

alias fabsl to fabs on these archs


# 8524f5e4 21-Oct-2002 mickey <mickey@openbsd.org>

make an ieeefp regress pass; miod@ ok


# 4451fc0f 22-May-2002 miod <miod@openbsd.org>

I was on drugs when I commited this initially, and still do not understand
how I got libc to compile with this. Blush.

Replace this with a correct implementation, and write a faster fabs()
while the

I was on drugs when I commited this initially, and still do not understand
how I got libc to compile with this. Blush.

Replace this with a correct implementation, and write a faster fabs()
while there.

ok mickey@

show more ...


# c9d6e9ae 11-Mar-2002 miod <miod@openbsd.org>

More fp-related libc pieces for hppa.
This enables awk to link.