summaryrefslogtreecommitdiff
path: root/lib/snprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some typos mentioned in the fossies report.Wayne Davison2022-01-161-1/+1
* Spelling fixes from a Fossies run done by Jens.Wayne Davison2020-04-151-2/+2
* Tweak includes to fix non-defined NULL on some systems.Wayne Davison2011-07-311-2/+6
* We need VA_COPY() defined more. Fix dangling #endif.Wayne Davison2011-05-301-5/+4
* Merge latest samba version to get va_end() fixes, etc.Wayne Davison2011-05-301-211/+699
* If va_copy is defined, use it when defining VA_COPY.Wayne Davison2005-10-111-1/+1
* Check SIZEOF_LONG_LONG instead of HAVE_LONG_LONG.Wayne Davison2005-02-211-1/+1
* - Integrated the latest version from samba.Wayne Davison2005-02-201-64/+143
* Attempting to fix the snprintf() conflict on a gcc-using HPUX 11.11.Wayne Davison2003-07-041-1/+3
* Fix bug reported by engard.ferenc at innomed.hu whereby using the %f formatPaul Green2003-04-091-5/+8
* imported new snprintf.c from samba, got rid of slprintfAndrew Tridgell2001-05-071-653/+770
* updates to reflect new samba.org domainAndrew Tridgell1998-11-231-1/+1
* added copyright notice from Patrick PowellAndrew Tridgell1998-10-311-21/+18
* fixed handling of %.0f in replacement snprintf.cAndrew Tridgell1998-10-281-24/+46
* added a vsnprintf() implementation from cvslock. See the notes on theAndrew Tridgell1998-10-261-0/+801