~vcs-imports/make/master

Viewing all changes in revision 2655.

  • Committer: Paul Smith
  • Date: 2020-05-03 18:54:56 UTC
  • Revision ID: git-v1:177054021733fde825184b29f7b9435027d255ef
[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.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: