Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-21 | Fix commentsHEADmaster | Igor Pashev | 1 | -4/+4 | |
2022-11-21 | Reformat | Igor Pashev | 2 | -50/+17 | |
2019-10-30 | Add LICENSE | Igor Pashev | 1 | -0/+13 | |
2019-10-30 | Remove indent from Makefile | Igor Pashev | 1 | -9/+0 | |
2019-10-30 | Use memcpy instead of strncpy | Igor Pashev | 1 | -3/+3 | |
Fix warning: ‘strncpy’ output truncated before terminating nul copying 3 bytes from a string of the same length [-Werror=stringop-truncation] | |||||
2019-10-30 | Reformat with indent -ts 2 -nut *.c | Igor Pashev | 1 | -542/+542 | |
2019-10-30 | Remove .gitignore | Igor Pashev | 1 | -7/+0 | |
2011-09-14 | Fixed segfault | Igor Pashev | 1 | -3/+10 | |
2011-09-14 | Added translator to Cow :-) | Igor Pashev | 2 | -5/+71 | |
2010-11-15 | Merge branch 'master' of github.com:ip1981/brainfuck | Igor | 1 | -1/+1 | |
2010-11-15 | Arithmetic progression | Igor | 1 | -0/+1 | |
2010-02-24 | printf format fix | Igor | 1 | -1/+1 | |
2010-01-21 | Optimize [-] and [+] | Igor | 1 | -13/+38 | |
2010-01-21 | Brainfuck to C wrapper | Igor Pashev | 1 | -0/+20 | |
2010-01-21 | Optimizing compiler | Igor Pashev | 2 | -8/+172 | |
2010-01-20 | Basic, non-optimizing compiler | Igor | 2 | -6/+90 | |
2010-01-20 | Maximum of 2 numbers | Igor | 1 | -0/+36 | |
2010-01-19 | indent, trace to stdout | Igor | 2 | -124/+215 | |
2010-01-19 | More examples | Igor | 2 | -4/+9 | |
2010-01-19 | Allowed comands, I/O fixes | Igor | 2 | -8/+10 | |
2010-01-19 | Trace execution for debugging | Igor Pashev | 2 | -24/+70 | |
2010-01-18 | Typos | Igor | 2 | -4/+4 | |
2010-01-18 | One more short example | Igor | 2 | -0/+2 | |
2010-01-18 | Added Makefile | Igor | 1 | -0/+13 | |
2010-01-17 | Updated README | Igor | 2 | -1/+3 | |
2010-01-17 | Updated README | Igor | 1 | -3/+7 | |
2010-01-17 | Output operator (,) | Igor | 1 | -4/+21 | |
2010-01-17 | More examples | Igor | 4 | -0/+43 | |
2010-01-17 | Fixed typo | Igor | 2 | -4/+4 | |
2010-01-17 | Fixed stack. Added: ; - end of code, # - comment | Igor | 3 | -6/+35 | |
2010-01-17 | README | Igor | 1 | -0/+24 | |
2010-01-17 | first commit | Igor | 3 | -0/+254 | |