ObjFW  Check-in [2ca00fefff]

Overview
Comment:OFApplication: Always store argc and argv

While we don't need argc/argv when using the wide variants on Windows,
an application might need to retrieve them via
-[getArgumentCount:andArgumentValues:] for passing them off to another
library.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 2ca00fefffaa5329a9f1694758cb9c0b10c971f754e03b21966eccb437e41fe0
User & Date: js on 2021-11-19 22:54:48
Other Links: manifest | tags
Context
2021-11-20
13:18
Move TLS implementations to a separate library check-in: 8f8af474fc user: js tags: trunk
2021-11-19
22:54
OFApplication: Always store argc and argv check-in: 2ca00fefff user: js tags: trunk
2021-11-13
21:09
-[OFSecureTransportTLSStream hasDataInReadBuffer] check-in: a3eee50a18 user: js tags: trunk
Changes