factor/basis/formatting
Jon Harper e470a5bb28 formatting, workaround bug for "%.0e" and "%.0f" on windows
On windows, the underlying formatting implementation
uses a precison of 6 when asked to do a precision of 0.
Improve the post-processing so that it doesn't fully break
the formatted number. The previous implementation would change
"1.00000" to "10000", and 1.00000e0 to 10000e0...

With this, windows has a different formatting for "%.0f" and "%.0e"
but at least it's the right number
2017-07-08 18:40:08 +02:00
..
authors.txt Move assoc-heaps, formatting, pack, roman, porter-stemmer, soundex, cords to basis 2008-12-17 20:18:24 -06:00
formatting-docs.factor formatting: revert change to %d, %o, %b, %x for now. 2017-06-10 13:33:01 -07:00
formatting-tests.factor formatting, workaround bug for "%.0e" and "%.0f" on windows 2017-07-08 18:40:08 +02:00
formatting.factor formatting, workaround bug for "%.0e" and "%.0f" on windows 2017-07-08 18:40:08 +02:00
summary.txt formatting: improve summary.txt. 2011-11-12 16:18:39 -08:00
tags.txt basis/,core/,extra/: many new tags 2017-07-06 23:04:18 +02:00