History log of /netbsd-src/lib/libc/gdtoa/misc.c (Results 1 – 11 of 11)
Revision Date Author Comments
# 86bf8464 21-Nov-2011 mlelstv <mlelstv@NetBSD.org>

one more error path that didn't free a lock.


# 34407547 18-Nov-2011 martin <martin@NetBSD.org>

Release dtoa lock before returning, pointed out by enami.


# b2707ef3 18-Nov-2011 christos <christos@NetBSD.org>

unlock before returning on error, thanks enami.


# f0c33b33 18-Nov-2011 christos <christos@NetBSD.org>

PR/45627: Martin Husemann: Plug memory leak


# a23ced05 21-Mar-2011 christos <christos@NetBSD.org>

fix some lint on i386


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


# 8a09e860 30-Jan-2009 lukem <lukem@NetBSD.org>

sign-compare fix


# 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


# b24124a7 15-Oct-2006 christos <christos@NetBSD.org>

static before const.


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