<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rogue, branch main</title>
<subtitle>Portable, single-user version of the BSD Rogue clone</subtitle>
<link rel='alternate' type='text/html' href='http://git.linskey.org/rogue/'/>
<entry>
<title>Add a work-in-progress notice to readme</title>
<updated>2026-06-11T18:00:40+00:00</updated>
<author>
<name>Benjamin Linskey</name>
</author>
<published>2026-06-11T18:00:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/rogue/commit/?id=e2528bc96c637bdb93a2aa6ac82195df54631ebc'/>
<id>e2528bc96c637bdb93a2aa6ac82195df54631ebc</id>
<content type='text'>
Add a note to reflect the fact that this isn't fully portable yet.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a note to reflect the fact that this isn't fully portable yet.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crash when viewing score file</title>
<updated>2026-06-11T10:29:45+00:00</updated>
<author>
<name>Benjamin Linskey</name>
</author>
<published>2026-06-11T10:29:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/rogue/commit/?id=33ac314a2120a7e1d24cd367fd033c6c0d685121'/>
<id>33ac314a2120a7e1d24cd367fd033c6c0d685121</id>
<content type='text'>
Fixes a crash when running "rogue -s". This bug was introduced in
794d1c58ce6e7f1093a6fecb847aa913fad080bc, where I accidentally removed
the conditional that ensured new scores were only added to the list if
the global variable score_only was false.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes a crash when running "rogue -s". This bug was introduced in
794d1c58ce6e7f1093a6fecb847aa913fad080bc, where I accidentally removed
the conditional that ensured new scores were only added to the list if
the global variable score_only was false.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace strcpy() and strcat() with safer functions</title>
<updated>2026-06-11T09:47:35+00:00</updated>
<author>
<name>Benjamin Linskey</name>
</author>
<published>2026-06-11T09:47:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/rogue/commit/?id=55c0be03a23d3fca4994d4d28018e0826c34fa08'/>
<id>55c0be03a23d3fca4994d4d28018e0826c34fa08</id>
<content type='text'>
Switched to strlcpy() and strlcat(). Fixes a compiler warning
on OpenBSD.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Switched to strlcpy() and strlcat(). Fixes a compiler warning
on OpenBSD.
</pre>
</div>
</content>
</entry>
<entry>
<title>Define __printflike if needed</title>
<updated>2026-06-11T09:36:22+00:00</updated>
<author>
<name>Benjamin Linskey</name>
</author>
<published>2026-06-11T09:35:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/rogue/commit/?id=6bc476786626f214c9bca89f3114792d03bb16fd'/>
<id>6bc476786626f214c9bca89f3114792d03bb16fd</id>
<content type='text'>
Added a macro copied from tmux.h in OpenBSD's tmux source code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added a macro copied from tmux.h in OpenBSD's tmux source code.
</pre>
</div>
</content>
</entry>
<entry>
<title>Define lint macro</title>
<updated>2026-06-11T09:10:10+00:00</updated>
<author>
<name>Benjamin Linskey</name>
</author>
<published>2026-06-11T09:10:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/rogue/commit/?id=240de88e5c0762a37d871b78d81ffce3f29f8937'/>
<id>240de88e5c0762a37d871b78d81ffce3f29f8937</id>
<content type='text'>
This excludes version-control-related macros that cause compilation
errors on OpenBSD.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This excludes version-control-related macros that cause compilation
errors on OpenBSD.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix non-portable invocation of basename</title>
<updated>2026-06-11T08:59:56+00:00</updated>
<author>
<name>Benjamin Linskey</name>
</author>
<published>2026-06-11T08:59:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/rogue/commit/?id=b590db5be667f293de60d9abd3fa870fdd05fb4a'/>
<id>b590db5be667f293de60d9abd3fa870fdd05fb4a</id>
<content type='text'>
POSIX basename (and OpenBSD's implementation) only accepts a single
pathname argument, not a list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
POSIX basename (and OpenBSD's implementation) only accepts a single
pathname argument, not a list.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add readme and license</title>
<updated>2026-06-09T00:28:21+00:00</updated>
<author>
<name>Benjamin Linskey</name>
</author>
<published>2026-06-09T00:10:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/rogue/commit/?id=69159c90af7a403467282e557458494cc9993e96'/>
<id>69159c90af7a403467282e557458494cc9993e96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update makefile for USD document</title>
<updated>2026-06-09T00:14:07+00:00</updated>
<author>
<name>Benjamin Linskey</name>
</author>
<published>2026-06-08T22:27:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/rogue/commit/?id=75f21eed3344d4c754ec17e44f7655425b3dc118'/>
<id>75f21eed3344d4c754ec17e44f7655425b3dc118</id>
<content type='text'>
This just builds a local copy of the document that can be viewed with
"less -R".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This just builds a local copy of the document that can be viewed with
"less -R".
</pre>
</div>
</content>
</entry>
<entry>
<title>Update man page</title>
<updated>2026-06-08T22:00:30+00:00</updated>
<author>
<name>Benjamin Linskey</name>
</author>
<published>2026-06-08T22:00:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/rogue/commit/?id=13f591a11226d2c17beb794940f346fcd41d16e1'/>
<id>13f591a11226d2c17beb794940f346fcd41d16e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Install man page with makefile install target</title>
<updated>2026-06-08T21:39:44+00:00</updated>
<author>
<name>Benjamin Linskey</name>
</author>
<published>2026-06-08T21:39:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/rogue/commit/?id=39f68208103f93e497ff79516548019bfb38daab'/>
<id>39f68208103f93e497ff79516548019bfb38daab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
