Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Typo in comment | BenBE | 2018-10-01 |
| | | | Fixes #84 | ||
* | Merge pull request #126 from abalkin/patch-1 | Serge Zaitsev | 2018-02-12 |
|\ | | | | | Fixed two typos in a comment. | ||
| * | Fixed two typos in a comment. | Alexander Belopolsky | 2018-02-10 |
|/ | |||
* | Merge pull request #123 from drbitboy/btc/typos | Serge Zaitsev | 2018-01-25 |
|\ | | | | | btc/typos - JSON_ERROR_... should be JSMN_ERROR_... in README.md | ||
| * | btc/typos - JSON_ERROR_... should be JSMN_ERROR_... in README.md | Brian Carcich | 2018-01-25 |
|/ | |||
* | added travis badge | Serge A. Zaitsev | 2017-05-01 |
| | |||
* | added travis.yml | Serge A. Zaitsev | 2017-05-01 |
| | |||
* | Merge pull request #99 from prubel/strict-unmatched-brackets-test-fix | Serge Zaitsev | 2017-04-30 |
|\ | | | | | strict checking fails a test, add {}s to fix it | ||
| * | strict checking fails a test, add {}s to fix it | Paul Rubel | 2016-12-13 |
|/ | | | | | | | The current test looks for success, but since there are no surrounding {}s the test fails. Add them in and add a test like the one that we replace but only in the non-strict code path. | ||
* | Merge pull request #94 from pt300/master | Serge Zaitsev | 2016-10-12 |
|\ | | | | | Fix for no error with unmatched closing bracket with PARENT_LINKS | ||
| * | Changed unmatched bracket tests | pt300 | 2016-10-02 |
| | | |||
| * | Merge pull request #1 from zlolik/master | Pat | 2016-10-02 |
| |\ | | | | | | | some tests for unmatched brackets added | ||
| | * | some tests for unmatched brackets added | zlolik | 2016-10-02 |
| |/ | |||
| * | Seems to actually fix zserge/jsmn#81 | pt300 | 2016-10-01 |
| | | |||
| * | Partialy fixes zserge/jsmn#81 | pt300 | 2016-10-01 |
| | | | | | | | | Still will report invalid amount if we fetch it with something like "{"key 1": 1234}}" | ||
* | | Merge pull request #95 from crondaemon/doc-fix | Serge Zaitsev | 2016-10-06 |
|\ \ | |/ |/| | Fix issue in documentation. | ||
| * | Fix issue in documentation. | Dario Lombardo | 2016-10-06 |
|/ | |||
* | Merge pull request #87 from RyDroid/make | Serge Zaitsev | 2016-08-10 |
|\ | | | | | Very minor changes to Makefile | ||
| * | Very minor changes to Makefile | Nicola Spanti (RyDroid) | 2016-08-08 |
| | | |||
* | | Merge pull request #88 from RyDroid/minor-c | Serge Zaitsev | 2016-08-10 |
|\ \ | |/ |/| | Very minor changes to C source code | ||
| * | Very minor changes to C source code | Nicola Spanti (RyDroid) | 2016-08-08 |
|/ | |||
* | Merge pull request #79 from ferambot/master | Serge Zaitsev | 2016-06-13 |
|\ | | | | | Minor fixes | ||
| * | Fix typos | Feram | 2016-06-13 |
|/ | |||
* | Merge pull request #76 from simonsj/master | Serge Zaitsev | 2016-04-02 |
|\ | | | | | tests: fix test_object JSMN_PRIMITIVE bug | ||
| * | tests: fix test_object JSMN_PRIMITIVE bug | Jon Simons | 2016-04-01 |
|/ | | | | | | Specify the argument after JSMN_PRIMITIVE as "0" instead of 0 so that weird things don't happen on OSX due to using it later with `va_arg(..., char *)` in `vtokeq`. | ||
* | Merge pull request #75 from condemned77/master | Serge Zaitsev | 2016-03-28 |
|\ | | | | | Typo fix. | ||
| * | Typo fix. | condemned77 | 2016-03-28 |
|/ | | | Minor typo fixed. | ||
* | Update README.md | Serge Zaitsev | 2016-01-20 |
| | |||
* | Merge pull request #66 from ivankravets/patch-1 | Serge Zaitsev | 2016-01-19 |
|\ | | | | | @PlatformIO Library Registry manifest file | ||
| * | @PlatformIO Library Registry manifest file | Ivan Kravets | 2016-01-19 |
|/ | | | | | * This library in Web Registry: http://platformio.org/#!/lib/show/568/jsmn * Specification: [library.json](http://docs.platformio.org/en/latest/librarymanager/config.html) * Library Manager: http://docs.platformio.org/en/latest/librarymanager/index.html | ||
* | Merge pull request #65 from Smattr/02ab7ac3-79ee-4541-a80a-230e2ceae1dd | Serge Zaitsev | 2016-01-13 |
|\ | | | | | Fix trivial comment typo. | ||
| * | Fix trivial comment typo. | Matthew Fernandez | 2016-01-13 |
|/ | |||
* | Merge pull request #62 from baskerville/master | Serge Zaitsev | 2015-12-14 |
|\ | | | | | Fix deheader warnings | ||
| * | Fix deheader warnings | Bastien Dejean | 2015-12-14 |
|/ | | | | | | | | Prior to this commit the output of deheader was: remove <stdlib.h> from ./jsmn.c in ./example/jsondump.c, realloc() portability requires <unistd.h>. in ./example/simple.c, strtol() portability requires <stdlib.h>. saw 4 files, 16 includes, 1 removable | ||
* | Merge pull request #61 from elelay/master | Serge Zaitsev | 2015-12-08 |
|\ | | | | | fix jsmntype_t definition in README | ||
| * | fix jsmntype_t definition in README | Eric Le Lay | 2015-12-07 |
|/ | |||
* | Merge pull request #60 from baskerville/master | Serge Zaitsev | 2015-11-19 |
|\ | | | | | Fix typo | ||
| * | Fix typo | Bastien Dejean | 2015-11-19 |
|/ | |||
* | fixed privitive value typo in tests | Serge A. Zaitsev | 2015-10-31 |
| | |||
* | initialized ok variable in tests, parse should still return 1 if expected ↵ | Serge A. Zaitsev | 2015-10-31 |
| | | | | result is a failure | ||
* | fixed a typo in the test name | Serge A. Zaitsev | 2015-10-31 |
| | |||
* | Merge pull request #55 from goriy/example_realloc_fix | Serge Zaitsev | 2015-10-25 |
|\ | | | | | small fix of jsondump example for cases of realloc failures | ||
| * | tiny realloc function wrapper which handles cases of realloc failures | goriy | 2015-10-25 |
| | | | | | | | | | | | | | | | | | | Memory reallocation with old data pointer handling is done by means of realloc_it() function. Tiny inline function realloc_it() is a wrapper function for standart realloc() which frees old memory pointer and prints errno to stderr if realloc fails. | ||
| * | small fix of jsondump example for cases of realloc failures | goriy | 2015-10-24 |
|/ | | | | | | | | | | | When realloc() function fails it returns NULL pointer. But old data pointer remains valid in such a case. It's a mistake to use old data pointer to store new pointer returned by realloc. In case of realloc failure, pointer is overwritten with NULL value, but old used memory remains unreferenced and could not be even freed anymore. Such mistakes could lead to memory leaks. | ||
* | added and marked as fixme tests for false positives in objects | Serge A. Zaitsev | 2015-10-17 |
| | |||
* | added another test of invalid array | Serge A. Zaitsev | 2015-10-17 |
| | |||
* | added another test of invalid array | Serge A. Zaitsev | 2015-10-17 |
| | |||
* | added check for null pointer before fixing tokens after parsing is done | Serge A. Zaitsev | 2015-10-17 |
| | |||
* | applied fix from wireshark | Serge A. Zaitsev | 2015-10-17 |
| | |||
* | changed jsmnerr_t type to int | Serge A. Zaitsev | 2015-10-17 |
| |