Commit Briefs

Dan Cross

Trivial changes: whitespace and modes.

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>


Russ Cox

libfmt: add missing copyright notice to nan64.c

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.



rsc

fix nan64




rsc

clean up for unix port



rsc

PowerPC Linux support from ericvh.

Mainly adding va_copy/va_end. Also fix bug in sprint wrapping around top of memory.