summaryrefslogtreecommitdiffstats
path: root/src/lib9/fmt/nan64.c
Commit message (Collapse)AuthorAgeFilesLines
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-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>
* libfmt: add missing copyright notice to nan64.cRuss Cox2009-08-141-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.
* lib9: hide uvlong/double conversions to placate gcc (John Gosset)Russ Cox2008-05-101-26/+31
|
* fix nan64rsc2007-05-101-4/+11
|
* another day, another __isNaNrsc2007-04-061-1/+2
|
* new __isNaN (Scott Schwartz)rsc2007-04-061-5/+1
|
* clean up for unix portrsc2004-12-261-12/+3
|
* Get rid of 64-bit constants.rsc2004-09-231-3/+3
|
* PowerPC Linux support from ericvh.rsc2004-08-221-1/+1
| | | | | | Mainly adding va_copy/va_end. Also fix bug in sprint wrapping around top of memory.
* Move utf, fmt. Small header file changes.rsc2004-02-291-0/+76