Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |