History of file src/exceptions/OFSymlinkFailedException.m at check-in 2713b481a1472825
2013-06-27
| ||
09:38 | Deleted: Improve OFFile API. check-in: [20a5c3d547] user: js, branch: trunk, size: 0 | |
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-03-04
| ||
17:20 |
Replace BOOL with bool.
The only places where BOOL is left are those where they are required by | |
2013-02-13
| ||
23:10 |
Don't cache the description of exceptions.
This was pretty pointless, as it's usually only used once. file: [fbff44390e] check-in: [d9ddc4d06e] user: js, branch: trunk, size: 1937 [annotate] [blame] [check-ins using] [diff] | |
2013-02-12
| ||
18:22 | Prefix all ivars with an underscore. file: [98d414e112] check-in: [e40729d406] user: js, branch: trunk, size: 2024 [annotate] [blame] [check-ins using] [diff] | |
2013-02-05
| ||
22:24 | Move abort() to make old GCCs happy. file: [2eea5d324c] check-in: [737a82e1a4] user: js, branch: trunk, size: 1982 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [0ba9153b66] check-in: [813c00ccf0] user: js, branch: trunk, size: 1982 [annotate] [blame] [check-ins using] [diff] | |
2012-12-22
| ||
15:37 | Add -[doesNotRecognizeSelector:]. file: [b64d2c9b32] check-in: [917ce5754c] user: js, branch: trunk, size: 1976 [annotate] [blame] [check-ins using] [diff] | |
2012-10-09
| ||
15:07 | Make use of instancetype. file: [9c1b009edc] check-in: [fb515e8e24] user: js, branch: trunk, size: 2008 [annotate] [blame] [check-ins using] [diff] | |
2012-10-02
| ||
11:00 | Clean up properties in exceptions. file: [f6b7c833ab] check-in: [c7adbcf399] user: js, branch: trunk, size: 1994 [annotate] [blame] [check-ins using] [diff] | |
2012-07-12
| ||
01:28 | Don't access isa directly. file: [214ce42612] check-in: [8892ae9fcc] user: js, branch: trunk, size: 1980 [annotate] [blame] [check-ins using] [diff] | |
2012-01-31
| ||
13:39 | Rename a few variables that were forgotten in the past. file: [b700addde1] check-in: [aef0a226d8] user: js, branch: trunk, size: 1971 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [82ef49d575] check-in: [ce70e17b38] user: js, branch: trunk, size: 1931 [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-11
| ||
00:03 | Make use of the fact that -[retain] and -[release] must not throw. file: [947e43bc5f] check-in: [74eeea199c] user: js, branch: trunk, size: 1902 [annotate] [blame] [check-ins using] [diff] | |
2011-03-24
| ||
16:09 | Added: Split OFExceptions.{h,m} into one file per exception. file: [6e3a78b838] check-in: [e1eea29286] user: js, branch: trunk, size: 1839 [annotate] [blame] [check-ins using] | |