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, lmh, updated. 1


From: Lyndon Nerenberg
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, lmh, updated. 1.6-branchpoint-214-gb830a51
Date: Tue, 07 Oct 2014 01:14:55 +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, lmh has been updated
       via  b830a513cb2732e5ec254e178e53a23990b8352f (commit)
       via  dd0d61be485b5451540dd031b3ddaa4ad0977d12 (commit)
       via  414b894b791f8e4b62b53f8cf9490dc7a440377f (commit)
       via  102af8dc21fb579a526fc857d6c397da6850443f (commit)
       via  6b05a2ca01ed33f7c3170cec3210f55db6a34232 (commit)
       via  57993c30f7314c641ac62117cf6e664545b7c911 (commit)
       via  e87cbb1a3008e3aef55aed9895a27300ee03f5af (commit)
      from  c516a6632ede43ce8dd189f58138fd27e0ed1427 (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 b830a513cb2732e5ec254e178e53a23990b8352f
Author: Lyndon Nerenberg <address@hidden>
Date:   Mon Oct 6 18:09:26 2014 -0700

    Finish cleanup of libmh header files.
    
    Private headers are now private to the lib/mh subdirectory.  Public
    API declarations (primarily the *sbr.h files, although there were
    others) were merged into mh.h, and the old files removed.
    
    Program binaries now only include <mh.h>, and possibly <mh_md5.h>

commit dd0d61be485b5451540dd031b3ddaa4ad0977d12
Author: Lyndon Nerenberg <address@hidden>
Date:   Mon Oct 6 18:08:42 2014 -0700

    Make binaries depend on the public headers and the library .a files.

commit 414b894b791f8e4b62b53f8cf9490dc7a440377f
Author: Lyndon Nerenberg <address@hidden>
Date:   Mon Oct 6 16:52:51 2014 -0700

    Fix #includes of libmh private heaaders in the library itself.

commit 102af8dc21fb579a526fc857d6c397da6850443f
Author: Lyndon Nerenberg <address@hidden>
Date:   Mon Oct 6 16:38:49 2014 -0700

    More on rename of mhpaths.h -> _mhpaths.h.

commit 6b05a2ca01ed33f7c3170cec3210f55db6a34232
Author: Lyndon Nerenberg <address@hidden>
Date:   Mon Oct 6 16:36:29 2014 -0700

    Part 2 of libmh.h -> mh.h rename. Also renames mhpaths.h to _mhpaths.h.

commit 57993c30f7314c641ac62117cf6e664545b7c911
Author: Charlie Root <address@hidden>
Date:   Mon Oct 6 16:33:33 2014 -0700

    Cleanup libmh include files: stage 1
    
    Rename libmh.h to mh.h.  Move the remaining h/*.h headers back
    into the lib/mh/ directory.  These are private interfaces and
    should not be exposed.
    
    This breaks the build until I fix all the #include references,
    coming in the next commit.

commit e87cbb1a3008e3aef55aed9895a27300ee03f5af
Author: Lyndon Nerenberg <address@hidden>
Date:   Mon Oct 6 16:25:16 2014 -0700

    Lua build manages public copy of lua.h in h/ directory.

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

Summary of changes:
 .gitignore                        |    3 +-
 Makefile                          |   10 +-
 cmd/Makefile                      |    4 +-
 cmd/ali.c                         |   10 +-
 cmd/anno.c                        |    3 +-
 cmd/burst.c                       |    4 +-
 cmd/comp.c                        |    4 +-
 cmd/dist.c                        |    3 +-
 cmd/flist.c                       |    3 +-
 cmd/fmttest.c                     |   11 +-
 cmd/folder.c                      |    4 +-
 cmd/forw.c                        |    4 +-
 cmd/inc.c                         |   11 +-
 cmd/install-mh.c                  |    3 +-
 cmd/mark.c                        |    3 +-
 cmd/mhbuild.c                     |    9 +-
 cmd/mhfixmsg.c                    |    5 +-
 cmd/mhl.c                         |    2 +-
 cmd/mhlist.c                      |    9 +-
 cmd/mhn.c                         |    9 +-
 cmd/mhparam.c                     |    3 +-
 cmd/mhpath.c                      |    3 +-
 cmd/mhshow.c                      |    9 +-
 cmd/mhstore.c                     |    8 +-
 cmd/msgchk.c                      |    6 +-
 cmd/new.c                         |    4 +-
 cmd/packf.c                       |    4 +-
 cmd/pick.c                        |    5 +-
 cmd/refile.c                      |    3 +-
 cmd/repl.c                        |    3 +-
 cmd/rmf.c                         |    2 +-
 cmd/rmm.c                         |    3 +-
 cmd/scan.c                        |    9 +-
 cmd/send.c                        |    2 +-
 cmd/show.c                        |    4 +-
 cmd/sortm.c                       |    4 +-
 cmd/whatnow.c                     |    2 +-
 cmd/whom.c                        |    2 +-
 h/{mhpaths.h.in => _mhpaths.h.in} |    0
 h/addrsbr.h                       |  105 --
 h/aliasbr.h                       |   51 -
 h/crawl_folders.h                 |   16 -
 h/dropsbr.h                       |   57 -
 h/fmt_compile.h                   |  110 --
 h/fmt_scan.h                      |  309 ----
 h/libmh.h                         | 1056 --------------
 h/mh.h                            | 2901 +++++++++++++++++++++++++++++++++++++
 h/mhcachesbr.h                    |   22 -
 h/mhparse.h                       |  530 -------
 h/mime.h                          |   58 -
 h/mts.h                           |   65 -
 h/picksbr.h                       |   10 -
 h/popsbr.h                        |   17 -
 h/rcvmail.h                       |    8 -
 h/scansbr.h                       |   39 -
 h/smtp.h                          |  285 ----
 h/tws.h                           |   68 -
 h/utils.h                         |   58 -
 lib/lua/Makefile                  |    8 +-
 lib/mh/Makefile                   |    2 +-
 lib/mh/addrsbr.c                  |    6 +-
 lib/mh/aliasbr.c                  |    5 +-
 lib/mh/ambigsw.c                  |    2 +-
 lib/mh/annosbr.c                  |    4 +-
 lib/mh/arglist.c                  |    3 +-
 lib/mh/atooi.c                    |    2 +-
 lib/mh/base64.c                   |    3 +-
 lib/mh/brkstring.c                |    3 +-
 lib/mh/charstring.c               |    3 +-
 lib/mh/check_charset.c            |    2 +-
 lib/mh/client.c                   |    4 +-
 lib/mh/closefds.c                 |    2 +-
 lib/mh/concat.c                   |    3 +-
 lib/mh/config.c                   |    2 +-
 lib/mh/context_del.c              |    2 +-
 lib/mh/context_find.c             |    2 +-
 lib/mh/context_foil.c             |    3 +-
 lib/mh/context_read.c             |    2 +-
 lib/mh/context_replace.c          |    3 +-
 lib/mh/context_save.c             |    2 +-
 lib/mh/copy.c                     |    2 +-
 lib/mh/copyip.c                   |    2 +-
 lib/mh/cpydata.c                  |    2 +-
 lib/mh/cpydgst.c                  |    2 +-
 lib/mh/crawl_folders.c            |    4 +-
 lib/mh/credentials.c              |    4 +-
 lib/mh/discard.c                  |    2 +-
 lib/mh/distsbr.c                  |    3 +-
 lib/mh/done.c                     |    2 +-
 lib/mh/dropsbr.c                  |    6 +-
 lib/mh/dtime.c                    |    3 +-
 lib/mh/dtimep.l                   |    3 +-
 lib/mh/encode_rfc2047.c           |    5 +-
 lib/mh/error.c                    |    2 +-
 lib/mh/escape_addresses.c         |    3 +-
 lib/mh/ext_hook.c                 |    2 +-
 lib/mh/fdcompare.c                |    2 +-
 lib/mh/fmt_addr.c                 |    5 +-
 lib/mh/fmt_compile.c              |    8 +-
 lib/mh/fmt_new.c                  |    3 +-
 lib/mh/fmt_rfc2047.c              |    3 +-
 lib/mh/fmt_scan.c                 |    7 +-
 lib/mh/folder_addmsg.c            |    2 +-
 lib/mh/folder_delmsgs.c           |    3 +-
 lib/mh/folder_free.c              |    2 +-
 lib/mh/folder_pack.c              |    2 +-
 lib/mh/folder_read.c              |    3 +-
 lib/mh/folder_realloc.c           |    3 +-
 lib/mh/forwsbr.c                  |    5 +-
 lib/mh/gans.c                     |    2 +-
 lib/mh/getans.c                   |    2 +-
 lib/mh/getansreadline.c           |    2 +-
 lib/mh/getanswer.c                |    2 +-
 lib/mh/getarguments.c             |    3 +-
 lib/mh/getcpy.c                   |    3 +-
 lib/mh/geteditor.c                |    3 +-
 lib/mh/getfolder.c                |    2 +-
 lib/mh/getpass.c                  |    2 +-
 lib/mh/lock_file.c                |    4 +-
 lib/mh/m_atoi.c                   |    2 +-
 lib/mh/m_backup.c                 |    2 +-
 lib/mh/m_convert.c                |    2 +-
 lib/mh/m_draft.c                  |    3 +-
 lib/mh/m_getfld.c                 |    4 +-
 lib/mh/m_gmprot.c                 |    2 +-
 lib/mh/m_maildir.c                |    2 +-
 lib/mh/m_mktemp.c                 |    3 +-
 lib/mh/m_name.c                   |    2 +-
 lib/mh/m_popen.c                  |    2 +-
 lib/mh/m_rand.c                   |    2 +-
 lib/mh/makedir.c                  |    2 +-
 lib/mh/message_id.c               |    2 +-
 lib/mh/mf.c                       |    5 +-
 {h => lib/mh}/mf.h                |    0
 lib/mh/mhbuildsbr.c               |    9 +-
 lib/mh/mhcachesbr.c               |    9 +-
 lib/mh/mhfree.c                   |    4 +-
 lib/mh/mhlistsbr.c                |    7 +-
 lib/mh/mhlsbr.c                   |   20 +-
 lib/mh/mhmisc.c                   |    5 +-
 lib/mh/mhoutsbr.c                 |    6 +-
 lib/mh/mhparse.c                  |   10 +-
 lib/mh/mhshowsbr.c                |   10 +-
 lib/mh/mhstoresbr.c               |    8 +-
 lib/mh/mime_type.c                |    4 +-
 lib/mh/mts.c                      |    5 +-
 lib/mh/path.c                     |    2 +-
 lib/mh/peekc.c                    |    2 +-
 lib/mh/picksbr.c                  |    5 +-
 lib/mh/pidstatus.c                |    2 +-
 lib/mh/pidwait.c                  |    2 +-
 lib/mh/popsbr.c                   |    6 +-
 lib/mh/print_help.c               |    2 +-
 lib/mh/print_sw.c                 |    2 +-
 lib/mh/print_version.c            |    2 +-
 lib/mh/push.c                     |    2 +-
 lib/mh/putenv.c                   |    3 +-
 lib/mh/r1bindex.c                 |    2 +-
 lib/mh/readconfig.c               |    3 +-
 lib/mh/refile.c                   |    2 +-
 lib/mh/remdir.c                   |    2 +-
 lib/mh/replsbr.c                  |    5 +-
 lib/mh/ruserpass.c                |    3 +-
 lib/mh/scansbr.c                  |    7 +-
 lib/mh/sendsbr.c                  |   10 +-
 lib/mh/seq_add.c                  |    2 +-
 lib/mh/seq_bits.c                 |    2 +-
 lib/mh/seq_del.c                  |    2 +-
 lib/mh/seq_getnum.c               |    2 +-
 lib/mh/seq_list.c                 |    3 +-
 lib/mh/seq_nameok.c               |    2 +-
 lib/mh/seq_print.c                |    2 +-
 lib/mh/seq_read.c                 |    3 +-
 lib/mh/seq_save.c                 |    2 +-
 lib/mh/seq_setcur.c               |    2 +-
 lib/mh/seq_setprev.c              |    2 +-
 lib/mh/seq_setunseen.c            |    2 +-
 lib/mh/showfile.c                 |    2 +-
 lib/mh/signals.c                  |    2 +-
 lib/mh/smatch.c                   |    2 +-
 lib/mh/smtp.c                     |    5 +-
 lib/mh/snprintb.c                 |    2 +-
 lib/mh/ssequal.c                  |    2 +-
 lib/mh/strindex.c                 |    2 +-
 lib/mh/terminal.c                 |    3 +-
 lib/mh/trimcpy.c                  |    3 +-
 lib/mh/unquote.c                  |    2 +-
 lib/mh/uprf.c                     |    2 +-
 lib/mh/utils.c                    |    3 +-
 lib/mh/vector.c                   |    3 +-
 lib/mh/version.c                  |    2 +-
 lib/mh/vfgets.c                   |    3 +-
 lib/mh/whatnowproc.c              |    2 +-
 lib/mh/whatnowsbr.c               |    4 +-
 libexec/Makefile                  |    4 +-
 libexec/ap.c                      |    5 +-
 libexec/dp.c                      |    4 +-
 libexec/fmtdump.c                 |    7 +-
 libexec/mkstemp.c                 |    2 +-
 libexec/post.c                    |   12 +-
 libexec/prompter.c                |    2 +-
 libexec/rcvdist.c                 |    7 +-
 libexec/rcvpack.c                 |    6 +-
 libexec/rcvstore.c                |    3 +-
 libexec/rcvtty.c                  |    6 +-
 libexec/slocal.c                  |    7 +-
 libexec/viamail.c                 |    6 +-
 207 files changed, 3126 insertions(+), 3354 deletions(-)
 rename h/{mhpaths.h.in => _mhpaths.h.in} (100%)
 delete mode 100644 h/addrsbr.h
 delete mode 100644 h/aliasbr.h
 delete mode 100644 h/crawl_folders.h
 delete mode 100644 h/dropsbr.h
 delete mode 100644 h/fmt_compile.h
 delete mode 100644 h/fmt_scan.h
 delete mode 100644 h/libmh.h
 create mode 100644 h/mh.h
 delete mode 100644 h/mhcachesbr.h
 delete mode 100644 h/mhparse.h
 delete mode 100644 h/mime.h
 delete mode 100644 h/mts.h
 delete mode 100644 h/picksbr.h
 delete mode 100644 h/popsbr.h
 delete mode 100644 h/rcvmail.h
 delete mode 100644 h/scansbr.h
 delete mode 100644 h/smtp.h
 delete mode 100644 h/tws.h
 delete mode 100644 h/utils.h
 rename {h => lib/mh}/mf.h (100%)


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



reply via email to

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