diff options
author | Clint Adams <clint@users.sourceforge.net> | 2002-03-10 02:53:49 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2002-03-10 02:53:49 +0000 |
commit | cae16f27ecf8caba054d97074a35148a2c74f826 (patch) | |
tree | a6cb644d227526e5c06b3647b53eea3f03d610a9 /Etc/BUGS | |
parent | 2260fe045e44864c3e6c8f0b7bdd8ba3e5b8d7c2 (diff) | |
download | zsh-cae16f27ecf8caba054d97074a35148a2c74f826.tar.gz zsh-cae16f27ecf8caba054d97074a35148a2c74f826.tar.xz zsh-cae16f27ecf8caba054d97074a35148a2c74f826.zip |
document the impossibility of timing builtins
Diffstat (limited to 'Etc/BUGS')
-rw-r--r-- | Etc/BUGS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Etc/BUGS b/Etc/BUGS index e89116f23..054727167 100644 --- a/Etc/BUGS +++ b/Etc/BUGS @@ -44,3 +44,5 @@ and ksh and may be removed in the future. A good fix would be to keep such patterns unchanged if they do not match regardless of the state of the nonomatch and nullglob options. ------------------------------------------------------------------------ +It is currently impossible to time builtins. +------------------------------------------------------------------------ |