Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-05 | delint; ok millert@ beck@ | Otto Moerbeek | |
2005-12-13 | First step in include files overhaul. Use __FOO_VISIBLE (as defined | Todd C. Miller | |
in sys/cdefs.h) instead of _FOO_SOURCE. Also fix several namespace pollution issues, including the byte order defines. OK deraadt@ | |||
2005-11-17 | Introduce a few c99 functions: {l,ll}{rint,round}{,f}. From NetBSD via | Otto Moerbeek | |
jason@. Man page fixes by jmc@, prodding by jsg@. ok mickey@ | |||
2005-01-06 | provide float_t, double_t, FLT_EVAL_METHOD (dummy C99 constructs) | Marc Espie | |
okay millert@ | |||
2003-06-26 | Better value for vax MAXFLOAT | Jason Wright | |
2003-06-26 | redefine MAXFLOAT in vax terms | Jason Wright | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-05-26 | Change protection of struct exception back from #ifdef __LIBM_PRIVATE | Todd C. Miller | |
to #ifndef __cplusplus. It turns out there is code outside of libm that wants to use this. I suppose that's why it is in math.h instead of math_private.h ;-) | |||
2000-03-01 | $OpenBSD$ | Todd T. Fries | |
1998-03-02 | We don't need two math.h headers incvs server: nothing known about | Todd C. Miller | |
`math.h'. The one in libm is more up to date but the one in the include dir is what gets installed. | |||
1997-09-21 | Well, as we are heading for a release people are encouraged to rebuild their | Niklas Hallqvist | |
entire trees for testing anyway, I might as well do this intrusive touching of include files now. Added openBSD tags. | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |