MYDirectoryWatcher.m
2009-09-02 10.6 compatibility: Fix some new compiler warnings, and work around apparent regressions in NSTask and -stringByStandardizingPath.
2009-05-20 Retain/release MYDirectoryWatcher's _standardizedPath, for non-GC compatibility.
2009-05-14 * Optimized Olivier's MYDirectoryWatcher fix (by caching the watcher's standardized path)
2009-05-12 Changed -[MYDirectoryEvent relativePath] to work on standardised paths, in case symlinks are used. Fixes issue #28 in Murky.
2009-05-03 * MYTask: Added -commandLine, overhauled logging.
2009-03-28 Added some new utilities, taken from Murky.