summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/strfmon.c
Commit message (Expand)AuthorAgeFilesLines
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds atheraven2011-11-201-8/+35
* Fix PRcracauer2010-02-101-2/+2
* Stricter check for integer overflow.ru2008-04-241-0/+2
* Don't forget to free() currency_symbol and asciivalue when multipleru2008-04-191-0/+4
* Better strfmon(3) conversion specifiers sanity checking.ru2008-04-191-1/+8
* Use calloc() instaed of zeroing memory ourselves.delphij2008-04-131-2/+1
* Include a couple of headers to ensure consistency between the prototype andstefanf2005-09-121-0/+1
* According to C99 decimal_point can't be emptyache2003-03-201-4/+1
* Remove unused variable: ntmp.tjr2003-01-031-1/+0
* Fix a typo causing incorrect formatting for negative values in some localestjr2002-10-121-3/+5
* Save errno around calls to free(); at least some code paths clobber ittjr2002-10-111-0/+3
* Use the new struct lconv members to determine how to format internationaltjr2002-10-111-1/+12
* Non-negative amounts should not have an extra space in front of themtjr2002-10-111-6/+2
* "Left precision" and "right precision" are not flags, but separate partstjr2002-10-111-13/+15
* Add restrict type-qualifier.mike2002-09-201-1/+2
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-281-17/+0
* Fix the style of the SCM ID's.obrien2002-03-221-3/+2
* Add my e-mail to copyrightsphantom2001-12-111-1/+1
* style(9)mike2001-09-171-62/+56
* correctly wrap macros with { }phantom2001-09-061-2/+3
* Add strfmon(3) implementation. It still contains few XXX's because I lostphantom2001-09-051-0/+615
OpenPOWER on IntegriCloud