[SCM] make branch, master, updated. 4.3-18-g1770540
[email protected] (Paul D. Smith) Sun, 3 May 2020 15:02:45 -0400 (EDT)
| Newsgroups | gmane.comp.gnu.make.devel |
|---|---|
| Message-ID | <[email protected]> |
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 "make".
The branch, master has been updated
via 177054021733fde825184b29f7b9435027d255ef (commit)
from c8a6263eb519ccca6ef87fc405a53d255dc0b2e1 (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 177054021733fde825184b29f7b9435027d255ef
Author: Paul Smith <[email protected]>
Date: Sun May 3 14:54:56 2020 -0400
[SV 57930] Cast char to unsigned char to call ctype functions
This cast was already done almost everywhere: fix some stragglers.
* src/load.c (load_file): Cast char to unsigned char.
* src/misc.c (strcasecmp, strncasecmp): [!POSIX] Ditto.
* src/dir.c (vms_hash): [VMS] Ditto.
* src/vms_progname.c (set_program_name): [VMS] Ditto.
* src/vms_jobs.c (posix_parse_dq): [VMS] Ditto.
(posix_parse_dollar): [VMS] Ditto.
(build_vms_cmd): [VMS] Ditto.
(child_execute_job): [VMS] Ditto.
-----------------------------------------------------------------------
Summary of changes:
src/dir.c | 2 +-
src/load.c | 2 +-
src/misc.c | 8 ++++----
src/vms_progname.c | 2 +-
src/vmsjobs.c | 18 +++++++++---------
5 files changed, 16 insertions(+), 16 deletions(-)
hooks/post-receive
--
make