-
- Downloads
From Fons:
- make ctor TString::TString(Ssiz_t ic) explicit to avoid automatic conversion of integer to a TString of size of the integer value. This addresses issue 50883. - make TString::Hash() machine independent, by returning an UInt_t and not a machine dependent ULong_t. The algorithm was anyway only using 32-bits for the hash and on 64-bit machines the remaining 32-bits were not explicitly set, making the hash process dependent. This addresses issue 37881. git-svn-id: http://root.cern.ch/svn/root/trunk@29145 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- core/base/inc/TString.h 2 additions, 2 deletionscore/base/inc/TString.h
- core/base/src/TString.cxx 5 additions, 5 deletionscore/base/src/TString.cxx
- proof/proof/src/TCondor.cxx 2 additions, 3 deletionsproof/proof/src/TCondor.cxx
- test/Makefile 1 addition, 1 deletiontest/Makefile
- test/stressProof.cxx 1 addition, 1 deletiontest/stressProof.cxx
Loading
Please register or sign in to comment