The one that has all the uploads since I started it is the SourceForge site. Whenever I upload there, I send a message to Jim Hall, who mirrors it on the FreeDOS site. The latest version is 2.24. -- Gregory On 09/30/2024 3:54 PM EDT atesin atesin@users.sourceforge.net wrote: also https://gitlab.com/FreeDOS/base/edlin .. i dont know which is more "official" or more updated also, many webpages points me to https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.2/repos/pkg-html/edlin.html...
please compile for win64 systems! :(
also https://gitlab.com/FreeDOS/base/edlin .. i dont know which is more "official" or more updated also, many webpages points me to https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.2/repos/pkg-html/edlin.html
Thanks!
<meta charset="UTF-8"> On Sourceforge simply download the latest version. You will get the source. There is no official repository. -- Gregory On 09/26/2024 2:10 PM EDT Roger Brown <rhubarb-geek-nz@users.sourceforge.net> wrote: **[feature-requests:#4] Where is the official source code repository associated with this project? ** Status: openGroup: Next_Release_(example)Created: Thu Sep 26, 2024 06:10 PM UTC by Roger BrownLast Updated: Thu Sep 26, 2024 06:10 PM UTCOwner: nobody Where is the official...
Where is the official source code repository associated with this project?
Edlin 2.24 is here!
Edlin 2.23 is out!
Edlin 2.22 Released!
Edlin 2.21 released!
Fair enough. :) I feel like EOF should just do the equivalent of the "q" command instead of segfaulting. That way if you redirect input from a script it will exit gracefully even if you forget to include "e" or "q" at the end of the script. Interestingly Microsoft's edlin will just lock solid if you redirect nul to stdin: edlin x < nul (Tested in MS-DOS 5.0 and Windows 8.1 32-bit.)
I didn't know what would be appropriate behavior in those cases, so I just aborted. The correct question would be "What should FreeDOS Edlin do if it encounters EOF on input?" Gregory Pietsch On 9/4/2021 8:33 AM, andrew clarke wrote: [feature-requests:#3] https://sourceforge.net/p/freedos-edlin/feature-requests/3/ segfault on EOF Status: open Group: Next_Release_(example) Created: Sat Sep 04, 2021 12:33 PM UTC by andrew clarke Last Updated: Sat Sep 04, 2021 12:33 PM UTC Owner: nobody I'm not sure...
segfault on EOF
I think it's the fact that you're using msgcats, which is a little buggy. I'll look into it.
Compiled Binary Issue