]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0023: xxd: few problems with EBCDIC for z/OS (MVS) v9.1.0023
authorIgor Todorovski <itodorov@ca.ibm.com>
Tue, 9 Jan 2024 21:05:48 +0000 (21:05 +0000)
committerChristian Brabandt <cb@256bit.org>
Fri, 12 Jan 2024 16:53:18 +0000 (17:53 +0100)
commit48a75f3dfb906a2d333a7b1c3545e2eb359596db
tree394cb051e7ad0ab512776e41d389bf7cfd3550f8
parent49471963fefbdf78239d9066d84e14e1876fb177
patch 9.1.0023: xxd: few problems with EBCDIC for z/OS (MVS)

Problem:  xxd: few problems with EBCDIC for z/OS (MVS)
Solution: Fix xxd build and support ASCII and UTF-8 on z/OS (MVS)
          natively, add MVS guard checks with __CHARSET_LIB,
          support $LIBS in the Makefile
          (Igor Todorovski)

related: #13821

Signed-off-by: Igor Todorovski <itodorov@ca.ibm.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/version.c
src/xxd/Makefile
src/xxd/xxd.c