Latest attempt at changeid.
[ira/wip.git] / source3 / lib / snprintf.c
2001-12-21 Andrew Tridgellfixed a typo in vsyslog()
2001-12-19 Jeremy AllisonAdded AC_CHECK_FUNCS(syslog vsyslog).
2001-12-10 Martin PoolExplain why snprintf has to be overridden in this way.
2001-12-10 Tim PotterTypo spotting.
2001-11-27 Andrew Tridgellallow printing of NULL pointers with internal snprintf
2001-11-27 Andrew Tridgellreverted incorrect patch
2001-10-24 Jeremy AllisonAdded || -> && fix from "Orwig, Paul" <PORWIG@PacificLi...
2001-05-06 Andrew Tridgellreplace modf so we don't need the math library
2001-04-28 Andrew Tridgell- added test for vasprintf
2001-04-28 Andrew Tridgellgot asprintf defn right
2001-04-27 Andrew Tridgelladded much better snprintf code, plus new function...
2001-02-16 Jeremy AllisonExcise snprintf -> slprintf.
2000-07-06 Tim PotterBracked unbracketed macro arguments while looking for...
2000-02-21 Jeremy AllisonFix for crash bug from Paul Tyler <pct@ansto.gov.au>.
2000-01-12 Jeremy AllisonFix problems with broken libc fvct returns.
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-03-25 Alexandre Oliva* client/client.c (dir_total): use SMB_BIG_UINT
1998-11-21 Andrew Tridgellglobal change from samba.anu.edu.au to samba.org
1998-10-31 Andrew Tridgelladded copyright notice from Patrick Powell
1998-10-28 Jeremy AllisonFixes to allow this to pass SGI compiler in -fullwarn...
1998-10-28 Andrew Tridgellfixed problem with snprintf.c and mkproto
1998-10-28 Andrew Tridgellfixed handling of %.0f in replacement snprintf.c
1998-10-27 Andrew Tridgelladd ifdef for "long double"
1998-10-26 Andrew Tridgelladded a vsnprintf() implementation from cvslock. See...