Changes to class Dictionary
The return type of assocAt(), removeAssoc(), and removeKey() has been changed from LookupKey& to LookupKey* for consistency with the return types of similar functions. Dictionary::assocAt() returns 0 instead of nil if the key is not found.