Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pass ndigit+1 as size arg to strlcpy() since ndigit doesn't include the NUL | millert | 2003-05-09 | 1 | -3/+3 |
* | use strlcpy(); assumes buf is at least ndigit bytes long which is as | millert | 2003-04-02 | 1 | -4/+7 |
* | Add ecvt(), fcvt() and gcvt() for standard compliance and legacy code. | millert | 2002-12-02 | 1 | -0/+103 |