aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/strfmon.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* strfmon(3): Match the return typeJose Luis Duran2023-01-251-2/+2
* strfmon: Remove XXX marksJose Luis Duran2022-10-291-3/+3
* strfmon_l: Use specified locale for number formattingJose Luis Duran2022-10-291-24/+23
* strfmon: Fix formatting of a second fixed-width valueJose Luis Duran2022-10-251-1/+1
* strfmon: Fix an edge case when sep_by_space is 2Jose Luis Duran2022-10-251-2/+6
* strfmon: Fix alignment when enclosed by parenthesesJose Luis Duran2022-10-251-2/+10
* strfmon: Trim the SPACE from international currency symbolJose Luis Duran2022-10-251-1/+3
* strfmon: Avoid an out-of-bounds accessJose Luis Duran2022-10-251-2/+3
* strfmon: Fix typos in source code commentsJose Luis Duran2022-10-251-2/+2
* strfmon: Fix typo in constantJose Luis Duran2022-10-251-4/+4
* strfmon: Code cleanupJose Luis Duran2022-10-251-64/+68
* libc: drop "All rights reserved" from Foundation copyrightsEd Maste2022-08-041-1/+1
* Compute the correct size of the string to move forward.John Baldwin2020-09-021-1/+1
* Allow multi-byte thousands separators in strfmon(3)Conrad Meyer2018-12-191-14/+23
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* libc: spelling fixes.Pedro F. Giffuni2016-04-301-2/+2
* strfmon: reduce unnecessary snprintf.Pedro F. Giffuni2014-07-121-5/+3
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-8/+35
* Fix PRMartin Cracauer2010-02-101-2/+2
* Stricter check for integer overflow.Ruslan Ermilov2008-04-241-0/+2
* Don't forget to free() currency_symbol and asciivalue when multipleRuslan Ermilov2008-04-191-0/+4
* Better strfmon(3) conversion specifiers sanity checking.Ruslan Ermilov2008-04-191-1/+8
* Use calloc() instaed of zeroing memory ourselves.Xin LI2008-04-131-2/+1
* Include a couple of headers to ensure consistency between the prototype andStefan Farfeleder2005-09-121-0/+1
* According to C99 decimal_point can't be emptyAndrey A. Chernov2003-03-201-4/+1
* Remove unused variable: ntmp.Tim J. Robbins2003-01-031-1/+0
* Fix a typo causing incorrect formatting for negative values in some localesTim J. Robbins2002-10-121-3/+5
* Save errno around calls to free(); at least some code paths clobber itTim J. Robbins2002-10-111-0/+3
* Use the new struct lconv members to determine how to format internationalTim J. Robbins2002-10-111-1/+12
* Non-negative amounts should not have an extra space in front of themTim J. Robbins2002-10-111-6/+2
* "Left precision" and "right precision" are not flags, but separate partsTim J. Robbins2002-10-111-13/+15
* Add restrict type-qualifier.Mike Barcroft2002-09-201-1/+2
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-281-17/+0
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-3/+2
* Add my e-mail to copyrightsAlexey Zelkin2001-12-111-1/+1
* style(9)Mike Barcroft2001-09-171-62/+56
* correctly wrap macros with { }Alexey Zelkin2001-09-061-2/+3
* Add strfmon(3) implementation. It still contains few XXX's because I lostAlexey Zelkin2001-09-051-0/+615