aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/fmt/nan64.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-3/+3
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
2009-08-14libfmt: add missing copyright notice to nan64.cRuss Cox1-0/+2
nan64.c was part of change #1 in this repository and did not have a notice at that point (September 2003). An earlier copy of libfmt, dated January 14-15, 2003, makes it clear that nan64.c was extracted from fltfmt.c and strtod.c, so use the same notice they use.
2008-05-10lib9: hide uvlong/double conversions to placate gcc (John Gosset)Russ Cox1-26/+31
2007-05-10fix nan64rsc1-4/+11
2007-04-06another day, another __isNaNrsc1-1/+2
2007-04-06new __isNaN (Scott Schwartz)rsc1-5/+1
2004-12-26clean up for unix portrsc1-12/+3
2004-09-23Get rid of 64-bit constants.rsc1-3/+3
2004-08-22PowerPC Linux support from ericvh.rsc1-1/+1
Mainly adding va_copy/va_end. Also fix bug in sprint wrapping around top of memory.
2004-02-29Move utf, fmt. Small header file changes.rsc1-0/+76