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.5-branchpoint-637-ge491542
Date: Sun, 31 Mar 2013 16:48:27 +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  e491542da563673b49c6f6df9948ffaffbeed4fb (commit)
       via  3dc0fe0bcb41205700cf9229cb6d7bbfd95a3c2a (commit)
      from  26cad4056c927e609753103897a60d00611ac9f7 (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 e491542da563673b49c6f6df9948ffaffbeed4fb
Author: David Levine <address@hidden>
Date:   Sun Mar 31 11:45:09 2013 -0500

    Removed limit on maximum number of sequences in a folder.
    Dynamically sized vectors in sbr/vector.c were added to support
    this.  Their sizes are limited only by virtual memory.

commit 3dc0fe0bcb41205700cf9229cb6d7bbfd95a3c2a
Author: David Levine <address@hidden>
Date:   Sat Mar 30 09:53:10 2013 -0500

    Moved #include <assert.h> to h/nmh.h.

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

Summary of changes:
 Makefile.am                |    4 +-
 docs/TODO                  |    3 -
 docs/pending-release-notes |    2 +-
 h/mh.h                     |  135 ++++++++++++++---------
 h/msh.h                    |   10 ++-
 h/nmh.h                    |    1 +
 man/mark.man               |   10 +--
 sbr/escape_addresses.c     |    6 +-
 sbr/folder_free.c          |   15 ++-
 sbr/folder_read.c          |   10 ++-
 sbr/folder_realloc.c       |   29 +++++-
 sbr/m_getfld.c             |    2 +-
 sbr/seq_add.c              |   22 +---
 sbr/seq_bits.c             |   16 +++-
 sbr/seq_del.c              |   17 +--
 sbr/seq_getnum.c           |    6 +-
 sbr/seq_print.c            |    8 +-
 sbr/seq_read.c             |   20 +---
 sbr/seq_save.c             |   11 +-
 sbr/vector.c               |  257 ++++++++++++++++++++++++++++++++++++++++++++
 test/sequences/test-mark   |   15 +++-
 uip/flist.c                |   90 ++++++++--------
 uip/fmttest.c              |    8 +-
 uip/mark.c                 |   32 +++---
 uip/msh.c                  |    3 +-
 uip/mshcmds.c              |   15 ++-
 uip/new.c                  |   18 ++--
 uip/pick.c                 |   21 ++--
 uip/rcvstore.c             |   23 +++--
 uip/refile.c               |    9 +-
 uip/scan.c                 |    8 +-
 uip/sortm.c                |    8 +-
 32 files changed, 580 insertions(+), 254 deletions(-)
 create mode 100644 sbr/vector.c


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



reply via email to

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