ObjFW  Check-in [114576fe94]

Overview
Comment:Remove -[OFString stringByPrependingString:]

The same can be achieved using -[OFString stringByAppendingString:] and
swapping the order of arguments.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 114576fe94185291c5df766312d0eedb95fb60f2d9fbe172b404356f0b32f4c5
User & Date: js on 2022-09-04 18:27:46
Other Links: manifest | tags
Context
2022-09-04
18:46
Remove -[prependString:] and -[reverse] check-in: 6c3ec63d96 user: js tags: trunk
18:27
Remove -[OFString stringByPrependingString:] check-in: 114576fe94 user: js tags: trunk
13:17
OFXMLElement: Remove defaultNamespace property check-in: eed200181b user: js tags: trunk
Changes