jansson/test
Graeme Smecher 3a7512d2b0 Make json_pack/json_unpack() recursive
Note that we pass va_list pointers around instead of just va_lists, which
would seem more intuitive. This is necessary since the behaviour of va_lists
passed as function parameters is finicky. Quoth stdarg(3):

	If ap is passed to a function that uses va_arg(ap,type) then the value
	of ap is undefined after the return of that function.

The pointer-passing strategy is used by Python's Py_BuildValue() for the same
purpose.
2011-01-14 21:43:48 +02:00
..
bin Make json_error_t transparent again 2010-10-26 21:20:34 +03:00
scripts Add year 2010 to copyright notices 2010-02-02 21:26:11 +02:00
suites Make json_pack/json_unpack() recursive 2011-01-14 21:43:48 +02:00
.gitignore Adds json_pack / json_unpack variadic functions. 2010-10-26 08:59:06 +03:00
Makefile.am Distribute some missing files 2010-01-21 21:48:31 +02:00
run-suites test/run-suites: Be less picky when searching for tests 2010-01-21 21:49:04 +02:00