man bash claims that unsetting elements from BASH_ALIASES causes them to
be removed from the alias list. This doesn't work and from what I can see
in variables.c there's nothing that's called when an element in a dynamic
variable is unset.
Is there any plan to support this?
---
xoxo iza
No failure using 4.4.0(1)-beta (x86_64-unknown-linux-gnu).
Thanks. I'll adjust things on my side then.
On Mon, Oct 26, 2015 at 2:00 PM, Chet Ramey wrote:
> On 10/26/15 1:25 PM, Rocky Bernstein wrote:
>
> > Bash Version: 4.3
> > Patch Level: 11
> > Release Status: release
> >
> > Description:
On 10/25/15 5:49 PM, Keith Thompson wrote:
> I'm running bash 4.4 beta, built from source (bash-4.4-beta.tar.gz) on
> Linux Mint 17.2.
>
> !! history expansion works correctly in simple cases, but not when part of
> a $(...) expansion.
>
> This problem does not occur with bash 4.3.11
>
> The las
On 10/26/15 1:25 PM, Rocky Bernstein wrote:
> Bash Version: 4.3
> Patch Level: 11
> Release Status: release
>
> Description:
>
> Weird trap debug and signal handling problem in bashdb in running test
> test/integration/test-sig..sh. I've tried to narrow to scope of the problem
> by reduc
Hi,
I was creating some exercises for my students when I noticed very
strange behavior of the time built-in when sending SIGSTOP to a timed
command interactively (via ^Z):
$ time sleep 5
^Z
[1]+ Stopped sleep 5
real0m0.880s
user0m0.002s
sys 0m0.000s
$ ps Tf
PID TTY
Configuration Information [Automatically generated, do not change]:
Machine: x86_64
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64'
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-gnu'
-DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE
On 10/23/15 1:50 PM, Michael Felt wrote:
> I do not mind installing yacc :)
You would need to install bison anyway.
> How about the redefine of mbchar_t ?
See my previous reply; AIX is no more entitled to this symbol than anyone
else. Bash doesn't actually use this symbol internally, since it o
On 10/23/15 3:08 AM, aixtools wrote:
> On 2015-10-15 16:23, Chet Ramey wrote:
>> The first beta release of bash-4.4 is now available with the URL
>>
>> ftp://ftp.cwru.edu/pub/bash/bash-4.4-beta.tar.gz
>>
>> This tar file includes the formatted documentation (you should be able to
>> generate update
On Mon, Oct 26, 2015 at 09:02:21AM -0400, Chet Ramey wrote:
> Use bison. Command substitution requires invoking the parser recursively,
> and byacc is completely incapable of reentrant parsing.
>
> This is one of the reasons that production bash releases ship with versions
> of y.tab.c and y.tab.
Ah thanks! Sadly paragraph
https://www.gnu.org/software/bash/manual/bash.html#Command-Substitution
doesn't mention this behaviour. Would it be possible to add a line
describing this?
I know that it's in the manual somewhere else, but maybe you could
prevent some
unnecessary questions on this mai
On 10/19/15 3:45 AM, grishale...@gmail.com wrote:
> When using ${parameter:offset:length} expansion, the parser doesn't account
> for all the ways that a colon can appear in "offset".
>
> For example:
>
> $ echo ${PARAM:${OFFSET:-0}}
> -bash: ${OFFSET: bad substitution
>
> or:
>
> # declare -A
On 10/26/15 8:07 AM, Eduardo A. Bustamante López wrote:
> Hi Chet,
>
> I compiled bash with:
>
> CFLAGS='-O0 -g' ./configure --silent && make -j2 && make tests 2>&1 | tee
> out.log
>
> And I get many parsing errors in the results. Most seem to be parenthesis
> related, and some segfaults. I hop
On Fri, Oct 23, 2015 at 04:01:37PM -0600, Bob Proulx wrote:
> The /proc/self/fd/ directory is a kernel construct. It does not have
> normal file system semantics.
> And really what would be a sane purpose in being able to remove files
> from it? What would that do? Would that make any sense at
Hi Chet,
I compiled bash with:
CFLAGS='-O0 -g' ./configure --silent && make -j2 && make tests 2>&1 | tee
out.log
And I get many parsing errors in the results. Most seem to be parenthesis
related, and some segfaults. I hope these two lead to fixing the whole thing:
$ uname -a
OpenBSD openbsd.m
14 matches
Mail list logo