Commit 4e0e280
committed
Rename files to 8.3 for DOS builds
DOS cannot handle long filenames.
The original and new file names are:
csrc/pf_io_none.c csrc/ionone.c
csrc/posix/pf_io_posix.c csrc/posix/ioposix.c
csrc/stdio/pf_fileio_stdio.c csrc/stdio/fiostdio.c
csrc/stdio/pf_io_stdio.c csrc/stdio/iostdio.c
csrc/win32/pf_io_win32.c csrc/win32/iowin32.c
csrc/win32_console/pf_io_win32_console.c csrc/win32csl/iowin32c.c
fth/save-input.fth fth/savinput.fth
fth/structure.fth fth/structur.fth
fth/t_include.fth fth/tinclude.fth
fth/t_load_defer.fth fth/tlddefer.fth
fth/t_load_pairs.fth fth/tldpairs.fth
fth/t_load_semi.fth fth/tldsemi.fth
fth/t_load_undef.fth fth/tldundef.fth
fth/t_required_helper1.fth fth/treqhlp1.fth
fth/t_required_helper2.fth fth/treqhlp2.fth
fth/t_strings.fth fth/tstrings.fth
fth/utils/dump_struct.fth fth/utils/dumpstru.fth
fth/utils/load_file.fth fth/utils/loadfile.fth
fth/utils/make_all256.fth fth/utils/make_all.fth
Note that the folder "csrc/win32_console" became "csrc/win32csl".
Updated all Makefiles and CMakeLists.txt to reflect the changes.
Special thanks to https://github.com/guberathome for providing scripts
to do the conversion. See #201
Fixes #2161 parent daad339 commit 4e0e280
File tree
31 files changed
+64
-62
lines changed- csrc
- posix
- stdio
- win32csl
- win32
- fth
- utils
- platforms
- linux-crossbuild-amiga
- linux-crossbuild-atari
- mingw-crossbuild-linux
- unix
- win32/vs2017
31 files changed
+64
-62
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
141 | 142 | | |
142 | 143 | | |
143 | 144 | | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments