2009-09-02 Jens Alfke 10.6 compatibility: Fix some new compiler warnings, and work around apparent regressions in NSTask and -stringByStandardizingPath. default tip
2009-08-10 Jens Alfke Fixed signed/unsigned warnings in Base64.m.
2009-07-01 Jens Alfke Added NSData categories for GZip and Mnemonicode.
2009-05-20 Jens Alfke Retain/release MYDirectoryWatcher's _standardizedPath, for non-GC compatibility.
2009-05-14 Jens Alfke * Optimized Olivier's MYDirectoryWatcher fix (by caching the watcher's standardized path)
2009-05-12 Olivier Scherler Changed -[MYDirectoryEvent relativePath] to work on standardised paths, in case symlinks are used. Fixes issue #28 in Murky.
2009-05-10 Jens Alfke * Added kv*Set utility functions for handling KV grunge when mutating an NSSet property.
2009-05-05 Jens Alfke Added MYWindowUtils, being used by Murky.
2009-05-03 Jens Alfke * MYTask: Added -commandLine, overhauled logging.
2009-04-22 Jens Alfke Fixed a few compiler warnings.
2009-04-12 snej Fixed some incorrect CSSM error code strings. Removed a log call from MYError.
2009-04-08 snej Changes to config-file structure.
2009-04-07 snej * Added MYReturnError.
2009-04-04 snej * Added MYErrorUtils
2009-03-28 Jens Alfke (merge)