1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-13 11:21:13 +02:00

Merged 16201, 16215, 16400, 16401 from trunk.

This commit is contained in:
Bart Schaefer 2002-01-27 18:32:30 +00:00
parent 2c0820fb20
commit e295beabd7

View file

@ -1,3 +1,14 @@
2002-01-27 Bart Schaefer <schaefer@zsh.org>
* 16400, 16401: Src/subst.c: preserve empty words that result from
brace expansion.
* 16215: Src/subst.c: save and restore mult_isarr in singsub().
* 16201: Src/params.c, Src/utils.c, Src/zsh.h: introduce the
PM_NAMEDDIR flag to mark parameters for which a value change
should be reflected in the named directory table.
2002-01-23 Bart Schaefer <schaefer@zsh.org>
* 16435: Src/builtin.c: Fix core dump in `hash'.