History of file src/exceptions/OFInvalidArgumentException.m at check-in 9c2f20e736e34964
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [63bef8eff1] check-in: [7413a728a7] user: js, branch: trunk, size: 956 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [5dc138e811] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 748 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [eae0889491] check-in: [8939cbdb52] user: js, branch: trunk, size: 748 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [70957802ed] check-in: [1a86b8175b] user: js, branch: trunk, size: 748 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [bb42914d79] check-in: [374e1a1bfa] user: js, branch: trunk, size: 748 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
01:51 | Update copyright file: [a6206d7da8] check-in: [c7f0229795] user: js, branch: trunk, size: 837 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [ac270e66ef] check-in: [0509d7a844] user: js, branch: trunk, size: 834 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [19ae908ba2] check-in: [7e5c81e186] user: js, branch: trunk, size: 828 [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: [1f482687a4] check-in: [4af49a13c3] user: js, branch: trunk, size: 805 [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 | |
2016-01-03
| ||
00:41 |
Update copyright
While at it, also update the mail address. file: [c524fe7b33] check-in: [2a27cf3000] user: js, branch: trunk, size: 798 [annotate] [blame] [check-ins using] [diff] | |
2015-01-03
| ||
20:57 | Update copyright file: [b9b8a71253] check-in: [cfd374b906] user: js, branch: trunk, size: 794 [annotate] [blame] [check-ins using] [diff] | |
2014-01-04
| ||
00:24 | Update copyright. file: [899934ab5a] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 788 [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: [64e81089ac] check-in: [d9ddc4d06e] user: js, branch: trunk, size: 1405 [annotate] [blame] [check-ins using] [diff] | |
2013-02-12
| ||
18:22 | Prefix all ivars with an underscore. file: [98b7296261] check-in: [e40729d406] user: js, branch: trunk, size: 1492 [annotate] [blame] [check-ins using] [diff] | |
2013-02-05
| ||
22:24 | Move abort() to make old GCCs happy. file: [378595486c] check-in: [737a82e1a4] user: js, branch: trunk, size: 1493 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [e7dc8f29ff] check-in: [813c00ccf0] user: js, branch: trunk, size: 1493 [annotate] [blame] [check-ins using] [diff] | |
2012-12-22
| ||
15:37 | Add -[doesNotRecognizeSelector:]. file: [d573c7d088] check-in: [917ce5754c] user: js, branch: trunk, size: 1487 [annotate] [blame] [check-ins using] [diff] | |
2012-10-09
| ||
15:07 | Make use of instancetype. file: [18afe7f030] check-in: [fb515e8e24] user: js, branch: trunk, size: 1519 [annotate] [blame] [check-ins using] [diff] | |
2012-07-12
| ||
01:28 | Don't access isa directly. file: [a6a662ba80] check-in: [8892ae9fcc] user: js, branch: trunk, size: 1505 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [438e5eaf23] check-in: [ce70e17b38] user: js, branch: trunk, size: 1496 [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-09-01
| ||
14:25 | Throw an OFInvalidArgumentException if serialization can't be parsed. file: [6c8188e145] check-in: [8d3b009af1] user: js, branch: trunk, size: 1465 [annotate] [blame] [check-ins using] [diff] | |
2011-03-24
| ||
16:09 | Added: Split OFExceptions.{h,m} into one file per exception. file: [2aae04b428] check-in: [e1eea29286] user: js, branch: trunk, size: 1453 [annotate] [blame] [check-ins using] | |