summaryrefslogtreecommitdiffstats
path: root/src/json-c-test.c
Commit message (Collapse)AuthorAgeFilesLines
* Copyright headers: point to LICENSE.md and shortenBoris Nagaev2016-08-271-2/+1
| | | | | | | | | | | | | | | | | | | The following script was applied: sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE') sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \ $(git grep -l 'part of MXE.*See index.html') before='This file is part of MXE. See index.html for further information.' after='This file is part of MXE. See LICENSE.md for licensing information.' sed "s/$before/$after/" -i $(git grep -l 'part of MXE') Then git grep 'index.html for further information' revealed two other files. One of them was patched manually (patch.mk). Makefile has text "See index.html for further information" unrelated to licensing. See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792
* json-c update to 0.11Thomas Mayer2013-04-251-1/+1
|
* run make cleanup-styleTony Theodore2012-12-051-1/+1
|
* Test application for json-c.Thomas Mayer2012-08-101-0/+23
Squashed commit of the following: commit 1ad29ec164b9f07781f68fbe39276428105e3d8e Author: Thomas Mayer <thomas@residuum.org> Date: Fri Aug 10 20:51:42 2012 +0200 Test for json-c actually outputs something instead of just return 0 or 1. commit 2650c38c79a627f25c7dda9e89dd1acaca8d3663 Author: Thomas Mayer <thomas@residuum.org> Date: Sat Aug 4 16:46:28 2012 +0200 Test case for json-c.