<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gh_mirror/jhunkeler/sayeth.git, branch wchar</title>
<subtitle>
</subtitle>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/sayeth.git/'/>
<entry>
<title>Wide character support -- from hell</title>
<updated>2022-10-27T03:57:45+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2022-10-27T03:57:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/sayeth.git/commit/?id=5baaec22352873767dbf253dc6deec4f55049886'/>
<id>5baaec22352873767dbf253dc6deec4f55049886</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce warnings and lower the cmake version requirements</title>
<updated>2022-10-25T04:33:10+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2022-10-25T04:33:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/sayeth.git/commit/?id=f28f138c997a944c4144de10046f15191ecd88d9'/>
<id>f28f138c997a944c4144de10046f15191ecd88d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Break project up into separate files</title>
<updated>2022-10-25T04:32:48+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2022-10-25T04:32:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/sayeth.git/commit/?id=d05b24aca2ea509c5294c8b64ec9334abe68a8b6'/>
<id>d05b24aca2ea509c5294c8b64ec9334abe68a8b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixups:</title>
<updated>2022-10-24T04:43:06+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2022-10-24T04:43:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/sayeth.git/commit/?id=2d13c00b959515f61db1f4a92cca1a32ab0c4f90'/>
<id>2d13c00b959515f61db1f4a92cca1a32ab0c4f90</id>
<content type='text'>
* Fix invalid free() of driver_dir
* get_longest() is no longer chewing through 8 * 4096 bytes of memory
* Add a few guards after memory allocation(s)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix invalid free() of driver_dir
* get_longest() is no longer chewing through 8 * 4096 bytes of memory
* Add a few guards after memory allocation(s)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README</title>
<updated>2022-10-23T22:15:59+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2022-10-23T22:15:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/sayeth.git/commit/?id=404519bb6696f46099791513d86fac387182e5cd'/>
<id>404519bb6696f46099791513d86fac387182e5cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add drivers to help output</title>
<updated>2022-10-23T21:26:02+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2022-10-23T21:26:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/sayeth.git/commit/?id=d25bc6b9eade51436487c5b96ea2da75de6ffa37'/>
<id>d25bc6b9eade51436487c5b96ea2da75de6ffa37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixups</title>
<updated>2022-10-23T21:23:14+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2022-10-23T21:23:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/sayeth.git/commit/?id=dfbeefbc98a5e922483c2970fcdaf6197872dec8'/>
<id>dfbeefbc98a5e922483c2970fcdaf6197872dec8</id>
<content type='text'>
* Fix indentation
* Draw art outside of the driver
* Move globals up to the top
* Fix buffer overflow(s)
* Free driver memory
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix indentation
* Draw art outside of the driver
* Move globals up to the top
* Fix buffer overflow(s)
* Free driver memory
</pre>
</div>
</content>
</entry>
<entry>
<title>Update drivers:</title>
<updated>2022-10-23T21:20:56+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2022-10-23T21:20:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/sayeth.git/commit/?id=2b295e0b12f417ec9756fef9bd615e3ded06cccd'/>
<id>2b295e0b12f417ec9756fef9bd615e3ded06cccd</id>
<content type='text'>
* Add data indent
* Unindent data
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add data indent
* Unindent data
</pre>
</div>
</content>
</entry>
<entry>
<title>Add driver: none (no art)</title>
<updated>2022-10-23T21:20:06+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2022-10-23T21:20:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/sayeth.git/commit/?id=4fe81b0063f65990089fac355873aafcf3a31513'/>
<id>4fe81b0063f65990089fac355873aafcf3a31513</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add driver: DOOM Guy</title>
<updated>2022-10-23T21:19:24+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2022-10-23T21:19:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/sayeth.git/commit/?id=02cad47cd6c4dcc4a764cdee94d6d7760288ed84'/>
<id>02cad47cd6c4dcc4a764cdee94d6d7760288ed84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
