Re: umask --help

2014-10-10 Thread Notes Jonny
On 10 Oct 2014 01:25, "Chet Ramey" wrote: > > On 10/9/14, 3:05 PM, Notes Jonny wrote: > > >> If and when it happens, it will > >> show up in the devel git branch on savannah. > >> > >> Chet > > > Thank you for your reply. >

Re: umask --help

2014-10-09 Thread Notes Jonny
On 2 Sep 2014 16:48, "Chet Ramey" wrote: > > On 9/2/14, 5:37 AM, Notes Jonny wrote: > > > Hi Guys > > > > Any update on implementing this? > > I haven't done anything with this yet. If and when it happens, it will > show up in the devel git

Re: hashlib.c add NULL check for "string" parameter

2014-09-30 Thread Notes Jonny
On Mon, Sep 29, 2014 at 2:04 PM, Chet Ramey wrote: > On 9/29/14, 8:22 AM, Notes Jonny wrote: >> Hello >> I noticed hash_search() did not check if "string" parameter was >> non-NULL. Please find attached a patch for this. > > It's the caller's res

hashlib.c add NULL check for "string" parameter

2014-09-29 Thread Notes Jonny
Hello I noticed hash_search() did not check if "string" parameter was non-NULL. Please find attached a patch for this. There are others similar. So I will wait and see if you are happy with these kind of changes, and if so I can submit more when I have analysed. I'm not on this list, so please in

Re: umask --help

2014-09-02 Thread Notes Jonny
On Thu, Jul 31, 2014 at 11:18 AM, Pádraig Brady wrote: > On 07/30/2014 07:48 PM, Chet Ramey wrote: >> On 7/30/14, 2:44 PM, Notes Jonny wrote: >>> On 7 Jul 2014 19:47, "Eric Blake" wrote: >>>> >>>> On 07/07/2014 12:34 PM, Chris Down wrote:

Re: umask --help

2014-07-30 Thread Notes Jonny
On 7 Jul 2014 19:47, "Eric Blake" wrote: > > On 07/07/2014 12:34 PM, Chris Down wrote: > > Hi Jon, > > > > As is standard with other buitins, umask is documented at `help umask`: > > That said, POSIX allows, and ksh already supports, the use of --help as > an option to ALL builtins. It might be ni

Re: umask --help

2014-07-07 Thread Notes Jonny
On Mon, Jul 7, 2014 at 7:34 PM, Chris Down wrote: > Hi Jon, > > As is standard with other buitins, umask is documented at `help umask`: > > chris@gopher:~$ help umask > umask: umask [-p] [-S] [mode] > Display or set file mode mask. > > Sets the user file-creation mask to MO

umask --help

2014-07-07 Thread Notes Jonny
Hello Thank you for developing bash. I am using GNU Bash-4.0 Would you consider adding a --help option for "umask" please? (I understand this is a built in command) Maybe also --version I was just hoping to find some help for it. "info umask" and "man umask" also don't say anything. Regards, Jon