summaryrefslogtreecommitdiffstats
path: root/source3/lib/snprintf.c
Commit message (Collapse)AuthorAgeFilesLines
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-1/+61
| | | | (This used to be commit 453a822a76780063dff23526c35408866d0c0154)
* * client/client.c (dir_total): use SMB_BIG_UINTAlexandre Oliva1999-03-251-2/+26
| | | | | | | * client/clitar.c (ttarf): ditto * * lib/snprintf.c: support long longs; adapted from Cloyce D. Spradling's patch <cloyce@headgear.org> (This used to be commit 29581f8486e221f41669c2ca268c282f36a496ce)
* global change from samba.anu.edu.au to samba.orgAndrew Tridgell1998-11-211-1/+1
| | | | (This used to be commit 42d2509c9fab5c774fd33b9d4b5bd1ee125479c3)
* added copyright notice from Patrick PowellAndrew Tridgell1998-10-311-8/+5
| | | | (This used to be commit d398ae487a3edbfefb980fe0abddca1e95f6f3d5)
* Fixes to allow this to pass SGI compiler in -fullwarn mode (with oneJeremy Allison1998-10-281-9/+9
| | | | | | annoying exception I'm still looking at :-). Jeremy. (This used to be commit 9cade656e2db743cb6ee67bbb8b0f50e8e4c39f9)
* fixed problem with snprintf.c and mkprotoAndrew Tridgell1998-10-281-4/+4
| | | | (This used to be commit 99430ce899c02b95ab3c577afff7f28c6d5c6c45)
* fixed handling of %.0f in replacement snprintf.cAndrew Tridgell1998-10-281-12/+28
| | | | (This used to be commit 177b7b6b190c78ab59e19187d3221d23bb280911)
* add ifdef for "long double"Andrew Tridgell1998-10-271-12/+18
| | | | (This used to be commit ae1888529b00f1a98d2b76fec7f19684efca90c7)
* added a vsnprintf() implementation from cvslock. See the notes on theAndrew Tridgell1998-10-261-0/+801
license at the top of lib/snprintf.c I've always been slightly uneasy about our half-baked vslprintf() implementation and the risks on platforms that don't have vsnprintf() so when I saw this code in another GPLd package I wanted it for Samba. (This used to be commit e2cb50af45be6683d02ab48a6648816ee3d52ab1)