summaryrefslogtreecommitdiff
path: root/lib/libc/gdtoa
AgeCommit message (Expand)Author
2014-01-16"soon" is "now". Remove all __indr_reference crap.christos
2013-05-17Provide explicit LC_C_LOCALE accessor and drop the various NULL checks.joerg
2013-04-19Add libc/locale to the search path.joerg
2013-04-19Pass locale down to gethex as well.joerg
2013-04-18Add strtof_l, strtod_l and strtold_l.joerg
2012-06-24fix old style definitions; XXX: gcc should have picked them up but it did not.christos
2012-05-16Use original indentation style in more places.alnsn
2012-05-15Don't use normal indentation style, use original author's indentation style.alnsn
2012-05-15Add missing {} around two "if (b == NULL)" checks which were added in r1.5.alnsn
2012-03-22add constcond, make shifts unsignedchristos
2012-03-22A few modifications to make this build for vax:he
2012-03-22A few fixes to make this build for vax:he
2012-03-13PR/45989: Martin Husemann: lint invocation does include -w only on i386christos
2011-11-21one more error path that didn't free a lock.mlelstv
2011-11-18Release dtoa lock before returning, pointed out by enami.martin
2011-11-18unlock before returning on error, thanks enami.christos
2011-11-18PR/45627: Martin Husemann: Plug memory leakchristos
2011-07-04avoid some uninitalised variable warnings.mrg
2011-07-01Fix some bugs [exceed array bounds]. Simplify.matt
2011-06-20various build fixes for gcc 4.5. from chuq. XXX i'm not sure all ofmrg
2011-06-04remove string placed by error(1)christos
2011-03-27Fix this so that it builds for vax; where the compiler balks at thehe
2011-03-21Don't use #endif where #else is expected.enami
2011-03-21pacify lint.christos
2011-03-21Add Emin for the vax. Need to checkchristos
2011-03-21fix vax typo.christos
2011-03-21more de-linting.christos
2011-03-21fix some lint on i386christos
2011-03-20Merge the new gdtoa: Note that the built-in tests fail the same way as withchristos
2011-03-19don't need these and they break the buildchristos
2011-03-19from www.netlib.orgchristos
2011-01-21add may alias attribute to the double union because gcc-4.5.x produceschristos
2010-01-17Close file handle after using it. Found by cppcheck.wiz
2009-10-21Remove 3rd and 4th clauses in christos' license. OK christos.snj
2009-05-07Change Kmax so we allocate enough freelist entries to handle large fieldchristos
2009-01-30sign-compare fixlukem
2008-03-28Make this build again.he
2008-03-21Don't coredump on out of memory conditions. This solution leaks, but gdtoachristos
2008-02-09make all sun2 use -O0 and move most of the hacks out into just 3 files.mrg
2008-02-05make sun2 build again with liberal use of -O0.mrg
2007-04-08Remove support for NetBSD/{,evb}sh5.scw
2007-02-26deal with the vax in a slightly disgusting way.christos
2007-02-23vax does not have <machine/ieee.h> or long doublechristos
2007-02-04Fix previous, add forgotten pointer dereference in the call to dtoa().uwe
2007-02-04use dtoa() instead of returning empty when we don't have extended precisionchristos
2007-02-03int/size_t changeschristos
2007-02-03some int -> size_tchristos
2007-02-02add the new files to the build. Note I am not bumping libc now, becausechristos
2007-02-02add new prototypes.christos
2007-02-02make this compile.christos