| Commit message (Expand) | Author | Age | Files | Lines |
* | strfmon: reduce unnecessary snprintf. | pfg | 2014-07-12 | 1 | -5/+3 |
* | Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a | theraven | 2011-11-20 | 1 | -8/+35 |
* | Fix PR | cracauer | 2010-02-10 | 1 | -2/+2 |
* | Stricter check for integer overflow. | ru | 2008-04-24 | 1 | -0/+2 |
* | Don't forget to free() currency_symbol and asciivalue when multiple | ru | 2008-04-19 | 1 | -0/+4 |
* | Better strfmon(3) conversion specifiers sanity checking. | ru | 2008-04-19 | 1 | -1/+8 |
* | Use calloc() instaed of zeroing memory ourselves. | delphij | 2008-04-13 | 1 | -2/+1 |
* | Include a couple of headers to ensure consistency between the prototype and | stefanf | 2005-09-12 | 1 | -0/+1 |
* | According to C99 decimal_point can't be empty | ache | 2003-03-20 | 1 | -4/+1 |
* | Remove unused variable: ntmp. | tjr | 2003-01-03 | 1 | -1/+0 |
* | Fix a typo causing incorrect formatting for negative values in some locales | tjr | 2002-10-12 | 1 | -3/+5 |
* | Save errno around calls to free(); at least some code paths clobber it | tjr | 2002-10-11 | 1 | -0/+3 |
* | Use the new struct lconv members to determine how to format international | tjr | 2002-10-11 | 1 | -1/+12 |
* | Non-negative amounts should not have an extra space in front of them | tjr | 2002-10-11 | 1 | -6/+2 |
* | "Left precision" and "right precision" are not flags, but separate parts | tjr | 2002-10-11 | 1 | -13/+15 |
* | Add restrict type-qualifier. | mike | 2002-09-20 | 1 | -1/+2 |
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 1 | -17/+0 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -3/+2 |
* | Add my e-mail to copyrights | phantom | 2001-12-11 | 1 | -1/+1 |
* | style(9) | mike | 2001-09-17 | 1 | -62/+56 |
* | correctly wrap macros with { } | phantom | 2001-09-06 | 1 | -2/+3 |
* | Add strfmon(3) implementation. It still contains few XXX's because I lost | phantom | 2001-09-05 | 1 | -0/+615 |