ObjFW  History of src/exceptions/OFUndefinedKeyException.m of c7f0229795431423

History of the file that is called src/exceptions/OFUndefinedKeyException.m at check-in c7f0229795431423

2024-01-02
17:17
Update copyright file: [dea1de5a47] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1809 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [6134ab4456] check-in: [8939cbdb52] user: js, branch: trunk, size: 1809 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [fa0cc877cd] check-in: [1a86b8175b] user: js, branch: trunk, size: 1809 [annotate] [blame] [check-ins using] [diff]
2021-03-07
20:25
*.m: Fold methods into one line where it fits file: [a23aa824a4] check-in: [1b82d3bf4f] user: js, branch: trunk, size: 1809 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [c33af96db7] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1848 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [150023b635] check-in: [c7f0229795] user: js, branch: trunk, size: 1937 [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
Update copyright file: [bf0ee01fb2] check-in: [0509d7a844] user: js, branch: trunk, size: 1934 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [94c01a636b] check-in: [7e5c81e186] user: js, branch: trunk, size: 1928 [annotate] [blame] [check-ins using] [diff]
2017-10-17
00:33
Do not use implicit method return types

Instead, explicitly declare them, as OF_ASSUME_NONNULL_{BEGIN,END} does
not apply to implicit return types. This means that after this commit,
all init methods have a nonnull return type, as they should have. file: [52d11bb131] check-in: [2f4e0df8be] user: js, branch: trunk, size: 1905 [annotate] [blame] [check-ins using] [diff]

2017-06-04
23:41
Add designated initializer to all exceptions file: [f82b50e599] check-in: [cc5923d6bb] user: js, branch: trunk, size: 1863 [annotate] [blame] [check-ins using] [diff]
2017-05-13
16:56
Fix compilation with GCC file: [d791f70d8c] check-in: [4df6ab6bca] user: js, branch: trunk, size: 1939 [annotate] [blame] [check-ins using] [diff]
2017-05-07
20:10
Small code style change

Casts are now written like types in variable declarations. file: [d7d9dee998] check-in: [4af49a13c3] user: js, branch: trunk, size: 1882 [annotate] [blame] [check-ins using] [diff]

2017-01-09
17:36
Update copyright

Forgot to add 2017, even though I already did quite some changes in
2017. file: [3df049e465] check-in: [44f45c2e35] user: js, branch: trunk, size: 1877 [annotate] [blame] [check-ins using] [diff]

2016-06-05
00:01
Added: Add OFKeyValueCoding

No support for paths and auto-wrapping yet.

Also, no classes like OFDictionary override it yet. file: [4e1ca20fa6] check-in: [3ad1f2b268] user: js, branch: trunk, size: 1871 [annotate] [blame] [check-ins using]