ObjFW  All files named "src/exceptions/OFDeleteFileFailedException.m"

History for src/exceptions/OFDeleteFileFailedException.m

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: [742ec5f1c5] check-in: [6192726d32] user: js, branch: trunk, size: 1451 [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
occurred. As backtraces were recently added for all platforms, the
passed class does not give any extra information on where the exception
occurred anymore.

This also removes a few other arguments which were not too helpful. In
the past, the idea was to pass as many arguments as possible so that it
is easier to find the origin of the exception. However, as backtraces
are a much better way to find the origin, those are not useful anymore
and just make the exception more cumbersome to use. The rule is now to
only pass arguments that might help in recovering from the exception or
provide information that is otherwise not easily accessible. file: [889f5dd334] check-in: [3d16a30f41] user: js, branch: trunk, size: 1416 [annotate] [blame] [check-ins using] [diff]

2013-03-04
17:20
Replace BOOL with bool.

The only places where BOOL is left are those where they are required by
the ABI. file: [71b956856c] check-in: [c5ef582958] user: js, branch: trunk, size: 1559 [annotate] [blame] [check-ins using] [diff]

2013-02-13
23:10
Don't cache the description of exceptions.

This was pretty pointless, as it's usually only used once. file: [443055fc12] check-in: [d9ddc4d06e] user: js, branch: trunk, size: 1556 [annotate] [blame] [check-ins using] [diff]

2013-02-12
18:22
Prefix all ivars with an underscore. file: [65143331f2] check-in: [e40729d406] user: js, branch: trunk, size: 1643 [annotate] [blame] [check-ins using] [diff]
2013-02-05
22:24
Move abort() to make old GCCs happy. file: [688b15cb7d] check-in: [737a82e1a4] user: js, branch: trunk, size: 1641 [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
Update copyright. file: [969c1b8c09] check-in: [813c00ccf0] user: js, branch: trunk, size: 1641 [annotate] [blame] [check-ins using] [diff]
2012-12-22
15:37
Add -[doesNotRecognizeSelector:]. file: [f17b08ef53] check-in: [917ce5754c] user: js, branch: trunk, size: 1635 [annotate] [blame] [check-ins using] [diff]
2012-10-09
15:07
Make use of instancetype. file: [b0c2776292] check-in: [fb515e8e24] user: js, branch: trunk, size: 1667 [annotate] [blame] [check-ins using] [diff]
2012-10-02
11:00
Clean up properties in exceptions. file: [52e4abd616] check-in: [c7adbcf399] user: js, branch: trunk, size: 1646 [annotate] [blame] [check-ins using] [diff]
2012-07-12
01:28
Don't access isa directly. file: [98159ee061] check-in: [8892ae9fcc] user: js, branch: trunk, size: 1639 [annotate] [blame] [check-ins using] [diff]
2012-01-05
00:56
Update copyright. file: [9e7f086966] check-in: [ce70e17b38] user: js, branch: trunk, size: 1630 [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
an exception fails, it throws an OFAllocFailedException which is
preallocated and can always be thrown.

So, the worst case would be that an autorelease of an exception fails,
triggering an OFOutOfMemoryException for which there is no memory,
resulting in an OFAllocFailedException to be thrown. file: [046ff78fb5] check-in: [e1e7ffa903] user: js, branch: trunk, size: 1624 [annotate] [blame] [check-ins using] [diff]

2011-03-24
16:09
Added: Split OFExceptions.{h,m} into one file per exception. file: [d704352100] check-in: [e1eea29286] user: js, branch: trunk, size: 1599 [annotate] [blame] [check-ins using]