History log of /netbsd-src/lib/libc/gdtoa/gmisc.c (Results 1 – 4 of 4)
Revision Date Author Comments
# c5e820ca 13-Mar-2012 christos <christos@NetBSD.org>

PR/45989: Martin Husemann: lint invocation does include -w only on i386

- turn lint -w for all the platforms after fixing the lint warnings.
- add _DIAGASSERTS() for casts that would assign values t

PR/45989: Martin Husemann: lint invocation does include -w only on i386

- turn lint -w for all the platforms after fixing the lint warnings.
- add _DIAGASSERTS() for casts that would assign values to types that
would not fit.
- change types, add casts
- change into ansii prototypes
- turn on _DIAGNOSTIC for libc (during current, to be eliminated for release
builds)

approved by core@

show more ...


# f8228ce4 11-Mar-2006 kleink <kleink@NetBSD.org>

Const poisoning.


# ac898a26 25-Jan-2006 kleink <kleink@NetBSD.org>

* Pacify compiler; delint.
* Add MI NetBSD definitions.
* Rename IEEE_{8087,MC68k} to IEEE_{LITTLE,BIG}_ENDIAN, as previously
done in strtod.c.
* Some const poisoning, more to follow.


# 7684d5e0 25-Jan-2006 kleink <kleink@NetBSD.org>

Import gdtoa-2005-09-23; test suite will be imported separately.