[Freedos-devel] Make make great again!

2024-10-24 Thread Gregory Pietsch via Freedos-devel
I am sending a GPLed version of the Unix make utility in the hopes that other programmers can make it great again! Please send back improvements. Gregory___ Freedos-devel mailing list Freedos-devel@lists.sourceforge.net https://lists.sourceforge.net/li

[Freedos-devel] New libfp-0.0!

2024-07-01 Thread Gregory Pietsch via Freedos-devel
I first mentioned libfp a few years ago, and I thought I could enhance its development by releasing what I have so far. The library libfp is the complement to libmpi. It handles floating-point math and complex math as part of the C runtime library. Version 0.0 is incomplete, and I hope that pe

[Freedos-devel] New libm-0.8!

2024-06-18 Thread Gregory Pietsch via Freedos-devel
Unto an unsuspecting world filled with innumerate people, I have submitted unto Jim Hall the latest version of libm, libm-0.8. I fixed a couple of things in csqrt and tanh. If anyone is brave enough to test my math, go ahead, I could use the feedback! Gregory Pietsch___

Re: [Freedos-devel] Email test

2024-05-28 Thread Gregory Pietsch via Freedos-devel
You failed because you didn't use the approved editor. -- Gregory > On 05/28/2024 12:20 AM EDT Jim Hall via Freedos-devel > wrote: > > > My email to the list bounced as undeliverable, but I'm sending this test just > in case it was a temporary hiccup. > > Can someone reply to this thread

Re: [Freedos-devel] FreeDOS Edlin 2.24 is out!

2024-05-16 Thread Gregory Pietsch via Freedos-devel
Okay. Fixed. -- Gregory > On 05/16/2024 3:02 PM EDT Jim Hall via Freedos-devel > wrote: > > > On Thu, May 16, 2024 at 1:49 PM Jim Hall wrote: > > > > On Thu, May 16, 2024 at 1:36 PM Gregory Pietsch via Freedos-devel > > wrote: > > > > &

[Freedos-devel] FreeDOS Edlin 2.24 is out!

2024-05-16 Thread Gregory Pietsch via Freedos-devel
FreeDOS Edlin 2.24 has been released to an unsuspecting world! Jim Hall sent me some edits that moved the copyright to the help screen and changed "Abort edit" to "Really quit". It's available on SourceForge and Jim should mirror it very soon now! Gregory___

Re: [Freedos-devel] Edlin [was: libm-0.7 Released!]

2024-04-14 Thread Gregory Pietsch via Freedos-devel
Adding a /QUIET option would be extraneous, as it wasn't in the original Edlin and could easily be achieved by "edlin > NUL:". The copying message is important! The original Edlin had a /b option but I don't know how much of an improvement it is. Gregory > On 04/14/2024 12:43 PM EDT Jim Hall

Re: [Freedos-devel] libm-0.7 Released!

2024-04-13 Thread Gregory Pietsch via Freedos-devel
I did have a lot of communication about Edlin when it was first released, but not as much anymore. -- Gregory > On 04/13/2024 2:53 PM EDT tom ehlert via Freedos-devel > wrote: > > > > Surprisingly, I have not received any communication whatsoever regarding > > libm. > > possibility 1) lib

[Freedos-devel] libm-0.7 Released!

2024-04-13 Thread Gregory Pietsch via Freedos-devel
Submitted for your approval, the latest version of libm, FreeDOS's public domain math library, has been released! For this version, I have worked on edge cases regarding complex numbers and dug deep into the C99 Standard. Surprisingly, I have not received any communication whatsoever regarding

Re: [Freedos-devel] NLS in Edlin

2024-02-05 Thread Gregory Pietsch via Freedos-devel
I don't keep track of whether changes had been made, but if someone wants to hack it in, be my guest and send me an e-mail. I still have to check on what hysterical historical behavior was for this, so I winged it. Gregory > On 02/05/2024 4:50 PM EST Jim Hall via Freedos-devel > wrote: > >

Re: [Freedos-devel] NLS in Edlin

2024-02-05 Thread Gregory Pietsch via Freedos-devel
> On 02/05/2024 4:48 PM EST Jim Hall via Freedos-devel > wrote: > > > Gregory Pietsch wrote: > > Believe me, I've had a few headaches over the years regarding NLS. This > > led to the myriad of ways to do NLS in Edlin. Anyway, all the strings > > that would need to be translated are #defines

Re: [Freedos-devel] NLS in Edlin

2024-02-04 Thread Gregory Pietsch via Freedos-devel
024, at 2:16 PM, Ralf Quint via Freedos-devel > >> wrote: > >> > >> On 2/4/2024 10:17 AM, Gregory Pietsch via Freedos-devel wrote: > >>> I made recompiling Edlin easy for non-programmers, so that shouldn't be a > >>> problem. You don't ha

