Differences From Artifact [9a77a0f3e7]:
- File src/OFMutableTarArchiveEntry.m — part of check-in [374e1a1bfa] at 2021-01-02 22:04:26 on branch trunk — Update copyright (user: js, size: 2095) [annotate] [blame] [check-ins using] [more...]
To Artifact [a864b37365]:
- File src/OFMutableTarArchiveEntry.m — part of check-in [795618c69f] at 2021-04-17 05:28:42 on branch new-naming-convention — Rename all types in OFTarArchive(Entry).h (user: js, size: 2089) [annotate] [blame] [check-ins using] [more...]
︙ | |||
62 63 64 65 66 67 68 | 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 | - + | - (void)setModificationDate: (OFDate *)modificationDate { OFDate *old = _modificationDate; _modificationDate = [modificationDate retain]; [old release]; } |
︙ |