History of file src/OFArray_subarray.m at check-in 80e1a9655beab317
2019-06-17
| ||
02:33 | Deleted: Remove underscores from class names check-in: [17d57e01ff] user: js, branch: trunk, size: 0 | |
2019-01-03
| ||
19:13 | Update copyright file: [aa22fe0ab0] check-in: [0509d7a844] user: js, branch: trunk, size: 2509 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [04b6db1977] check-in: [7e5c81e186] user: js, branch: trunk, size: 2503 [annotate] [blame] [check-ins using] [diff] | |
2017-10-22
| ||
15:05 | Make Apple GCC with -Wshadow happy file: [28b00df2ee] check-in: [a06354b42a] user: js, branch: trunk, size: 2480 [annotate] [blame] [check-ins using] [diff] | |
14:09 | Make Apple GCC with -Wshadow happy file: [02a02cd5d6] check-in: [31c0f5b89e] user: js, branch: 0.90, size: 2466 [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-05-07
| ||
20:10 |
Small code style change
Casts are now written like types in variable declarations. file: [b087bc3ca0] check-in: [4af49a13c3] user: js, branch: trunk, size: 2492 [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:41 |
Update copyright
While at it, also update the mail address. file: [e6121c411e] check-in: [2a27cf3000] user: js, branch: trunk, size: 2482 [annotate] [blame] [check-ins using] [diff] | |
2015-01-03
| ||
20:57 | Update copyright file: [8021ce3fc8] check-in: [cfd374b906] user: js, branch: trunk, size: 2478 [annotate] [blame] [check-ins using] [diff] | |
2014-05-15
| ||
04:07 | Don't return void expressions file: [fffe4c972d] check-in: [3c7bf2e50c] user: js, branch: trunk, size: 2472 [annotate] [blame] [check-ins using] [diff] | |
2014-01-04
| ||
00:24 | Update copyright. file: [4711cab830] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 2479 [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-02-12
| ||
18:22 | Prefix all ivars with an underscore. file: [4d0eadf9ff] check-in: [e40729d406] user: js, branch: trunk, size: 2542 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [43b86d4da0] check-in: [813c00ccf0] user: js, branch: trunk, size: 2538 [annotate] [blame] [check-ins using] [diff] | |
2012-10-14
| ||
10:36 | More integer overflow checks. file: [9e2eeeec2e] check-in: [53af033b0e] user: js, branch: trunk, size: 2532 [annotate] [blame] [check-ins using] [diff] | |
00:59 | OF_INVALID_INDEX -> OF_NOT_FOUND. file: [327edac8fd] check-in: [f38744df74] user: js, branch: trunk, size: 2430 [annotate] [blame] [check-ins using] [diff] | |
00:54 | range.start -> range.location. file: [9c788f37d8] check-in: [c9433ea60d] user: js, branch: trunk, size: 2446 [annotate] [blame] [check-ins using] [diff] | |
2012-10-09
| ||
15:07 | Make use of instancetype. file: [3219b4036a] check-in: [fb515e8e24] user: js, branch: trunk, size: 2413 [annotate] [blame] [check-ins using] [diff] | |
2012-07-12
| ||
01:28 | Don't access isa directly. file: [1f6f789ff3] check-in: [8892ae9fcc] user: js, branch: trunk, size: 2399 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [535e1320bc] check-in: [ce70e17b38] user: js, branch: trunk, size: 2372 [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-09-11
| ||
14:04 | Fix -[OFArray_subarray indexOfObject:]. file: [77e6be7acc] check-in: [86a2329f2b] user: js, branch: trunk, size: 2348 [annotate] [blame] [check-ins using] [diff] | |
12:15 |
Added:
Add OFArray_subarray and OFArray_adjacenSubarray.
These will prevent a copy of an immutable array when using | |