K 10 svn:author V 8 keramida K 8 svn:date V 27 2004-09-24T18:20:43.000000Z K 7 svn:log V 267 Allow %' to be used as a format flag by printf(1). This makes it possible to print the thousands separator in the locale setups that have one, by something like this: $ env -i LC_NUMERIC=en_US.ISO8859-1 ./printf "%'0.2f\n" 12345 12,345.00 Reviewed by: das END