Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement (incomplete) dependency checking. | Tharre | 2014-08-13 | 1 | -0/+3 |
| | | | | | | | | | | Targets still do not depend on .do-files, and a lot of the edge cases are still not handled correctly. Furthermore some error-checking code is still missing, which could possibly crash the program (partially marked with comments), as well as some free() calls. An utitlity python script (print_dep.py) was also added to aid in debugging matters. | ||||
* | Add several methods for storing dependencies | Tharre | 2014-07-30 | 1 | -0/+6 |
| | |||||
* | Print redo <target> later to not print source files and small cleanup | Tharre | 2014-07-29 | 1 | -1/+0 |
| | |||||
* | Add filepath.c, refactor out parse_shebang() and rewrite most of the error ↵ | Tharre | 2014-07-29 | 1 | -4/+1 |
| | | | | checking code to use predefined error macros | ||||
* | Refactor file_exists() to fexists() | Tharre | 2014-04-25 | 1 | -1/+1 |
| | |||||
* | Initial codebase | Tharre | 2014-04-08 | 1 | -0/+16 |