Opened 6 years ago

Closed 6 years ago

#10637 closed enhancement (fixed)

zsh-5.5

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 8.3
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (3)

comment:1 by Bruce Dubbs, 6 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 6 years ago

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.

comment:3 by Bruce Dubbs, 6 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 20072.

Note: See TracTickets for help on using tickets.