Re: env: follow up on argv0 setting feature

2024-03-24 Thread Pádraig Brady
On 23/03/2024 20:24, Matheus Afonso Martins Moreira wrote: Thank you!! Really happy to have this feature in upstream coreutils! Would you mind giving me feedback on the patch I sent? What can I do to make future contributions acceptable? I'm not very familiar with the GNU development processes.

env: follow up on argv0 setting feature

2024-03-23 Thread Matheus Afonso Martins Moreira
Thank you!! Really happy to have this feature in upstream coreutils! Would you mind giving me feedback on the patch I sent? What can I do to make future contributions acceptable? I'm not very familiar with the GNU development processes. I just tried to follow the coding conventions. Thanks,

Re: env: follow up on argv0 setting feature

2024-03-21 Thread Pádraig Brady
On 20/03/2024 23:19, Pádraig Brady wrote: On 13/03/2024 10:19, Matheus Afonso Martins Moreira wrote: About a year ago, I posted an env feature request on this list: the ability to set the value of argv[0]. https://lists.gnu.org/archive/html/coreutils/2023-03/msg2.html I also sent a patch:

Re: env: follow up on argv0 setting feature

2024-03-20 Thread Pádraig Brady
On 13/03/2024 10:19, Matheus Afonso Martins Moreira wrote: About a year ago, I posted an env feature request on this list: the ability to set the value of argv[0]. https://lists.gnu.org/archive/html/coreutils/2023-03/msg2.html I also sent a patch:

env: follow up on argv0 setting feature

2024-03-13 Thread Matheus Afonso Martins Moreira
About a year ago, I posted an env feature request on this list: the ability to set the value of argv[0]. https://lists.gnu.org/archive/html/coreutils/2023-03/msg2.html I also sent a patch: https://lists.gnu.org/archive/html/coreutils/2023-03/msg3.html After some discussion, I was

Re: env: follow up on argv0 setting feature

2023-08-29 Thread Dragan Simic
On 2023-08-29 22:45, Rob Landley wrote: On 8/25/23 08:18, Pádraig Brady wrote: On 25/08/2023 03:48, Matheus Afonso Martins Moreira wrote: About five months ago, I posted an env feature request on this list: the ability to set the value of argv[0].

Re: env: follow up on argv0 setting feature

2023-08-29 Thread Rob Landley
On 8/25/23 08:18, Pádraig Brady wrote: > On 25/08/2023 03:48, Matheus Afonso Martins Moreira wrote: >> About five months ago, I posted an env feature request on this list: >> the ability to set the value of argv[0]. >> >> https://lists.gnu.org/archive/html/coreutils/2023-03/msg2.html >> >> I

Re: env: follow up on argv0 setting feature

2023-08-25 Thread Pádraig Brady
On 25/08/2023 03:48, Matheus Afonso Martins Moreira wrote: About five months ago, I posted an env feature request on this list: the ability to set the value of argv[0]. https://lists.gnu.org/archive/html/coreutils/2023-03/msg2.html I also sent a patch:

env: follow up on argv0 setting feature

2023-08-24 Thread Matheus Afonso Martins Moreira
About five months ago, I posted an env feature request on this list: the ability to set the value of argv[0]. https://lists.gnu.org/archive/html/coreutils/2023-03/msg2.html I also sent a patch: https://lists.gnu.org/archive/html/coreutils/2023-03/msg3.html After some discussion, I was