summaryrefslogtreecommitdiff
path: root/src/vsnprintf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The start of a setuptools conversion. All the Makefile.in and autoconfBarry Warsaw2007-07-131-125/+0
| | | | artifacts are removed, as is the C files which we will no longer need.
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
|
* Signature update.bwarsaw2002-09-051-2/+2
|
* 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().