Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restructure cppawk installation. | Kaz Kylheku | 2022-07-02 | 1 | -39/+0 |
| | | | | | | | | | cppawk now expects to be installed in some directory (typically "bin"), such that the include files are in a "share/cppawk/include" directory where "share" is a sibling of "bin". The git repository is restructured to match this shape; cppawk is moved into "bin", and the include files into "share/cppawk/include". | ||||
* | Add missing Copyright 2022 into license headers. | Kaz Kylheku | 2022-04-16 | 1 | -1/+1 |
| | |||||
* | 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 | -20/+5 |
| | |||||
* | iter, vars, fun: use only cons-priv. | Kaz Kylheku | 2022-04-03 | 1 | -4/+4 |
| | |||||
* | Adding Lisp-inspired data and control utilities. | Kaz Kylheku | 2022-03-31 | 1 | -0/+54 |