Commit graph

5457 commits

Author SHA1 Message Date
John Kerl
07ed3cb5bd draft-release-notes.md 2019-08-31 22:41:33 -04:00
John Kerl
e6e0ef76c0 draft-release-notes.md 2019-08-31 22:40:24 -04:00
John Kerl
49ce0e3d34 todo 2019-08-31 21:43:04 -04:00
John Kerl
f4cee60d76 temporarily mask out in-progress --ragged-csv-input; update miller.spec for 5.5.0 2019-08-31 21:41:36 -04:00
John Kerl
9c4fb1c20a autoreconf -fiv 2019-08-29 10:29:07 -04:00
John Kerl
58cd0a2f42 5.5.0 release 2019-08-29 10:24:34 -04:00
John Kerl
b2c19b6176 temporarily mask out sort-within-records (still stubbed) for 5.4.0 2019-08-29 10:19:54 -04:00
John Kerl
ceaf530284 todo 2019-08-28 23:15:00 -04:00
John Kerl
46df4d4b22 todo 2019-08-28 23:02:58 -04:00
John Kerl
13946bd2d7 documentation for positional-indexing feature 2019-08-28 23:01:08 -04:00
John Kerl
c8fc277546 regression-testing for positional-indexing feature 2019-08-28 22:30:13 -04:00
John Kerl
136d0244c0 positional-indexing feature 2019-08-28 21:55:36 -04:00
John Kerl
acc529e9f4 capitalize function 2019-08-24 18:49:20 -04:00
John Kerl
5cc470d83a Avoid mmap for > 10 files 2019-08-24 18:35:17 -04:00
John Kerl
c28770b039
Merge pull request #262 from skitt/link-fedora-apps
Link the Fedora package page instead of Koji
2019-08-14 23:12:45 -04:00
Stephen Kitt
192327c318
Link the Fedora package page instead of Koji
Signed-off-by: Stephen Kitt <steve@sk2.org>
2019-08-14 12:01:02 +02:00
John Kerl
c1b1cdce31
Merge pull request #260 from jgreely/add-nest-ivar
Add --ivar option to nest verb, to match --evar
2019-08-12 14:30:35 -04:00
jgreely
4b886b814c Add --ivar option to nest verb, to match --evar 2019-08-10 16:49:34 -07:00
John Kerl
3522c0bea4 neaten 2019-06-13 21:59:10 -04:00
John Kerl
89a7fcb56f put fedora info into README.md 2019-06-13 21:57:43 -04:00
John Kerl
03f27d9cb4
Merge pull request #249 from skitt/spec-fixes
Spec fixes
2019-06-13 10:22:25 -04:00
Stephen Kitt
7f0f344cbe
Fix packaging for Fedora
* Drop unused sections and directives: Group, Buildroot, %clean,
  %defattr.
* Use the correct license short name (BSD).
* Add an explicit build-dependency on gcc.
* Don't delete the buildroot.
* Use macros where appropriate: %make_build (with parallel builds),
  %make_install.
* Install the license and README.
* Don't hard-code the manpage compression extension.
* Add version numbers in the changelog, and fix an invalid date.
* Add empty lines between each changelog entry.

Signed-off-by: Stephen Kitt <steve@sk2.org>
2019-06-11 14:04:30 +02: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
f85f84b1dd new urandrange DSL function 2019-06-02 08:48:45 -04:00
Stephen Kitt
04344ecfa2
Rename mlr.spec to miller.spec
... and fix package name references, to use the miller package name
(as is done on other distributions).

Signed-off-by: Stephen Kitt <steve@sk2.org>
2019-05-29 19:07:38 +02:00
John Kerl
b48fb13e89 https://github.com/johnkerl/miller/issues/244 2019-05-19 22:51:11 -04:00
John Kerl
fcf41c53d8 autoreconf -fiv 2019-04-11 22:19:08 -04:00
John Kerl
e4c29af8fc add remove-empty-columns.csv to reg_test/input/Makefile.am 2019-04-11 22:13:30 -04:00
John Kerl
c8d5c2ad6e autoreconf -fiv 2019-04-11 21:35:31 -04:00
John Kerl
4a15918df3 sort_within_records iterate 2019-04-11 21:33:07 -04:00
John Kerl
e7c08605bf Merge branch 'master' of github.com:johnkerl/miller 2019-04-11 20:50:37 -04:00
John Kerl
65cd14c78d
Merge pull request #239 from skitt/distro-links
Update Debian/Ubuntu links
2019-04-11 20:49:06 -04:00
Stephen Kitt
6032902962
Update Debian/Ubuntu links
* The generic Ubuntu badge points to the cross-release package page.
* The Ubuntu 16.04 badge points to the 16.04 package page.
* The Debian badge points to the stable package page (instead of the
  build page).

Signed-off-by: Stephen Kitt <steve@sk2.org>
2019-04-11 17:35:32 +02:00
John Kerl
027a4daabe sort-within-records iterate 2019-03-03 09:51:11 -05:00
John Kerl
1d4d41d87c fix JSON-output quote/backslash-escaping on --jvquoteall 2019-02-24 15:20:31 -05:00
John Kerl
c9e9b05877 neaten 2019-02-24 15:09:35 -05:00
John Kerl
4befcff604 -N as keystroke-saver for --implicit-csv-header --headerless-csv-output 2019-02-24 13:52:41 -05:00
John Kerl
7870562def mlr cat -v option 2019-02-03 13:03:40 -05:00
John Kerl
e195f621e2 sort -n/-nf doc-clarify 2019-02-03 12:24:02 -05:00
John Kerl
24a58c815e more from previous commit 2019-01-20 22:05:44 -05:00
John Kerl
2a86d9a7d0 fix bug in uniq -a emitting EOS marker instead of no-record marker 2019-01-20 21:52:17 -05:00
John Kerl
b517ae02df docgen from https://github.com/johnkerl/miller/pull/217 2019-01-20 16:54:41 -05:00
John Kerl
6fe053154c
Merge pull request #217 from aborruso/patch-1
to close #214
2019-01-20 16:53:46 -05:00
Andrea Borruso
7a4fe7892e
Update content-for-reference-dsl.html 2019-01-10 17:48:40 +01:00
Andrea Borruso
78bbd62760
to close #214 2019-01-10 17:47:40 +01:00
John Kerl
03438dd3c7 doc neaten 2018-12-19 10:29:40 -05:00
John Kerl
60dd569c1b fix is_not_empty online help 2018-12-15 12:46:47 -05:00
John Kerl
a9dbccd6c0 date-filter faq for https://github.com/johnkerl/miller/issues/208 2018-12-09 10:39:35 -05:00
John Kerl
831cdd7c9b mixed-format caveat 2018-12-09 10:15:34 -05:00