Re: [blfs-book] [BLFS Trac] #10637: zsh-5.5

2018-04-09 Thread BLFS Trac via blfs-book
#10637: zsh-5.5
-+---
 Reporter:  bdubbs   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.3
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs):

 Changes from 5.4.2 to 5.5

 The effect of the NO_INTERACTIVE_COMMENTS option extends into $(...) and
 `...` command substitutions when used on the command line.  Previously,
 comments were always recognized within command substitutions unless the
 comment character "#" was disabled via reset of $histchars.

 An alternative assignment syntax for indicating indices for arrays
 and keys for associative arrays:
 {{{
 typeset -a array=([1]=first [2]=second)
 typeset -A assoc=([key1]=val1 [key2]=val2)
 }}}
 is allowed for compatibility with other shells.  In the case of normal
 arrays the new syntax can be mixed with the old.

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] [BLFS Trac] #10637: zsh-5.5

2018-04-08 Thread BLFS Trac via blfs-book
#10637: zsh-5.5
-+---
 Reporter:  bdubbs   |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.3
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+---
 New minor version.

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page