ObjFW  Check-in [25c985fec1]

Overview
Comment:OFNumber: Remove (u)int{8,16,32,64} methods

Since C guarantees minimum sizes for char, short, int, long and long
long, these can be used instead.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 25c985fec1abc4dc1c68cd8623e0ba5fedf6252ed7604181d12c977dfa7889a1
User & Date: js on 2020-08-25 00:11:24
Other Links: manifest | tags
Context
2020-08-25
23:52
OFString: Remove hack for amiga-gcc check-in: 5f494eaf81 user: js tags: trunk
00:11
OFNumber: Remove (u)int{8,16,32,64} methods check-in: 25c985fec1 user: js tags: trunk
2020-08-22
18:39
OFNumber: Don't always use the smallest type check-in: 9746cff094 user: js tags: trunk
Changes

Modified src/OFDNSResolver.m from [6319b8ebc8] to [abd3a40827].    [diff]

Modified src/OFData+MessagePackParsing.m from [91d033cd37] to [464ca7dfaa].    [diff]

Modified src/OFFileManager.h from [fff729036e] to [2be4d0719f].    [diff]

Modified src/OFFileManager.m from [942505065c] to [d64d08867d].    [diff]

Modified src/OFFileURLHandler.m from [469f3d6619] to [987947edfd].    [diff]

Modified src/OFHTTPClient.m from [d541eab337] to [561ec71175].    [diff]

Modified src/OFHTTPServer.m from [0eb4bcc334] to [abf9a790cd].    [diff]

Modified src/OFLHAArchiveEntry.m from [9cc455c13c] to [61acef2124].    [diff]

Modified src/OFMutableTarArchiveEntry.h from [3fa49654d2] to [2a04d96f47].    [diff]

Modified src/OFMutableTarArchiveEntry.m from [11e44c30db] to [1fdec748d1].    [diff]

Modified src/OFNumber.h from [833a3447d8] to [5740ff4672].    [diff]

Modified src/OFNumber.m from [f7c843c996] to [17a849254e].    [diff]

Modified src/OFTarArchiveEntry.h from [77a315dfd8] to [c15723d4d0].    [diff]

Modified src/OFTarArchiveEntry.m from [91482cd774] to [5e09222260].    [diff]

Modified src/OFURL.m from [50000beafa] to [a6ef5631a2].    [diff]

Modified tests/OFArrayTests.m from [52ca507d81] to [650205073d].    [diff]

Modified tests/OFDictionaryTests.m from [f19c5b9455] to [a25483183f].    [diff]

Modified tests/OFNumberTests.m from [05bc33864e] to [ccb8cb8682].    [diff]

Modified tests/OFSetTests.m from [5ad06a7715] to [1aa6d32b7b].    [diff]

Modified tests/OFURLTests.m from [8b6c1d8b68] to [52cea266a3].    [diff]

Modified utils/ofarc/LHAArchive.m from [cb999e6ec3] to [da084987c7].    [diff]

Modified utils/ofarc/TarArchive.m from [ec05b83de8] to [3ca97fcaef].    [diff]

Modified utils/ofarc/ZIPArchive.m from [64fc6c92d3] to [4b4d3715d0].    [diff]

Modified utils/ofsock/OFSock.m from [0c75e9be8d] to [9ce3b460c5].    [diff]