about summary refs log tree commit diff stats
path: root/cpp/037call_reply
Commit message (Collapse)AuthorAgeFilesLines
* 1189 - add extensions to all layersKartik K. Agaram2015-04-241-69/+0
| | | | | | I'm sick of fighting vim's filetype detection. No modeline and files highlight in random colors. I add a modeline and it stops highlighting tangle comments. Even though it read my #$%# vimrc! Fuck this shite.
* 1180 - finally dump that 'pc' referenceKartik K. Agaram2015-04-241-2/+1
| | | | | | In the process we uncovered yet another out-of-bounds access, in the implementation of 'reply'. Another sign from the gods that large-scope pointers/references are a bad idea.
* 1178Kartik K. Agaram2015-04-241-3/+2
|
* 1177Kartik K. Agaram2015-04-241-1/+1
|
* 1171Kartik K. Agaram2015-04-241-2/+2
| | | | | Chip away at eliminating that 'pc' reference by first throwing out the most common expression that uses it: instructions[pc].
* 1169 - use the global variable god gave youKartik K. Agaram2015-04-241-4/+4
|
* 1162Kartik K. Agaram2015-04-241-2/+2
|
* 1077Kartik K. Agaram2015-04-171-2/+3
|
* 1075Kartik K. Agaram2015-04-171-0/+70