Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-18 | Solve Exercise 8-05: fsize extended | zlg | 1 | -0/+77 | |
This exercise uses the standard library instead of the homegrown dirent.h outlined in the book. This is due to misbehavior in outputting the file or directory names. This pointed to a data mismatch between the data model supplied by the book and the data model actually used by my operating system (GNU/Linux). | |||||
2022-01-09 | Solve Exercise 8-4: fseek() implementation | zlg | 2 | -11/+68 | |
2022-01-09 | Solve exercise 8-3: fflush and fclose | zlg | 1 | -0/+40 | |
2022-01-09 | Refactor syscalls.h for ch8 exercises | zlg | 3 | -117/+234 | |
The refactor includes implementations for fflush and fclose as well, needed in 8-03. | |||||
2018-12-22 | Solve Exercise 8-2: fopen and fillbuf | zlg | 3 | -0/+181 | |
2017-05-20 | perfeeerrrrrm | zlg | 1 | -1/+1 | |
2017-05-20 | 8-1: Correct superfluous increment, comment | zlg | 1 | -2/+1 | |
2017-05-20 | Solve Exercise 8-1: `cat` remastered | zlg | 1 | -0/+115 | |