log

age author description
7 months ago Paper CI: fix repo location
7 months ago Paper posix: improvements
10 months ago Paper README: add CI build status
10 months ago Paper CI: add CI builds
10 months ago Paper Added tag v2.1 for changeset c06dcab17923
10 months ago Paper *: change license to BSD, update README for Unicode v2.1
10 months ago Paper Added tag v2.0 for changeset 8f90d5addda9
10 months ago Paper *: refactor... basically everything! v2.0
15 months ago Paper hg: convert git stuff
15 months ago Paper Added tag v1.3 for changeset 79a35af2cb56
15 months ago Paper Added tag v1.2.3 for changeset a2e979245441
15 months ago Paper Added tag v1.2.2 for changeset 61fa41e1678f
15 months ago Paper Added tag v1.2.1 for changeset 0fa325f60f07
15 months ago Paper Added tag v1.2 for changeset 02e46804c923
15 months ago Paper Added tag v1.1 for changeset b283e2d60deb
15 months ago Paper Added tag v1.0 for changeset 9692d33cec71
22 months ago Paper Add compatibility disclaimer to README
2023-01-05 Paper gui.c: Add angled brackets around case v1.3
2023-01-05 Paper gui.c: Add drag and drop support
2022-10-10 Paper Update README.md
2022-08-07 Paper prev. commit part 2
2022-08-06 Paper actions: CC_FLAGS->CFLAGS
2022-08-06 Paper makefile: CC_FLAGS->CFLAGS
2022-08-02 Paper paper is retarded and caused a segfault episode 1 v1.2.3
2022-07-21 Paper Check if MinGW directory exists before unzipping
2022-07-21 Paper curl to PowerShell tools, favor zip file over tar.xz v1.2.2
2022-07-21 Paper [Actions]: Change SourceForge link to OSDN
2022-07-21 Paper Cache MinGW for x86 builds
2022-07-21 Paper [gui.c]: show version and type in a box
2022-07-21 Paper Statically build Win32 and Win64 (#5)
2022-07-18 Paper Update gui.c
2022-05-22 Paper Thanks, Google!
2022-05-22 Paper Fix building on macOS
2022-05-22 Paper [Makefile] Remove unused functions
2022-05-22 Paper Use Win32 libraries to copy files
2022-05-22 Paper We don't need to specify that it's ANSI
2022-05-22 Paper Use OG MinGW (not MinGW-w64) for GitHub Actions (#4) v1.2.1
2022-05-22 Paper Update README.md
2022-05-22 Paper Remove the need for <inttypes.h> and <stdbool.h>
2022-05-21 Paper Use a common.c file to hold concurrent functions
2022-05-20 Paper Patch a bug that would make files cap at 1.4 MB
2022-05-20 Paper I'm an idiot
2022-05-20 Paper gah,,
2022-05-20 Paper welcome to Ctec and will it compile?
2022-05-13 Paper use basename() on cli version
2022-04-22 Paper Update README.md v1.2
2022-04-22 Paper oops..
2022-04-22 Paper Use ANSI instead of Unicode (Windows 95 support)
2022-04-22 Paper Crash fix for Windows 2000 and XP
2022-04-17 Paper Minor changes to GitHub Actions workflow v1.1
2022-04-17 Paper Merge pull request #2 from mrpapersonic/actions
2022-04-17 Paper Merge branch 'master' into actions
2022-04-17 Paper wait.. is the cast even needed?
2022-04-08 Paper Update gui.c
2022-04-08 Paper export CC
2022-04-08 Paper wtf??
2022-04-08 Paper ???
2022-04-08 Paper cast our enum properly...
2022-04-08 Paper actually define our enum properly...
2022-04-08 Paper Makefile: remove CC line
2022-04-08 Paper cast for type, make type a static variable
2022-04-07 Paper moar backports!
2022-04-07 Paper Backport from master
2022-04-07 Paper Update build.yml
2022-04-07 Paper Update build.yml
2022-04-07 Paper Create build.yml
2022-04-07 Paper Add curly brackets around our switch statement so it actually works
2022-04-07 Paper Update gui.c
2022-04-07 Paper Use enums for `type`
2022-03-11 Paper GUI: automatically select project file extension
2022-03-11 Paper CLI version: use switch statement instead of generic if else... may give us performance benefit??
2022-02-02 Paper Merge branch 'master' of github.com:mrpapersonic/msvpvf
2022-02-02 Paper Remove broken include
2022-02-02 Paper Multiple changes
2022-02-05 Paper Happy new year!
2022-01-27 Paper Move python files to this repo
2022-01-27 Paper Add size to README v1.0
2022-01-27 Paper Increase filename limit
2022-01-27 Paper fix fgetc() call
2022-01-27 Paper Update README.md
2022-01-27 Paper Add Windows GUI version and a multitude of other changes
2022-01-21 Paper Add missing semicolon
2022-01-21 Paper Add automated output filename creation
2022-01-21 Paper Add support for runtime inputs
2022-01-17 Paper Update Makefile
2022-01-09 Paper Add source and makefile
2022-01-09 Paper Initial commit