log

age author description
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!