Age | Commit message (Expand) | Author | Files | Lines |
2003-04-14 | Remove SAFE_FREE() definition, which is not needed in this file. | Martin Pool | 1 | -13/+18 |
2003-04-14 | Add selected parts of the changelog to this file, to make merging into | Martin Pool | 1 | -0/+21 |
2003-04-14 | Merge test cases from rsync. | Martin Pool | 1 | -3/+3 |
2003-04-14 | Doc. | Martin Pool | 1 | -1/+9 |
2002-12-19 | merge from 2.2 | Herb Lewis | 1 | -0/+2 |
2002-06-03 | Since includes.h isn't included here, VA_COPY has to be defined here. I don't | Jim McDonough | 1 | -0/+8 |
2002-06-03 | put the ifdef for HAVE_VA_COPY in one place rather than in lots of | Andrew Tridgell | 1 | -13/+5 |
2002-05-17 | Fix usage of va_list passed as an arg. Use __va_copy before using it | Jim McDonough | 1 | -4/+21 |
2002-05-11 | move vsyslog() from snprintf.c to replace.c | Simo Sorce | 1 | -14/+0 |
2002-04-16 | sync with 2.2 | Simo Sorce | 1 | -4/+9 |
2002-04-16 | Fix incorrect zpadlen handling in fmtfp. | Simo Sorce | 1 | -14/+20 |
2002-01-19 | fixes (asprintf) from 2.2 | Simo Sorce | 1 | -0/+1 |
2001-12-21 | fixed a typo in vsyslog() | Andrew Tridgell | 1 | -1/+1 |
2001-12-19 | Added AC_CHECK_FUNCS(syslog vsyslog). | Jeremy Allison | 1 | -0/+14 |
2001-12-10 | Explain why snprintf has to be overridden in this way. | Martin Pool | 1 | -1/+8 |
2001-12-10 | Typo spotting. | Tim Potter | 1 | -2/+2 |
2001-11-27 | allow printing of NULL pointers with internal snprintf | Andrew Tridgell | 1 | -0/+1 |
2001-11-27 | reverted incorrect patch | Andrew Tridgell | 1 | -2/+4 |
2001-10-24 | Added || -> && fix from "Orwig, Paul" <PORWIG@PacificLife.com>. | Jeremy Allison | 1 | -2/+2 |
2001-05-06 | replace modf so we don't need the math library | Andrew Tridgell | 1 | -4/+39 |
2001-04-28 | - added test for vasprintf | Andrew Tridgell | 1 | -9/+17 |
2001-04-28 | got asprintf defn right | Andrew Tridgell | 1 | -11/+12 |
2001-04-27 | added much better snprintf code, plus new function asprintf | Andrew Tridgell | 1 | -734/+714 |
2001-02-16 | Excise snprintf -> slprintf. | Jeremy Allison | 1 | -1/+2 |
2000-07-06 | Bracked unbracketed macro arguments while looking for another bug. | Tim Potter | 1 | -2/+2 |
2000-02-21 | Fix for crash bug from Paul Tyler <pct@ansto.gov.au>. | Jeremy Allison | 1 | -10/+11 |
2000-01-12 | Fix problems with broken libc fvct returns. | Jeremy Allison | 1 | -1/+8 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -1/+61 |
1999-03-25 | * client/client.c (dir_total): use SMB_BIG_UINT | Alexandre Oliva | 1 | -2/+26 |
1998-11-21 | global change from samba.anu.edu.au to samba.org | Andrew Tridgell | 1 | -1/+1 |
1998-10-31 | added copyright notice from Patrick Powell | Andrew Tridgell | 1 | -8/+5 |
1998-10-28 | Fixes to allow this to pass SGI compiler in -fullwarn mode (with one | Jeremy Allison | 1 | -9/+9 |
1998-10-28 | fixed problem with snprintf.c and mkproto | Andrew Tridgell | 1 | -4/+4 |
1998-10-28 | fixed handling of %.0f in replacement snprintf.c | Andrew Tridgell | 1 | -12/+28 |
1998-10-27 | add ifdef for "long double" | Andrew Tridgell | 1 | -12/+18 |
1998-10-26 | added a vsnprintf() implementation from cvslock. See the notes on the | Andrew Tridgell | 1 | -0/+801 |