[Rpm-maint] [rpm-software-management/rpm] More work on the Reference Manual (#1691)
Florian Festi
notifications at github.com
Thu Jan 20 16:11:12 UTC 2022
@ffesti commented on this pull request.
> +There are four unsigned integer types for RPM tags:
+
+* `int8`
+* `int16`
+* `int32`
+* `int64`
+
+`int8` and `int16` are rarely used. Most integer tags are `int32` with a few `int64` replacements where 32 bits were just not enough. These being unsigned limits time stamps to 1970-01-01 and later.
+
+Additionally there is a `char` datatype that is also only used once.
+
+There is a `bin` datatype for arbitrary data that is basically an `char` array.
+
+There are two string types: Plain `string` with is zero terminated and of arbitary length (within the header size restriction).
+
+`i18nstring`s are translated to the requested local when queried.
Well, there is a section on arrays in general just below. I don't think I need to treat string arrays special here.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1691#discussion_r788919917
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/1691/review/858476231 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20220120/1be90ebb/attachment.html>
More information about the Rpm-maint
mailing list