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.