Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include a couple of headers to ensure consistency between the prototype and | stefanf | 2005-09-12 | 1 | -0/+1 |
| | | | | the function definition. | ||||
* | 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 |
| | | | | | | (at least the French ones), a memory leak upon successful termination, a pointer arithmetic error causing heap corruption, and an off-by-one bug causing incorrect amounts of padding at the right of the value. | ||||
* | Save errno around calls to free(); at least some code paths clobber it | tjr | 2002-10-11 | 1 | -0/+3 |
| | | | | and we are not interested in any errors it may report. | ||||
* | Use the new struct lconv members to determine how to format international | tjr | 2002-10-11 | 1 | -1/+12 |
| | | | | monetary values. | ||||
* | Non-negative amounts should not have an extra space in front of them | tjr | 2002-10-11 | 1 | -6/+2 |
| | | | | when the `(' flag is used. | ||||
* | "Left precision" and "right precision" are not flags, but separate parts | tjr | 2002-10-11 | 1 | -13/+15 |
| | | | | of the format string that appear after the field width. | ||||
* | Add restrict type-qualifier. | mike | 2002-09-20 | 1 | -1/+2 |
| | |||||
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 1 | -17/+0 |
| | | | | Submitted by: keramida | ||||
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -3/+2 |
| | | | | I believe have made all of libc .c's as consistent as possible. | ||||
* | Add my e-mail to copyrights | phantom | 2001-12-11 | 1 | -1/+1 |
| | |||||
* | style(9) | mike | 2001-09-17 | 1 | -62/+56 |
| | | | | Silence from: phantom | ||||
* | 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 |
my last version of this work due to HDD crash, but this version cleanly passed all POSIX and SuSv2 tests. I am working on testing scripts which should test this implementation against all locales and surely more fixes will come soon. Reviewed by: ache, silence at -audit & -developers |