Re: A question about submitting a new source code file

2024-04-07 Thread Paul Smith
On Sun, 2024-04-07 at 09:30 -0400, Dmitry Goncharov wrote: > Good morning, Paul. > > Thanks for the explanation. > > On Sun, Apr 7, 2024 at 8:08 AM Paul Smith wrote: > > In short, if you create a new file and assign it to the FSF then > > you can still do whatever you want with that file,

Re: A question about submitting a new source code file

2024-04-07 Thread Basile Starynkevitch
On 4/7/24 15:30, Dmitry Goncharov wrote: Good morning, Paul. Thanks for the explanation. On Sun, Apr 7, 2024 at 8:08 AM Paul Smith wrote: In short, if you create a new file and assign it to the FSF then you can still do whatever you want with that file, including even use a completely

Re: A question about submitting a new source code file

2024-04-07 Thread Dmitry Goncharov
Good morning, Paul. Thanks for the explanation. On Sun, Apr 7, 2024 at 8:08 AM Paul Smith wrote: > In short, if you create a new file and assign it to the FSF then you > can still do whatever you want with that file, including even use a > completely proprietary license for it. i am intending

Fix gcc SIZE_MAX redefined warnings.

2024-04-07 Thread Collin Funk
When compiling GNU Make from git master I get warnings that SIZE_MAX is redefined. This patch fixes it. This macro is defined by glibc in stdint.h/inttypes.h but src/makeint.h checks for it after including limits.h. I've just placed these headers under limits.h before any *_MIN, *_MAX, etc.

Re: Please check about the GIT problem.

2024-04-07 Thread Paul Smith
On Sat, 2024-04-06 at 16:50 +0900, 12zz12 wrote: > I'm not used to it, so I run the translator. It's no different, but > when I used Ubuntu 22 version and put in the installation command to > install the git and executed it, it shows that this happens as > follows. And you don't have to cover the

Re: A question about submitting a new source code file

2024-04-07 Thread Paul Smith
On Wed, 2024-04-03 at 09:33 -0400, Dmitry Goncharov wrote: > Paul, i'd like to contribute another bugfix which involves a brand > new source code file. i will assign the ownership to fsf, if needed. > However, i'd like to be able to use that source file in my other > projects, which are not gpl. i