ObjFW  History of src/exceptions/OFThreadStartFailedException.m of c7f0229795431423

History of the file that is called src/exceptions/OFThreadStartFailedException.m at check-in c7f0229795431423

2024-01-02
17:17
Update copyright file: [943b596499] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1378 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [ef15b41cc4] check-in: [8939cbdb52] user: js, branch: trunk, size: 1378 [annotate] [blame] [check-ins using] [diff]
2022-10-23
16:21
Renamed src/exceptions/OFThreadStartFailedException.m → src/exceptions/OFStartThreadFailedException.m. Rename a few exceptions for consistency file: [9dcf5912d6] check-in: [2872ce314d] user: js, branch: trunk, size: 1378 [annotate] [blame] [check-ins using] [diff]
2022-04-25
19:22
More reordering for consistency file: [4df0dddce1] check-in: [6f9a9b44d5] user: js, branch: trunk, size: 1378 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [02d8e0f542] check-in: [1a86b8175b] user: js, branch: trunk, size: 1321 [annotate] [blame] [check-ins using] [diff]
2021-03-07
20:25
*.m: Fold methods into one line where it fits file: [1ba940b160] check-in: [1b82d3bf4f] user: js, branch: trunk, size: 1321 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [c02dc6c663] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1345 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [1c0a578d89] check-in: [c7f0229795] user: js, branch: trunk, size: 1434 [annotate] [blame] [check-ins using] [diff]
2019-09-01
12:50
{condition,mutex,thread}.m: Set errno on error file: [deb7e0460d] check-in: [d7fd999fee] user: js, branch: trunk, size: 1431 [annotate] [blame] [check-ins using] [diff]
2019-03-08
00:35
Use dot syntax file: [0346f15b9f] check-in: [bceb7ed4c9] user: js, branch: trunk, size: 1358 [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
Update copyright file: [c9a1338f9d] check-in: [0509d7a844] user: js, branch: trunk, size: 1360 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [ec2c2d6811] check-in: [7e5c81e186] user: js, branch: trunk, size: 1354 [annotate] [blame] [check-ins using] [diff]
2017-10-17
00:33
Do not use implicit method return types

Instead, explicitly declare them, as OF_ASSUME_NONNULL_{BEGIN,END} does
not apply to implicit return types. This means that after this commit,
all init methods have a nonnull return type, as they should have. file: [78c3ecad5d] check-in: [2f4e0df8be] user: js, branch: trunk, size: 1331 [annotate] [blame] [check-ins using] [diff]

2017-06-04
23:41
Add designated initializer to all exceptions file: [15916f07c7] check-in: [cc5923d6bb] user: js, branch: trunk, size: 1303 [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: [a98d20539d] check-in: [4af49a13c3] user: js, branch: trunk, size: 1255 [annotate] [blame] [check-ins using] [diff]

2017-05-02
21:10
exceptions: Add nullability specifiers file: [ab02e3a892] check-in: [cc4cb0d824] user: js, branch: trunk, size: 1252 [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
2017. file: [dbacd6f57c] check-in: [44f45c2e35] user: js, branch: trunk, size: 1220 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:43
Update copyright

While at it, also update the mail address. file: [b2ee39feaf] check-in: [cec0f072f8] user: js, branch: 0.8, size: 1234 [annotate] [blame] [check-ins using] [diff]

00:41
Update copyright

While at it, also update the mail address. file: [6ed875411e] check-in: [2a27cf3000] user: js, branch: trunk, size: 1214 [annotate] [blame] [check-ins using] [diff]

2015-11-29
11:43
Make properties a requirement and clean up code

This increases the required GCC version from 4.0 to 4.6 (exception:
Apple GCC, which already supports this with >= 4.0 starting with OS X
10.5). Since even GCC 4.6 is really old by now, there is no point in
still supporting something even older and making the code ugly because
of that. While some hardware and OS support was dropped from GCC 4.6
compared to GCC 4.0, there is nothing in there that would be an
interesting target with the exception of BeOS maybe - but a port to BeOS
can also be achieved using the Haiku support. The other dropped OSes are
mostly old versions of OSes while newer ones are still being supported
(and those newer versions of those OSes still support the same
hardware). file: [68805ae54e] check-in: [48980f2297] user: js, branch: trunk, size: 1210 [annotate] [blame] [check-ins using] [diff]

2015-01-03
20:57
Update copyright file: [9950311f59] check-in: [cfd374b906] user: js, branch: trunk, size: 1230 [annotate] [blame] [check-ins using] [diff]
2014-06-21
21:43
Move all macros from OFObject.h to macros.h

This means that OFObject.h imports macros.h now, making it unnecessary
to manually import macros.h in almost every file. And while at it, also
import autorelease.h in OFObject.h, so that this doesn't need to be
manually imported in almost every file as well. file: [129a87668a] check-in: [13ee56edf3] user: js, branch: trunk, size: 1224 [annotate] [blame] [check-ins using] [diff]

2014-01-04
00:24
Update copyright. file: [ae49b383fd] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1244 [annotate] [blame] [check-ins using] [diff]
2013-11-23
01:12
Add OF_INVALID_INIT_METHOD. file: [1d3efa4031] check-in: [35dafd5c57] user: js, branch: trunk, size: 1238 [annotate] [blame] [check-ins using] [diff]
2013-11-20
22:06
Make exception properties atomic. file: [54005830f8] check-in: [85e8ccc3a5] user: js, branch: trunk, size: 1327 [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: [2884001333] check-in: [3d16a30f41] user: js, branch: trunk, size: 1328 [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: [936c6420ec] check-in: [c5ef582958] user: js, branch: trunk, size: 1432 [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: [091ac82c2b] check-in: [d9ddc4d06e] user: js, branch: trunk, size: 1429 [annotate] [blame] [check-ins using] [diff]

2013-02-12
18:22
Prefix all ivars with an underscore. file: [c4d2751745] check-in: [e40729d406] user: js, branch: trunk, size: 1516 [annotate] [blame] [check-ins using] [diff]
2013-02-05
22:24
Move abort() to make old GCCs happy. file: [dc9d7f84a8] check-in: [737a82e1a4] user: js, branch: trunk, size: 1515 [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
Update copyright. file: [d63f53850f] check-in: [813c00ccf0] user: js, branch: trunk, size: 1515 [annotate] [blame] [check-ins using] [diff]
2012-12-22
15:37
Add -[doesNotRecognizeSelector:]. file: [354bccc4cc] check-in: [917ce5754c] user: js, branch: trunk, size: 1509 [annotate] [blame] [check-ins using] [diff]
2012-10-09
15:07
Make use of instancetype. file: [b64a1ff539] check-in: [fb515e8e24] user: js, branch: trunk, size: 1541 [annotate] [blame] [check-ins using] [diff]
2012-10-02
11:00
Clean up properties in exceptions. file: [ec03cdbdb4] check-in: [c7adbcf399] user: js, branch: trunk, size: 1527 [annotate] [blame] [check-ins using] [diff]
2012-07-12
01:28
Don't access isa directly. file: [be16f87910] check-in: [8892ae9fcc] user: js, branch: trunk, size: 1520 [annotate] [blame] [check-ins using] [diff]
2012-01-05
00:56
Update copyright. file: [3f8951507b] check-in: [ce70e17b38] user: js, branch: trunk, size: 1511 [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: [6e7c5112ed] check-in: [e1e7ffa903] user: js, branch: trunk, size: 1505 [annotate] [blame] [check-ins using] [diff]

2011-09-11
00:03
Make use of the fact that -[retain] and -[release] must not throw. file: [9afd364fa9] check-in: [74eeea199c] user: js, branch: trunk, size: 1473 [annotate] [blame] [check-ins using] [diff]
2011-06-06
15:53
Add missing imports to make gcc from trunk happy. file: [187fa112b5] check-in: [df329a38cd] user: js, branch: trunk, size: 1534 [annotate] [blame] [check-ins using] [diff]
2011-03-25
14:56
Pass the thread for thread exceptions. file: [beb705e46b] check-in: [a8113fd82c] user: js, branch: trunk, size: 1513 [annotate] [blame] [check-ins using] [diff]
2011-03-24
16:09
Added: Split OFExceptions.{h,m} into one file per exception. file: [d0e1d7f955] check-in: [e1eea29286] user: js, branch: trunk, size: 886 [annotate] [blame] [check-ins using]