Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clean code up, move basic ops to cmds.c HEAD master | Daniel Perez | 2021-12-02 | 3 | -62/+92 |
| | |||||
* | fix segfault on EOF | Daniel | 2021-11-07 | 1 | -1/+2 |
| | |||||
* | update readme for installing | Daniel | 2021-11-07 | 1 | -1/+5 |
| | |||||
* | toggle installable flag | Daniel | 2021-11-07 | 1 | -1/+1 |
| | |||||
* | remove obsolete free | Daniel | 2021-11-07 | 1 | -3/+0 |
| | |||||
* | added some functions | Daniel | 2021-11-07 | 1 | -2/+27 |
| | |||||
* | fixed ceil and tidied code | Daniel | 2021-11-07 | 1 | -2/+2 |
| | |||||
* | made commands maybe more readable, added ^ | Daniel | 2021-11-07 | 3 | -7/+28 |
| | | | | Signed-off-by: Daniel <steew0x8@protonmail.com> | ||||
* | fix stack showing after list output | Daniel | 2021-11-07 | 1 | -1/+1 |
| | |||||
* | dont error on stack limit | Daniel | 2021-11-07 | 1 | -1/+4 |
| | |||||
* | fix list and error without message | Daniel | 2021-11-07 | 3 | -2/+4 |
| | |||||
* | added binary search and quick sort | Daniel | 2021-11-06 | 1 | -22/+26 |
| | |||||
* | added a greeting message | Daniel | 2021-11-06 | 2 | -2/+4 |
| | |||||
* | added build instructions | Daniel | 2021-11-06 | 1 | -1/+14 |
| | |||||
* | added argument count check for funcs | Daniel | 2021-11-06 | 4 | -6/+18 |
| | |||||
* | added some functions | Daniel | 2021-11-06 | 2 | -2/+25 |
| | |||||
* | replaced if else chain, TODO: bsearch | Daniel | 2021-11-06 | 7 | -36/+48 |
| | |||||
* | started working on a binary tree | Daniel | 2021-11-06 | 8 | -37/+107 |
| | |||||
* | fix | Daniel | 2021-11-03 | 2 | -5/+3 |
| | |||||
* | accidentally deleted header files | Daniel | 2021-11-03 | 3 | -5/+30 |
| | |||||
* | initial commit | Daniel | 2021-11-03 | 4 | -0/+106 |
| | |||||
* | Initial commit | steew | 2021-11-03 | 3 | -0/+109 |