summaryrefslogtreecommitdiff
path: root/printbuf.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-04Move the json_min() and json_max() macros to json_util.h and mark everything ...Eric Haszlakiewicz1-2/+3
2012-05-21Replaced #if HAVE_X with #ifdef HAVE_X as the former test is troublemaker wit...Mateusz Loskot1-4/+4
2012-04-03Fix some bugs with how buffer sizes were being calcuated in printbuf_memset a...Eric Haszlakiewicz1-6/+14
2012-04-02Add a printbuf_memset() function to provide an effecient way to set and appen...Eric Haszlakiewicz1-10/+45
2012-02-01Some updates to make the code compatible with VC 9 (2008)John Arbash Meinel1-1/+1
2010-12-07Simplify things by storing integer values only as int64_t's internally, andehaszla1-1/+1
2009-07-25 * Rename min and max so we can never clash with C or C++ std libraryMichael Clark1-1/+1
2009-07-08Erik Hovland (3):Christopher Watford1-2/+2
2009-04-27optimizations to json_tokener_parse_ex(), printbuf_memappend()Michael Clark1-6/+9
2009-02-25 * Don't use this as a variable, so we can compile with a C++ compilerMichael Clark1-3/+4
2009-02-25 * Fixed warning reported by adding -Wstrict-prototypesMichael Clark1-1/+1
2009-01-06Add const correctness to public interfacesMichael Clark1-1/+1
2009-01-05Add va_end for every va_start.Michael Clark1-1/+2
2007-10-25* Add macros to enable compiling out debug codeMichael Clark1-1/+1
2007-03-13 * Make headers C++ compatible by change *this to *objMichael Clark1-11/+4
2007-03-13 * printbuf.c - C. Watford (christopher dot watford at gmail dot com)Michael Clark1-7/+52
2007-03-13import of version 0.1Michael Clark1-0/+106