History log of /freebsd-10.1-release/lib/libc/locale/fix_grouping.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 116875 26-Jun-2003 phantom

. style(9)
. fix/add comments (to cover changes done thru last 20 months)
. extend monetary testcase to cover int_* values


# 92986 22-Mar-2002 obrien

Fix the style of the SCM ID's.
I believe have made all of libc .c's as consistent as possible.


# 88278 20-Dec-2001 phantom

Add my e-mail to copyrights


# 87657 11-Dec-2001 phantom

Fix grouping string handling


# 72686 19-Feb-2001 ache

Deal properly with "0"


# 72407 12-Feb-2001 phantom

Assume that "" passed as parameter also means "no grouping"
Make comparsions more clear (per style(9))


# 72333 10-Feb-2001 phantom

make it possible to specify grouping number from range 0..CHAR_MAX,
not only one-digit number


# 72321 10-Feb-2001 phantom

. Fix semantics of grouping (LC_MONETARY::mon_grouping,
LC_NUMERIC::grouping) values.
. Always set __XXX_changed flags then loading numeric & monetary locale
categories to allow localeconv() to use C locale also.