<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Tharre/redo/src, branch master</title>
<subtitle>An elegant and minimalistic replacement for make, written in C.</subtitle>
<id>https://git.th73.ovh/Tharre/redo/atom?h=master</id>
<link rel='self' href='https://git.th73.ovh/Tharre/redo/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.th73.ovh/Tharre/redo/'/>
<updated>2017-08-25T16:56:49Z</updated>
<entry>
<title>Use correct printf() flag for signed int</title>
<updated>2017-08-25T16:56:49Z</updated>
<author>
<name>Tharre</name>
<email>tharre3@gmail.com</email>
</author>
<published>2017-08-25T16:56:49Z</published>
<link rel='alternate' type='text/html' href='https://git.th73.ovh/Tharre/redo/commit/?id=29bd5c84e41e8a6d5f91ed3b9fdfe90b59d5e471'/>
<id>urn:sha1:29bd5c84e41e8a6d5f91ed3b9fdfe90b59d5e471</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix two small style issues</title>
<updated>2017-08-25T16:53:48Z</updated>
<author>
<name>Tharre</name>
<email>tharre3@gmail.com</email>
</author>
<published>2017-08-25T16:53:48Z</published>
<link rel='alternate' type='text/html' href='https://git.th73.ovh/Tharre/redo/commit/?id=e93371cf23ada8e64a29ead33b81c00af419ebb5'/>
<id>urn:sha1:e93371cf23ada8e64a29ead33b81c00af419ebb5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix includes in header files</title>
<updated>2017-05-08T00:48:17Z</updated>
<author>
<name>Tharre</name>
<email>tharre3@gmail.com</email>
</author>
<published>2017-05-08T00:48:17Z</published>
<link rel='alternate' type='text/html' href='https://git.th73.ovh/Tharre/redo/commit/?id=ef859c58eda4fc82600a3e432058989263502f50'/>
<id>urn:sha1:ef859c58eda4fc82600a3e432058989263502f50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add make_abs() utility function</title>
<updated>2017-01-31T22:53:41Z</updated>
<author>
<name>Tharre</name>
<email>tharre3@gmail.com</email>
</author>
<published>2017-01-31T22:48:53Z</published>
<link rel='alternate' type='text/html' href='https://git.th73.ovh/Tharre/redo/commit/?id=921268159d96efeb136fcfd29e8ba3212fd0a507'/>
<id>urn:sha1:921268159d96efeb136fcfd29e8ba3212fd0a507</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't fail if directories disappear, just rebuild</title>
<updated>2016-12-25T02:16:01Z</updated>
<author>
<name>Tharre</name>
<email>tharre3@gmail.com</email>
</author>
<published>2016-12-25T02:16:01Z</published>
<link rel='alternate' type='text/html' href='https://git.th73.ovh/Tharre/redo/commit/?id=a1b25d96c528370c71c64a0e13570be435dcd0f9'/>
<id>urn:sha1:a1b25d96c528370c71c64a0e13570be435dcd0f9</id>
<content type='text'>
Fixes #9
</content>
</entry>
<entry>
<title>Remove unused #define and fix copyright comment</title>
<updated>2016-11-10T20:59:44Z</updated>
<author>
<name>Tharre</name>
<email>tharre3@gmail.com</email>
</author>
<published>2016-11-10T20:59:35Z</published>
<link rel='alternate' type='text/html' href='https://git.th73.ovh/Tharre/redo/commit/?id=7bbab7ea616864fdcfe19100e1c9a31981d34650'/>
<id>urn:sha1:7bbab7ea616864fdcfe19100e1c9a31981d34650</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move utility functions to util.c</title>
<updated>2016-10-31T21:31:04Z</updated>
<author>
<name>Tharre</name>
<email>tharre3@gmail.com</email>
</author>
<published>2016-10-31T21:31:04Z</published>
<link rel='alternate' type='text/html' href='https://git.th73.ovh/Tharre/redo/commit/?id=6b86ecb97dc5c49993a34092a8edc199201a2056'/>
<id>urn:sha1:6b86ecb97dc5c49993a34092a8edc199201a2056</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split add_prereq() into general and specific</title>
<updated>2016-10-31T21:06:17Z</updated>
<author>
<name>Tharre</name>
<email>tharre3@gmail.com</email>
</author>
<published>2016-10-31T21:06:17Z</published>
<link rel='alternate' type='text/html' href='https://git.th73.ovh/Tharre/redo/commit/?id=75bf720347983547c21228df71b80a0409a32e28'/>
<id>urn:sha1:75bf720347983547c21228df71b80a0409a32e28</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix reference to free'd memory in handle_c()</title>
<updated>2016-10-27T22:02:22Z</updated>
<author>
<name>Tharre</name>
<email>tharre3@gmail.com</email>
</author>
<published>2016-10-27T22:02:22Z</published>
<link rel='alternate' type='text/html' href='https://git.th73.ovh/Tharre/redo/commit/?id=d030418896e0f74ed65bb69c2a0c058a3c6288f1'/>
<id>urn:sha1:d030418896e0f74ed65bb69c2a0c058a3c6288f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement logging using REDO_DEBUG env variable</title>
<updated>2016-10-27T21:50:45Z</updated>
<author>
<name>Tharre</name>
<email>tharre3@gmail.com</email>
</author>
<published>2016-10-27T21:43:45Z</published>
<link rel='alternate' type='text/html' href='https://git.th73.ovh/Tharre/redo/commit/?id=15465e8b518d9413c11dcdcad712a6a51b3ebde2'/>
<id>urn:sha1:15465e8b518d9413c11dcdcad712a6a51b3ebde2</id>
<content type='text'>
</content>
</entry>
</feed>
