20 次代码提交 (353ef26bda1bbfe10af9947260ab4088c0e01319)

作者 SHA1 备注 提交日期
  Eric Haszlakiewicz 81f6edbfd5 PR#331: for Visual Studio, use a snprintf/vsnprintf wrapper that ensures the string is terminated. 8 年前
  Alexandru Ardelean 47f32a76ef vasprintf_compat.h: spin-off this compat header ; use math_compat.h as template 9 年前
  Pierce Lopez 868b20ce4e initialize null terminator of new printbuf 9 年前
  Eric Haszlakiewicz d4e81f9ec8 Move the json_min() and json_max() macros to json_util.h and mark everything else in bits.h deprecated. 11 年前
  Mateusz Loskot a6f39a3c0c Replaced #if HAVE_X with #ifdef HAVE_X as the former test is troublemaker with #define HAVE_X where #define HAVE_X 1|0 is meant. 13 年前
  Eric Haszlakiewicz 0d79b53456 Fix some bugs with how buffer sizes were being calcuated in printbuf_memset and an off-by-one error in printbuf_memappend. 13 年前
  Eric Haszlakiewicz 2d48543f2e Add a printbuf_memset() function to provide an effecient way to set and append things like whitespace indentation. 13 年前
  John Arbash Meinel 6a231e4b41 Some updates to make the code compatible with VC 9 (2008) 14 年前
  ehaszla 252669cee6 Simplify things by storing integer values only as int64_t's internally, and 15 年前
  Michael Clark 7fb9b03ffd * Rename min and max so we can never clash with C or C++ std library 16 年前
  Christopher Watford 543bb1431f Erik Hovland (3): 16 年前
  Michael Clark 95f55a761c optimizations to json_tokener_parse_ex(), printbuf_memappend() 16 年前
  Michael Clark aaec1ef3c5 * Don't use this as a variable, so we can compile with a C++ compiler 16 年前
  Michael Clark e8de078806 * Fixed warning reported by adding -Wstrict-prototypes 16 年前
  Michael Clark 68cafad078 Add const correctness to public interfaces 17 年前
  Michael Clark 8cdac64ccd Add va_end for every va_start. 17 年前
  Michael Clark dfaf670436 * Add macros to enable compiling out debug code 18 年前
  Michael Clark f6a6e486ff * Make headers C++ compatible by change *this to *obj 18 年前
  Michael Clark 4504df7117 * printbuf.c - C. Watford (christopher dot watford at gmail dot com) 18 年前
  Michael Clark f0d08887b8 import of version 0.1 18 年前