aboutsummaryrefslogtreecommitdiff
path: root/src/builtins.c
AgeCommit message (Collapse)Author
2024-05-02Initialise getdelim buf pointers to NULLTomasz Kramkowski
getdelim can either be passed NULL or a malloc allocated buffer. I am not sure why on glibc on linux this doesn't outright crash, but it does crash on my ARM phone. By initialising to NULL, getdelim correctly allocates a buffer for the data rather than reallocating a string literal.
2024-01-28change version; add to readmePreston Pan
2024-01-28fix bugs found by emailerPreston Pan
2024-01-28add uncurryPreston Pan
2024-01-26Change READMEPreston Pan
2024-01-22add ungluePreston Pan
2024-01-22fix curryPreston Pan
2024-01-21get rid of some useless mallocsPreston Pan
2024-01-21fixed stuff? idkPreston Pan
2024-01-20fix memory leakPreston Pan
2024-01-20vat works for wordsPreston Pan
2024-01-20implement cut; vat works for stringsPreston Pan
2024-01-20remove stemlibPreston Pan
2024-01-20fix memory leak partially or fully depending on how good I am at thinkingPreston Pan
2024-01-20fix some stuffPreston Pan
2024-01-20add more detailed error messages; fix a couple bugsPreston Pan
2024-01-12fix keep for real, can I keep on doing this forever?Preston Pan
2024-01-12fix keep?Preston Pan
2024-01-10add shitPreston Pan
2024-01-10add comments in both stem and also in my c codePreston Pan
2024-01-10fix dipPreston Pan
2024-01-09add sleep; fix bugsPreston Pan
2024-01-09reorganize directory structurePreston Pan