Overview
| Comment: | Add OFMutableZooArchiveEntry |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
d631674979f9032ef97395401b5fcc6b |
| User & Date: | js on 2024-03-02 18:45:47 |
| Other Links: | manifest | tags |
Context
|
2024-03-02
| ||
| 18:52 | OFMutableZooArchiveEntry: Support for local time (check-in: f8e24e08f5 user: js tags: trunk) | |
| 18:45 | Add OFMutableZooArchiveEntry (check-in: d631674979 user: js tags: trunk) | |
| 17:58 | Fix documentation for mutable classes (check-in: 18045dffca user: js tags: trunk) | |
Changes
Modified src/Makefile from [fc3f492094] to [2ac3433b66].
| ︙ | |||
51 52 53 54 55 56 57 58 59 60 61 62 63 64 | 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | + |
OFMutableLHAArchiveEntry.m \
OFMutablePair.m \
OFMutableSet.m \
OFMutableString.m \
OFMutableTarArchiveEntry.m \
OFMutableTriple.m \
OFMutableZIPArchiveEntry.m \
OFMutableZooArchiveEntry.m \
OFNotification.m \
OFNotificationCenter.m \
OFNull.m \
OFNumber.m \
OFObject.m \
OFObject+KeyValueCoding.m \
OFOnce.m \
|
| ︙ |
Modified src/OFMutableLHAArchiveEntry.h from [bf622fc22c] to [315ae80199].
| ︙ | |||
10 11 12 13 14 15 16 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | - | * Alternatively, it may be distributed under the terms of the GNU General * Public License, either version 2 or 3, which can be found in the file * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ #import "OFLHAArchiveEntry.h" |
| ︙ |
Modified src/OFMutableLHAArchiveEntry.m from [7c8fd92ff1] to [9d7e559898].
| ︙ | |||
13 14 15 16 17 18 19 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | - | * file. */ #include "config.h" #import "OFMutableLHAArchiveEntry.h" #import "OFLHAArchiveEntry+Private.h" |
| ︙ |
Modified src/OFMutableTarArchiveEntry.h from [1adaffd665] to [19379cd18c].
| ︙ | |||
10 11 12 13 14 15 16 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | - | * Alternatively, it may be distributed under the terms of the GNU General * Public License, either version 2 or 3, which can be found in the file * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ #import "OFTarArchiveEntry.h" |
| ︙ |
Modified src/OFMutableZIPArchiveEntry.h from [2c44770ad2] to [c307086d80].
| ︙ | |||
10 11 12 13 14 15 16 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | - | * Alternatively, it may be distributed under the terms of the GNU General * Public License, either version 2 or 3, which can be found in the file * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ #import "OFZIPArchiveEntry.h" |
| ︙ |
Modified src/OFMutableZIPArchiveEntry.m from [f4a3f02da1] to [1aea0e1342].
| ︙ | |||
13 14 15 16 17 18 19 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | - - - + + + | * file. */ #include "config.h" #import "OFMutableZIPArchiveEntry.h" #import "OFZIPArchiveEntry+Private.h" |
| ︙ |
Added src/OFMutableZooArchiveEntry.h version [e624065819].