Commit graph

385 commits

Author SHA1 Message Date
John Kerl
b26d720664 [csv iterate] output-quote iterate 2015-08-25 20:34:59 -04:00
John Kerl
51878beb2e [csv iterate] output-quote iterate 2015-08-25 18:02:32 -04:00
John Kerl
f8a1c7a00e [csv iterate] output-quote iterate 2015-08-25 18:01:50 -04:00
John Kerl
469e2c561f [csv iterate] output-quote iterate 2015-08-25 09:13:10 -04:00
John Kerl
d70bd8115b mlr -> $mlr in most recently added reg-test cases 2015-08-25 08:51:27 -04:00
John Kerl
b9a502b661 mlr -> $mlr in most recently added reg-test cases 2015-08-25 08:39:59 -04:00
John Kerl
8c741fc9c6 [csv iterate] integration sketch 2015-08-24 22:31:12 -04:00
John Kerl
bcf3f81b86 [csv iterate] integration sketch 2015-08-24 22:15:14 -04:00
John Kerl
011b4e160e [csv iterate] integration sketch 2015-08-24 21:56:20 -04:00
John Kerl
8fd72d40ce [csv iterate] integration sketch 2015-08-24 18:19:26 -04:00
John Kerl
5242151b5a [csv iterate] integration sketch 2015-08-24 17:57:53 -04:00
John Kerl
d756f3c8b5 todo 2015-08-24 17:50:11 -04:00
John Kerl
a1a440071a [csv iterate] planning 2015-08-24 00:20:25 -04:00
John Kerl
209ee3dc93 [csv iterate] integration sketch 2015-08-24 00:06:00 -04:00
John Kerl
6b34f994fe [csv iterate] integration sketch 2015-08-24 00:04:10 -04:00
John Kerl
b952be604d [csv iterate] integration sketch 2015-08-23 23:56:04 -04:00
John Kerl
a07feddee9 [csv iterate] peek-file-reader iterate 2015-08-23 23:07:56 -04:00
John Kerl
409b1b2912 [portability] remove another bashism in regression-tester 2015-08-23 23:06:52 -04:00
John Kerl
57889a0950 [csv iterate] peek-reader iterate 2015-08-23 22:48:01 -04:00
John Kerl
dc78c38a19 add invocation proviso to test/run 2015-08-23 21:14:44 -04:00
John Kerl
aeac9f97fa [csv iterate] peek-reader iterate 2015-08-23 14:45:05 -04:00
John Kerl
36ca7ccf2a Merge pull request #27 from jungle-boogie/patch-3
wrap lines to 80
2015-08-23 14:22:16 -04:00
John Kerl
d157c4dfbe Merge pull request #28 from jungle-boogie/patch-4
wrap lines to 80
2015-08-23 14:21:51 -04:00
John Kerl
f17dc5639a /bin/bash -> /bin/sh in regression-tester 2015-08-23 14:18:36 -04:00
John Kerl
db3cdab53f neaten 2015-08-22 23:56:14 -04:00
John Kerl
d74370f36a neaten 2015-08-22 23:43:43 -04:00
John Kerl
450ae21213 fix utf8 pprint/xtab alignment 2015-08-22 23:41:40 -04:00
John Kerl
36d018f0f9 UTF-8 alignment fix for pprint and xtab output formats 2015-08-22 23:36:43 -04:00
jungle-boogie
09a79e0fde wrap lines to 80
additional wrapping on this readme.
2015-08-22 19:54:54 -07:00
jungle-boogie
05ac8638f7 wrap lines to 80
set line wrapping to 80 characters. probably going to see other pull requests like this soon, too.
2015-08-22 18:35:07 -07:00
John Kerl
5da855c331 [csv iterate] string-builder iterate 2015-08-22 21:08:49 -04:00
John Kerl
e5c8f53e3c typo-fix: trigger unit/regression tests on make install 2015-08-22 14:35:39 -04:00
John Kerl
09316663ef Merge branch 'elfring-Remove_unnecessary_checks1' 2015-08-22 14:22:45 -04:00
John Kerl
5ce176d187 merge 2015-08-22 14:22:33 -04:00
John Kerl
cae78ca177 null-ok semantics for *_free functions in prep for merge of https://github.com/johnkerl/miller/pull/17 2015-08-22 14:20:06 -04:00
John Kerl
f0222b78f1 neaten 2015-08-22 14:14:26 -04:00
John Kerl
fa9b3740fa Merge pull request #22 from tkob/replace-timegm
Replace timegm
2015-08-22 14:13:20 -04:00
John Kerl
22e03f7658 default /usr/local/bin installpath 2015-08-22 14:09:02 -04:00
John Kerl
355893537d Merge pull request #21 from jungle-boogie/patch-1
update install path
2015-08-22 14:04:15 -04:00
John Kerl
ffdf4a4281 neaten 2015-08-22 13:32:35 -04:00
tkob
3350482f25 Replace timegm with mlr_timegm (Issue #20) 2015-08-22 16:00:27 +09:00
tkob
ac2e39b887 Add mlr_timegm function (Issue #20) 2015-08-22 15:59:27 +09:00
jungle-boogie
cfa29feca6 update install path
Hello,

I see that one can specify the install path with
`make -e INSTALLDIR=/usr/local/bin` but I think it's far better if
`/usr/local/bin/` is the default and anything else can be specified.
If one were to  `sudo make install`, the file will end up in /root/ and you
certainly don't want root priv to execute the file.

Thanks for the consideration!
2015-08-21 21:00:40 -07:00
John Kerl
1a893097ac doc update re releases 2015-08-21 23:43:31 -04:00
John Kerl
493f306fcb use CCOMP=gcc in c/dsls/Makefile as well as c/Makefile 2015-08-21 23:40:39 -04:00
John Kerl
0b45ff3f56 use CCOMP=gcc in c/dsls/Makefile as well as c/Makefile 2015-08-21 23:35:00 -04:00
John Kerl
6d19987a47 [csv iterate] string-builder iterate 2015-08-21 22:31:53 -04:00
John Kerl
59c1e28331 [csv iterate] string-builder iterate 2015-08-21 16:00:28 -04:00
John Kerl
4d5bf6d123 csv-rfc.txt 2015-08-19 20:00:42 -04:00
John Kerl
7604d97b88 command-line-configurable install dir 2015-08-19 19:22:56 -04:00