C.W. Betts
C.W. Betts
This patch sets Git to ignore many files that are generated by the config/build phase of Executor, thus making Git complain less about un-added files.
Make autogen.sh work on Darwin/OS X by checking for glibtool/glibtoolize first, then libtool/glibtool. The libtool binary that OS X uses is actually not the same version that other unices use....
No matter what combination of compiler I use (llvm-gcc, gcc-4.2, clang), I cannot get syn68k to compile under Lion. I was able to get it to compile under Snow Leopard...
Use NSComparisonResult for comparison.
Replace `.UTF8String` with `.fileSystemRepresentation` when passing strings to lower-level APIs.
This will quiet some deprecated warnings in regards to Cocoa methods, including: * NSDocument hates NSString-based path methods: initial work on migrating to NSURL-based methods. * replace `-[NSGraphicsContext graphicsPort]` with...
Add support for underscores in symbol names. This is based off of my work on https://github.com/OpenEmu/Mupen64Plus-Core/commit/decfb5dd0526e76d7f545a65818fff0bacfe3f98 and https://github.com/OpenEmu/Mupen64Plus-Core/commit/7c5a3eb76de013afaf21e9a0bd5378ad2fc57af0 This is needed for Darwin/macOS and, I believe, Windows. (To get it...
Xcode likes to enable `-Wcomma` warnings when upgrading projects. For the most part, just replacing the offending comma with a semicolon quiets the warning. I'm not even going to touch...
This moves NetHack away from K&R to ANSI C calling conventions. This also replaces #10
Add Aarch64, Arm7, Arm8 support to NSFileManagerAdditions. Apple Silicon binaries should be seen as loadable when run as a native app.