summaryrefslogtreecommitdiff
path: root/source/lib/snprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Move over to RELEASE branch.Jeremy Allison2002-02-011-1/+31
* Syncup getting ready for release.Jeremy Allison2001-07-061-732/+756
* Expunge snprintf, *always* use slprintf. Ensure snprintf cannot be used inJeremy Allison2001-02-161-1/+2
* Bracked unbracketed macro arguments while looking for another bug.Tim Potter2000-07-061-2/+2
* Fix for crash bug from Paul Tyler <pct@ansto.gov.au>.Jeremy Allison2000-02-211-10/+11
* Fix problems with broken libc fvct returns.Jeremy Allison2000-01-121-1/+8
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-1/+61
* * client/client.c (dir_total): use SMB_BIG_UINTAlexandre Oliva1999-03-251-2/+26
* global change from samba.anu.edu.au to samba.orgAndrew Tridgell1998-11-211-1/+1
* added copyright notice from Patrick PowellAndrew Tridgell1998-10-311-8/+5
* Fixes to allow this to pass SGI compiler in -fullwarn mode (with oneJeremy Allison1998-10-281-9/+9
* fixed problem with snprintf.c and mkprotoAndrew Tridgell1998-10-281-4/+4
* fixed handling of %.0f in replacement snprintf.cAndrew Tridgell1998-10-281-12/+28
* add ifdef for "long double"Andrew Tridgell1998-10-271-12/+18
* added a vsnprintf() implementation from cvslock. See the notes on theAndrew Tridgell1998-10-261-0/+801