Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing Copyright 2022 into license headers. | Kaz Kylheku | 2022-04-16 | 1 | -1/+1 |
| | |||||
* | cons: mapcar, mappend: doc, tests. | Kaz Kylheku | 2022-04-16 | 1 | -1/+1 |
| | |||||
* | call: allow empty argument list. | Kaz Kylheku | 2022-04-13 | 1 | -1/+1 |
| | | | | | We rely on the GNU extension ##__VA_ARGS__. The C++ __VA_OPT__(,) approach is too awful for words. | ||||
* | fun() must expand arg; fix __fun clash issue. | Kaz Kylheku | 2022-04-13 | 1 | -1/+1 |
| | |||||
* | fun now implemented by fun-priv. | Kaz Kylheku | 2022-04-13 | 1 | -0/+50 |