All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wainer dos Santos Moschetta <wainersm-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Cc: gftg-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org,
	linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH v3 0/6] Add strfromd.3: changelog
Date: Wed,  7 Dec 2016 10:54:48 -0200	[thread overview]
Message-ID: <cover.1481114754.git.wainersm@linux.vnet.ibm.com> (raw)
In-Reply-To: <bf67bf0f-0ac8-9d88-3a07-3f705e1f743e-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

This patch set has following changes since v2:
 - In EXAMPLES, replaced use of malloc with char[ssize]
 - In NOTES, s/depends on/take account of

Wainer dos Santos Moschetta (6):
  Add strfromd.3
  strfromf.3: add link to strfromd(3)
  strfroml.3: add link to strfromd(3)
  atof.3: SEE ALSO: add strfromd(3)
  printf.3: SEE ALSO: add strfromd(3)
  strtod.3: SEE ALSO: add strfromd(3)

 man3/atof.3     |   1 +
 man3/printf.3   |   1 +
 man3/strfromd.3 | 255 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 man3/strfromf.3 |   1 +
 man3/strfroml.3 |   1 +
 man3/strtod.3   |   1 +
 6 files changed, 260 insertions(+)
 create mode 100644 man3/strfromd.3
 create mode 100644 man3/strfromf.3
 create mode 100644 man3/strfroml.3

-- 
2.9.3

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2016-12-07 12:54 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-30 19:22 RFC: man-page for strfrom functions Wainer S. Moschetta
     [not found] ` <e277d505-797f-acaf-2fce-56de92db5030-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2016-12-01 17:15   ` Michael Kerrisk (man-pages)
     [not found]     ` <ac388dba-b7e4-b33e-7c43-eda88a8e4ac5-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-12-02 19:55       ` [PATCH] Add strfrom.3 Wainer dos Santos Moschetta
     [not found]         ` <20161202195509.10640-1-wainersm-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2016-12-03 14:14           ` Michael Kerrisk (man-pages)
     [not found]             ` <c5d0be31-9c1d-000a-89ac-a18909ef4ac5-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-12-05 18:30               ` [PATCH v2 0/6] Add strfromd.3: changelog Wainer dos Santos Moschetta
     [not found]                 ` <cover.1480961953.git.wainersm-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2016-12-05 18:30                   ` [PATCH v2 1/6] Add strfromd.3 Wainer dos Santos Moschetta
     [not found]                     ` <22cf57d5501526616e3f63d00102ce7cbf7e7287.1480961953.git.wainersm-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2016-12-05 22:29                       ` Michael Kerrisk (man-pages)
     [not found]                         ` <bf67bf0f-0ac8-9d88-3a07-3f705e1f743e-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-12-06 12:49                           ` Wainer S. Moschetta
2016-12-07 12:54                           ` Wainer dos Santos Moschetta [this message]
     [not found]                             ` <cover.1481114754.git.wainersm-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2016-12-07 12:54                               ` [PATCH v3 " Wainer dos Santos Moschetta
     [not found]                                 ` <2e277803abb58cd3d15ff5d26d667ac095df2562.1481114754.git.wainersm-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2016-12-07 15:51                                   ` Michael Kerrisk (man-pages)
2016-12-07 12:54                               ` [PATCH v3 2/6] strfromf.3: add link to strfromd(3) Wainer dos Santos Moschetta
2016-12-07 12:54                               ` [PATCH v3 3/6] strfroml.3: " Wainer dos Santos Moschetta
2016-12-07 12:54                               ` [PATCH v3 4/6] atof.3: SEE ALSO: add strfromd(3) Wainer dos Santos Moschetta
2016-12-07 12:54                               ` [PATCH v3 5/6] printf.3: " Wainer dos Santos Moschetta
2016-12-07 12:54                               ` [PATCH v3 6/6] strtod.3: " Wainer dos Santos Moschetta
2016-12-05 18:30                   ` [PATCH v2 2/6] strfromf.3: add link to strfromd(3) Wainer dos Santos Moschetta
2016-12-05 18:30                   ` [PATCH v2 3/6] strfroml.3: " Wainer dos Santos Moschetta
2016-12-05 18:30                   ` [PATCH v2 4/6] atof.3: SEE ALSO: add strfromd(3) Wainer dos Santos Moschetta
2016-12-05 18:30                   ` [PATCH v2 5/6] printf.3: " Wainer dos Santos Moschetta
2016-12-05 18:30                   ` [PATCH v2 6/6] strtod.3: " Wainer dos Santos Moschetta

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1481114754.git.wainersm@linux.vnet.ibm.com \
    --to=wainersm-23vcf4htsmix0ybbhkvfkdbpr1lh4cv8@public.gmane.org \
    --cc=gftg-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org \
    --cc=linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.