summaryrefslogtreecommitdiff
path: root/lib/snprintf.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-16Imported Upstream version 3.2.0upstream/3.2.0DongHun Kwak1-2/+2
2011-07-31Tweak includes to fix non-defined NULL on some systems.Wayne Davison1-2/+6
2011-05-30We need VA_COPY() defined more. Fix dangling #endif.Wayne Davison1-5/+4
2011-05-30Merge latest samba version to get va_end() fixes, etc.Wayne Davison1-211/+699
2005-10-11If va_copy is defined, use it when defining VA_COPY.Wayne Davison1-1/+1
2005-02-21Check SIZEOF_LONG_LONG instead of HAVE_LONG_LONG.Wayne Davison1-1/+1
2005-02-20- Integrated the latest version from samba.Wayne Davison1-64/+143
2003-07-04Attempting to fix the snprintf() conflict on a gcc-using HPUX 11.11.Wayne Davison1-1/+3
2003-04-09Fix bug reported by engard.ferenc at innomed.hu whereby using the %f formatPaul Green1-5/+8
2001-05-07imported new snprintf.c from samba, got rid of slprintfAndrew Tridgell1-653/+770
1998-11-23updates to reflect new samba.org domainAndrew Tridgell1-1/+1
1998-10-31added copyright notice from Patrick PowellAndrew Tridgell1-21/+18
1998-10-28fixed handling of %.0f in replacement snprintf.cAndrew Tridgell1-24/+46
1998-10-26added a vsnprintf() implementation from cvslock. See the notes on theAndrew Tridgell1-0/+801