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

    <title>msvpvf: src/main.c history</title>
    <description>src/main.c revision history</description>
    <item>
    <title>*: add IUP GUI</title>
    <link>https://hg.paper.us.eu.org/msvpvf/log/af4ed765c1ac/src/main.c</link>
    <description><![CDATA[*: add IUP GUI<br/>
<br/>
a lot simpler than win32, but I assume there's more going on in<br/>
the background that I don't know about :)]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#116;&#102;&#108;&#99;&#46;&#117;&#115;&#62;</author>
    <pubDate>Mon, 14 Jul 2025 02:39:24 -0400</pubDate>
</item>
<item>
    <title>posix: improvements</title>
    <link>https://hg.paper.us.eu.org/msvpvf/log/1acd477da42f/src/main.c</link>
    <description><![CDATA[posix: improvements]]></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, 17 Jun 2024 21:18:37 -0400</pubDate>
</item>
<item>
    <title>*: change license to BSD, update README for Unicode</title>
    <link>https://hg.paper.us.eu.org/msvpvf/log/c06dcab17923/src/main.c</link>
    <description><![CDATA[*: change license to BSD, update README for Unicode<br/>
<br/>
src/gui: use tchar.h for unicode instead of our own macros]]></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, 22 Mar 2024 22:04:16 -0400</pubDate>
</item>
<item>
    <title>*: refactor... basically everything!</title>
    <link>https://hg.paper.us.eu.org/msvpvf/log/8f90d5addda9/src/main.c</link>
    <description><![CDATA[*: refactor... basically everything!<br/>
<br/>
The Win32 GUI version is now unicode-friendly. HOWEVER, ANSI still very<br/>
much works. you can configure which version to use through `-DUNICODE=0/1`<br/>
in CFLAGS.<br/>
<br/>
the CLI is also friendlier and uses a more sane interface as well.<br/>
note: the command line flags (which were optional before) are now required.<br/>
Unicode filenames will not work on Windows because Windows sucks.]]></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, 20 Mar 2024 17:06:26 -0400</pubDate>
</item>
<item>
    <title>[gui.c]: show version and type in a box</title>
    <link>https://hg.paper.us.eu.org/msvpvf/log/fcd4b9fe957b/src/main.c</link>
    <description><![CDATA[[gui.c]: show version and type in a box]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#51;&#55;&#57;&#54;&#50;&#50;&#50;&#53;&#43;&#109;&#114;&#112;&#97;&#112;&#101;&#114;&#115;&#111;&#110;&#105;&#99;&#64;&#117;&#115;&#101;&#114;&#115;&#46;&#110;&#111;&#114;&#101;&#112;&#108;&#121;&#46;&#103;&#105;&#116;&#104;&#117;&#98;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 21 Jul 2022 00:46:18 -0400</pubDate>
</item>
<item>
    <title>Remove the need for &lt;inttypes.h&gt; and &lt;stdbool.h&gt;</title>
    <link>https://hg.paper.us.eu.org/msvpvf/log/652343b56a60/src/main.c</link>
    <description><![CDATA[Remove the need for &lt;inttypes.h&gt; and &lt;stdbool.h&gt;]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#109;&#114;&#112;&#97;&#112;&#101;&#114;&#115;&#111;&#110;&#105;&#99;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sun, 22 May 2022 00:08:10 -0400</pubDate>
</item>
<item>
    <title>Use a common.c file to hold concurrent functions</title>
    <link>https://hg.paper.us.eu.org/msvpvf/log/7cb4ca7cf257/src/main.c</link>
    <description><![CDATA[Use a common.c file to hold concurrent functions<br/>
<br/>
Also I fixed that 1.4 KB bug I think]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#109;&#114;&#112;&#97;&#112;&#101;&#114;&#115;&#111;&#110;&#105;&#99;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sat, 21 May 2022 18:41:54 -0400</pubDate>
</item>
<item>
    <title>Patch a bug that would make files cap at 1.4 MB</title>
    <link>https://hg.paper.us.eu.org/msvpvf/log/7cb9fad3f5ee/src/main.c</link>
    <description><![CDATA[Patch a bug that would make files cap at 1.4 MB<br/>
<br/>
seriously. wtf was i thinking?]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#51;&#55;&#57;&#54;&#50;&#50;&#50;&#53;&#43;&#109;&#114;&#112;&#97;&#112;&#101;&#114;&#115;&#111;&#110;&#105;&#99;&#64;&#117;&#115;&#101;&#114;&#115;&#46;&#110;&#111;&#114;&#101;&#112;&#108;&#121;&#46;&#103;&#105;&#116;&#104;&#117;&#98;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 20 May 2022 14:41:46 -0400</pubDate>
</item>
<item>
    <title>I'm an idiot</title>
    <link>https://hg.paper.us.eu.org/msvpvf/log/d8ac17c6d6f2/src/main.c</link>
    <description><![CDATA[I'm an idiot]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#51;&#55;&#57;&#54;&#50;&#50;&#50;&#53;&#43;&#109;&#114;&#112;&#97;&#112;&#101;&#114;&#115;&#111;&#110;&#105;&#99;&#64;&#117;&#115;&#101;&#114;&#115;&#46;&#110;&#111;&#114;&#101;&#112;&#108;&#121;&#46;&#103;&#105;&#116;&#104;&#117;&#98;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 20 May 2022 06:38:21 -0400</pubDate>
</item>
<item>
    <title>gah,,</title>
    <link>https://hg.paper.us.eu.org/msvpvf/log/4f005d28d912/src/main.c</link>
    <description><![CDATA[gah,,]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#51;&#55;&#57;&#54;&#50;&#50;&#50;&#53;&#43;&#109;&#114;&#112;&#97;&#112;&#101;&#114;&#115;&#111;&#110;&#105;&#99;&#64;&#117;&#115;&#101;&#114;&#115;&#46;&#110;&#111;&#114;&#101;&#112;&#108;&#121;&#46;&#103;&#105;&#116;&#104;&#117;&#98;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 20 May 2022 06:33:29 -0400</pubDate>
</item>
<item>
    <title>welcome to Ctec and will it compile?</title>
    <link>https://hg.paper.us.eu.org/msvpvf/log/9b309701420e/src/main.c</link>
    <description><![CDATA[welcome to Ctec and will it compile?<br/>
<br/>
that is the question]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#51;&#55;&#57;&#54;&#50;&#50;&#50;&#53;&#43;&#109;&#114;&#112;&#97;&#112;&#101;&#114;&#115;&#111;&#110;&#105;&#99;&#64;&#117;&#115;&#101;&#114;&#115;&#46;&#110;&#111;&#114;&#101;&#112;&#108;&#121;&#46;&#103;&#105;&#116;&#104;&#117;&#98;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 20 May 2022 06:27:30 -0400</pubDate>
</item>
<item>
    <title>use basename() on cli version</title>
    <link>https://hg.paper.us.eu.org/msvpvf/log/d873a04165f9/src/main.c</link>
    <description><![CDATA[use basename() on cli version<br/>
<br/>
really stupid bug lol]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#51;&#55;&#57;&#54;&#50;&#50;&#50;&#53;&#43;&#109;&#114;&#112;&#97;&#112;&#101;&#114;&#115;&#111;&#110;&#105;&#99;&#64;&#117;&#115;&#101;&#114;&#115;&#46;&#110;&#111;&#114;&#101;&#112;&#108;&#121;&#46;&#103;&#105;&#116;&#104;&#117;&#98;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 13 May 2022 00:48:11 -0400</pubDate>
</item>
<item>
    <title>CLI version: use switch statement instead of generic if else... may give us performance benefit??</title>
    <link>https://hg.paper.us.eu.org/msvpvf/log/8bcb6a2d3def/src/main.c</link>
    <description><![CDATA[CLI version: use switch statement instead of generic if else... may give us performance benefit??]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#51;&#55;&#57;&#54;&#50;&#50;&#50;&#53;&#43;&#109;&#114;&#112;&#97;&#112;&#101;&#114;&#115;&#111;&#110;&#105;&#99;&#64;&#117;&#115;&#101;&#114;&#115;&#46;&#110;&#111;&#114;&#101;&#112;&#108;&#121;&#46;&#103;&#105;&#116;&#104;&#117;&#98;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 11 Mar 2022 03:41:20 -0500</pubDate>
</item>
<item>
    <title>Multiple changes</title>
    <link>https://hg.paper.us.eu.org/msvpvf/log/a4e604789e2e/src/main.c</link>
    <description><![CDATA[Multiple changes<br/>
<br/>
Move non-required includes from common.h to CLI and fix GUI compatibility with MSVC]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#109;&#114;&#112;&#97;&#112;&#101;&#114;&#115;&#111;&#110;&#105;&#99;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Tue, 01 Feb 2022 21:01:29 -0500</pubDate>
</item>
<item>
    <title>Increase filename limit</title>
    <link>https://hg.paper.us.eu.org/msvpvf/log/d2cd8c5672fa/src/main.c</link>
    <description><![CDATA[Increase filename limit<br/>
<br/>
256 bytes is enough for anybody]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#109;&#114;&#112;&#97;&#112;&#101;&#114;&#115;&#111;&#110;&#105;&#99;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Wed, 26 Jan 2022 23:12:41 -0500</pubDate>
</item>
<item>
    <title>fix fgetc() call</title>
    <link>https://hg.paper.us.eu.org/msvpvf/log/9d862edfd3cc/src/main.c</link>
    <description><![CDATA[fix fgetc() call]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#51;&#55;&#57;&#54;&#50;&#50;&#50;&#53;&#43;&#109;&#114;&#112;&#97;&#112;&#101;&#114;&#115;&#111;&#110;&#105;&#99;&#64;&#117;&#115;&#101;&#114;&#115;&#46;&#110;&#111;&#114;&#101;&#112;&#108;&#121;&#46;&#103;&#105;&#116;&#104;&#117;&#98;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Wed, 26 Jan 2022 22:32:41 -0500</pubDate>
</item>
<item>
    <title>Add Windows GUI version and a multitude of other changes</title>
    <link>https://hg.paper.us.eu.org/msvpvf/log/d1e5b8390cd3/src/main.c</link>
    <description><![CDATA[Add Windows GUI version and a multitude of other changes]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#109;&#114;&#112;&#97;&#112;&#101;&#114;&#115;&#111;&#110;&#105;&#99;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Wed, 26 Jan 2022 20:25:08 -0500</pubDate>
</item>

  </channel>
</rss>
