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 | |
parent | 2260fe045e44864c3e6c8f0b7bdd8ba3e5b8d7c2 (diff) | |
download | zsh-cae16f27ecf8caba054d97074a35148a2c74f826.tar.gz zsh-cae16f27ecf8caba054d97074a35148a2c74f826.zip |
document the impossibility of timing builtins
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Etc/BUGS | 2 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2002-03-10 Clint Adams <clint@zsh.org> + + * unposted: Etc/BUGS: mention that you can't time builtins. + 2002-03-07 Bart Schaefer <schaefer@zsh.org> * 16737 (tweaked): Src/parse.c: fix parsing of binary infix @@ -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. +------------------------------------------------------------------------ |