Commit graph

488 commits

Author SHA1 Message Date
John Kerl
27a69b80b3 fix rssle handling in XSV reader after comments line has more fields than data line 2021-02-23 22:01:14 -05:00
John Kerl
510a122c6d fix old buffer overrun in C JSON parser 2020-11-23 22:43:39 -05:00
John Kerl
ed0928faa4 fix 32-bit signed int at one spot in the Miller JSON reader 2020-07-06 17:45:55 -04:00
John Kerl
107887aacf JSON parse-error messages alwasys said "column 0"; fixed 2020-04-16 23:34:10 -04:00
John Kerl
acb48e3679 neaten 2020-04-16 23:30:16 -04:00
John Kerl
7b29465985 JSON parse-error messages alwasys said "Line 1"; fixed 2020-04-16 23:25:22 -04:00
John Kerl
3d24e0e68b valgrind findings 2020-03-16 22:54:56 -04:00
John Kerl
cca3a9dace valgrind findings 2020-02-09 14:38:14 -05:00
John Kerl
dff72699b2 autoreconf -fiv 2020-01-26 10:31:43 -05:00
John Kerl
2632ddc716 remove mmap-readers, which were high-maintenance and not able to be used when most needed 2020-01-26 10:21:31 -05:00
John Kerl
96f204db6c mlr tail +n, iterating, no regression tests yet 2020-01-05 13:32:13 -05:00
John Kerl
9f4a60227d remove mlrp from autoconfig build 2019-10-02 10:11:16 -04:00
johnkerl
e54d9a036e Merge branch 'master' of git+ssh://github.com/johnkerl/miller 2019-09-21 19:54:37 -04:00
John Kerl
0f65ff759a neaten CSV parser-debug 2019-09-21 19:53:30 -04:00
John Kerl
41fe48b421 STRIDX -> TOKEN in CSV readers 2019-09-21 10:53:57 -04:00
johnkerl
5f009edf48 fix https://github.com/johnkerl/miller/issues/271 2019-09-19 21:57:38 -04:00
johnkerl
397cebd2b8 autoreconf -fiv 2019-09-07 13:11:32 -04:00
John Kerl
d210a8664b Fix https://github.com/johnkerl/miller/issues/251 2019-09-02 16:40:36 -04:00
John Kerl
c260f46c4b allow ragged CSV input: code-complete & as-yet unregressed for
https://github.com/johnkerl/miller/issues/248
2019-06-03 23:40:27 -04:00
John Kerl
526244e414 clarify that uniform distribution is used for urand functions 2019-06-02 09:11:05 -04:00
John Kerl
c8d5c2ad6e autoreconf -fiv 2019-04-11 21:35:31 -04:00
John Kerl
87bf1d25e6 skip-trivial-records iterate 2018-10-21 12:19:05 -04:00
John Kerl
6b10974233 make previous commit simpler with respect to the one before 2018-09-08 10:49:59 -04:00
John Kerl
ea4b068191 fix memory leak in CSV/TSV input with implicit headaer 2018-09-08 10:26:21 -04:00
John Kerl
f3b7767121 autoreconf -fiv 2018-01-06 16:41:08 -05:00
John Kerl
33dff55394 autodetect <-> skip/pass-comments testing results 2018-01-06 15:23:05 -05:00
John Kerl
c436ba21d0 fix line-counting for comments in stdio-csvlite 2018-01-05 21:12:22 -05:00
John Kerl
238d7aa362 mmap xtab comment-handling iterate 2018-01-05 09:14:07 -05:00
John Kerl
0f483afee3 mmap xtab comment-handling iterate 2018-01-04 23:12:11 -05:00
John Kerl
4f5c95eaf6 mmap xtab comment-handling iterate 2018-01-04 22:50:45 -05:00
John Kerl
de8bcde156 skip/pass-comments UT iterate 2018-01-04 21:45:04 -05:00
John Kerl
7d34105145 skip/pass-comments UT iterate 2018-01-04 21:36:00 -05:00
John Kerl
094652bc1d skip/pass-comments UT iterate 2018-01-04 20:38:55 -05:00
John Kerl
935498de5e fix typo 2018-01-04 20:26:09 -05:00
John Kerl
c96fdf40f9 skip/pass-comments UT iterate 2018-01-04 15:51:25 -05:00
John Kerl
4338479b80 skip/pass-comments UT iterate 2018-01-04 10:22:34 -05:00
John Kerl
7741da01ce skip/pass-comments UT iterate 2018-01-04 10:08:45 -05:00
John Kerl
f3ead1eef0 fix handling of trailing whitespace in JSON, or empty JSON 2018-01-04 09:58:04 -05:00
John Kerl
38df6fe617 skip/pass-comments UT iterate 2018-01-04 09:43:38 -05:00
John Kerl
8f0921556c fix travis build 2018-01-03 22:42:30 -05:00
John Kerl
749bd458ad skip/pass-comments UT 2018-01-03 22:11:31 -05:00
John Kerl
4e1b50d3dc pass-comments iterate 2018-01-01 23:01:13 -05:00
John Kerl
defc2866aa pass-comments iterate 2018-01-01 22:25:37 -05:00
John Kerl
0196412ad2 pass-commments iterate 2018-01-01 14:24:22 -05:00
John Kerl
7d196976f8 Fix UTF-8 BOM strip for double-quoted header lines 2018-01-01 12:35:16 -05:00
John Kerl
e971722875 skip-comments iterate: mmap xtab 2017-10-28 11:48:46 -04:00
John Kerl
8002ce3e58 skip-comments iterate: mmap xtab 2017-10-27 14:07:04 -07:00
John Kerl
32cada24cf draft 5.3.0 release notes 2017-10-27 12:18:15 -07:00
John Kerl
8565241c58 skip-comments iterate: mmap nidx 2017-10-27 12:01:42 -07:00
John Kerl
6b29f5bf4f skip-comment iterate: CSV 2017-10-27 11:47:12 -07:00