ObjFW  Check-in [bb8de03577]

Overview
Comment:OFMutableDictionary: Allow dict[key] = nil

-[setObject:forSubscriptedKey:] is supposed to support removing a key by
setting it to nil.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: bb8de035779e28c1521c53d0fc83c317262b1d1a4a74132f583c0f405eda0b4e
User & Date: js on 2017-11-16 23:42:00
Other Links: manifest | tags
Context
2017-11-18
17:45
Fix several Doxygen warnings check-in: 31e6b7ce9c user: js tags: trunk
2017-11-16
23:42
OFMutableDictionary: Allow dict[key] = nil check-in: bb8de03577 user: js tags: trunk
2017-11-14
23:30
Fix -[OFURL initFileURLWithPath:] on Windows check-in: 8dd0438ada user: js tags: trunk
Changes