mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
Mikael Magnusson: 28181: Remove a stray `)' that caused a ".RE" string to be output
This commit is contained in:
parent
e379f0d02b
commit
a7551af424
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-08-21 Frank Terbeck <ft@bewatermyfriend.org>
|
||||
|
||||
* Mikael Magnusson: 28181: Doc/Zsh/mod_zprof.yo: Remove a
|
||||
stray `)' that caused a ".RE" string to be output
|
||||
|
||||
2010-08-19 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* unposted: Completion/Unix/Command/_todo.sh: more commands.
|
||||
|
@ -13539,5 +13544,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.5059 $
|
||||
* $Revision: 1.5060 $
|
||||
*****************************************************
|
||||
|
|
|
@ -19,7 +19,7 @@ at least once. This summary is sorted in decreasing order of the
|
|||
amount of time spent in each. The lines contain
|
||||
the number of the function in order, which is used in
|
||||
other parts of the list in suffixes of the form
|
||||
`tt([)var(num)tt(])'), then the number of calls made to the function.
|
||||
`tt([)var(num)tt(])', then the number of calls made to the function.
|
||||
The next three columns list the time in
|
||||
milliseconds spent in the function and its descendants, the average
|
||||
time in milliseconds spent in the function and its descendants per
|
||||
|
|
Loading…
Reference in a new issue