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: Eric Gillespie
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.6-branchpoint-339-g840b3f0
Date: Sun, 10 Apr 2016 06:13: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  840b3f0e45a43b8378e88c66f004b2f186662e35 (commit)
      from  961d5bf9387fcaa225caa2bc72c71d8bc8d64849 (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 840b3f0e45a43b8378e88c66f004b2f186662e35
Author: Eric Gillespie <address@hidden>
Date:   Sun Apr 3 08:23:11 2016 +0000

    Rename and document functions that read from stdin.
    
    - gans becomes read_switch
    - getans becomes read_switch_multiword
    - getans_via_readline becomes read_switch_multiword_via_readline
    - getanswer becomes read_yes_or_no_if_tty
    - install-mh.c geta becomes read_line

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

Summary of changes:
 Makefile.am          |    2 +-
 h/prototypes.h       |   54 +++++++++++++++++++++++++++++++++++++++----------
 sbr/ambigsw.c        |    2 +-
 sbr/context_read.c   |    2 +-
 sbr/error.c          |    6 ++--
 sbr/gans.c           |    4 +-
 sbr/getans.c         |    2 +-
 sbr/getansreadline.c |    2 +-
 sbr/getanswer.c      |    4 +-
 sbr/makedir.c        |    2 +-
 sbr/print_sw.c       |    2 +-
 sbr/read_line.c      |   16 ++++++++++++++
 sbr/smatch.c         |    6 ++--
 sbr/ssequal.c        |    2 +-
 sbr/utils.c          |    2 +-
 uip/comp.c           |    3 +-
 uip/dist.c           |    3 +-
 uip/forw.c           |    3 +-
 uip/inc.c            |    2 +-
 uip/install-mh.c     |   40 +++++++++++-------------------------
 uip/mhcachesbr.c     |    2 +-
 uip/mhmisc.c         |    2 +-
 uip/mhparse.c        |    4 +-
 uip/mhstoresbr.c     |    2 +-
 uip/packf.c          |    2 +-
 uip/repl.c           |    3 +-
 uip/replsbr.c        |    2 +-
 uip/rmf.c            |    2 +-
 uip/send.c           |    2 +-
 uip/whatnowsbr.c     |    4 +-
 30 files changed, 110 insertions(+), 74 deletions(-)
 create mode 100644 sbr/read_line.c


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



reply via email to

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