1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-01 21:51:40 +02:00

document the impossibility of timing builtins

This commit is contained in:
Clint Adams 2002-03-10 02:53:49 +00:00
parent 2260fe045e
commit cae16f27ec
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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.
------------------------------------------------------------------------