<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brainfuck, branch master</title>
<subtitle>Brainfuck tools and examples</subtitle>
<id>https://git.pashev.ru/brainfuck/atom?h=master</id>
<link rel='self' href='https://git.pashev.ru/brainfuck/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/brainfuck/'/>
<updated>2022-11-21T13:03:31Z</updated>
<entry>
<title>Fix comments</title>
<updated>2022-11-21T13:03:31Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2022-11-21T13:03:31Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/brainfuck/commit/?id=bb63415c8448209dd5522cc0e4b79861499395f6'/>
<id>urn:sha1:bb63415c8448209dd5522cc0e4b79861499395f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat</title>
<updated>2022-11-21T12:46:24Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2022-11-21T12:46:24Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/brainfuck/commit/?id=b5783dacf216af9bb70ad2eab95d555277e204a1'/>
<id>urn:sha1:b5783dacf216af9bb70ad2eab95d555277e204a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add LICENSE</title>
<updated>2019-10-30T12:16:12Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2019-10-30T12:16:12Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/brainfuck/commit/?id=5ad0991ef3f8f95780d0baf584b22668671ac66a'/>
<id>urn:sha1:5ad0991ef3f8f95780d0baf584b22668671ac66a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove indent from Makefile</title>
<updated>2019-10-30T12:14:09Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2019-10-30T12:14:09Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/brainfuck/commit/?id=940c5472366e8fea824aeed2dd991fa67a6bd147'/>
<id>urn:sha1:940c5472366e8fea824aeed2dd991fa67a6bd147</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use memcpy instead of strncpy</title>
<updated>2019-10-30T12:11:27Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2019-10-30T12:11:05Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/brainfuck/commit/?id=87ef72e1260fee0882a0dcdb8d329b268f09ca0c'/>
<id>urn:sha1:87ef72e1260fee0882a0dcdb8d329b268f09ca0c</id>
<content type='text'>
Fix warning:

    ‘strncpy’ output truncated before terminating nul
    copying 3 bytes from a string of the same length [-Werror=stringop-truncation]
</content>
</entry>
<entry>
<title>Reformat with indent -ts 2 -nut *.c</title>
<updated>2019-10-30T12:04:55Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2019-10-30T12:04:55Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/brainfuck/commit/?id=f36154c03aab2c81c6132a1a411fa0aa30ea4e2a'/>
<id>urn:sha1:f36154c03aab2c81c6132a1a411fa0aa30ea4e2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove .gitignore</title>
<updated>2019-10-30T12:00:22Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2019-10-30T12:00:22Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/brainfuck/commit/?id=f9d386a49f4ea8ca65914c8466a3e364f4d2809c'/>
<id>urn:sha1:f9d386a49f4ea8ca65914c8466a3e364f4d2809c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed segfault</title>
<updated>2011-09-13T21:34:46Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2011-09-13T21:34:46Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/brainfuck/commit/?id=74dedc49c70673da227651e6f15412445be4230b'/>
<id>urn:sha1:74dedc49c70673da227651e6f15412445be4230b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added translator to Cow :-)</title>
<updated>2011-09-13T21:19:32Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2011-09-13T21:19:32Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/brainfuck/commit/?id=6047b3835a1b88932ab2140570e75baf7ffbfa3e'/>
<id>urn:sha1:6047b3835a1b88932ab2140570e75baf7ffbfa3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of github.com:ip1981/brainfuck</title>
<updated>2010-11-15T04:06:02Z</updated>
<author>
<name>Igor</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2010-11-15T04:06:02Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/brainfuck/commit/?id=a9b032de4614f6725cd8dd8bc1e0fad9a720e999'/>
<id>urn:sha1:a9b032de4614f6725cd8dd8bc1e0fad9a720e999</id>
<content type='text'>
</content>
</entry>
</feed>
