2009-09-0210.6 compatibility: Fix some new compiler warnings, and work around apparent regressions in NSTask and -stringByStandardizingPath. default tip
Jens Alfke <jens@mooseyard.com> [Wed, 02 Sep 2009 08:41:25 -0700] rev 35
10.6 compatibility: Fix some new compiler warnings, and work around apparent regressions in NSTask and -stringByStandardizingPath.

2009-08-10Fixed signed/unsigned warnings in Base64.m.
Jens Alfke <jens@mooseyard.com> [Mon, 10 Aug 2009 08:29:32 -0700] rev 34
Fixed signed/unsigned warnings in Base64.m.

2009-07-01Added NSData categories for GZip and Mnemonicode.
Jens Alfke <jens@mooseyard.com> [Wed, 01 Jul 2009 14:04:56 -0700] rev 33
Added NSData categories for GZip and Mnemonicode.
Minor tweaks elsewhere.

2009-05-20Retain/release MYDirectoryWatcher's _standardizedPath, for non-GC compatibility.
Jens Alfke <jens@mooseyard.com> [Wed, 20 May 2009 08:34:04 -0700] rev 32
Retain/release MYDirectoryWatcher's _standardizedPath, for non-GC compatibility.

2009-05-14* Optimized Olivier's MYDirectoryWatcher fix (by caching the watcher's standardized path)
Jens Alfke <jens@mooseyard.com> [Thu, 14 May 2009 20:44:32 -0700] rev 31
* Optimized Olivier's MYDirectoryWatcher fix (by caching the watcher's standardized path)
* Added -[NSData my_UTF8ToString] to CollectionUtils.

2009-05-12Changed -[MYDirectoryEvent relativePath] to work on standardised paths, in case symlinks are used. Fixes issue #28 in Murky.
Olivier Scherler <oscherler@femto-byte.com> [Tue, 12 May 2009 14:38:30 +0200] rev 30
Changed -[MYDirectoryEvent relativePath] to work on standardised paths, in case symlinks are used. Fixes issue #28 in Murky.

2009-05-10* Added kv*Set utility functions for handling KV grunge when mutating an NSSet property.
Jens Alfke <jens@mooseyard.com> [Sun, 10 May 2009 18:57:43 -0700] rev 29
* Added kv*Set utility functions for handling KV grunge when mutating an NSSet property.
* Change CFMakeCollectable to NSMakeCollectable.

2009-05-05Added MYWindowUtils, being used by Murky.
Jens Alfke <jens@mooseyard.com> [Tue, 05 May 2009 11:09:06 -0700] rev 28
Added MYWindowUtils, being used by Murky.

2009-05-03* MYTask: Added -commandLine, overhauled logging.
Jens Alfke <jens@mooseyard.com> [Sun, 03 May 2009 10:13:31 -0700] rev 27
* MYTask: Added -commandLine, overhauled logging.
* MYDirectoryWatcher: Overhauled logging.
* MYErrorUtils: Disabled use of Security API (so it'll build without linking against Security.framework.)

2009-04-22Fixed a few compiler warnings.
Jens Alfke <jens@mooseyard.com> [Wed, 22 Apr 2009 16:46:38 -0700] rev 26
Fixed a few compiler warnings.