Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use consistent target names. Makefile cleanup. | 2020-12-16 | 1 | -8/+8 | |
| | |||||
* | Do not hide error messages in tests, makes it easier to debug failures. | 2020-12-06 | 1 | -2/+2 | |
| | |||||
* | The maxoperand test is currently expected to fail. | 2020-10-18 | 1 | -1/+2 | |
| | | | | ok mpi@ | ||||
* | add support for '&' and '|' operators in btrace scripts | 2020-09-14 | 3 | -3/+13 | |
| | | | | | feedback from otto@ ok mpi@ kn@ semarie@ | ||||
* | Use map keys composed of multiple arguments. | 2020-04-23 | 2 | -4/+4 | |
| | |||||
* | Update output to reflect recent changes. | 2020-04-15 | 1 | -0/+1 | |
| | | | | Existing maps are printed by default in the absence of an END rule. | ||||
* | Regression for unnamed map. | 2020-03-19 | 3 | -3/+20 | |
| | |||||
* | Implement map functions min(), max() and sum(). | 2020-01-28 | 3 | -2/+28 | |
| | | | | For the moment map values are currently limited to integers. | ||||
* | Tests for delete(@map[key]) and printf("%d\n", @map[key]) | 2020-01-28 | 4 | -2/+9 | |
| | |||||
* | Regression tests for btrace(8). | 2020-01-21 | 18 | -0/+157 | |