Commit f74b7b5
Add os390.c
z/OS has extra startup needs like a couple other platforms, e.g. cygwin.
This adds a file that handles them.
Principally, z/OS files have extra status fields regarding "tags".
Files on this system may be encoded in different character sets, and
these fields describe them. Hence the OS has within it the knowledge of
a file's encoding. A file is "tagged" as being in a particular encoding
(or encodings plural; I have no idea how that works). This file adds a
function to deal with them.1 parent 741ab8d commit f74b7b5
2 files changed
+58
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5665 | 5665 | | |
5666 | 5666 | | |
5667 | 5667 | | |
| 5668 | + | |
5668 | 5669 | | |
5669 | 5670 | | |
5670 | 5671 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
0 commit comments