History of file src/OFArray_adjacentSubarray.m at check-in 319709fff1082490
2019-06-17
| ||
02:33 | Deleted: Remove underscores from class names check-in: [17d57e01ff] user: js, branch: trunk, size: 0 | |
2019-03-08
| ||
00:35 | Use dot syntax file: [71c6741d2d] check-in: [bceb7ed4c9] user: js, branch: trunk, size: 1642 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [3bce39d414] check-in: [0509d7a844] user: js, branch: trunk, size: 1652 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [9aab90f185] check-in: [7e5c81e186] user: js, branch: trunk, size: 1646 [annotate] [blame] [check-ins using] [diff] | |
2017-11-11
| ||
23:27 | Small optimization for -[isEqual:] file: [20b791246d] check-in: [526feacebc] user: js, branch: trunk, size: 1623 [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: [d63ca8de44] check-in: [4af49a13c3] user: js, branch: trunk, size: 1586 [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-02-21
| ||
15:37 | Make use of C99-style for loops file: [a1caaaae82] check-in: [e0b9167693] user: js, branch: trunk, size: 1579 [annotate] [blame] [check-ins using] [diff] | |
2016-01-03
| ||
00:41 |
Update copyright
While at it, also update the mail address. file: [1abd78bce4] check-in: [2a27cf3000] user: js, branch: trunk, size: 1587 [annotate] [blame] [check-ins using] [diff] | |
2015-01-03
| ||
20:57 | Update copyright file: [4643f61885] check-in: [cfd374b906] user: js, branch: trunk, size: 1583 [annotate] [blame] [check-ins using] [diff] | |
2014-07-16
| ||
17:02 |
Fix check in -[OFDictionary_hashtable isEqual:]
Instead of checking the passed dictionary, this checked self, which of While at it, use -[isKindOfClass:] instead for the check. file: [bfc5d5e2ae] check-in: [2ecede1f96] user: js, branch: trunk, size: 1577 [annotate] [blame] [check-ins using] [diff] | |
2014-06-16
| ||
15:06 |
Make return type of -[OFArray objects] const
After all, this might (and does for OFArray_adjacent!) return an | |
2014-01-04
| ||
00:24 | Update copyright. file: [e067dd075f] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1604 [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 | |
2013-02-12
| ||
18:22 | Prefix all ivars with an underscore. file: [57128f3980] check-in: [e40729d406] user: js, branch: trunk, size: 1588 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [8222b3a3eb] check-in: [813c00ccf0] user: js, branch: trunk, size: 1583 [annotate] [blame] [check-ins using] [diff] | |
2012-10-14
| ||
00:54 | range.start -> range.location. file: [27e54c8e9a] check-in: [c9433ea60d] user: js, branch: trunk, size: 1577 [annotate] [blame] [check-ins using] [diff] | |
2012-03-12
| ||
11:54 |
OFArray: +[arrayWithCArray:length:] -> +[arrayWithObjects:count:].
This is required for the new array literals. file: [eb001a037a] check-in: [008be86a16] user: js, branch: trunk, size: 1574 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [93b321ec4d] check-in: [ce70e17b38] user: js, branch: trunk, size: 1561 [annotate] [blame] [check-ins using] [diff] | |
2011-09-11
| ||
12:15 |
Added:
Add OFArray_subarray and OFArray_adjacenSubarray.
These will prevent a copy of an immutable array when using | |