GOPHERSPACE.DE - P H O X Y
gophering on codemadness.org
Log - json2tsv - JSON to TSV converter
git clone git://git.codemadness.org/json2tsv
Log
Files
Refs
README
LICENSE
---
Date              Commit message                            Author
2023-05-25 20:42 bump version to 1.1 Hiltjo Posthuma
2023-05-15 16:47 fix typo Hiltjo Posthuma
2023-05-14 21:32 json.h: _JSON_H_: macro name with an un… Hiltjo Posthuma
1ec651445469.gph
2023-04-23 10:39 add a -u option: flush output after pri… Hiltjo Posthuma
2023-04-23 10:22 fail early if creating a temporary file… Hiltjo Posthuma
4ee1b0728db0.gph
2023-04-14 17:13 json.c: use ENOMEM instead of EOVERFLOW Hiltjo Posthuma
2023-04-05 16:59 fix uninitialized variable (typo from p… Hiltjo Posthuma
eeb8d293454a.gph
2023-04-04 16:34 bump LICENSE year Hiltjo Posthuma
f5a81f2eff.gph
2023-04-04 16:13 json.c: add len argument to callback Hiltjo Posthuma
85c87bd4b1.gph
2023-04-04 16:08 roll own ISDIGIT() macro instead of cty… Hiltjo Posthuma
2022-09-01 17:13 bump version to 1.0 Hiltjo Posthuma
0f8b08a552.gph
2022-08-31 23:50 json2tsv.1: add simplified jaq example … Hiltjo Posthuma
bafa4a02df42.gph
2022-08-31 23:43 jaq.1: small typo fix Hiltjo Posthuma
2022-08-31 23:39 jaq: small tweaks and code-style Hiltjo Posthuma
4b209bdf41.gph
2022-08-31 20:40 jaq: use jaq in the usage, not the full… Hiltjo Posthuma
2022-08-31 20:11 json2tsv.1: reference jaq, not jtq Hiltjo Posthuma
2022-08-31 20:07 jaq improvements Hiltjo Posthuma
2022-08-30 22:21 rename jtq to jaq Hiltjo Posthuma
2022-08-30 18:20 add jtq: a convenience wrapper script Hiltjo Posthuma
4960828d63.gph
2022-05-02 18:16 json2tsv.1: properly escape backslashes Hiltjo Posthuma
3eeeff8346.gph
2022-04-02 16:31 bump version to 0.9 Hiltjo Posthuma
db1d9f6506.gph
2022-03-29 21:50 do not depend on C library locale for c… Hiltjo Posthuma
428d82ec3a18.gph
2022-03-28 16:42 compatibility: replace iscntrl with own… Hiltjo Posthuma
2022-03-19 12:10 improve stream handling of read and wri… Hiltjo Posthuma
2022-02-21 16:16 allow octal format and check the format… Hiltjo Posthuma
2022-02-21 16:16 bump LICENSE year Hiltjo Posthuma
f47132b13e.gph
2021-11-12 10:22 json: fix code that could have a side-e… Hiltjo Posthuma
2021-10-26 00:17 README: optimize the unescape() function Hiltjo Posthuma
253a2899b5.gph
2021-09-27 16:13 bump version to 0.8 Hiltjo Posthuma
2021-09-25 09:38 improve man page and documentation + fi… Hiltjo Posthuma
2021-09-25 09:37 print \n or \t also when using -F or -R Hiltjo Posthuma
2021-09-25 09:36 use exitcode 3 for usage errors Hiltjo Posthuma
2021-09-24 12:27 optimize printing the index of an array… Hiltjo Posthuma
231f66fa904b.gph
2021-09-18 14:17 add -F and -R option to allow to specif… Hiltjo Posthuma
eb2b2f466792.gph
2021-09-23 16:31 json: optimize number parsing for large… Hiltjo Posthuma
fe3ffb78176b.gph
2021-04-29 16:14 bump version to 0.7 Hiltjo Posthuma
2021-04-29 10:57 separate JSON2TSV_* CFLAGS, LDFLAGS, us… Hiltjo Posthuma
d0c06ed4e7a7.gph
2021-04-29 10:56 json.c: fix a gcc warning Hiltjo Posthuma
2021-03-21 11:34 README: add awk example function to une… Hiltjo Posthuma
3bf7e2f8bf39.gph
2021-03-05 11:59 LICENSE: bump year Hiltjo Posthuma
3a6f900de4.gph
2021-01-23 15:13 bump version to 0.6 Hiltjo Posthuma
2021-01-21 23:23 json.c: fix utf-16 surrogate pair range Hiltjo Posthuma
2020-11-04 16:55 json.h: add #ifdef guard Hiltjo Posthuma
2020-11-04 16:55 Makefile: uninstall LICENSE, on install… Hiltjo Posthuma
5407e4b95b5b.gph
2020-06-21 16:02 Makefile: tiny compatibility improvemen… Hiltjo Posthuma
e425d4076a9c.gph
2020-06-10 12:38 Makefile: improvements Hiltjo Posthuma
2020-06-01 10:15 fix typo Hiltjo Posthuma
7136b493fb.gph
2020-02-23 19:35 bump version to 0.5 Hiltjo Posthuma
2020-02-16 13:53 small white-space / code-style fix Hiltjo Posthuma
2020-01-28 20:50 cleanup some includes Hiltjo Posthuma
276fa70b67.gph
2020-01-21 19:06 update LICENSE year Hiltjo Posthuma
64c081cba5.gph
2019-12-29 17:42 show usage on invalid flags or any argu… Hiltjo Posthuma
2019-12-29 17:34 rename TYPE_* to JSON_TYPE_* Hiltjo Posthuma
2019-11-12 00:22 bump version to 0.4 Hiltjo Posthuma
4bb670df75.gph
2019-11-12 00:15 README: fix typo Hiltjo Posthuma
8a483877c2.gph
2019-11-09 15:19 update README Hiltjo Posthuma
d21c630970.gph
2019-11-05 19:46 add -r flag to allow printing all contr… Hiltjo Posthuma
2019-10-24 11:54 bump version to 0.3 Hiltjo Posthuma
2019-10-23 19:39 optimize whitespace checking for gcc op… Hiltjo Posthuma
2019-10-23 19:36 define all "expected" strings Hiltjo Posthuma
2019-10-23 17:40 remove check for types and depth of obj… Hiltjo Posthuma
e1915f0f97fb.gph
2019-10-23 17:40 minor style changes, add some comments Hiltjo Posthuma
73169a7878.gph
2019-10-23 17:34 remove duplicate assignment of value, w… Hiltjo Posthuma
2019-10-23 17:07 stylistic change: check EOF before strc… Hiltjo Posthuma
f870632eb58d.gph
2019-10-22 21:37 fix regression: restore balanced nodes … Hiltjo Posthuma
5f96737942bb.gph
2019-10-20 14:46 json: declare symbols to JSON parsing i… Hiltjo Posthuma
4cbd0712068f.gph
2019-10-20 13:01 json2tsv.1: document exit status Hiltjo Posthuma
6b4ba46f99.gph
2019-10-20 12:35 json2tsv.1: update man page documentati… Hiltjo Posthuma
2019-10-20 12:30 improvements Hiltjo Posthuma
37f71ffbd4.gph
2019-10-15 20:28 bump version to 0.2 Hiltjo Posthuma
2019-10-15 20:27 minor comment line change Hiltjo Posthuma
2019-10-15 20:21 man page: improve wording Hiltjo Posthuma
2019-10-15 20:14 update/tweak comments about surrogate, … Hiltjo Posthuma
0e9ad24d69d9.gph
2019-10-15 19:45 remove this error type Hiltjo Posthuma
b87d155259.gph
2019-10-15 17:00 bump max node depth from 32 to 64 Hiltjo Posthuma
2019-10-15 16:58 handle unescaped string and unexpected … Hiltjo Posthuma
cd588c32b169.gph
2019-10-15 16:56 separate error for invalid array members Hiltjo Posthuma
2019-10-15 16:55 treat unknown escape char as an error n… Hiltjo Posthuma
78bf50b32480.gph
2019-10-15 16:53 allow primitive and string type on its … Hiltjo Posthuma
f7f2d389e007.gph
2019-10-15 16:50 make wrong parsing a wrong string a bit… Hiltjo Posthuma
2019-10-15 16:49 allow 0x7f (DEL) inside strings (allowe… Hiltjo Posthuma
69b93eb0ecb4.gph
2019-10-15 16:48 define errors are const, this allows ea… Hiltjo Posthuma
ea5e6d2a5520.gph
2019-10-15 16:43 different scaling for memory allocation Hiltjo Posthuma
85f82631eb.gph
2019-10-14 22:48 check a capacity before a write Hiltjo Posthuma
2019-10-14 22:46 check capacity before each write, reset… Hiltjo Posthuma
2019-10-14 22:19 fix for empty key in objects Hiltjo Posthuma
2019-10-14 21:08 handle empty strings correctly Hiltjo Posthuma
7f71ca23c4.gph
2019-10-14 20:55 check unclosed arrays/objects more stri… Hiltjo Posthuma
2019-10-14 20:53 check closing of object and array in a … Hiltjo Posthuma
2019-10-14 20:51 simplify type printing Hiltjo Posthuma
25260ed059.gph
2019-10-14 20:49 be much less memory greedy Hiltjo Posthuma
368912907b.gph
2019-10-13 19:40 simplify calculation: the low surrogate… Hiltjo Posthuma
47a5deae6e64.gph
2019-10-13 19:31 add support for high-low surrogates and… Hiltjo Posthuma
2019-10-13 12:52 documentation: use the name TAB-Separat… Hiltjo Posthuma
af843b0e9cf5.gph
2019-10-13 12:51 fix integer overflow check Hiltjo Posthuma
5a9c2ba615.gph
2019-10-06 14:31 improve documentation, reference man pa… Hiltjo Posthuma
ecce4435fe29.gph
2019-10-06 14:20 optimize and simplify a bit: allow more… Hiltjo Posthuma
2019-10-05 20:30 refactor to make it easier to use as a … Hiltjo Posthuma
2019-10-05 19:44 micro-optimization, 1-7% faster Hiltjo Posthuma
ef940d1702.gph
2019-10-05 10:51 be a bit more strict: check if in objec… Hiltjo Posthuma
2a3273f08101.gph
                  18 more commits remaining, fetch the repository

Atom feed
Atom feed (tags)