mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-12-28 16:15:02 +01:00
40270 (after 39995): Add cross-reference for robustness.
This commit is contained in:
parent
385cb9b9f0
commit
9d87cd948e
2 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
2017-01-05 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* 40270 (after 39995): Src/params.c: Add cross-reference for
|
||||
robustness.
|
||||
|
||||
* 40264: Completion/Unix/Command/_man: Complete all sections
|
||||
after '-a'.
|
||||
|
||||
|
|
|
@ -3474,6 +3474,8 @@ strsetfn(Param pm, char *x)
|
|||
pm->node.flags |= PM_NAMEDDIR;
|
||||
adduserdir(pm->node.nam, x, 0, 0);
|
||||
}
|
||||
/* If you update this function, you may need to update the
|
||||
* `Implement remainder of strsetfn' block in assignstrvalue(). */
|
||||
}
|
||||
|
||||
/* Function to get value of an array parameter */
|
||||
|
|
Loading…
Reference in a new issue