Re: [PATCH] IBM z/OS + EBCDIC support

2015-09-26 Thread Daniel Richard G.
On Sat, 2015 Sep 26 09:08-0700, Ben Pfaff wrote: > > A "char" configured as signed in EBCDIC violates the ANSI C standard, > which says: > > If a member of the basic execution character set is stored in a > char object, its value is guaranteed to be positive. Now _that's_ a welcome bit

Re: [PATCH] IBM z/OS + EBCDIC support

2015-09-26 Thread Ben Pfaff
On Sat, Sep 26, 2015 at 12:39:52AM -0400, Daniel Richard G. wrote: > I'm happy to report that test-c-ctype in Git ff1ef114 now passes with > both signed and unsigned EBCDIC chars on z/OS. Thank you for chasing > this down! A "char" configured as signed in EBCDIC violates the ANSI C standard, which