[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated
From: |
Ralph Corderoy |
Subject: |
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.6-branchpoint-1036-g9879afe |
Date: |
Tue, 1 Nov 2016 00:52:43 +0000 (UTC) |
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 9879afee9da168e47567ceb39a066cd75daf3926 (commit)
via 9a252767b2fc48d8f6d2aaabdcb77a5ce1dbad00 (commit)
via 06d294bec2a41d0f6bbbf77d927292ada9464ced (commit)
via 171ad462ce7582196f91f93f91f99fc60a21189e (commit)
via f45a7fb59b6295345d10af89d3b1ac5e811f2cd9 (commit)
via 6f00b318211388fcc346023dd37c80e8ea7e1703 (commit)
via f139ce94a95fd895d8b4b74826660ab076ed5129 (commit)
from 36c39624a208467bf2bd1d7155b85edcfc5b07ae (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 9879afee9da168e47567ceb39a066cd75daf3926
Author: Ralph Corderoy <address@hidden>
Date: Tue Nov 1 00:41:58 2016 +0000
uip/comp.c: Increase coverage.
commit 9a252767b2fc48d8f6d2aaabdcb77a5ce1dbad00
Author: Ralph Corderoy <address@hidden>
Date: Tue Nov 1 00:17:47 2016 +0000
uip/burst.c: Increase coverage.
commit 06d294bec2a41d0f6bbbf77d927292ada9464ced
Author: Ralph Corderoy <address@hidden>
Date: Tue Nov 1 00:08:02 2016 +0000
uip/anno.c: Increase coverage.
commit 171ad462ce7582196f91f93f91f99fc60a21189e
Author: Ralph Corderoy <address@hidden>
Date: Tue Nov 1 00:05:42 2016 +0000
anno: Stop segmentation violation on `-number 0'.
If atoi(3) returned zero, either because `0' was given or the number
could not be parsed, then the error message dereferenced an invalid
pointer. Found when trying to increase coverage with check_exit.
commit f45a7fb59b6295345d10af89d3b1ac5e811f2cd9
Author: Ralph Corderoy <address@hidden>
Date: Mon Oct 31 23:13:02 2016 +0000
uip/ali.c: Increase coverage.
commit 6f00b318211388fcc346023dd37c80e8ea7e1703
Author: Ralph Corderoy <address@hidden>
Date: Mon Oct 31 18:36:19 2016 +0000
ali: Fix a memory leak spotted by valgrind.
commit f139ce94a95fd895d8b4b74826660ab076ed5129
Author: Ralph Corderoy <address@hidden>
Date: Mon Oct 31 18:18:07 2016 +0000
mhbuild's fgetstr(): simplify source, logic untouched.
The tests aren't getting 100% coverage and the nested assignments make
it harder to see what's happening, and what needs to happen to gain
coverage. Hoist invariants so it's clear they're such to the reader and
not just the compiler.
-----------------------------------------------------------------------
Summary of changes:
test/ali/test-ali | 5 +++++
test/anno/test-anno | 17 +++++++++++++++++
test/burst/test-burst | 8 ++++++++
test/comp/test-comp-format | 26 ++++++++++++++++++++++++++
uip/ali.c | 6 +++++-
uip/anno.c | 2 +-
uip/mhbuildsbr.c | 25 +++++++++++++------------
7 files changed, 75 insertions(+), 14 deletions(-)
hooks/post-receive
--
The nmh Mail Handling System
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.6-branchpoint-1036-g9879afe,
Ralph Corderoy <=