mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-13 11:21:13 +02:00
unposted: slightly hacky change to "age", currently undocumented
This commit is contained in:
parent
f2dd38acc1
commit
0d02cf343e
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
||||||
2009-02-11 Peter Stephenson <pws@csr.com>
|
2009-02-11 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
|
* unposted: Functions/Calendar/age: accidentally committed a
|
||||||
|
currently undocumented change that allows an age spec beginning
|
||||||
|
with a colon to be followed by a file name whose modification time
|
||||||
|
will be used as the date/time. Probably needs improving but
|
||||||
|
not actually harmful since the syntax wasn't valid before.
|
||||||
|
|
||||||
* Richard Hartmann: 26550: Doc/Zsh/options.yo: make
|
* Richard Hartmann: 26550: Doc/Zsh/options.yo: make
|
||||||
it clear that various options can't be changed within the shell.
|
it clear that various options can't be changed within the shell.
|
||||||
|
|
||||||
|
@ -11151,5 +11157,5 @@
|
||||||
|
|
||||||
*****************************************************
|
*****************************************************
|
||||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||||
* $Revision: 1.4561 $
|
* $Revision: 1.4562 $
|
||||||
*****************************************************
|
*****************************************************
|
||||||
|
|
Loading…
Reference in a new issue