nmh-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated


From: David Levine
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.6-branchpoint-134-g92128da
Date: Mon, 25 Aug 2014 02:22:25 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".

The branch, master has been updated
       via  92128dacf8d5db02379e8f872dc50d31c6aaa55f (commit)
       via  11e2fb2dbbc074cce78d62fdf425e6bbf1918949 (commit)
       via  c61294eca5edf4f245c2d8818bf53d3bdc3d80c1 (commit)
      from  5ad0135dfcb6f0861627ebfcb92b8455d9b82e40 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 92128dacf8d5db02379e8f872dc50d31c6aaa55f
Author: David Levine <address@hidden>
Date:   Sun Aug 24 21:19:10 2014 -0500

    Dynamically allocate space for the output of fmt_scan(), using
    charstring_t, so a fixed sized output buffer is no longer needed.
    Also got rid of scanl global.

commit 11e2fb2dbbc074cce78d62fdf425e6bbf1918949
Author: David Levine <address@hidden>
Date:   Sun Aug 24 12:06:40 2014 -0500

    Added const to last argument of trace_cb signature, it'll be
    needed for use with charstring.

commit c61294eca5edf4f245c2d8818bf53d3bdc3d80c1
Author: David Levine <address@hidden>
Date:   Sun Aug 24 08:23:55 2014 -0500

    Added charstring "class".

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am      |    4 +-
 h/fmt_scan.h     |   16 ++--
 h/mh.h           |   28 ++++
 h/scansbr.h      |    5 +-
 man/fmttest.man  |   16 +--
 sbr/charstring.c |  179 ++++++++++++++++++++++++++
 sbr/fmt_scan.c   |  368 ++++++++++++++++++++++++++++-------------------------
 uip/ap.c         |    9 +-
 uip/comp.c       |   10 +-
 uip/dp.c         |    7 +-
 uip/fmttest.c    |   99 +++++++--------
 uip/forwsbr.c    |   11 +-
 uip/inc.c        |   25 +++-
 uip/mhlsbr.c     |   39 ++++--
 uip/mhshowsbr.c  |    7 +-
 uip/rcvdist.c    |   11 +-
 uip/rcvtty.c     |   16 ++-
 uip/replsbr.c    |   11 +-
 uip/scan.c       |   10 ++-
 uip/scansbr.c    |   25 ++---
 20 files changed, 566 insertions(+), 330 deletions(-)
 create mode 100644 sbr/charstring.c


hooks/post-receive
-- 
The nmh Mail Handling System



reply via email to

[Prev in Thread] Current Thread [Next in Thread]