tedchoward
released this
Updates bundle logging code to use `NSLog` Logging to `stderr` didn't give me anything in the Console.app
Assets
3
tedchoward
released this
This build logs out the path to the application bundle when it starts.
Assets
3
tedchoward
released this
This is a house cleaning release.
I fixed a bunch of low hanging fruit surfaced by Xcode's static analyzer and deleted a bunch of unused code.
Assets
3
tedchoward
released this
Removed all deprecated date / time function calls A user reported a bug dealing with date parsing in the UK. Apparently the DateString() function, which has been deprecated since 10.3, no longer respects the system locale. This was an excuse to replace all these functions with CoreFoundation calls.
Assets
3
tedchoward
released this
Removed MoreFilesX and updaed base SDK to 10.6
Assets
3
tedchoward
released this
Fixed a memory leak getmachinename() was allocating a new CFString and never releasing it.