summaryrefslogtreecommitdiffstats
path: root/source/lib/snprintf.c
Commit message (Collapse)AuthorAgeFilesLines
* Changed samba.anu.edu.au -> samba.orgJeremy Allison1998-11-231-1/+1
| | | | | Added Andrew's all_string_sub changes. Jeremy.
* 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
| | | | | annoying exception I'm still looking at :-). Jeremy.
* 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
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.