Re: Small DJGPP specific patch.

2022-10-12 Thread Paul Smith
On Wed, 2022-10-12 at 23:33 +0200, Juan Manuel Guerrero wrote: > Sorry, I have noted that the patch has been malformed by the mail > program so I submit the same a second time.  Excuse the > inconveniences. It's small enough that I would just apply it by hand, but thanks for sending an update, it'

Re: Small DJGPP specific patch.

2022-10-12 Thread Juan Manuel Guerrero
Am Wed, 12 Oct 2022 16:50:40 -0400 schrieb Paul Smith : > On Wed, 2022-10-12 at 22:18 +0200, Juan Manuel Guerrero wrote: > > Here is a small patch to get the current make code compiled and > > running on MSDOS/FreeDOS using DJGPP.  I assume that for such minor > > changes no paper work is required

Re: Small DJGPP specific patch.

2022-10-12 Thread Paul Smith
On Wed, 2022-10-12 at 22:18 +0200, Juan Manuel Guerrero wrote: > Here is a small patch to get the current make code compiled and > running on MSDOS/FreeDOS using DJGPP.  I assume that for such minor > changes no paper work is required. Correct. But, note that the FSF considers contributions cumul

Small DJGPP specific patch.

2022-10-12 Thread Juan Manuel Guerrero
Here is a small patch to get the current make code compiled and running on MSDOS/FreeDOS using DJGPP. I assume that for such minor changes no paper work is required. Thank you for keep the DJGPP specific code available. Regards, Juan M. Guerrero 2022-10-12 Juan M. Guerrero * build

Re: Small djgpp specific patch

2010-08-08 Thread Eli Zaretskii
> From: Juan Manuel Guerrero > Date: Mon, 2 Aug 2010 20:24:58 +0200 > > Here is a small patch to make "make" compile out-of-the-box with djgpp. > > > Regards, > > Juan M. Guerrero > > > > > 2010-07-31 Juan Manuel Guerrero > > * configh.dos: Define HAVE_STRNCASECMP. > > * do

Re: Small djgpp specific patch

2010-08-02 Thread Eli Zaretskii
> From: Juan Manuel Guerrero > Date: Mon, 2 Aug 2010 20:24:58 +0200 > > Here is a small patch to make "make" compile out-of-the-box with djgpp. Thanks. > 2010-07-31 Juan Manuel Guerrero > > * configh.dos: Define HAVE_STRNCASECMP. > > * dosbuild.bat: Use /dev/env/DJDIR instead o

Small djgpp specific patch

2010-08-02 Thread Juan Manuel Guerrero
Here is a small patch to make "make" compile out-of-the-box with djgpp. Regards, Juan M. Guerrero 2010-07-31 Juan Manuel Guerrero * configh.dos: Define HAVE_STRNCASECMP. * dosbuild.bat: Use /dev/env/DJDIR instead of c:/djgpp. Add ./popen.c to the list of objects