Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools: Fix build on Visual Studio | Chun-wei Fan | 2014-02-07 | 1 | -0/+2 |
| | | | | | | | | | As unistd.h is not universally available, don't include it unconditionally and include the corresponding Windows headers where necessary. Also, use gssize in place of ssize_t and define STDOUT_FILENO on Windows when we don't have unistd.h, which is a constant that is defined in unistd.h. https://bugzilla.gnome.org/show_bug.cgi?id=723813 | ||||
* | Improve consistency in error messages | Emmanuele Bassi | 2013-10-28 | 1 | -1/+1 |
| | | | | Use the same spacing and formatting rules. | ||||
* | Add validation tool | Emmanuele Bassi | 2013-10-27 | 1 | -0/+171 |
The json-glib-validate tool is a small utility that validates the data found at the URIs passed on its command line. |