History log of /freebsd-9.3-release/lib/libc/locale/fix_grouping.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

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

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 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.