diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-03-16 22:53:32 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-03-16 22:53:32 +0000 |
commit | c977b0125d562732ad62d9e0b682d2e271a9c3ee (patch) | |
tree | f7946b62b090c003457160be7d7c6091a25e9325 | |
parent | db40de0af33e1b370009fb5e239c01c748a94ca7 (diff) | |
download | zsh-c977b0125d562732ad62d9e0b682d2e271a9c3ee.tar.gz zsh-c977b0125d562732ad62d9e0b682d2e271a9c3ee.tar.xz zsh-c977b0125d562732ad62d9e0b682d2e271a9c3ee.zip |
unposted: document that age functions uses zstat, not stat
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Doc/Zsh/calsys.yo | 10 |
2 files changed, 5 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog index f8162f0a4..985bc468e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 $ ***************************************************** diff --git a/Doc/Zsh/calsys.yo b/Doc/Zsh/calsys.yo index ea315f5c3..1201f4dcf 100644 --- a/Doc/Zsh/calsys.yo +++ b/Doc/Zsh/calsys.yo @@ -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 |