History of file src/exceptions/OFDeleteDirectoryFailedException.m at check-in 23ad67cdf744f4fd
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: [4b3cac7bb3] check-in: [6192726d32] user: js, branch: trunk, size: 1471 [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: [ad7ba77cb1] check-in: [d9ddc4d06e] user: js, branch: trunk, size: 1573 [annotate] [blame] [check-ins using] [diff] | |
2013-02-12
| ||
18:22 | Prefix all ivars with an underscore. file: [55773e30a9] check-in: [e40729d406] user: js, branch: trunk, size: 1660 [annotate] [blame] [check-ins using] [diff] | |
2013-02-05
| ||
22:24 | Move abort() to make old GCCs happy. file: [c0c7391dfd] check-in: [737a82e1a4] user: js, branch: trunk, size: 1656 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [029f3a5726] check-in: [813c00ccf0] user: js, branch: trunk, size: 1656 [annotate] [blame] [check-ins using] [diff] | |
2012-12-22
| ||
15:37 | Add -[doesNotRecognizeSelector:]. file: [ca94e78ea5] check-in: [917ce5754c] user: js, branch: trunk, size: 1650 [annotate] [blame] [check-ins using] [diff] | |
2012-10-09
| ||
15:07 | Make use of instancetype. file: [d0a7435971] check-in: [fb515e8e24] user: js, branch: trunk, size: 1682 [annotate] [blame] [check-ins using] [diff] | |
2012-10-02
| ||
11:00 | Clean up properties in exceptions. file: [6a79dd025d] check-in: [c7adbcf399] user: js, branch: trunk, size: 1661 [annotate] [blame] [check-ins using] [diff] | |
2012-07-12
| ||
01:28 | Don't access isa directly. file: [51c696b033] check-in: [8892ae9fcc] user: js, branch: trunk, size: 1654 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [5b30c82146] check-in: [ce70e17b38] user: js, branch: trunk, size: 1645 [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: [e991429104] check-in: [e1eea29286] user: js, branch: trunk, size: 1614 [annotate] [blame] [check-ins using] | |