data-man
bda5814bf4
Update utf8.h to latest
2021-01-26 06:26:46 +00:00
John Kerl
f5553c095e
mlr clean-whitespace
2021-01-25 00:06:14 -05:00
John Kerl
70904405c7
Merge branch 'master' of https://github.com/johnkerl/miller
2020-12-31 11:39:16 -05:00
John Kerl
134678cf91
mlr join iterate: C/Go testing
2020-12-13 23:58:03 -05:00
John Kerl
b538920218
update mlr {verbname} --help doclinks to point to new readthedocs
2020-12-05 19:03:36 -05:00
John Kerl
a063d7661a
post-5.10.0
2020-11-29 16:37:32 -05:00
John Kerl
20cde18d49
5.10.1
2020-11-29 15:10:00 -05:00
John Kerl
67bc1aa0f4
Merge branch 'master' of git+ssh://github.com/johnkerl/miller
2020-11-23 22:43:49 -05:00
John Kerl
510a122c6d
fix old buffer overrun in C JSON parser
2020-11-23 22:43:39 -05:00
John Kerl
78737327f8
neaten
2020-11-22 10:36:30 -05:00
John Kerl
511285b744
reg-test refactor iterate: dir reorg
2020-11-22 10:32:58 -05:00
John Kerl
51450ceceb
reg-test refactor iterate: dir reorg
2020-11-22 10:27:21 -05:00
John Kerl
b733cf0e3e
reg-test refactor iterate
2020-11-22 10:22:32 -05:00
John Kerl
1d33bedf2e
reg-test refactor iterate: split-up complete
2020-11-22 10:03:03 -05:00
John Kerl
58a18266d9
reg-test refactor iterate
2020-11-22 00:52:17 -05:00
John Kerl
6f88875403
reg-test refactor iterate
2020-11-22 00:46:52 -05:00
John Kerl
8bb224ea5c
reg-test refactor iterate
2020-11-22 00:37:40 -05:00
John Kerl
7b6f7e4918
reg-test refactor iterate, with -m for ../go/mlr
2020-11-22 00:21:00 -05:00
John Kerl
aea7b00777
reg-test refactor iterate
2020-11-21 23:55:05 -05:00
John Kerl
5e97209787
reg-test refactor iterate
2020-11-21 23:35:34 -05:00
John Kerl
2a32ff38f1
reg-test refactor iterate
2020-11-21 23:31:02 -05:00
John Kerl
32baac1856
reg-test refactor iterate
2020-11-21 23:22:35 -05:00
John Kerl
c7374c9ce5
reg-test refactor iterate
2020-11-21 23:10:33 -05:00
John Kerl
7fbb095882
reg-test refactor iterate
2020-11-21 23:02:36 -05:00
John Kerl
e64b6da0da
reg-test refactor iterate
2020-11-21 22:48:43 -05:00
John Kerl
418267fdef
reg-test refactor iterate
2020-11-20 18:33:51 -05:00
John Kerl
ccf2f464db
reg-test refactor iterate
2020-11-19 09:57:42 -05:00
John Kerl
2a8f03449b
mlr unsparsify UT
2020-11-14 22:15:19 -05:00
John Kerl
f30529ace3
mlr seqgen was not stepping NR/FNR (C impl)
2020-11-12 00:09:40 -05:00
John Kerl
c0a8e399b7
mlr unsparsify -f iterate (C impl)
2020-11-11 23:58:58 -05:00
John Kerl
4a4fe6c725
split* DSL functions
2020-11-08 22:06:00 -05:00
Jakob Krigovsky
f31397bd6e
Fix typo
2020-11-05 14:49:26 +01:00
John Kerl
25a859bd97
fix https://github.com/johnkerl/miller/issues/384
2020-10-28 09:34:53 -04:00
John Kerl
3f780921ec
bugfix truncate function
2020-10-27 10:40:26 -04:00
John Kerl
4c63bd66a4
remove configure.ac refs to doc/Makefile (now docs)
2020-10-27 08:18:09 -04:00
John Kerl
a556c27167
mlr sort-within-records UT
2020-10-27 00:32:02 -04:00
John Kerl
089103ae4d
mlr sort-within-records UT
2020-10-27 00:01:43 -04:00
John Kerl
d7b4d43a53
initial mlr sort-within-records for Go port; needs valgrind
2020-10-26 23:36:51 -04:00
John Kerl
aff21172d5
unset iterate; truncate DSL function
2020-10-26 17:14:39 -04:00
John Kerl
edb8f87971
unset iterate
2020-10-25 23:20:44 -04:00
John Kerl
83b1550b5a
sort iterate
2020-09-15 21:22:25 -04:00
John Kerl
ad414bb20c
todo
2020-09-15 20:42:55 -04:00
John Kerl
11ea911ff7
update expected-out for c/reg_test/run neaten
2020-09-10 11:53:14 -04:00
John Kerl
4e62cf477d
c/reg_test/run reorg
2020-09-10 09:18:15 -04:00
John Kerl
ffd5a85af2
C grammar neaten
2020-09-08 20:12:35 -04:00
John Kerl
7280d71162
implement mlr count -n
2020-09-06 22:25:00 -04:00
John Kerl
d0a1014cbc
implement short-circuting for AND, OR, and ternary
2020-09-03 11:22:30 -04:00
John Kerl
1d8eb4ac8f
rename disposition-matrix shorthands to match Go port
...
In C I use left-justified formatting to make these line up for proofreading.
In Go there is gofmt which does not preserve that kind of formatting. A
workaround in Go is to rename the shorthand-functions to all have the same
number of characters. While I'm porting from C to Go, it's to go ahead and
rename the C functions the same, so I can copy the disposition matrices from C
to Go with a minimum of reformatting or typo-making.
2020-09-02 23:36:48 -04:00
John Kerl
70c5a6df0f
5.9.1-dev
2020-09-02 22:09:45 -04:00
John Kerl
b0491b359f
5.9.1
2020-09-02 21:11:27 -04:00