Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-02 | Initialise getdelim buf pointers to NULL | Tomasz 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-28 | change version; add to readme | Preston Pan | |
2024-01-26 | Change README | Preston Pan | |
2024-01-20 | add map, filter might work? | Preston Pan | |
2024-01-11 | add more documentation | Preston Pan | |
2024-01-10 | add shit | Preston Pan | |
2024-01-10 | add comments in both stem and also in my c code | Preston Pan | |
2024-01-09 | reorganize directory structure | Preston Pan | |