Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-11-06 | C11 %zd is bit overkill here. Especially requiring conditional compile. | Kelvin Lee | 1 | -8/+0 |
2020-11-05 | Print size_t properly with C11 %zd support. | Kelvin Lee | 1 | -4/+12 |
2019-10-21 | Tweak clang-format configuration a bit | Petri Lehtinen | 1 | -12/+26 |
2019-10-21 | Run clang-format on *.c, *.h | Petri Lehtinen | 1 | -36/+19 |
2016-08-30 | jansson 2.8v2.8 | Petri Lehtinen | 2 | -15/+0 |
2014-12-30 | examples/README.rst: Fix formatting | Petri Lehtinen | 1 | -1/+1 |
2014-12-30 | Add Makefile.am for examples | Petri Lehtinen | 2 | -0/+19 |
2014-12-30 | examples/simple_parse.c: Reindent, fix warnings & style | Petri Lehtinen | 1 | -80/+87 |
2014-12-29 | use fgets() rather than getline() | Robert Poor | 1 | -17/+11 |
2014-12-26 | adding simple-parse example | Robert Poor | 1 | -0/+202 |