summaryrefslogtreecommitdiff
path: root/lib/libc/gdtoa/strtold_pQ.c
blob: 630d9dfe68fdb616a35e11d66ae0bb0f8508a0d2 (plain)
1
2
3
4
/* $NetBSD: strtold_pQ.c,v 1.1 2006/03/15 17:35:18 kleink Exp $ */

#define	GDTOA_LD_FMT	Q
#include "strtold_subr.c"
00:25 +0000'>2009-09-05Now we have our own radix_sort() change the interface so that we passdsl 2009-08-22Rework the way sort generates sort keys:dsl 2009-08-20Delete more unwanted/unused cruft.dsl 2009-08-18The code that attempted to sort large files by sorting each chunk by thedsl 2009-08-16'depth' is used for the number of bytes into the key that the pointersdsl 2009-08-16Replace all uses of sizeof(TRECHEADER) with REC_DATA_OFFSET - whichdsl 2009-08-15Ansify.dsl 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2004-02-15fix some cases of use of unitialized variablesjdolecek 2003-08-07add TNF copyrightjdolecek 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc 2001-02-19Pull up various cosmetic (mostly whitespace) changes from OpenBSD.jdolecek 2001-01-18cosmetic style changejdolecek 2001-01-11general cleanup of file list passing:jdolecek 2001-01-08by default, use stable sortjdolecek 2000-10-17fix bugs caused by implicit assumption that 'length' andjdolecek 2000-10-16constifyjdolecek 2000-10-15don't use register declarationsjdolecek 2000-10-07Two classes of changes from the initial OpenBSD commit of this sort(1):bjh21 2000-10-07Hit sort(1) with a hammer till it compiles.bjh21 2000-10-074.4BSD-Lite2 contrib/sortbjh21