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

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

2024-01-02
17:17
Update copyright file: [76e4000eaa] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 899 [annotate] [blame] [check-ins using] [diff]
2023-08-09
09:08
Add OF_SINGLETON_METHODS file: [8de5460cac] check-in: [36310f6263] user: js, branch: trunk, size: 899 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [35f3b6d4b6] check-in: [8939cbdb52] user: js, branch: trunk, size: 1091 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [845ed2917e] check-in: [1a86b8175b] user: js, branch: trunk, size: 1091 [annotate] [blame] [check-ins using] [diff]
2021-04-18
21:12
OF_RETAIN_COUNT_MAX -> OFMaxRetainCount file: [22ee2bf80a] check-in: [b06b86d6f9] user: js, branch: new-naming-convention, size: 1091 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [891598484b] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1094 [annotate] [blame] [check-ins using] [diff]
2020-11-07
20:23
OFObject: Remove -[allocMemoryWithSize:] file: [0eedb0ddc1] check-in: [4fbdca698c] user: js, branch: trunk, size: 1183 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [54ff75e246] check-in: [c7f0229795] user: js, branch: trunk, size: 1649 [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
Update copyright file: [ac9779e1a0] check-in: [0509d7a844] user: js, branch: trunk, size: 1646 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [f2d7318473] check-in: [7e5c81e186] user: js, branch: trunk, size: 1640 [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: [a4ecf96225] check-in: [2f4e0df8be] user: js, branch: trunk, size: 1617 [annotate] [blame] [check-ins using] [diff]

2017-05-13
16:56
Fix compilation with GCC file: [259e8f3f61] check-in: [4df6ab6bca] user: js, branch: trunk, size: 1561 [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: [3f54c3ecda] check-in: [4af49a13c3] user: js, branch: trunk, size: 1504 [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: [6b2c31fa22] check-in: [44f45c2e35] user: js, branch: trunk, size: 1513 [annotate] [blame] [check-ins using] [diff]

2016-09-12
00:27
Add OF_DEALLOC_UNSUPPORTED macro file: [30de3d682b] check-in: [13f4c6c678] user: js, branch: trunk, size: 1507 [annotate] [blame] [check-ins using] [diff]
2016-01-03
00:41
Update copyright

While at it, also update the mail address. file: [6b087a6124] check-in: [2a27cf3000] user: js, branch: trunk, size: 1563 [annotate] [blame] [check-ins using] [diff]

2015-01-03
20:57
Update copyright file: [1b004b211b] check-in: [cfd374b906] user: js, branch: trunk, size: 1559 [annotate] [blame] [check-ins using] [diff]
2014-06-21
21:43
Move all macros from OFObject.h to macros.h

This means that OFObject.h imports macros.h now, making it unnecessary
to manually import macros.h in almost every file. And while at it, also
import autorelease.h in OFObject.h, so that this doesn't need to be
manually imported in almost every file as well. file: [1b470ab29b] check-in: [13ee56edf3] user: js, branch: trunk, size: 1553 [annotate] [blame] [check-ins using] [diff]

2014-01-04
00:24
Update copyright. file: [ce02c643d6] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1573 [annotate] [blame] [check-ins using] [diff]
2013-11-23
01:27
Add OF_UNRECOGNIZED_SELECTOR. file: [1bdbab1795] check-in: [6e19bd47ee] user: js, branch: trunk, size: 1567 [annotate] [blame] [check-ins using] [diff]
01:12
Add OF_INVALID_INIT_METHOD. file: [92f1626a0e] check-in: [35dafd5c57] user: js, branch: trunk, size: 1756 [annotate] [blame] [check-ins using] [diff]
2013-02-05
22:24
Move abort() to make old GCCs happy. file: [35d67114ec] check-in: [737a82e1a4] user: js, branch: trunk, size: 1824 [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
Update copyright. file: [ee983502fd] check-in: [813c00ccf0] user: js, branch: trunk, size: 1824 [annotate] [blame] [check-ins using] [diff]
2012-12-22
15:37
Add -[doesNotRecognizeSelector:]. file: [353b58a3aa] check-in: [917ce5754c] user: js, branch: trunk, size: 1818 [annotate] [blame] [check-ins using] [diff]
2012-12-13
21:38
Remove code that got useless. file: [f91f71fe9f] check-in: [4ce82f6e28] user: js, branch: trunk, size: 2124 [annotate] [blame] [check-ins using] [diff]
2012-07-12
01:28
Don't access isa directly. file: [13d067f85c] check-in: [8892ae9fcc] user: js, branch: trunk, size: 2260 [annotate] [blame] [check-ins using] [diff]
2012-01-05
00:56
Update copyright. file: [c7cd0a3c1f] check-in: [ce70e17b38] user: js, branch: trunk, size: 2188 [annotate] [blame] [check-ins using] [diff]
2011-09-22
23:25
Exceptions are now autoreleased.

This is safe as an "exception loop" can't happen, since if allocating
an exception fails, it throws an OFAllocFailedException which is
preallocated and can always be thrown.

So, the worst case would be that an autorelease of an exception fails,
triggering an OFOutOfMemoryException for which there is no memory,
resulting in an OFAllocFailedException to be thrown. file: [d793965763] check-in: [e1e7ffa903] user: js, branch: trunk, size: 2182 [annotate] [blame] [check-ins using] [diff]

2011-03-24
16:09
Added: Split OFExceptions.{h,m} into one file per exception. file: [5462d5e2c5] check-in: [e1eea29286] user: js, branch: trunk, size: 2137 [annotate] [blame] [check-ins using]