ObjFW  Check-in [e7ab06503c]

Overview
Comment:Rename OFUR{L -> I} in preparation for URI support
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: e7ab06503c38341cc9317f3d9984bbab8959b4d7a9467e1037c0103216106c36
User & Date: js on 2022-09-28 21:40:00
Other Links: manifest | tags
References
2022-09-28
22:13 Ticket [44ec7f4c75] Add support for URIs status still Open with 3 other changes artifact: c55e4c05d1 user: js
Context
2022-09-28
22:02
Remove -[OFDictionary URIQueryString] check-in: f1bf64ca9f user: js tags: trunk
21:40
Rename OFUR{L -> I} in preparation for URI support check-in: e7ab06503c user: js tags: trunk
2022-09-26
21:50
Don't depend on MinGW DLLs on Windows check-in: 048d647d1c user: js tags: trunk
Changes

Modified generators/library/LibraryGenerator.m from [0e687972e3] to [69ede2939c].    [diff]

Modified generators/unicode/TableGenerator.m from [a0b87cdfb8] to [c1835e042f].    [diff]

Modified src/Makefile from [cb5cb1168b] to [d4fba39890].    [diff]

Modified src/OFConstantString.m from [d0c2668f14] to [3adc07df05].    [diff]

Modified src/OFData.h from [8cd28fb97f] to [750f7eff94].    [diff]

Modified src/OFData.m from [f9aa8dca83] to [9d8368a480].    [diff]

Modified src/OFDictionary.h from [0606348126] to [c2fdfea4e8].    [diff]

Modified src/OFDictionary.m from [a48510c034] to [2aa21595b1].    [diff]

Renamed and modified src/OFEmbeddedFileURLHandler.h [b889d68d61] to src/OFEmbeddedURIHandler.h [5163464dd8].    [diff]

Renamed and modified src/OFEmbeddedFileURLHandler.m [10ad5c2607] to src/OFEmbeddedURIHandler.m [4e495a4837].    [diff]

Modified src/OFFile.h from [8a72487bc6] to [b56cdf66da].    [diff]

Modified src/OFFile.m from [233f3b1153] to [57c941bba1].    [diff]

Modified src/OFFileManager.h from [3b6a749b5e] to [e4a86375d1].    [diff]

Modified src/OFFileManager.m from [2c5d56a419] to [f5483886a4].    [diff]

Renamed and modified src/OFFileURLHandler.h [bc6fd1985b] to src/OFFileURIHandler.h [24ec18a27d].    [diff]

Renamed and modified src/OFFileURLHandler.m [cc6f47538b] to src/OFFileURIHandler.m [85f56ad9ce].    [diff]

Modified src/OFHTTPClient.h from [d00f0b1c33] to [cad337925c].    [diff]

Modified src/OFHTTPClient.m from [b873afdcee] to [5fbd446b75].    [diff]

Modified src/OFHTTPCookie.h from [28d9caba77] to [ff53970b1e].    [diff]

Modified src/OFHTTPCookie.m from [0f6fbe0e26] to [a7d6a07918].    [diff]

Modified src/OFHTTPCookieManager.h from [776c67cc36] to [3cc0432376].    [diff]

Modified src/OFHTTPCookieManager.m from [ab6e7fb16a] to [1dd74fe07e].    [diff]

Modified src/OFHTTPRequest.h from [c73f1b3904] to [1278addd47].    [diff]

Modified src/OFHTTPRequest.m from [faac6100ad] to [c85955ea02].    [diff]

Modified src/OFHTTPServer.m from [aa1c799693] to [684e137d81].    [diff]

Renamed and modified src/OFHTTPURLHandler.h [6b4755acdc] to src/OFHTTPURIHandler.h [1fbd933246].    [diff]

Renamed and modified src/OFHTTPURLHandler.m [26da6a20ea] to src/OFHTTPURIHandler.m [9e6fa9d3fe].    [diff]

Modified src/OFINIFile.h from [7ac69fbcc1] to [f35fd21473].    [diff]

Modified src/OFINIFile.m from [8c3437c559] to [7850530cf1].    [diff]

Modified src/OFINIFileSettings.h from [e6622a40c7] to [125e92a3e8].    [diff]

Modified src/OFINIFileSettings.m from [06a12ac82c] to [b3d1a39e2b].    [diff]

