ObjFW  Check-in [008be86a16]

Overview
Comment:OFArray: +[arrayWithCArray:length:] -> +[arrayWithObjects:count:].

This is required for the new array literals.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 008be86a167d80a2925e8c05dfbc4c05126124ab4aac56e1ff42286dbb5edf6b
User & Date: js on 2012-03-12 11:54:22
Other Links: manifest | tags
Context
2012-03-12
12:05
Make array literals work. check-in: a18e732a06 user: js tags: trunk
11:54
OFArray: +[arrayWithCArray:length:] -> +[arrayWithObjects:count:]. check-in: 008be86a16 user: js tags: trunk
11:01
Remove +[OFArray arrayWithCArray:] as it is pretty useless. check-in: 32f7b1390a user: js tags: trunk
Changes