summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/gcvt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zap remaining rcsid.espie2005-08-081-5/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-171-10/+14
| | | | where applicable.
* Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2003-06-031-23/+12
|
* Pass ndigit+1 as size arg to strlcpy() since ndigit doesn't include the NULmillert2003-05-091-3/+3
|
* use strlcpy(); assumes buf is at least ndigit bytes long which is asmillert2003-04-021-4/+7
| | | | safe as we can get. deraadt@ OK
* Add ecvt(), fcvt() and gcvt() for standard compliance and legacy code.millert2002-12-021-0/+103