Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-16 | The massive astyle sweep! | zlg | 1 | -2/+1 | |
Code style should be consistent now. All future commits will be run through astyle or they will be amended. | |||||
2013-10-18 | Solve Exercise 5-13: tail | zlg | 1 | -0/+106 | |
This exercise was somewhat irritating until I caved and used the code in section 5.6 like the exercise suggested. The solution is not what I think is clean, but given that [mc]*alloc haven't been covered yet, it's probably the best one can muster. Once I used the code in ยง5.6, the program fell into place. Still, it was a neat exercise. |