Revision 6cd173429bbfb846c5d737afd60c4adb129c5fd2 authored by Rene Brun on 31 January 2002, 07:27:11 UTC, committed by Rene Brun on 31 January 2002, 07:27:11 UTC
* 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
1 parent 0d51edf
History
File Mode Size
src
win32
Module.mk -rw-r--r-- 3.1 KB

back to top