1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

12 Commits

Author SHA1 Message Date
c427bf6a94 Add test showing calculation of standard deviation 2013-09-14 17:48:19 -04:00
82d8253c19 Add sqrt operator 2013-09-11 20:24:41 -04:00
7c4171d414 Add floor operator 2013-06-21 15:27:34 -05:00
3403d07912 Add mod (and setmod) operators 2013-06-21 15:27:34 -05:00
81e2336ace Support ."foo" syntax for accessing fields. See #141. 2013-06-11 22:26:39 +01:00
bc42812715 Remove the insane "fold" operation, replace with saner "reduce". 2013-05-16 15:07:53 +01:00
e83e51eb56 'length' function now measures string length in codepoints, not bytes. 2013-05-15 00:37:38 +01:00
c496a924ce Bugfix for array slices. 2013-05-15 00:22:44 +01:00
33901b74b1 Array slicing. Closes #2. 2013-05-13 20:16:19 +01:00
d8706fd460 Fix the //= operator.
Closes #62.
2013-05-13 16:04:30 +01:00
e29db8d272 Fix bug with path handling (used in assignments).
Closes #67
2013-05-11 18:10:21 +01:00
d121420757 Clean up autotools config.
Remove some of @stagrlee's hard work since jq's testsuite is
less silly than when he wrote the autotools config.
2013-05-08 02:42:23 +01:00