1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 13:33:52 +01:00

12842 with corrections of Bart: Doc/Zsh/contrib.yo: Clarify digest file usage.

This commit is contained in:
Andrey Borzenkov 2000-09-20 06:33:29 +00:00
parent 9f012ce7c9
commit 1254055f09
2 changed files with 8 additions and 1 deletions

@ -1,3 +1,8 @@
2000-09-20 Andrej Borsenkow <Andrej.Borsenkow@mow.siemens.ru>
* 12842 with corrections of Bart: Doc/Zsh/contrib.yo: Clarify
digest file usage.
2000-09-19 Clint Adams <schizo@debian.org>
* 12847: Src/builtin.c: dynamically allocate z and buf in

@ -81,7 +81,9 @@ installation to track the latest developments, you may find that function
digests compiled with the tt(zcompile) builtin are frequently out of date
with respect to the function source files. This is not usually a problem,
because zsh always looks for the newest file when loading a function, but
it may cause slower shell startup and function loading.
it may cause slower shell startup and function loading. Also, if a digest
file is explicitly used as element of tt(fpath), zsh won't check whether
any of its source files has changed.
The tt(zrecompile) autoloadable function, found in tt(Functions/Misc), can
be used to keep function digests up to date.