summaryrefslogtreecommitdiff
path: root/source3/lib/snprintf.c
AgeCommit message (Expand)AuthorFilesLines
2002-01-19fixes (asprintf) from 2.2Simo Sorce1-0/+1
2001-12-21fixed a typo in vsyslog()Andrew Tridgell1-1/+1
2001-12-19Added AC_CHECK_FUNCS(syslog vsyslog).Jeremy Allison1-0/+14
2001-12-10Explain why snprintf has to be overridden in this way.Martin Pool1-1/+8
2001-12-10Typo spotting.Tim Potter1-2/+2
2001-11-27allow printing of NULL pointers with internal snprintfAndrew Tridgell1-0/+1
2001-11-27reverted incorrect patchAndrew Tridgell1-2/+4
2001-10-24Added || -> && fix from "Orwig, Paul" <PORWIG@PacificLife.com>.Jeremy Allison1-2/+2
2001-05-06replace modf so we don't need the math libraryAndrew Tridgell1-4/+39
2001-04-28- added test for vasprintfAndrew Tridgell1-9/+17
2001-04-28got asprintf defn rightAndrew Tridgell1-11/+12
2001-04-27added much better snprintf code, plus new function asprintfAndrew Tridgell1-734/+714
2001-02-16Excise snprintf -> slprintf.Jeremy Allison1-1/+2
2000-07-06Bracked unbracketed macro arguments while looking for another bug.Tim Potter1-2/+2
2000-02-21Fix for crash bug from Paul Tyler <pct@ansto.gov.au>.Jeremy Allison1-10/+11
2000-01-12Fix problems with broken libc fvct returns.Jeremy Allison1-1/+8
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-1/+61
1999-03-25* client/client.c (dir_total): use SMB_BIG_UINTAlexandre Oliva1-2/+26
1998-11-21global change from samba.anu.edu.au to samba.orgAndrew Tridgell1-1/+1
1998-10-31added copyright notice from Patrick PowellAndrew Tridgell1-8/+5
1998-10-28Fixes to allow this to pass SGI compiler in -fullwarn mode (with oneJeremy Allison1-9/+9
1998-10-28fixed problem with snprintf.c and mkprotoAndrew Tridgell1-4/+4
1998-10-28fixed handling of %.0f in replacement snprintf.cAndrew Tridgell1-12/+28
1998-10-27add ifdef for "long double"Andrew Tridgell1-12/+18
1998-10-26added a vsnprintf() implementation from cvslock. See the notes on theAndrew Tridgell1-0/+801