summaryrefslogtreecommitdiff
path: root/src/vsnprintf.c
Commit message (Collapse)AuthorAgeFilesLines
* Noam Zeilberger correctly notices that the prototype for vsnprintf()bwarsaw2000-11-091-4/+1
| | | | is incorrect. This closes SF bug #121185
* A couple of notes for laterbwarsaw2000-09-291-0/+2
|
* An implementation of vsnprintf() ripped from GNU screen 3.7.6's misc.cbwarsaw1999-07-121-0/+126
file. Known operating systems missing vsnprintf(): Solaris 2.5 This code is GPL'd but not copyright the FSF. RMS says its okay to use, but should be kept in a separate file permanently. I can only test that it compiles correctly, but cannot test its proper operation on systems that are missing vsnprintf().