From b99b6cdf3c18ee96da1775f7300d463fe5fe7ebb Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 8 Jan 2023 18:44:25 -0500 Subject: Update support for OS/2 Patches provided by KO Myung-Hun * NEWS: Add a note. * AUTHORS: Add a new author. * README.OS2: Updates to build instructions. * src/dir.c (dir_contents_file_exists_p): Use a stack copy when modifying a const string. * src/job.c (construct_command_argv_internal): Ditto. Reuse variables rather than re-defining them. (exec_command): Cast a const string (we don't change it anyway). * src/getopt.c (_getopt_initialize): Reference unused variables. (_getopt_internal): Add block braces to quiet the compiler. * src/main.c (main): Cast argument to child_execute_job(). * src/posixos.c (set_blocking): Reference unused variables. * src/remake.c (f_mtime): Delete useless code. --- AUTHORS | 1 + 1 file changed, 1 insertion(+) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index 9be61730..5db6fe36 100644 --- a/AUTHORS +++ b/AUTHORS @@ -47,6 +47,7 @@ GNU Make porting efforts: Earnie Boyd Troy Runkel Juan M. Guerrero + KO Myung-Hun Port to z/OS by: Igor Todorovski -- cgit v1.2.1