Re: Bash-4.3-beta: compgen -f

2013-08-26 Thread Chet Ramey
On 8/26/13 2:07 PM, Andreas Schwab wrote: > $ bash -c 'compgen -f' > Segmentation fault Thanks for the report and fix. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, ITS, CWRUc...@case.eduhttp://c

Bash-4.3-beta: compgen -f

2013-08-26 Thread Andreas Schwab
$ bash -c 'compgen -f' Segmentation fault diff --git a/pcomplete.c b/pcomplete.c index 6b4e033..a3327ed 100644 --- a/pcomplete.c +++ b/pcomplete.c @@ -744,7 +744,8 @@ pcomp_filename_completion_function (text, state) (rl_completion_found_quote == 0). */ iscompgen = this_shell_builti

Bash-4.3-beta

2013-08-13 Thread Chet Ramey
There is a bash-4.3-testing branch of the bash git tree on savannah. I just overlaid bash-4.3-beta onto that branch for any interested parties to test. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocr