Skip to content
Snippets Groups Projects
Commit 6cd17342 authored by Rene Brun's avatar Rene Brun
Browse files

The following patch from Axel Naumann

* The bug reported and fixed by Ruben was due to a Log10 being not protected
from negative arguments. Ruben, thanks for finding that bug!
* without libNew
 --- private etc method and data member sections were printed even if the
class doesn't have such members (test was e.g. on memberArray[j * ndata]
instead num[j])
 --- include files ended on uninitialized characters
* templated types were not printed correctly (no protection of <,>,' ')
* Classes were referenced even though they don't have an implementation
known to CInt (fixed by returning 0 in case of an unknown implementation
file): This will create some "unknown class G__whatever" - but at least they
are not linked in anymore. And ostream etc are now listed in the list of
types and linked correctly instead of creating a link to
"basic_ostream<char...>.html".


git-svn-id: http://root.cern.ch/svn/root/trunk@3817 27541ba8-7e3a-0410-8455-c3a389f83636
parent 0d51edf9
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment