Commit graph

1039 commits

Author SHA1 Message Date
John Kerl
c07a5a71e2 close https://github.com/johnkerl/miller/issues/203 2018-12-08 21:44:50 -05:00
John Kerl
ebbdb4f31a close https://github.com/johnkerl/miller/issues/204 2018-12-08 21:37:23 -05:00
John Kerl
03a07e3a7b skip-trivial-records doc 2018-10-21 16:24:51 -04:00
John Kerl
3deb6f44b1 post-5.4.0 2018-10-14 17:31:29 -04:00
John Kerl
82861246e0 autogen jump-tags for all function names in DSL reference HTML 2018-10-14 16:51:47 -04:00
John Kerl
7f20dc414b autogen jump-tags for all function names in DSL reference HTML 2018-10-14 16:47:40 -04:00
John Kerl
6375aa91ec 5.4.0 release doc 2018-10-14 16:31:24 -04:00
John Kerl
d3dbfb7888 draft 5.4.0 release notes 2018-10-14 16:17:52 -04:00
John Kerl
4a7f44db7a 5.4.0 release 2018-10-14 15:46:22 -04:00
John Kerl
18f1dc0780 clean-whitespace doc 2018-10-14 14:52:03 -04:00
John Kerl
8aae402628 clean-whitespace doc 2018-10-14 14:48:02 -04:00
John Kerl
9476ca7ba8 clean-whitespace doc 2018-10-14 14:44:52 -04:00
John Kerl
61db063100 fill-down doc clarify 2018-10-11 21:34:49 -04:00
John Kerl
9d31315f6c fix #194 2018-10-09 22:08:53 -04:00
John Kerl
9383f7b11f fill-down doc 2018-10-07 21:43:57 -04:00
John Kerl
ab5ac8818d fill-down doc 2018-10-07 21:42:53 -04:00
John Kerl
b7f14bccfa FAQ entry for rectangularize after unpaired-join 2018-10-07 21:01:07 -04:00
John Kerl
b0d8b67fea FAQ entry for rectangularize after unpaired-join 2018-10-07 21:00:47 -04:00
John Kerl
5f87da809d FAQ entry for rectangularize after unpaired-join 2018-10-07 20:58:29 -04:00
John Kerl
c04a001971 codegen from PR https://github.com/johnkerl/miller/pull/192 2018-10-07 20:36:18 -04:00
TsT
1a0134c989
typo in Full_field_renames_and_reassigns sample ?
readable on http://johnkerl.org/miller/doc/cookbook.html#Full_field_renames_and_reassigns

result before:
```
z=0.346790,KEYFIELD=pan,i=,b=pan,y=0.346790,x=0.726803
z=0.758680,KEYFIELD=eks,i=,b=pan,y=0.758680,x=0.522151
z=0.204603,KEYFIELD=wye,i=,b=wye,y=0.204603,x=0.338319
z=0.381399,KEYFIELD=eks,i=,b=wye,y=0.381399,x=0.134189
z=0.573289,KEYFIELD=wye,i=,b=pan,y=0.573289,x=0.863624
```

result after:
```
z=0.346790,KEYFIELD=pan,i=1,b=pan,y=0.346790,x=0.726803
z=0.758680,KEYFIELD=eks,i=3,b=pan,y=0.758680,x=0.522151
z=0.204603,KEYFIELD=wye,i=6,b=wye,y=0.204603,x=0.338319
z=0.381399,KEYFIELD=eks,i=10,b=wye,y=0.381399,x=0.134189
z=0.573289,KEYFIELD=wye,i=15,b=pan,y=0.573289,x=0.863624
```

now there are values for `i`.
2018-10-04 10:07:47 +02:00
John Kerl
5edbc188cf new altkv verb 2018-08-26 16:30:36 -04:00
John Kerl
ef83f346a9 new altkv verb 2018-08-26 16:28:15 -04:00
John Kerl
6f8dd97afb new altkv verb 2018-08-26 16:25:52 -04:00
John Kerl
cf182a514c regextract_or_else iterate (docs) 2018-08-26 14:49:33 -04:00
John Kerl
2636cf1480 regex_extract -> regextract 2018-08-26 14:23:17 -04:00
John Kerl
e3b38f64d7 regex-extract iterate (HTML docs) 2018-08-26 13:52:43 -04:00
John Kerl
26797d28f1 regex-extract iterate (manpage) 2018-08-26 13:49:09 -04:00
John Kerl
2723c6113e localtime docs; poki fixup 2018-04-29 12:11:25 -04:00
John Kerl
be88cb6263 localtime iterate 2018-04-28 21:52:07 -04:00
John Kerl
313824953a epoch seconds to local-time string 2018-04-28 21:24:24 +02:00
John Kerl
363c6aa64d ssub online docs 2018-04-28 11:23:27 -07:00
John Kerl
d25b241c01 mlr filter w/ no args should print same as mlr filter --help 2018-03-14 14:00:19 -04:00
John Kerl
c89202b496 whitespace 2018-02-26 17:35:54 -05:00
John Kerl
964fce389c mkdir -p's for initial installs 2018-02-26 17:35:06 -05:00
John Kerl
0cdc75bae5 typo fix 2018-02-10 15:54:52 -05:00
John Kerl
e4574eae07 fix travis build 2018-02-10 12:14:18 -05:00
John Kerl
78e7538505 mlr uniq -a docs 2018-02-10 12:04:43 -05:00
John Kerl
6942f63342 mlr uniq -a 2018-02-06 10:32:41 -05:00
John Kerl
301db6aeec todo 2018-01-28 16:24:44 -05:00
John Kerl
ce63449e86 doc neaten 2018-01-07 09:36:00 -05:00
John Kerl
28de70878f build-procedure double-checks 2018-01-07 09:14:32 -05:00
John Kerl
b105d294f7 build-procedure double-checks 2018-01-07 08:51:50 -05:00
John Kerl
f1ab9d308b post-5.3.0 2018-01-06 18:09:18 -05:00
John Kerl
5c9dfe488c doc neaten 2018-01-06 18:03:32 -05:00
John Kerl
f3b7767121 autoreconf -fiv 2018-01-06 16:41:08 -05:00
John Kerl
60b455e014 5.3.0 2018-01-06 16:37:43 -05:00
John Kerl
33dff55394 autodetect <-> skip/pass-comments testing results 2018-01-06 15:23:05 -05:00
John Kerl
1d4310c983 neaten 2018-01-06 13:41:37 -05:00
John Kerl
a6c86d1f5c doc iterate 2018-01-06 13:39:22 -05:00