Modified src/OFLHAArchive.h from [e45df52e7c] to [64d7bcc38b].    [diff]

Modified src/OFLHAArchive.m from [42c3ad0bd8] to [37612138b5].    [diff]

Modified src/OFMutableData.h from [5eba71457e] to [23548715da].    [diff]

Modified src/OFMutableString.m from [b626e8ca80] to [eb3bef8a08].    [diff]

Renamed and modified src/OFMutableURL.h [7d66205ed8] to src/OFMutableURI.h [c337456a13].    [diff]

Renamed and modified src/OFMutableURL.m [079bad7720] to src/OFMutableURI.m [963a0a611c].    [diff]

Modified src/OFSecureData.h from [a1ea7044b7] to [9dc679ab94].    [diff]

Modified src/OFSecureData.m from [ea6060539c] to [7420c1ca0e].    [diff]

Modified src/OFString+PathAdditions.h from [2a2be8d086] to [01351c2d45].    [diff]

Renamed and modified src/OFString+URLEncoding.h [b50441492b] to src/OFString+PercentEncoding.h [ffc40e003e].    [diff]

Renamed and modified src/OFString+URLEncoding.m [7c362d8c35] to src/OFString+PercentEncoding.m [46a599b120].    [diff]

Modified src/OFString.h from [d0122c5cef] to [9816b06102].    [diff]

Modified src/OFString.m from [17aaf02040] to [0e44856721].    [diff]

Modified src/OFSystemInfo.h from [b9e5001c12] to [8b4f866788].    [diff]

Modified src/OFSystemInfo.m from [08b6db7f62] to [fb8661ad24].    [diff]

Modified src/OFTarArchive.h from [3b0b749343] to [8804d5e5f3].    [diff]

Modified src/OFTarArchive.m from [640e7a1648] to [859f5b3b09].    [diff]

Renamed and modified src/OFURL.h [c47b91b130] to src/OFURI.h [4aa8c42360].    [diff]

Renamed and modified src/OFURL.m [5340bb2772] to src/OFURI.m [f31f144d07].    [diff]

Renamed and modified src/OFURLHandler.h [2dde935dac] to src/OFURIHandler.h [bafac28b57].    [diff]

Renamed and modified src/OFURLHandler.m [b307a96ca2] to src/OFURIHandler.m [896717b5db].    [diff]

Modified src/OFZIPArchive.h from [b2dd9ca588] to [56eecfe29a].    [diff]

Modified src/OFZIPArchive.m from [8085bc5ac7] to [161538a2bd].    [diff]

Modified src/ObjFW.h from [9fdc7f998d] to [4cea05be8a].    [diff]

Modified src/exceptions/OFCopyItemFailedException.h from [630315f2f6] to [123bfde77a].    [diff]

Modified src/exceptions/OFCopyItemFailedException.m from [db6f54b209] to [86e24afee9].    [diff]

Modified src/exceptions/OFCreateDirectoryFailedException.h from [f204a4e512] to [e16c672401].    [diff]

Modified src/exceptions/OFCreateDirectoryFailedException.m from [c77cc11072] to [cd0b53b912].    [diff]

Modified src/exceptions/OFCreateSymbolicLinkFailedException.h from [200bfbec91] to [79c2f6b7ee].    [diff]

Modified src/exceptions/OFCreateSymbolicLinkFailedException.m from [98cc87f63e] to [c5e085b246].    [diff]

Modified src/exceptions/OFGetItemAttributesFailedException.h from [08cb5169d1] to [354af07fb2].    [diff]

Modified src/exceptions/OFGetItemAttributesFailedException.m from [2b7ee58368] to [db212ce8f9].    [diff]

Modified src/exceptions/OFHTTPRequestFailedException.m from [02e986bf36] to [f93ff97e23].    [diff]

Modified src/exceptions/OFLinkItemFailedException.h from [9e9934b885] to [bc4e6321e5].    [diff]

Modified src/exceptions/OFLinkItemFailedException.m from [6a168f2101] to [3033895110].    [diff]

Modified src/exceptions/OFMoveItemFailedException.h from [a67998f491] to [f2cc0cdf02].    [diff]

Modified src/exceptions/OFMoveItemFailedException.m from [4ea07cc8dd] to [7df7241c06].    [diff]

Modified src/exceptions/OFOpenItemFailedException.h from [eff540d360] to [fe988003bf].    [diff]

