Differences From Artifact [26c1cf1b29]:
- File
src/OFZIPArchiveEntry.m
— part of check-in
[2a27cf3000]
at
2016-01-03 00:41:26
on branch trunk
— Update copyright
While at it, also update the mail address. (user: js, size: 8625) [annotate] [blame] [check-ins using]
To Artifact [66169b3a5c]:
- File
src/OFZIPArchiveEntry.m
— part of check-in
[d3158d091f]
at
2016-01-05 22:00:03
on branch trunk
— (u)int_fast*_t -> (u)int*_t
(U)INT_FAST*_MAX is broken on Android, which makes (u)int_fast*_t
dangerous to use while it does not provide any real speed benefit. (user: js, size: 8595) [annotate] [blame] [check-ins using]
︙ | |||
237 238 239 240 241 242 243 | 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 | - - - - - - + + + + + + | [super dealloc]; } - (OFDate*)modificationDate { void *pool = objc_autoreleasePoolPush(); |
︙ |