Re: [Freedos-devel] NLS in Edlin

2024-02-04 Thread Gregory Pietsch via Freedos-devel
I tried to make Edlin portable enough so that multiple toolchains would work on it. I normally use Cygwin with GCC and make to compile it, but FreeDOS is a DOS, so I tried to make it so that multiple compilers could compile it. Forgive my wording here... Anyway, tweaking config.h should take ca

Re: [Freedos-devel] NLS in Edlin

2024-02-04 Thread Gregory Pietsch via Freedos-devel
I made recompiling Edlin easy for non-programmers, so that shouldn't be a problem. You don't have to know a lick of C to recompile it. Gregory > On 02/04/2024 12:59 PM EST Eric Auer via Freedos-devel > wrote: > > > Hi! > > > Willi Spiegl said in the meeting that there is no NLS in Edlin. I

[Freedos-devel] NLS in Edlin

2024-02-04 Thread Gregory Pietsch via Freedos-devel
Willi Spiegl said in the meeting that there is no NLS in Edlin. I beg to differ! There are two different ways of supporting NLS in Edlin. The first (easy) way is that in the source code, all the message strings are in a file called msgs.h, so by translating the strings, putting the translations

[Freedos-devel] Virtual get-together?

2024-02-04 Thread Gregory Pietsch via Freedos-devel
Isn't there a virtual get-together happening now?___ Freedos-devel mailing list Freedos-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freedos-devel

Re: [Freedos-devel] Question about edlin

2024-01-22 Thread Gregory Pietsch via Freedos-devel
Of course, quotes can be escaped. -- Gregory > On 01/22/2024 5:18 PM EST Bret Johnson via Freedos-devel > wrote: > > > That solves the problem with commas, but it looks like you may still have > issues if there are quotes in the file. > > I know one thing I've done in the past with some of

Re: [Freedos-devel] Question about edlin

2024-01-22 Thread Gregory Pietsch via Freedos-devel
with it some day. > At least 1.24 till 1.29 of the NLS files are not supported. And I do not > speak about Chinese. > > Willi > > > > > Sent: Monday, January 22, 2024 at 6:23 PM > From: "Gregory Pietsch via Freedos-devel" > > To: "Tech

Re: [Freedos-devel] Question about edlin

2024-01-22 Thread Gregory Pietsch via Freedos-devel
FD edlin ignores a leading space. If you want the leading space to be searched for, put the string in quotes; e.g. 1r"written"," written" The reason why I didn't stick a ^Z there is because I wanted to get away from control characters in the commands, and a comma just looks better, IMHO. Grego

[Freedos-devel] Simplified Chinese Edlin?

2023-11-14 Thread Gregory Pietsch via Freedos-devel
While perusing Github, I noticed that the NLS project hasn't upgraded Edlin, which has three new messages to be translated. I also noticed that recently, many of the downloads of Edlin from SourceForge are from Hong Kong, which I found amusing. I also found a "fork" of Edlin in Github where the

Re: [Freedos-devel] New FreeDOS Edlin 2.23 is out on Sourceforge!

2023-11-12 Thread Gregory Pietsch via Freedos-devel
on your compiler .. I used config-h.ow to > compile with OpenWatcom C) and change all occurrences of "2.22" to > "2.23" (3 occurrences in each file). > > > On Sun, Nov 12, 2023 at 9:50 AM Gregory Pietsch via Freedos-devel > wrote: > > >

[Freedos-devel] New FreeDOS Edlin 2.23 is out on Sourceforge!

2023-11-12 Thread Gregory Pietsch via Freedos-devel
When Jim compiled Edlin 2.22 for the video, I noticed that the OpenWatcom compiler emitted a warning. Of course, this caused a disturbance in the Force. The new version 2.23 cleans up that warning, and therefore FreeDOS Edlin can now be thrown into the gladiatorial arena and slay the software de

[Freedos-devel] libm-0.6 and libmpi-0.2

2023-11-12 Thread Gregory Pietsch via Freedos-devel
In a world where mathematicians are the lowest of the low, I have sent Jim the latest versions of these low-level libraries. These versions contain mostly bug fixes. I am still wondering if someone out there can check the math. -- Gregory___ Freedos-dev

[Freedos-devel] Meetup?

2023-08-27 Thread Gregory Pietsch via Freedos-devel
Isn't there a meet-up that's supposed to be happening now? -- Gregory___ Freedos-devel mailing list Freedos-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freedos-devel

[Freedos-devel] Virtual get-together?

2023-07-30 Thread Gregory Pietsch via Freedos-devel
Wasn't a virtual get-together supposed to happen about now? -- Gregory___ Freedos-devel mailing list Freedos-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freedos-devel