Modified src/exceptions/OFOpenItemFailedException.m from [2b4ec7a8b3] to [c620b20831].    [diff]

Modified src/exceptions/OFRemoveItemFailedException.h from [60915efe4d] to [18b7b9ee6b].    [diff]

Modified src/exceptions/OFRemoveItemFailedException.m from [be28f37327] to [790fd92540].    [diff]

Modified src/exceptions/OFSetItemAttributesFailedException.h from [8ece988d41] to [4b245f8a54].    [diff]

Modified src/exceptions/OFSetItemAttributesFailedException.m from [c7f09ee0c0] to [419b3c1aff].    [diff]

Modified src/exceptions/OFUnsupportedProtocolException.h from [2e727d85fe] to [229fefef5c].    [diff]

Modified src/exceptions/OFUnsupportedProtocolException.m from [ba097adb5e] to [a391485837].    [diff]

Modified src/platform/AmigaOS/OFString+PathAdditions.m from [5c5c7fbd79] to [60752aa5d1].    [diff]

Modified src/platform/POSIX/OFString+PathAdditions.m from [36c0dee2bc] to [d1f51523cf].    [diff]

Modified src/platform/Windows/OFString+PathAdditions.m from [f4b6d7c22e] to [ec08b34f89].    [diff]

Modified src/platform/libfat/OFString+PathAdditions.m from [7b438d1726] to [6647377f7a].    [diff]

Modified tests/Makefile from [798d177ea8] to [4d4716309a].    [diff]

Modified tests/OFArrayTests.m from [80326b9933] to [cc2ce2f7d0].    [diff]

Modified tests/OFDictionaryTests.m from [7127a0734c] to [c3ff6abd22].    [diff]

Modified tests/OFHMACTests.m from [38283dce16] to [b37a3e3b24].    [diff]

Modified tests/OFHTTPClientTests.m from [0615ead311] to [64ad652a21].    [diff]

Modified tests/OFHTTPCookieManagerTests.m from [8647894d6b] to [fc980e6e00].    [diff]

Modified tests/OFHTTPCookieTests.m from [e2e55e8f73] to [beb8a32ced].    [diff]

Modified tests/OFINIFileTests.m from [edfee9097f] to [91b2a5e4f6].    [diff]

Modified tests/OFMD5HashTests.m from [97c4cf5d1a] to [704091a6f6].    [diff]

Modified tests/OFRIPEMD160HashTests.m from [3419cbc976] to [2822ed07d6].    [diff]

Modified tests/OFSHA1HashTests.m from [f253b9db0c] to [cda2790802].    [diff]

Modified tests/OFSHA224HashTests.m from [9b914752b4] to [7bc4a06c89].    [diff]

Modified tests/OFSHA256HashTests.m from [7f8af4714a] to [f3bd53fc3c].    [diff]

Modified tests/OFSHA384HashTests.m from [22ee9524a1] to [11ce13a89f].    [diff]

Modified tests/OFSHA512HashTests.m from [7aae15f950] to [9c59f1aa87].    [diff]

Modified tests/OFSerializationTests.m from [8a1b6d269b] to [ae574f4995].    [diff]

Modified tests/OFStringTests.m from [cdfdf23d3d] to [b6537107f8].    [diff]

Modified tests/OFSystemInfoTests.m from [79401c47ef] to [5b9edfd152].    [diff]

Modified tests/OFUNIXDatagramSocketTests.m from [54c71e4e91] to [54df3210f6].    [diff]

Modified tests/OFUNIXStreamSocketTests.m from [d4ca26b9c4] to [72ce4faa3f].    [diff]

Renamed and modified tests/OFURLTests.m [e63dcbf6b8] to tests/OFURITests.m [6305d6606a].    [diff]

Modified tests/TestsAppDelegate.h from [273606ed24] to [951626637b].    [diff]

Modified tests/TestsAppDelegate.m from [7283aa5620] to [4f43d25380].    [diff]

Modified tests/serialization.xml from [9c33dfe30d] to [f98f3b8fb6].    [diff]

Modified utils/ofarc/OFArc.m from [b2c328f575] to [7c199387c6].    [diff]

Modified utils/ofhttp/OFHTTP.m from [0c6715c4db] to [d8707f71b6].    [diff]

Modified utils/ofhttp/lang/de.json from [4915bd731f] to [839a028930].    [diff]