1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-04-30 05:45:16 +02:00

Revert 40626 which broke tests.

This commit is contained in:
Daniel Shahaf 2017-02-26 06:11:19 +00:00
parent 4b8db48c6b
commit c7048cd88f
3 changed files with 8 additions and 6 deletions

View File

@ -1,3 +1,8 @@
2017-02-25 Daniel Shahaf <d.s@daniel.shahaf.name>
* 40644: Src/Modules/parameter.c, Test/V06parameter.ztst:
Revert 40626 which broke tests.
2017-02-25 Barton E. Schaefer <schaefer@zsh.org>
* 40640 (plus doc typo fixed): Doc/Zsh/expn.yo, Src/subst.c: the
@ -10,7 +15,7 @@
to the completion.
* 40626: Src/Modules/parameter.c, Test/V06parameter.ztst:
Make $options re-settable.
Make $options re-settable. [reverted in 40644]
2017-02-23 Barton E. Schaefer <schaefer@zsh.org>

View File

@ -937,7 +937,7 @@ unsetpmoption(Param pm, UNUSED(int exp))
/**/
static void
setpmoptions(Param pm, HashTable ht)
setpmoptions(UNUSED(Param pm), HashTable ht)
{
int i;
HashNode hn;
@ -962,7 +962,7 @@ setpmoptions(Param pm, HashTable ht)
(val && strcmp(val, "off")), 0, opts))
zwarn("can't change option: %s", hn->nam);
}
hashsetfn(pm, ht);
deleteparamtable(ht);
}
static const struct gsu_scalar pmoption_gsu =

View File

@ -92,9 +92,6 @@
>foo
>bar
options+=(); options+=()
0:$options can be appended to twice
%clean
rm -f autofn functrace.zsh rocky3.zsh sourcedfile myfunc