History of file src/exceptions/OFMemoryNotPartOfObjectException.m at check-in fd4a416f665c43e9
2022-10-18
| ||
22:17 | Deleted: Merge trunk into branch "amiga-library" check-in: [ac19ed9d40] user: js, branch: amiga-library, size: 0 | |
2022-07-15
| ||
18:09 | Deleted: Merge trunk into branch "wii-u" check-in: [a2973418de] user: js, branch: wii-u, size: 0 | |
2022-04-25
| ||
13:09 |
Deleted:
Remove OFMemoryNotPartOfObjectException
It is no longer used. check-in: [5ee9765356] user: js, branch: trunk, size: 0 | |
2022-02-12
| ||
07:46 | Update copyright file: [af3211991f] check-in: [1a86b8175b] user: js, branch: trunk, size: 1501 [annotate] [blame] [check-ins using] [diff] | |
2021-03-07
| ||
20:25 | *.m: Fold methods into one line where it fits file: [505924293a] check-in: [1b82d3bf4f] user: js, branch: trunk, size: 1501 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [11976b53bf] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1514 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
01:51 | Update copyright file: [58ab407fc3] check-in: [c7f0229795] user: js, branch: trunk, size: 1603 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [73a7425b0d] check-in: [0509d7a844] user: js, branch: trunk, size: 1600 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [c18b67c70d] check-in: [7e5c81e186] user: js, branch: trunk, size: 1594 [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 | |
2017-05-13
| ||
16:56 | Fix compilation with GCC file: [649609b5d6] check-in: [4df6ab6bca] user: js, branch: trunk, size: 1543 [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: [b8b6e69018] check-in: [4af49a13c3] user: js, branch: trunk, size: 1486 [annotate] [blame] [check-ins using] [diff] | |
15:39 |
Do not include any addresses in -[description]
This makes it harder to accidentally leak addresses which could be used | |
2017-01-09
| ||
17:36 |
Update copyright
Forgot to add 2017, even though I already did quite some changes in | |
2016-01-03
| ||
00:43 |
Update copyright
While at it, also update the mail address. file: [b2b55d24d3] check-in: [cec0f072f8] user: js, branch: 0.8, size: 1528 [annotate] [blame] [check-ins using] [diff] | |
00:41 |
Update copyright
While at it, also update the mail address. file: [091570165e] check-in: [2a27cf3000] user: js, branch: trunk, size: 1495 [annotate] [blame] [check-ins using] [diff] | |
2015-11-29
| ||
11:43 |
Make properties a requirement and clean up code
This increases the required GCC version from 4.0 to 4.6 (exception: | |
2015-01-03
| ||
20:57 | Update copyright file: [9e398da91d] check-in: [cfd374b906] user: js, branch: trunk, size: 1524 [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 | |
2014-01-04
| ||
00:24 | Update copyright. file: [3efb7e828b] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1538 [annotate] [blame] [check-ins using] [diff] | |
2013-11-23
| ||
01:12 | Add OF_INVALID_INIT_METHOD. file: [d3c1a7f281] check-in: [35dafd5c57] user: js, branch: trunk, size: 1532 [annotate] [blame] [check-ins using] [diff] | |
2013-11-20
| ||
22:06 | Make exception properties atomic. file: [ce4e415b85] check-in: [85e8ccc3a5] user: js, branch: trunk, size: 1641 [annotate] [blame] [check-ins using] [diff] | |
2013-06-22
| ||
12:12 |
Rework exceptions.
This mostly removes the argument for the class in which the exception This also removes a few other arguments which were not too helpful. In | |
2013-02-13
| ||
23:10 |
Don't cache the description of exceptions.
This was pretty pointless, as it's usually only used once. file: [59ada58b51] check-in: [d9ddc4d06e] user: js, branch: trunk, size: 1513 [annotate] [blame] [check-ins using] [diff] | |
2013-02-12
| ||
18:22 | Prefix all ivars with an underscore. file: [b794b10a09] check-in: [e40729d406] user: js, branch: trunk, size: 1600 [annotate] [blame] [check-ins using] [diff] | |
2013-02-05
| ||
22:24 | Move abort() to make old GCCs happy. file: [a1452e1fb6] check-in: [737a82e1a4] user: js, branch: trunk, size: 1581 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [e15add6cf7] check-in: [813c00ccf0] user: js, branch: trunk, size: 1581 [annotate] [blame] [check-ins using] [diff] | |
2012-12-22
| ||
15:37 | Add -[doesNotRecognizeSelector:]. file: [2f129f6a0a] check-in: [917ce5754c] user: js, branch: trunk, size: 1575 [annotate] [blame] [check-ins using] [diff] | |
2012-10-09
| ||
15:07 | Make use of instancetype. file: [cbc504825f] check-in: [fb515e8e24] user: js, branch: trunk, size: 1607 [annotate] [blame] [check-ins using] [diff] | |
2012-07-12
| ||
01:28 | Don't access isa directly. file: [795b07ac4b] check-in: [8892ae9fcc] user: js, branch: trunk, size: 1593 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [98297d177e] check-in: [ce70e17b38] user: js, branch: trunk, size: 1584 [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 So, the worst case would be that an autorelease of an exception fails, | |
2011-03-24
| ||
16:09 | Added: Split OFExceptions.{h,m} into one file per exception. file: [e3d434cf63] check-in: [e1eea29286] user: js, branch: trunk, size: 1553 [annotate] [blame] [check-ins using] | |