| Sun, 22 May 2022 04:33:17 -0400 | 
  Paper | 
  
   Fix building on macOS
   
   | 
 
 
  | Sun, 22 May 2022 04:27:55 -0400 | 
  Paper | 
  
   [Makefile] Remove unused functions
   
   | 
 
 
  | Sun, 22 May 2022 04:20:11 -0400 | 
  Paper | 
  
   Use Win32 libraries to copy files
   
   | 
 
 
  | Sun, 22 May 2022 04:11:30 -0400 | 
  Paper | 
  
   We don't need to specify that it's ANSI
   
   | 
 
 
  | Sun, 22 May 2022 03:52:39 -0400 | 
  Paper | 
  
   Use OG MinGW (not MinGW-w64) for GitHub Actions (#4)
   v1.2.1 
   | 
 
 
  | Sun, 22 May 2022 00:48:47 -0400 | 
  Paper | 
  
   Update README.md
   
   | 
 
 
  | Sun, 22 May 2022 00:08:10 -0400 | 
  Paper | 
  
   Remove the need for <inttypes.h> and <stdbool.h>
   
   | 
 
 
  | Sat, 21 May 2022 18:41:54 -0400 | 
  Paper | 
  
   Use a common.c file to hold concurrent functions
   
   | 
 
 
  | Fri, 20 May 2022 14:41:46 -0400 | 
  Paper | 
  
   Patch a bug that would make files cap at 1.4 MB
   
   | 
 
 
  | Fri, 20 May 2022 06:38:21 -0400 | 
  Paper | 
  
   I'm an idiot
   
   | 
 
 
  | Fri, 20 May 2022 06:33:29 -0400 | 
  Paper | 
  
   gah,,
   
   | 
 
 
  | Fri, 20 May 2022 06:27:30 -0400 | 
  Paper | 
  
   welcome to Ctec and will it compile?
   
   | 
 
 
  | Fri, 13 May 2022 00:48:11 -0400 | 
  Paper | 
  
   use basename() on cli version
   
   | 
 
 
  | Fri, 22 Apr 2022 02:24:44 -0400 | 
  Paper | 
  
   Update README.md
   v1.2 
   | 
 
 
  | Fri, 22 Apr 2022 02:12:40 -0400 | 
  Paper | 
  
   oops..
   
   | 
 
 
  | Fri, 22 Apr 2022 02:08:59 -0400 | 
  Paper | 
  
   Use ANSI instead of Unicode (Windows 95 support)
   
   | 
 
 
  | Fri, 22 Apr 2022 01:55:47 -0400 | 
  Paper | 
  
   Crash fix for Windows 2000 and XP
   
   | 
 
 
  | Sun, 17 Apr 2022 03:07:54 -0400 | 
  Paper | 
  
   Minor changes to GitHub Actions workflow
   v1.1 
   | 
 
 
  | Sun, 17 Apr 2022 02:58:48 -0400 | 
  Paper | 
  
   Merge pull request #2 from mrpapersonic/actions
   
   | 
 
 
  | Sun, 17 Apr 2022 02:54:08 -0400 | 
  Paper | 
  
   Merge branch 'master' into actions
   
   | 
 
 
  | Sun, 17 Apr 2022 02:50:22 -0400 | 
  Paper | 
  
   wait.. is the cast even needed?
   
   | 
 
 
  | Fri, 08 Apr 2022 00:26:47 -0400 | 
  Paper | 
  
   Update gui.c
   
   | 
 
 
  | Fri, 08 Apr 2022 00:19:10 -0400 | 
  Paper | 
  
   export CC
   
   | 
 
 
  | Fri, 08 Apr 2022 00:07:35 -0400 | 
  Paper | 
  
   wtf??
   
   | 
 
 
  | Fri, 08 Apr 2022 00:04:15 -0400 | 
  Paper | 
  
   ???
   
   | 
 
 
  | Thu, 07 Apr 2022 23:56:50 -0400 | 
  Paper | 
  
   cast our enum properly...
   
   | 
 
 
  | Thu, 07 Apr 2022 23:54:24 -0400 | 
  Paper | 
  
   actually define our enum properly...
   
   | 
 
 
  | Thu, 07 Apr 2022 23:48:10 -0400 | 
  Paper | 
  
   Makefile: remove CC line
   
   | 
 
 
  | Thu, 07 Apr 2022 23:24:09 -0400 | 
  Paper | 
  
   cast for type, make type a static variable
   
   | 
 
 
  | Thu, 07 Apr 2022 19:46:17 -0400 | 
  Paper | 
  
   moar backports!
   
   | 
 
 
  | Thu, 07 Apr 2022 19:32:19 -0400 | 
  Paper | 
  
   Backport from master
   
   | 
 
 
  | Thu, 07 Apr 2022 19:27:22 -0400 | 
  Paper | 
  
   Update build.yml
   
   | 
 
 
  | Thu, 07 Apr 2022 02:56:52 -0400 | 
  Paper | 
  
   Update build.yml
   
   | 
 
 
  | Thu, 07 Apr 2022 02:52:57 -0400 | 
  Paper | 
  
   Create build.yml
   
   | 
 
 
  | Thu, 07 Apr 2022 19:42:34 -0400 | 
  Paper | 
  
   Add curly brackets around our switch statement so it actually works
   
   | 
 
 
  | Thu, 07 Apr 2022 19:30:53 -0400 | 
  Paper | 
  
   Update gui.c
   
   | 
 
 
  | Thu, 07 Apr 2022 02:36:03 -0400 | 
  Paper | 
  
   Use enums for `type`
   
   | 
 
 
  | Fri, 11 Mar 2022 16:35:26 -0500 | 
  Paper | 
  
   GUI: automatically select project file extension
   
   | 
 
 
  | Fri, 11 Mar 2022 03:41:20 -0500 | 
  Paper | 
  
   CLI version: use switch statement instead of generic if else... may give us performance benefit??
   
   | 
 
 
  | Tue, 01 Feb 2022 22:31:54 -0500 | 
  Paper | 
  
   Merge branch 'master' of github.com:mrpapersonic/msvpvf
   
   | 
 
 
  | Tue, 01 Feb 2022 22:31:20 -0500 | 
  Paper | 
  
   Remove broken include
   
   | 
 
 
  | Tue, 01 Feb 2022 21:01:29 -0500 | 
  Paper | 
  
   Multiple changes
   
   | 
 
 
  | Fri, 04 Feb 2022 23:11:17 -0500 | 
  Paper | 
  
   Happy new year!
   
   | 
 
 
  | Wed, 26 Jan 2022 20:36:07 -0500 | 
  Paper | 
  
   Move python files to this repo
   
   | 
 
 
  | Thu, 27 Jan 2022 00:21:57 -0500 | 
  Paper | 
  
   Add size to README
   v1.0 
   | 
 
 
  | Wed, 26 Jan 2022 23:12:41 -0500 | 
  Paper | 
  
   Increase filename limit
   
   | 
 
 
  | Wed, 26 Jan 2022 22:32:41 -0500 | 
  Paper | 
  
   fix fgetc() call
   
   | 
 
 
  | Wed, 26 Jan 2022 21:57:01 -0500 | 
  Paper | 
  
   Update README.md
   
   | 
 
 
  | Wed, 26 Jan 2022 20:25:08 -0500 | 
  Paper | 
  
   Add Windows GUI version and a multitude of other changes
   
   | 
 
 
  | Fri, 21 Jan 2022 01:53:58 -0500 | 
  Paper | 
  
   Add missing semicolon
   
   | 
 
 
  | Fri, 21 Jan 2022 01:40:57 -0500 | 
  Paper | 
  
   Add automated output filename creation
   
   | 
 
 
  | Thu, 20 Jan 2022 23:00:18 -0500 | 
  Paper | 
  
   Add support for runtime inputs
   
   | 
 
 
  | Mon, 17 Jan 2022 17:02:16 -0500 | 
  Paper | 
  
   Update Makefile
   
   | 
 
 
  | Sun, 09 Jan 2022 00:05:36 -0500 | 
  Paper | 
  
   Add source and makefile
   
   | 
 
 
  | Sat, 08 Jan 2022 23:41:41 -0500 | 
  Paper | 
  
   Initial commit
   
   |