aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/fix_grouping.c
Commit message (Expand)AuthorAgeFilesLines
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* localeconv: correct grouping and mon_grouping per C/POSIXEd Maste2019-12-191-1/+1
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-1/+3
* . style(9)Alexey Zelkin2003-06-261-3/+6
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+3
* Add my e-mail to copyrightsAlexey Zelkin2001-12-201-1/+1
* Fix grouping string handlingAlexey Zelkin2001-12-111-1/+4
* Deal properly with "0"Andrey A. Chernov2001-02-191-1/+5
* Assume that "" passed as parameter also means "no grouping"Alexey Zelkin2001-02-121-3/+4
* make it possible to specify grouping number from range 0..CHAR_MAX,Alexey Zelkin2001-02-101-3/+9
* . Fix semantics of grouping (LC_MONETARY::mon_grouping,Alexey Zelkin2001-02-101-0/+68