Date: Thu, 13 Dec 2001 13:05:27 -0800 (PST) From: Alexey Zelkin <phantom@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio vfprintf.c Message-ID: <200112132105.fBDL5RG68380@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phantom 2001/12/13 13:05:27 PST Modified files: lib/libc/stdio vfprintf.c Log: Also fix cases when thousands separator should be put before number. For example before for grouping sequence "\003\003" number 123456 was formated as ",123,456", now "123,456". Revision Changes Path 1.35 +4 -2 src/lib/libc/stdio/vfprintf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112132105.fBDL5RG68380>