Open
Conversation
philburk
reviewed
Oct 24, 2025
| @@ -0,0 +1,19 @@ | |||
| src/csrc/pf_io_none.c src/csrc/ionone.c | |||
Owner
There was a problem hiding this comment.
Maybe I should rename all these files to 8.3 format in the main code.
I thought 8.3 files were no longer important on Windows.
But I guess they are still a requirement.
philburk
added a commit
that referenced
this pull request
Nov 25, 2025
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 #216
Owner
|
@guberathome - I decided to go ahead and fix the long file names. Please take a look at #218 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Compiled PForth under FreeDOS and DosBox
as 32bit version with a DOS extender (dos4gw).
README has the details.
Needs #196 to be merged in advance to work. (Update: #196 is now merged.)