Differences From Artifact [44c0c010d1]:
- File
utils/ofarc/GZIPArchive.m
— part of check-in
[51343e2dfc]
at
2018-06-17 16:16:34
on branch trunk
— Rename ofzip to ofarc
It supports more than just ZIP now, so the name was no longer
appropriate. (user: js, size: 4000) [annotate] [blame] [check-ins using]
To Artifact [87d3ad2899]:
- File utils/ofarc/GZIPArchive.m — part of check-in [aa0384d1bf] at 2018-07-28 18:45:36 on branch trunk — Rename OFLocalization -> OFLocale (user: js, size: 3994) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
16 17 18 19 20 21 22 | */ #include "config.h" #import "OFApplication.h" #import "OFFileManager.h" #import "OFStdIOStream.h" | | | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | */ #include "config.h" #import "OFApplication.h" #import "OFFileManager.h" #import "OFStdIOStream.h" #import "OFLocale.h" #import "GZIPArchive.h" #import "OFArc.h" static OFArc *app; static void |
︙ | ︙ |