mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-08-01 23:51:05 +02:00
unposted: V01zmodload.ztst needs update for parameter module fix
This commit is contained in:
parent
f311619e30
commit
b05a56a415
2 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
2018-06-18 Peter Stephenson <p.stephenson@samsung.com>
|
2018-06-18 Peter Stephenson <p.stephenson@samsung.com>
|
||||||
|
|
||||||
|
* unposted: Test/V01zmodload.ztst: updated for 43039.
|
||||||
|
|
||||||
* Eitan: 43029: Src/Modules/zftp.c, Src/signals.c, Src/signals.h,
|
* Eitan: 43029: Src/Modules/zftp.c, Src/signals.c, Src/signals.h,
|
||||||
configure.ac: remove test for signal handler return type as no
|
configure.ac: remove test for signal handler return type as no
|
||||||
longer needed.
|
longer needed.
|
||||||
|
|
|
@ -182,6 +182,7 @@
|
||||||
>p:dis_aliases
|
>p:dis_aliases
|
||||||
>p:dis_builtins
|
>p:dis_builtins
|
||||||
>p:dis_functions
|
>p:dis_functions
|
||||||
|
>p:dis_functions_source
|
||||||
>p:dis_galiases
|
>p:dis_galiases
|
||||||
>p:dis_patchars
|
>p:dis_patchars
|
||||||
>p:dis_reswords
|
>p:dis_reswords
|
||||||
|
@ -190,6 +191,7 @@
|
||||||
>p:funcsourcetrace
|
>p:funcsourcetrace
|
||||||
>p:funcstack
|
>p:funcstack
|
||||||
>p:functions
|
>p:functions
|
||||||
|
>p:functions_source
|
||||||
>p:functrace
|
>p:functrace
|
||||||
>p:galiases
|
>p:galiases
|
||||||
>p:history
|
>p:history
|
||||||
|
@ -205,6 +207,7 @@
|
||||||
>p:reswords
|
>p:reswords
|
||||||
>p:saliases
|
>p:saliases
|
||||||
>p:userdirs
|
>p:userdirs
|
||||||
|
>p:usergroups
|
||||||
|
|
||||||
if [[ $mods[(r)zsh/example] == zsh/example ]]; then
|
if [[ $mods[(r)zsh/example] == zsh/example ]]; then
|
||||||
zmodload -u zsh/example
|
zmodload -u zsh/example
|
||||||
|
|
Loading…
Reference in a new issue