diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Etc/BUGS | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9f05e92d6..c4a067ee7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 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. +------------------------------------------------------------------------ |