ObjFW  History of src/OFPair.m of 53a95fade7794c78cd620bcbbb6fb9e07604e594588c11ff1f66296d7f26bb96

History of file src/OFPair.m at check-in 53a95fade7794c78cd620bcbbb6fb9e07604e594588c11ff1f66296d7f26bb96

2024-04-03
02:16
Change license to LGPLv3 only file: [030b70db3e] check-in: [7413a728a7] user: js, branch: trunk, size: 2375 [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
Update copyright file: [400992c36d] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2167 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [5125fc5874] check-in: [8939cbdb52] user: js, branch: trunk, size: 2167 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [22c01e92c3] check-in: [1a86b8175b] user: js, branch: trunk, size: 2167 [annotate] [blame] [check-ins using] [diff]
2021-04-18
15:55
Rename all functions in macros.h file: [60a88e0dc4] check-in: [7392685ffc] user: js, branch: new-naming-convention, size: 2167 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [03bda5affd] check-in: [374e1a1bfa] user: js, branch: trunk, size: 2168 [annotate] [blame] [check-ins using] [diff]
2020-10-10
14:27
OFObject: Change type of -[hash] to unsigned long

The internal hash is still 32 bit in most places, but this way, it is at
least not baked into the API and ABI and can be upgraded later, should
that ever be necessary. file: [6855a79df9] check-in: [aeb403a1ed] user: js, branch: trunk, size: 2257 [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
Update copyright file: [a27e0f483b] check-in: [c7f0229795] user: js, branch: trunk, size: 2252 [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
Update copyright file: [1bd06c79c3] check-in: [0509d7a844] user: js, branch: trunk, size: 2249 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [2b1b0b219a] check-in: [7e5c81e186] user: js, branch: trunk, size: 2243 [annotate] [blame] [check-ins using] [diff]
2017-11-11
23:27
Small optimization for -[isEqual:] file: [f2d44708a8] check-in: [526feacebc] user: js, branch: trunk, size: 2220 [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: [e5cb38f069] check-in: [2f4e0df8be] user: js, branch: trunk, size: 2183 [annotate] [blame] [check-ins using] [diff]

2017-09-26
21:53
Many nullability fixes file: [2880b7d607] check-in: [52011fbfd6] user: js, branch: trunk, size: 2154 [annotate] [blame] [check-ins using] [diff]
2017-09-25
23:23
OF{Pair,Triple}: Fix -[mutableCopy] file: [a5961f13a9] check-in: [9e998270e4] user: js, branch: trunk, size: 2066 [annotate] [blame] [check-ins using] [diff]
2017-09-09
18:45
Add missing #include "config.h" file: [88cab493bc] check-in: [143a03a8f0] user: js, branch: trunk, size: 2057 [annotate] [blame] [check-ins using] [diff]
2017-09-05
21:47
Added: Add OF(Mutable)Pair file: [52a79e789f] check-in: [72837c3426] user: js, branch: trunk, size: 2036 [annotate] [blame] [check-ins using]