John Kerl
53d865572b
filter-put merge iterate
2016-01-11 21:32:19 -05:00
John Kerl
9829b9db02
filter-put merge iterate
2016-01-11 21:26:32 -05:00
John Kerl
99c083719f
filter-put merge iterate
2016-01-11 21:02:50 -05:00
John Kerl
79e3488409
whitespace
2015-12-14 09:01:48 -05:00
John Kerl
bc1d5d9668
allow escaped field names on left-hand side of assignments in mlr put
2015-12-11 15:16:08 -05:00
John Kerl
f4b95c439c
escape special characters in field names for DSLs
2015-12-10 09:21:34 -05:00
John Kerl
114d6bc2e9
escape special characters in field names for DSLs
2015-12-10 09:09:10 -05:00
John Kerl
7713d0a641
escape special characters in field names for DSLs
2015-12-10 09:07:51 -05:00
John Kerl
adff8f73d6
i386 portability
2015-12-06 14:51:16 -05:00
John Kerl
b9746593ee
iterate on https://github.com/johnkerl/miller/issues/24
2015-12-05 22:57:03 -05:00
John Kerl
69e512f1fa
iterate on https://github.com/johnkerl/miller/issues/24
2015-12-05 22:26:34 -05:00
John Kerl
09ec6447bc
fix https://github.com/johnkerl/miller/issues/10
2015-12-05 22:14:36 -05:00
John Kerl
2d0bfdaf94
makefile doc notes
2015-11-29 20:23:49 -05:00
John Kerl
4f58a10674
allow scientific notation in function literals, as in field values
2015-11-24 21:01:19 -05:00
John Kerl
abc09eb139
fix double-unary in DSLs
2015-11-15 20:28:14 -07:00
John Kerl
ad493e9218
bitwise-shift operators
2015-11-15 07:07:55 -07:00
John Kerl
798f3f7f48
logical XOR operator
2015-11-15 06:54:04 -07:00
John Kerl
09d8027dcb
grammar neaten
2015-11-15 06:44:24 -07:00
John Kerl
28937557dc
grammar neaten
2015-11-15 06:25:38 -07:00
John Kerl
521dddcf22
grammar neaten
2015-11-14 17:43:17 -07:00
John Kerl
791bcbbdef
grammar neaten
2015-11-14 07:58:36 -07:00
John Kerl
aeeba1f2e2
grammar neaten
2015-11-13 21:39:43 -05:00
John Kerl
b98b99fa9b
grammar neaten
2015-11-13 21:31:29 -05:00
John Kerl
0676d807a7
bitwise precedence fix for filter
2015-11-13 21:08:21 -05:00
John Kerl
364504e95e
bitwise precedence fix for filter
2015-11-13 20:53:50 -05:00
John Kerl
22988bfc65
neaten
2015-11-13 19:42:44 -05:00
John Kerl
2ad4f85286
bitwise operators
2015-11-13 19:33:22 -05:00
John Kerl
ac43d4bb1a
iterate in int-math enrichment: // operator
2015-11-11 22:00:23 -05:00
John Kerl
e0b8e80418
iterate on inference-suppression and non-double scan of large int-from-string
2015-11-08 22:35:09 -05:00
John Kerl
4b81bb0cdd
fix travis build
2015-10-10 07:10:40 -07:00
John Kerl
96b23b80e9
remove redundant dsls/pdm and dsls/fdm
2015-10-09 19:19:49 -04:00
John Kerl
860d098507
sub with regex iterate
2015-10-09 16:58:48 -04:00
John Kerl
f94c7dbf1b
regex iterate
2015-10-05 22:22:06 -04:00
John Kerl
21390a80e2
allow backslash-dquote inside dquote pairs, in prep for regexes
2015-10-05 22:10:03 -04:00
John Kerl
019b18f81c
neaten
2015-10-03 10:41:06 -04:00
John Kerl
af2110f0f8
neaten
2015-10-01 17:08:09 -04:00
John Kerl
568dd517a5
neaten
2015-09-28 20:33:01 -04:00
John Kerl
5e5b7acacd
Merge pull request #67 from 0-wiz-0/master
...
autoconf/automake support
2015-09-21 22:15:51 -04:00
John Kerl
a2955eab66
prepare for wiz autoconf merge
2015-09-21 22:13:04 -04:00
Thomas Klausner
d68909e458
automake: various fixes for c/dsls/Makefile.am
...
Improve 'make -j' behaviour.
Improve 'make clean'.
Fix flex rules.
2015-09-15 09:13:59 +02:00
John Kerl
610c2dc8d5
Take CC from environment for Travis gcc/clang build
2015-09-06 21:29:05 -04:00
Thomas Klausner
72d65dcdb2
automake: handle lemon special files better.
2015-09-04 16:28:50 +02:00
Thomas Klausner
73ee1c6100
automake: survive 'make distcheck'.
...
Add some missing files, remove some invented ones.
Improve lemon rules.
TODO: perhaps lemon can be made to behave better when the source files
are not in "."? This would simplify the corresponding rules.
2015-09-04 15:39:14 +02:00
Thomas Klausner
f498a75b09
Start autoconf/automake based build system.
...
mlr itself builds.
TODO:
tests
custom targets
perf/
doc/
probably other stuff I overlooked
2015-08-29 12:51:03 +02:00
Thomas Klausner
01236caf33
Add unistd.h for access() and add return type for function.
2015-08-29 12:33:53 +02:00
jungle-boogie
4a4d5a5539
possible spelling update
...
I think you mean introductory.
2015-08-26 14:20:44 -07:00
John Kerl
5ce176d187
merge
2015-08-22 14:22:33 -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
Markus Elfring
ae47673cc8
Bug #11 : Deletion of unnecessary checks before calls of the function "free"
...
The function "free" is documented in the way that no action shall occur for
a passed null pointer. It is therefore not needed that a function caller
repeats a corresponding check.
http://stackoverflow.com/questions/18775608/free-a-null-pointer-anyway-or-check-first
This issue was fixed by using the software Coccinelle 1.0.1.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
2015-08-18 11:00:38 +02:00
Hope Ranker
ef4ac0f81a
Build with local lemon
...
. isn't in the PATH on a lot of distros. Explicitly use the local lemon
instead of whatever happens to be on the path.
2015-08-16 12:38:01 -04:00