History log of /netbsd-src/lib/libc/gdtoa/gethex.c (Results 1 – 7 of 7)
Revision Date Author Comments
# 35ea0de3 22-Feb-2020 kamil <kamil@NetBSD.org>

Avoid unportable left shift construct

left shift of 9 by 28 places cannot be represented in type 'int'


# 0feb0f12 19-Apr-2013 joerg <joerg@NetBSD.org>

Pass locale down to gethex as well.


# 61e56760 20-Mar-2011 christos <christos@NetBSD.org>

Merge the new gdtoa: Note that the built-in tests fail the same way as with
the old gdtoa.


# ab625449 21-Mar-2008 christos <christos@NetBSD.org>

Don't coredump on out of memory conditions. This solution leaks, but gdtoa
is too complicated to fix. Try printf %99999999999.9999999999f 2


# 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.