summaryrefslogtreecommitdiff
path: root/snprintf.c
Commit message (Expand)AuthorAgeFilesLines
* UCB has dropped the advertising clause from their license.Todd C. Miller1999-09-041-5/+1
* "#ifdef __STDC__" not "#if __STDC__" (I missed one)Todd C. Miller1999-08-271-1/+1
* fix commentTodd C. Miller1999-08-221-1/+1
* kill bogus reference to vfprintfTodd C. Miller1999-08-221-1/+1
* Add some const in the K&R defs. This is safe since we define const awayTodd C. Miller1999-08-221-2/+2
* Add check for LONG_IS_QUADTodd C. Miller1999-08-221-4/+12
* UCB-derived snprintf + asprintf support. Supports quads if the compilerTodd C. Miller1999-08-211-622/+657
* o Digital UNIX needs to check for *snprintf() before -ldb is added to LIBSTodd C. Miller1999-08-121-41/+39
* Now compiles on more K&R compilersTodd C. Miller1999-07-221-21/+22
* include malloc.h if no stdlib.hTodd C. Miller1999-07-151-0/+3
* KTH snprintf()/asprintf() for systems w/o themTodd C. Miller1999-07-151-0/+724