Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-14 | use a linked list instead of an array | Jakob Kaivo | |
2020-01-14 | use calloc() to ensure NUL termination, remember to NULL terminate the array | Jakob Kaivo | |
2020-01-14 | use a struct to cache stat() information | Jakob Kaivo | |
2020-01-14 | rebuild with latest revision | Jakob Kaivo | |
2020-01-14 | add LD and LDFLAGS | Jakob Kaivo | |
2020-01-14 | add README | Jakob Kaivo | |
2020-01-14 | clean up memory leak | Jakob Kaivo | |
2020-01-14 | rebuild with more readable spacing and explicit build steps | Jakob Kaivo | |
2020-01-14 | always build in current directory, source from specified path | Jakob Kaivo | |
2020-01-14 | add Makefile (generated by maje) | Jakob Kaivo | |
2020-01-14 | add gitignore | Jakob Kaivo | |
2020-01-14 | add note about Makefile being generated in the Makefile | Jakob Kaivo | |
2020-01-14 | compile *.o instead of sources again | Jakob Kaivo | |
2020-01-14 | fix escape of ( | Jakob Kaivo | |
2020-01-14 | initial commit | Jakob Kaivo | |
2020-01-09 | Add LICENSE | Jakob Kaivo | |