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

unposted: document that age functions uses zstat, not stat

This commit is contained in:
Peter Stephenson 2010-03-16 22:53:32 +00:00
parent db40de0af3
commit c977b0125d
2 changed files with 5 additions and 9 deletions

View file

@ -1,5 +1,7 @@
2010-03-16 Peter Stephenson <p.w.stephenson@ntlworld.com>
* unposted: Doc/Zsh/calsys.yo: age now uses zstat.
* unposted: NEWS: PATH_SCRIPT
2010-03-16 Peter Stephenson <pws@csr.com>
@ -12913,5 +12915,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.4933 $
* $Revision: 1.4934 $
*****************************************************

View file

@ -539,14 +539,8 @@ findex(age)
The function tt(age) can be autoloaded and use separately from
the calendar system, although it uses the function tt(calendar_scandate)
for date formatting. It requires the tt(zsh/stat) builtin, which
makes available the builtin tt(stat). This may conflict with an
external programme of the same name; if it does, the builtin may be
disabled for normal operation by including the following code in
an initialization file:
example(zmodload -i zsh/stat
disable stat)
for date formatting. It requires the tt(zsh/stat) builtin, but uses
only the builtin tt(zstat).
tt(age) selects files having a given modification time for use
as a glob qualifier. The format of the date is the same as that