Commit Graph

21 Commits

Author SHA1 Message Date
82624a2073 moved the heapsize parameter from hcl_open() to hcl_ignite() 2021-02-09 17:47:22 +00:00
7f510f51d0 removed unneeded code 2021-02-08 15:50:53 +00:00
1cfc1d1d37 removed cb-impl.c and cb-impl.h 2021-02-08 15:42:24 +00:00
9d8831f2bb fixed a bug and a typo introduced in the earlier commit of json.c 2019-06-15 05:31:29 +00:00
87b93b9f64 touched up json processor 2019-06-11 16:27:39 +00:00
77499205fd fixed a buffer management bug in json.c 2019-06-11 15:07:29 +00:00
ceac040698 removed unused functions 2019-06-10 08:52:41 +00:00
fbdb084fec refined the msb positioning functions
migrated hcl_isint()/hcl_isbigint() to hcl-prv.h
2019-05-04 17:56:45 +00:00
d0a42cdfae reorganized some callback functions into cb-impl.c 2018-11-03 15:57:14 +00:00
95d16191a7 interim commit while adding vmprim.assertfail 2018-11-03 14:05:37 +00:00
4152747c5f fixed character handling in json.c 2018-04-26 09:31:15 +00:00
ea74760ecf converted a unicode character to utf8 stream in the bch mode when handling \u or \U in json.c 2018-04-26 09:18:49 +00:00
3c54f5e860 introduced the new type hcl_bitmask_t 2018-04-26 04:39:20 +00:00
137e0294c1 changed to null-terminate the intermediate token all the time in json.c 2018-04-25 16:12:59 +00:00
eb8691b5bd added '\n' to is_spacechar() 2018-04-24 05:24:58 +00:00
7db51ee889 added to handle a character literal 2018-04-23 14:30:00 +00:00
9cbf9632ed added more error checks 2018-04-23 09:40:26 +00:00
47c19cd2bd finished wring a primitive standalone json parser 2018-04-23 09:16:27 +00:00
1f25d5c7ff add some json parsing code 2018-04-22 18:18:45 +00:00
e39abb4996 renamed hcl_json_t to hcl_jsoner_t 2018-04-21 05:36:06 +00:00
69a0b1548b added json related files 2018-04-21 02:13:53 +00:00