Searched hist:87815 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/lib/libc/stdio/
H A Dprintf-pos.cdiff 87815 Thu Dec 13 19:45:41 MST 2001 phantom Respect locale while handling of \' flag.

In original version grouping was hardcoded. It assumed that thousands
separator should be inserted to separate each 3 numbers. I.e. grouping
string "\003" was assumed for all cases. In correct case (per POSIX)
vfprintf should respect locale defined non-monetary (LC_NUMERIC
category) grouping sequence.

Also simplify thousands_sep handling.
H A Dvfprintf.cdiff 87815 Thu Dec 13 19:45:41 MST 2001 phantom Respect locale while handling of \' flag.

In original version grouping was hardcoded. It assumed that thousands
separator should be inserted to separate each 3 numbers. I.e. grouping
string "\003" was assumed for all cases. In correct case (per POSIX)
vfprintf should respect locale defined non-monetary (LC_NUMERIC
category) grouping sequence.

Also simplify thousands_sep handling.

Completed in 181 milliseconds