Age | Commit message (Expand) | Author |
---|---|---|
2021-09-08 | btrace(8): add initial support for cli arguments | Dave Voutila |
2021-08-31 | Rewrite grammar to implement operator precedence without using %right or %prec. | Martin Pieuchot |
2021-04-21 | Support for local (scratch) variables: "$var_name". | Martin Pieuchot |
2021-04-21 | Support first shell argument as $1 in order to use it in filters. | Martin Pieuchot |
2020-07-11 | Implement linear and power-of-two histograms: hist() and lhist() keywords. | Martin Pieuchot |
2020-04-23 | Implement builtin 'cpu' keyword. | Martin Pieuchot |
2020-04-23 | Extend map to support keys composed of multiple arguments. | Martin Pieuchot |
2020-03-23 | Map are printed by default now, document that option "-c" is needed :) | Martin Pieuchot |
2020-01-28 | Implement map functions min(), max() and sum(). | Martin Pieuchot |
2020-01-28 | Implement delete() and @map[key] access. | Martin Pieuchot |
2020-01-27 | Implement builtin time() function. | Martin Pieuchot |
2020-01-21 | Some remaining items for the curious. | Martin Pieuchot |