<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>https://hg.paper.us.eu.org/minori/</link>
    <language>en-us</language>

    <title>minori: dep/animone/src/fd/xnu.cc history</title>
    <description>dep/animone/src/fd/xnu.cc revision history</description>
    <item>
    <title>*: megacommit that probably breaks things</title>
    <link>https://hg.paper.us.eu.org/minori/log/f81bed4e04ac/dep/animone/src/fd/xnu.cc</link>
    <description><![CDATA[*: megacommit that probably breaks things]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#112;&#97;&#112;&#101;&#114;&#46;&#117;&#115;&#46;&#101;&#117;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Wed, 02 Oct 2024 23:06:43 -0400</pubDate>
</item>
<item>
    <title>dep/animone: REFACTOR ALL THE THINGS</title>
    <link>https://hg.paper.us.eu.org/minori/log/a7d4e5107531/dep/animone/src/fd/xnu.cc</link>
    <description><![CDATA[dep/animone: REFACTOR ALL THE THINGS<br/>
<br/>
1: animone now has its own syntax divergent from anisthesia,<br/>
   making different platforms actually have their own sections<br/>
2: process names in animone are now called `comm' (this will<br/>
   probably break things). this is what its called in bsd/linux<br/>
   so I'm just going to use it everywhere<br/>
3: the X11 code now checks for the existence of a UTF-8 window title<br/>
   and passes it if available<br/>
4: ANYTHING THATS NOT LINUX IS 100% UNTESTED AND CAN AND WILL BREAK!<br/>
<br/>
I still actually need to test the bsd code. to be honest I'm probably<br/>
going to move all of the bsds into separate files because they're<br/>
all essentially different operating systems at this point]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#112;&#97;&#112;&#101;&#114;&#46;&#117;&#115;&#46;&#101;&#117;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Wed, 19 Jun 2024 12:51:15 -0400</pubDate>
</item>
<item>
    <title>dep/animone: prepare for v1.0 release; it should be ready by now</title>
    <link>https://hg.paper.us.eu.org/minori/log/a4257370de16/dep/animone/src/fd/xnu.cc</link>
    <description><![CDATA[dep/animone: prepare for v1.0 release; it should be ready by now]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#112;&#97;&#112;&#101;&#114;&#46;&#117;&#115;&#46;&#101;&#117;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Tue, 11 Jun 2024 04:38:51 -0400</pubDate>
</item>
<item>
    <title>*: convert all files CRLF -&gt; LF</title>
    <link>https://hg.paper.us.eu.org/minori/log/b1f625b0227c/dep/animone/src/fd/xnu.cc</link>
    <description><![CDATA[*: convert all files CRLF -&gt; LF<br/>
<br/>
some files were in DOS format, others were in unix. now everything<br/>
(that at least is under our control) should all be the same format]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#112;&#97;&#112;&#101;&#114;&#46;&#117;&#115;&#46;&#101;&#117;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Mon, 13 May 2024 15:04:51 -0400</pubDate>
</item>
<item>
    <title>dep/animone: clean up OS X code</title>
    <link>https://hg.paper.us.eu.org/minori/log/246017a7907a/dep/animone/src/fd/xnu.cc</link>
    <description><![CDATA[dep/animone: clean up OS X code<br/>
<br/>
GetProcessName() really belongs in fd.cc after removing the<br/>
stupid unnecessary LaunchServices code that was stolen from...<br/>
some library :)]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#112;&#97;&#112;&#101;&#114;&#46;&#117;&#115;&#46;&#101;&#117;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Mon, 13 May 2024 14:15:47 -0400</pubDate>
</item>
<item>
    <title>dep/animone: filter open files by access mode</title>
    <link>https://hg.paper.us.eu.org/minori/log/0718f538c5f9/dep/animone/src/fd/xnu.cc</link>
    <description><![CDATA[dep/animone: filter open files by access mode]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#112;&#97;&#112;&#101;&#114;&#46;&#117;&#115;&#46;&#101;&#117;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Fri, 12 Apr 2024 19:13:50 -0400</pubDate>
</item>
<item>
    <title>*: HUUUGE changes</title>
    <link>https://hg.paper.us.eu.org/minori/log/862d0d8619f6/dep/animone/src/fd/xnu.cc</link>
    <description><![CDATA[*: HUUUGE changes<br/>
<br/>
animia has been renamed to animone, so instead of thinking of a<br/>
health condition, you think of a beautiful flower :)<br/>
<br/>
I've also edited some of the code for animone, but I have no idea<br/>
if it even works or not because I don't have a mac or windows<br/>
machine lying around. whoops!<br/>
<br/>
... anyway, all of the changes divergent from Anisthesia are now<br/>
licensed under BSD. it's possible that I could even rewrite most<br/>
of the code to where I don't even have to keep the MIT license,<br/>
but that's thinking too far into the future<br/>
<br/>
I've been slacking off on implementing the anime seasons page,<br/>
mostly out of laziness. I think I'd have to create another db file<br/>
specifically for the seasons<br/>
<br/>
anyway, this code is being pushed *primarily* because the hard drive<br/>
it's on is failing! yay :)]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#112;&#97;&#112;&#101;&#114;&#46;&#117;&#115;&#46;&#101;&#117;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Mon, 01 Apr 2024 02:43:44 -0400</pubDate>
</item>

  </channel>
</rss>
