ObjFW  Check-in [d74f244ab7]

Overview
Comment:Avoid using (u)intmax_t in methods

It is not guaranteed that a type encoding for it exists.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: d74f244ab7a1ca9855c2415281bea54a923ce23dadac30af7bc48a6f75a7c9fd
User & Date: js on 2020-08-12 20:56:32
Other Links: manifest | tags
Context
2020-08-13
19:27
Always cast argument to isspace() to unsigned char check-in: ce5dfd4a83 user: js tags: trunk
2020-08-12
20:56
Avoid using (u)intmax_t in methods check-in: d74f244ab7 user: js tags: trunk
2020-08-11
19:45
OFString: Rework number parsing API check-in: b6ee372b98 user: js tags: trunk
Changes

Modified src/OFASN1Enumerated.h from [8d58cfdd70] to [b9ec14a4c3].    [diff]

Modified src/OFASN1Enumerated.m from [1b0ff0da1e] to [78253ff0bd].    [diff]

Modified src/OFASN1Integer.h from [c737c6710d] to [ce3a4d009e].    [diff]

Modified src/OFASN1Integer.m from [d8bb9bcba6] to [39a371a7d5].    [diff]

Modified src/OFASN1ObjectIdentifier.m from [64757d3fa2] to [13ae15fdce].    [diff]

Modified src/OFData.m from [9637aa54ff] to [1f025529e1].    [diff]

Modified src/OFFileManager.h from [832085a76a] to [fff729036e].    [diff]

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

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

Modified src/OFLocale.m from [2f0ab9defe] to [80430a2785].    [diff]

Modified src/OFNumber.h from [8668a7987f] to [66f566bece].    [diff]

Modified src/OFNumber.m from [bbb46f4d11] to [a978c1217d].    [diff]

Modified src/OFString.h from [0749f31524] to [9976ca688e].    [diff]

Modified src/OFString.m from [d974e2e6b6] to [a680f97b80].    [diff]

Modified src/OFTarArchiveEntry.m from [66844c18ae] to [91482cd774].    [diff]

Modified tests/OFASN1DERValueTests.m from [668efc201f] to [97c3e5f307].    [diff]

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

Modified utils/ofarc/LHAArchive.m from [b717d78c4a] to [c25e61eb57].    [diff]

Modified utils/ofarc/ZIPArchive.m from [251b5d4973] to [b0e2928e0d].    [diff]

Modified utils/ofhttp/OFHTTP.m from [e499272015] to [636026cd3b].    [diff]

Modified utils/ofhttp/ProgressBar.h from [a9cb283e4e] to [187685081a].    [diff]

Modified utils/ofhttp/ProgressBar.m from [530e773cf6] to [ab819ab9fe].    [diff]