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: Ken Hornstein
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.5-branchpoint-942-gf0ee3d7
Date: Thu, 02 Jan 2014 20:06:29 +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  f0ee3d7fb3390b1c0a1293bfd034242872198845 (commit)
       via  b83f328aa3deb6a1ee889e54dcec6981d2ac3498 (commit)
       via  b7e1a1d30fd5478456f2a19f0fbb7bc1e6388109 (commit)
       via  a1b240a346fc825a4ae88e1374d342430e1e5b3f (commit)
       via  8163f29d121fad5574764903c8e2a04bddeb0c8d (commit)
      from  799d60bd3ffa116dd0ee08cba1017cba3c4dbad8 (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 f0ee3d7fb3390b1c0a1293bfd034242872198845
Author: Ken Hornstein <address@hidden>
Date:   Thu Jan 2 15:04:17 2014 -0500

    Always emit an STR instruction for terminal escape sequences, otherwise you
    can get unintended results (like printint the previous contents of the str
    register, which is almost certainly what you don't want).

commit b83f328aa3deb6a1ee889e54dcec6981d2ac3498
Author: Ken Hornstein <address@hidden>
Date:   Thu Jan 2 15:00:46 2014 -0500

    Switch from the M-X format for characters with the high bit set to
    \xXX instead when printing format strings and other characters.

commit b7e1a1d30fd5478456f2a19f0fbb7bc1e6388109
Author: Ken Hornstein <address@hidden>
Date:   Thu Jan 2 14:46:52 2014 -0500

    Fix problem with %(putlit) and %(zputlit) causing a SIGSEGV
    if str is NULL.

commit a1b240a346fc825a4ae88e1374d342430e1e5b3f
Author: Ken Hornstein <address@hidden>
Date:   Thu Jan 2 13:54:07 2014 -0500

    Drop support for different behavior on hardcopy terminals.  It's 2014,
    I'm assuming this is not a valid concern anymore.

commit 8163f29d121fad5574764903c8e2a04bddeb0c8d
Author: Ken Hornstein <address@hidden>
Date:   Thu Jan 2 11:38:20 2014 -0500

    Move the termsbr code into the libmh library, where it belongs.

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

Summary of changes:
 Makefile.am                     |   39 ++++++++++++++++++-------------------
 docs/pending-release-notes      |    2 +
 h/prototypes.h                  |    1 -
 sbr/fmt_compile.c               |    9 ++++---
 sbr/fmt_scan.c                  |   40 ++++++++++++++++++++------------------
 uip/termsbr.c => sbr/terminal.c |   14 -------------
 test/format/test-nullstr        |   31 ++++++++++++++++++++++++++++++
 uip/fmttest.c                   |    7 +----
 uip/mhlsbr.c                    |    2 +-
 9 files changed, 81 insertions(+), 64 deletions(-)
 rename uip/termsbr.c => sbr/terminal.c (93%)
 create mode 100755 test/format/test-nullstr


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



reply via email to

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