about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* clean code up, move basic ops to cmds.c HEAD masterDaniel Perez2021-12-023-62/+92
|
* fix segfault on EOFDaniel2021-11-071-1/+2
|
* update readme for installingDaniel2021-11-071-1/+5
|
* toggle installable flagDaniel2021-11-071-1/+1
|
* remove obsolete freeDaniel2021-11-071-3/+0
|
* added some functionsDaniel2021-11-071-2/+27
|
* fixed ceil and tidied codeDaniel2021-11-071-2/+2
|
* made commands maybe more readable, added ^Daniel2021-11-073-7/+28
| | | | Signed-off-by: Daniel <steew0x8@protonmail.com>
* fix stack showing after list outputDaniel2021-11-071-1/+1
|
* dont error on stack limitDaniel2021-11-071-1/+4
|
* fix list and error without messageDaniel2021-11-073-2/+4
|
* added binary search and quick sortDaniel2021-11-061-22/+26
|
* added a greeting messageDaniel2021-11-062-2/+4
|
* added build instructionsDaniel2021-11-061-1/+14
|
* added argument count check for funcsDaniel2021-11-064-6/+18
|
* added some functionsDaniel2021-11-062-2/+25
|
* replaced if else chain, TODO: bsearchDaniel2021-11-067-36/+48
|
* started working on a binary treeDaniel2021-11-068-37/+107
|
* fixDaniel2021-11-032-5/+3
|
* accidentally deleted header filesDaniel2021-11-033-5/+30
|
* initial commitDaniel2021-11-034-0/+106
|
* Initial commitsteew2021-11-033-0/+109