History of file src/exceptions/OFLockFailedException.m at check-in 39e23d636397cc50
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [6c13e2bd2f] check-in: [7413a728a7] user: js, branch: trunk, size: 1501 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [6921dd8baf] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1293 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [db38fe8872] check-in: [8939cbdb52] user: js, branch: trunk, size: 1293 [annotate] [blame] [check-ins using] [diff] | |
2022-04-23
| ||
14:29 | OF{Lock,Unlock}FailedException: Allow nil lock file: [77b32492ca] check-in: [89bdb9c496] user: js, branch: trunk, size: 1293 [annotate] [blame] [check-ins using] [diff] | |
12:26 | More declaration reordering and nullability fixes file: [a5b72beb2e] check-in: [59fc5153a1] user: js, branch: trunk, size: 1331 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [c19f1ae74a] check-in: [1a86b8175b] user: js, branch: trunk, size: 1274 [annotate] [blame] [check-ins using] [diff] | |
2021-03-07
| ||
20:25 | *.m: Fold methods into one line where it fits file: [71085e6a43] check-in: [1b82d3bf4f] user: js, branch: trunk, size: 1274 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [464bc473e0] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1299 [annotate] [blame] [check-ins using] [diff] | |
2020-09-27
| ||
03:08 |
Work around bugs in Apple GCC 4.0.1
Still miscompiles things. file: [194a416a76] check-in: [9e9ce6aa1c] user: js, branch: trunk, size: 1388 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
01:51 | Update copyright file: [63bcef0c89] check-in: [c7f0229795] user: js, branch: trunk, size: 1386 [annotate] [blame] [check-ins using] [diff] | |
2019-09-01
| ||
12:50 | {condition,mutex,thread}.m: Set errno on error file: [24e1bf0191] check-in: [d7fd999fee] user: js, branch: trunk, size: 1383 [annotate] [blame] [check-ins using] [diff] | |
2019-03-08
| ||
00:35 | Use dot syntax file: [5ebc5106e3] check-in: [bceb7ed4c9] user: js, branch: trunk, size: 1307 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [917c5fce63] check-in: [0509d7a844] user: js, branch: trunk, size: 1309 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [d93d8aeb07] check-in: [7e5c81e186] user: js, branch: trunk, size: 1303 [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 | |
2017-06-04
| ||
23:41 | Add designated initializer to all exceptions file: [88a51a548f] check-in: [cc5923d6bb] user: js, branch: trunk, size: 1252 [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: [cdfa88a638] check-in: [4af49a13c3] user: js, branch: trunk, size: 1206 [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 | |
2016-01-03
| ||
00:43 |
Update copyright
While at it, also update the mail address. file: [27505bb471] check-in: [cec0f072f8] user: js, branch: 0.8, size: 1224 [annotate] [blame] [check-ins using] [diff] | |
00:41 |
Update copyright
While at it, also update the mail address. file: [906ee59ad2] check-in: [2a27cf3000] user: js, branch: trunk, size: 1199 [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: | |
2015-02-16
| ||
08:39 |
Explicitly pass errno to exceptions
The old behaviour where the exception would access errno directly on This also greatly increases errno handling on Win32, especially in | |
2015-01-03
| ||
20:57 | Update copyright file: [241b90c799] check-in: [cfd374b906] user: js, branch: trunk, size: 1240 [annotate] [blame] [check-ins using] [diff] | |
2014-01-04
| ||
00:24 | Update copyright. file: [467a1178aa] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1234 [annotate] [blame] [check-ins using] [diff] | |
2013-11-20
| ||
22:06 | Make exception properties atomic. file: [9417f5830f] check-in: [85e8ccc3a5] user: js, branch: trunk, size: 1228 [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: [99d66d97f5] check-in: [d9ddc4d06e] user: js, branch: trunk, size: 1278 [annotate] [blame] [check-ins using] [diff] | |
2013-02-12
| ||
18:22 | Prefix all ivars with an underscore. file: [71c95c97b9] check-in: [e40729d406] user: js, branch: trunk, size: 1365 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [1ba4665169] check-in: [813c00ccf0] user: js, branch: trunk, size: 1370 [annotate] [blame] [check-ins using] [diff] | |
2012-12-22
| ||
15:37 | Add -[doesNotRecognizeSelector:]. file: [216c033d30] check-in: [917ce5754c] user: js, branch: trunk, size: 1364 [annotate] [blame] [check-ins using] [diff] | |
2012-10-26
| ||
11:23 | Added: Add OFLocking protocol. file: [573e15c5b2] check-in: [7c33158c22] user: js, branch: trunk, size: 1403 [annotate] [blame] [check-ins using] | |