linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] Add some <stdint.h> types
@ 2020-09-29  8:25 Alejandro Colomar
  2020-09-29 10:30 ` [PATCH v2 " Alejandro Colomar
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Alejandro Colomar @ 2020-09-29  8:25 UTC (permalink / raw)
  To: mtk.manpages; +Cc: Alejandro Colomar, linux-man, libc-alpha, gcc

Hi Michael,

I started with <stdint.h> types.
I joined them by groups:
intN_t instead of having an entry for each int8_t, int16_t, ...
I think that way I could better explain the types, common things,
differences, and exceptions.

I'll wait until you review them to write about the remaining <stdint.h>
types: [u]int_leastN_t, [u]int_fastN_t, and [u]intptr_t.

Thanks,

Alex


Alejandro Colomar (8):
  system_data_types.7: Add 'intmax_t'
  intmax_t.3: New link to system_data_types(7)
  system_data_types.7: Add 'uintmax_t'
  uintmax_t.3: New link to system_data_types(7)
  system_data_types.7: Add intN_t family of types
  int8_t.3, int16_t.3, int32_t.3, int64_t.3, intN_t.3: New links to
    system_data_types(7)
  system_data_types.7: Add uintN_t family of types
  uint8_t.3, uint16_t.3, uint32_t.3, uint64_t.3, uintN_t.3: New links to
    system_data_types(7)

 man3/int16_t.3           |   1 +
 man3/int32_t.3           |   1 +
 man3/int64_t.3           |   1 +
 man3/int8_t.3            |   1 +
 man3/intN_t.3            |   1 +
 man3/intmax_t.3          |   1 +
 man3/uint16_t.3          |   1 +
 man3/uint32_t.3          |   1 +
 man3/uint64_t.3          |   1 +
 man3/uint8_t.3           |   1 +
 man3/uintN_t.3           |   1 +
 man3/uintmax_t.3         |   1 +
 man7/system_data_types.7 | 272 +++++++++++++++++++++++++++++++++++++++
 13 files changed, 284 insertions(+)
 create mode 100644 man3/int16_t.3
 create mode 100644 man3/int32_t.3
 create mode 100644 man3/int64_t.3
 create mode 100644 man3/int8_t.3
 create mode 100644 man3/intN_t.3
 create mode 100644 man3/intmax_t.3
 create mode 100644 man3/uint16_t.3
 create mode 100644 man3/uint32_t.3
 create mode 100644 man3/uint64_t.3
 create mode 100644 man3/uint8_t.3
 create mode 100644 man3/uintN_t.3
 create mode 100644 man3/uintmax_t.3

-- 
2.28.0


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2020-09-29 12:24 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-29  8:25 [PATCH 0/8] Add some <stdint.h> types Alejandro Colomar
2020-09-29 10:30 ` [PATCH v2 " Alejandro Colomar
2020-09-29 10:34   ` Alejandro Colomar
2020-09-29 10:30 ` [PATCH v2 1/8] system_data_types.7: Add 'intmax_t' Alejandro Colomar
2020-09-29 10:30 ` [PATCH v2 2/8] intmax_t.3: New link to system_data_types(7) Alejandro Colomar
2020-09-29 10:30 ` [PATCH v2 3/8] system_data_types.7: Add 'uintmax_t' Alejandro Colomar
2020-09-29 10:30 ` [PATCH v2 4/8] uintmax_t.3: New link to system_data_types(7) Alejandro Colomar
2020-09-29 10:30 ` [PATCH v2 5/8] system_data_types.7: Add intN_t family of types Alejandro Colomar
2020-09-29 10:30 ` [PATCH v2 6/8] int8_t.3, int16_t.3, int32_t.3, int64_t.3, intN_t.3: New links to system_data_types(7) Alejandro Colomar
2020-09-29 10:30 ` [PATCH v2 7/8] system_data_types.7: Add uintN_t family of types Alejandro Colomar
2020-09-29 10:30 ` [PATCH v2 8/8] uint8_t.3, uint16_t.3, uint32_t.3, uint64_t.3, uintN_t.3: New links to system_data_types(7) Alejandro Colomar
2020-09-29 11:50 ` [PATCH 0/8] Add some <stdint.h> types Michael Kerrisk (man-pages)
2020-09-29 12:24   ` Alejandro Colomar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).