Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1170 | Kartik K. Agaram | 2015-04-24 | 1 | -3/+4 |
| | |||||
* | 1169 - use the global variable god gave you | Kartik K. Agaram | 2015-04-24 | 1 | -17/+17 |
| | |||||
* | 1162 | Kartik K. Agaram | 2015-04-24 | 1 | -2/+2 |
| | |||||
* | 1146 - yet another out-of-bounds access | Kartik K. Agaram | 2015-04-22 | 1 | -1/+22 |
| | | | | | | | | | | | | | | There's a test in this commit, but it doesn't actually fail, because by some accident the memory at index 2 of recipe 'f' has data at the is_label offset and breaks out of the loop. Graah. How did I ever misplace that "Reading One Instruction" waypoint? I could swear I was concerned about this possibility when I implemented calls. Today has been tough on my confidence. STL helps avoid memory leaks but doesn't help with buffer overflows nearly as much as I thought. Oh brilliant, valgrind caught the problem! And there weren't any others. I feel much better. | ||||
* | 1094 - demarcate sections in layers | Kartik K. Agaram | 2015-04-17 | 1 | -2/+4 |
| | | | | | | We have tangled vs regular comments, but they highlight the same. So we're still at 3 colors for comments. Anything more starts to seem gratuitous. | ||||
* | 1077 | Kartik K. Agaram | 2015-04-17 | 1 | -2/+3 |
| | |||||
* | 1075 | Kartik K. Agaram | 2015-04-17 | 1 | -0/+77 |