<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tmplt, branch master</title>
<subtitle>Human-readable DAG parser</subtitle>
<link rel='alternate' type='text/html' href='https://git.hrhr.dev/tmplt/'/>
<entry>
<title>old changes I had lying around</title>
<updated>2023-12-06T22:19:17+00:00</updated>
<author>
<name>Holden Rohrer</name>
<email>hr@hrhr.dev</email>
</author>
<published>2023-12-06T22:16:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hrhr.dev/tmplt/commit/?id=0b4bd76e6bcb46074719f950f2b8e2cd464d117d'/>
<id>0b4bd76e6bcb46074719f950f2b8e2cd464d117d</id>
<content type='text'>
Looks like I was trying to implement an splint linter here in order to
disprove null check errors.
This whole thing seems pretty useless except as a C exercise.
Why not just use a Wiki or Knuth's WEB or org-mode or a text file with
indentation?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Looks like I was trying to implement an splint linter here in order to
disprove null check errors.
This whole thing seems pretty useless except as a C exercise.
Why not just use a Wiki or Knuth's WEB or org-mode or a text file with
indentation?
</pre>
</div>
</content>
</entry>
<entry>
<title>added !&lt;file&gt; include syntax</title>
<updated>2020-07-10T00:34:40+00:00</updated>
<author>
<name>Holden Rohrer</name>
<email>hr@hrhr.dev</email>
</author>
<published>2020-07-10T00:34:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hrhr.dev/tmplt/commit/?id=47ff6a368e1925cdc6d9fa197252c62855ec2bab'/>
<id>47ff6a368e1925cdc6d9fa197252c62855ec2bab</id>
<content type='text'>
improves file structures by including literally instead of parsing, and
example included in `template`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
improves file structures by including literally instead of parsing, and
example included in `template`
</pre>
</div>
</content>
</entry>
<entry>
<title>removed -g flag because binary is stripped</title>
<updated>2020-07-10T00:33:48+00:00</updated>
<author>
<name>Holden Rohrer</name>
<email>hr@hrhr.dev</email>
</author>
<published>2020-07-10T00:33:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hrhr.dev/tmplt/commit/?id=991a37f06b096ded9720502f5b7ba78f42aa4dbd'/>
<id>991a37f06b096ded9720502f5b7ba78f42aa4dbd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>made printnode static and listed root links</title>
<updated>2020-07-08T21:12:02+00:00</updated>
<author>
<name>Holden Rohrer</name>
<email>hr@hrhr.dev</email>
</author>
<published>2020-07-08T21:12:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hrhr.dev/tmplt/commit/?id=5daffbef5dc3bdba92bc9b0fbf4a198a3e999899'/>
<id>5daffbef5dc3bdba92bc9b0fbf4a198a3e999899</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added install/uninstall tgt to mkfile</title>
<updated>2020-07-08T21:09:20+00:00</updated>
<author>
<name>Holden Rohrer</name>
<email>hr@hrhr.dev</email>
</author>
<published>2020-07-08T21:09:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hrhr.dev/tmplt/commit/?id=7f69558b0b4f333a1d309164e500ff5e8650e3a1'/>
<id>7f69558b0b4f333a1d309164e500ff5e8650e3a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing duplicate links and avoid freeing reused char*s</title>
<updated>2020-06-15T01:03:36+00:00</updated>
<author>
<name>Holden Rohrer</name>
<email>hr@hrhr.dev</email>
</author>
<published>2020-06-15T01:03:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hrhr.dev/tmplt/commit/?id=80e87bb217dfa234e86ff747346a211b2484de88'/>
<id>80e87bb217dfa234e86ff747346a211b2484de88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>moved print statement to main.c</title>
<updated>2020-06-15T00:53:54+00:00</updated>
<author>
<name>Holden Rohrer</name>
<email>hr@hrhr.dev</email>
</author>
<published>2020-06-15T00:53:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hrhr.dev/tmplt/commit/?id=3ef0e73864d21e2cb96c1c03b09324a665de070e'/>
<id>3ef0e73864d21e2cb96c1c03b09324a665de070e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed memory leak where queried name isn't freed</title>
<updated>2020-06-14T17:16:40+00:00</updated>
<author>
<name>Holden Rohrer</name>
<email>hr@hrhr.dev</email>
</author>
<published>2020-06-14T17:16:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hrhr.dev/tmplt/commit/?id=fd74d59f307bfb50c58e710b96f8b576467cf5de'/>
<id>fd74d59f307bfb50c58e710b96f8b576467cf5de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'correctness'</title>
<updated>2020-06-14T16:54:39+00:00</updated>
<author>
<name>Holden Rohrer</name>
<email>hr@hrhr.dev</email>
</author>
<published>2020-06-14T16:54:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hrhr.dev/tmplt/commit/?id=0b5d1bf482d72d488e8153bbd4683a901af781b7'/>
<id>0b5d1bf482d72d488e8153bbd4683a901af781b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stradd allows multiple node use to retain data</title>
<updated>2020-06-14T16:54:19+00:00</updated>
<author>
<name>Holden Rohrer</name>
<email>hr@hrhr.dev</email>
</author>
<published>2020-06-14T16:54:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hrhr.dev/tmplt/commit/?id=de0e8322a5166d932b2b211be64022598971abde'/>
<id>de0e8322a5166d932b2b211be64022598971abde</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
