History of file src/exceptions/OFChangeDirectoryFailedException.m at check-in 12deec476890ca87
2013-06-27
| ||
09:38 | Deleted: Improve OFFile API. check-in: [20a5c3d547] user: js, branch: trunk, size: 0 | |
2013-06-23
| ||
21:52 |
Add a few casts to make GCC happy.
Also adds a few imports and removes unused code. file: [20340581e0] check-in: [6192726d32] user: js, branch: trunk, size: 1474 [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-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: [557e04ff4b] check-in: [d9ddc4d06e] user: js, branch: trunk, size: 1574 [annotate] [blame] [check-ins using] [diff] | |
2013-02-12
| ||
18:22 | Prefix all ivars with an underscore. file: [a9860585f3] check-in: [e40729d406] user: js, branch: trunk, size: 1661 [annotate] [blame] [check-ins using] [diff] | |
2013-02-05
| ||
22:24 | Move abort() to make old GCCs happy. file: [ba07871883] check-in: [737a82e1a4] user: js, branch: trunk, size: 1659 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [a26f3cf844] check-in: [813c00ccf0] user: js, branch: trunk, size: 1659 [annotate] [blame] [check-ins using] [diff] | |
2012-12-22
| ||
15:37 | Add -[doesNotRecognizeSelector:]. file: [7743d847c5] check-in: [917ce5754c] user: js, branch: trunk, size: 1653 [annotate] [blame] [check-ins using] [diff] | |
2012-10-09
| ||
15:07 | Make use of instancetype. file: [061077ad6c] check-in: [fb515e8e24] user: js, branch: trunk, size: 1685 [annotate] [blame] [check-ins using] [diff] | |
2012-10-02
| ||
11:00 | Clean up properties in exceptions. file: [8119d48fc6] check-in: [c7adbcf399] user: js, branch: trunk, size: 1664 [annotate] [blame] [check-ins using] [diff] | |
2012-07-12
| ||
01:28 | Don't access isa directly. file: [59a8888365] check-in: [8892ae9fcc] user: js, branch: trunk, size: 1657 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [b4df339463] check-in: [ce70e17b38] user: js, branch: trunk, size: 1648 [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: [06b017f928] check-in: [e1eea29286] user: js, branch: trunk, size: 1617 [annotate] [blame] [check-ins using] | |