ObjFW  Check-in [4c5f686a52]

Overview
Comment:OFWindowsRegistryKey: Add write support
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 4c5f686a52927c1406dc3f8718a3a16a7e852504b576f2a8d2917d70a1bae6fc
User & Date: js on 2019-02-17 22:16:19
Other Links: manifest | tags
Context
2019-02-17
22:44
tests: Only import ObjFW.h check-in: dc0c6c34ab user: js tags: trunk
22:16
OFWindowsRegistryKey: Add write support check-in: 4c5f686a52 user: js tags: trunk
03:05
runtime/linklib: Use CONSTRUCTOR_P on MorphOS check-in: 98e5c779c8 user: js tags: trunk
Changes

Modified src/OFObject.h from [b61464d46f] to [81f633ed2d].    [diff]

Modified src/OFWindowsRegistryKey.h from [e752ad4a7b] to [9fac5d4d25].    [diff]

Modified src/OFWindowsRegistryKey.m from [d4e7766886] to [393e6cb19f].    [diff]

Modified src/ObjFW.h from [cbd434e22c] to [51f4765bba].    [diff]

Modified src/exceptions/Makefile from [761d7b910a] to [78ae506a77].    [diff]

Modified src/exceptions/OFCreateWindowsRegistryKeyFailedException.m from [26992d06a4] to [4d64ce1c37].    [diff]

Added src/exceptions/OFDeleteWindowsRegistryKeyFailedException.h version [30f1f9897a].

Added src/exceptions/OFDeleteWindowsRegistryKeyFailedException.m version [e183cbe5dc].

Added src/exceptions/OFDeleteWindowsRegistryValueFailedException.h version [7c523a0131].

Added src/exceptions/OFDeleteWindowsRegistryValueFailedException.m version [6e05c014fd].

Modified src/exceptions/OFException.h from [fea3f53592] to [ebba9465c8].    [diff]

Modified src/exceptions/OFException.m from [9c72a41f8e] to [168ff4f79b].    [diff]

Added src/exceptions/OFGetWindowsRegistryValueFailedException.h version [121d7bf3eb].

Added src/exceptions/OFGetWindowsRegistryValueFailedException.m version [632c3fd548].

Modified src/exceptions/OFOpenWindowsRegistryKeyFailedException.m from [1c8f2244f2] to [d20d506b04].    [diff]

Deleted src/exceptions/OFReadWindowsRegistryValueFailedException.h version [aa62c3dfb2].

Deleted src/exceptions/OFReadWindowsRegistryValueFailedException.m version [e8e1f7712a].

Added src/exceptions/OFSetWindowsRegistryValueFailedException.h version [0bcbc634fb].

Added src/exceptions/OFSetWindowsRegistryValueFailedException.m version [d9423d7851].

Modified src/socket.h from [e3ee93c786] to [2b0e7e9e52].    [diff]

Modified src/threading.h from [005e79a6d9] to [dfd5b7db22].    [diff]

Modified tests/Makefile from [bfd5569012] to [90c0cff21c].    [diff]

Modified tests/OFArrayTests.m from [d25eebe497] to [95d9e60793].    [diff]

Modified tests/OFDictionaryTests.m from [50c573af26] to [c9013fa964].    [diff]

Modified tests/OFListTests.m from [2139933e28] to [691f37d095].    [diff]

Added tests/OFWindowsRegistryKeyTests.m version [f053bc7fab].

Modified tests/RuntimeTests.m from [02c8b72579] to [5f5cb31934].    [diff]

Modified tests/TestsAppDelegate.h from [a00c4cc310] to [2ad1959841].    [diff]

Modified tests/TestsAppDelegate.m from [df82488231] to [feef55dc03].    [diff]