From 3b5317a6db8b0788f1e4c69dd4e3d8b34e604977 Mon Sep 17 00:00:00 2001 From: drochner Date: Fri, 26 Feb 2010 10:56:38 +0000 Subject: first attempt to make this DESTDIR ready and to update it to a newer version (5.26, the current production version). The pkg builds and the result starts up and can do simple operations, but there are strange errors if I try scripts which used to work two years ago (mostly array size check related). The biggest problem is that the pkg needs a fortran compiler which supports the LOC() function. f2c doesn't, the cheapest way I found is to depend on pkgsrc/lang/gcc3-f77. This needs to be done cleaner. --- misc/root/Makefile | 15 +- misc/root/PLIST | 3826 ++++++++++++++++++++++++++++++++++---------- misc/root/distinfo | 45 +- misc/root/patches/patch-aa | 28 +- misc/root/patches/patch-ab | 6 +- misc/root/patches/patch-ac | 6 +- misc/root/patches/patch-ad | 6 +- misc/root/patches/patch-ae | 16 +- misc/root/patches/patch-af | 6 +- misc/root/patches/patch-ag | 14 +- misc/root/patches/patch-ah | 6 +- misc/root/patches/patch-ai | 6 +- misc/root/patches/patch-aj | 18 +- misc/root/patches/patch-ak | 6 +- misc/root/patches/patch-am | 139 +- misc/root/patches/patch-an | 14 +- misc/root/patches/patch-ba | 12 + misc/root/patches/patch-bb | 14 + misc/root/patches/patch-bc | 13 + misc/root/patches/patch-bd | 14 + misc/root/patches/patch-be | 13 + misc/root/patches/patch-bf | 13 + misc/root/patches/patch-bg | 13 + misc/root/patches/patch-bh | 13 + misc/root/patches/patch-bi | 13 + misc/root/patches/patch-bj | 13 + misc/root/patches/patch-ca | 16 + 27 files changed, 3291 insertions(+), 1013 deletions(-) create mode 100644 misc/root/patches/patch-ba create mode 100644 misc/root/patches/patch-bb create mode 100644 misc/root/patches/patch-bc create mode 100644 misc/root/patches/patch-bd create mode 100644 misc/root/patches/patch-be create mode 100644 misc/root/patches/patch-bf create mode 100644 misc/root/patches/patch-bg create mode 100644 misc/root/patches/patch-bh create mode 100644 misc/root/patches/patch-bi create mode 100644 misc/root/patches/patch-bj create mode 100644 misc/root/patches/patch-ca diff --git a/misc/root/Makefile b/misc/root/Makefile index 2bf139abe7c..8ff524e5dfd 100644 --- a/misc/root/Makefile +++ b/misc/root/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2010/01/18 09:59:15 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2010/02/26 10:56:38 drochner Exp $ -DISTNAME= root_v5.10.00.source -PKGNAME= root-5.10 -PKGREVISION= 5 +DISTNAME= root_v5.26.00b.source +PKGNAME= root-5.26 CATEGORIES= misc MASTER_SITES= ftp://root.cern.ch/root/ @@ -10,10 +9,13 @@ MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://root.cern.ch/ COMMENT= OO framework for data analysis and visualisation +PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/root USE_TOOLS+= gmake -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++ #fortran f2c lacks LOC() +.include "../../lang/gcc3-f77/buildlink3.mk" +CHECK_PORTABILITY_SKIP= build/win/*.sh cint/tool/INSTALLBIN BUILD_TARGET= .if (${MACHINE_ARCH} == "arm") @@ -43,6 +45,8 @@ CONFIGURE_ARGS+= --disable-xml .include "../../graphics/libungif/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" +.include "../../math/gsl/buildlink3.mk" + post-extract: ${CP} ${FILESDIR}/Makefile.netbsd ${WRKSRC}/config @@ -54,4 +58,5 @@ post-extract: .include "../../x11/libXpm/buildlink3.mk" .include "../../x11/libXmu/buildlink3.mk" .include "../../x11/libXi/buildlink3.mk" +.include "../../x11/libXft/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/root/PLIST b/misc/root/PLIST index 0efcf0d06fa..0d47e777c37 100644 --- a/misc/root/PLIST +++ b/misc/root/PLIST @@ -1,10 +1,15 @@ -@comment $NetBSD: PLIST,v 1.6 2009/06/14 20:52:13 joerg Exp $ -bin/cint +@comment $NetBSD: PLIST,v 1.7 2010/02/26 10:56:38 drochner Exp $ +bin/g2root +bin/genmap +bin/genreflex +bin/genreflex-rootcint +bin/h2root bin/hadd -bin/makecint bin/memprobe bin/proofd bin/proofserv +bin/proofserv.exe +bin/rlibmap bin/rmkdepend bin/root bin/root-config @@ -12,10 +17,12 @@ bin/root.exe bin/rootcint bin/rootd bin/rootn.exe +bin/roots +bin/roots.exe bin/ssh2rpd +bin/thisroot.csh +bin/thisroot.sh include/root/Api.h -include/root/Apiif.h -include/root/Apiifold.h include/root/AuthConst.h include/root/BaseCls.h include/root/Bits.h @@ -24,18 +31,71 @@ include/root/Buttons.h include/root/Bytes.h include/root/Byteswap.h include/root/CallFunc.h +include/root/CintLDAP.h +include/root/Cintex/Cintex.h include/root/Class.h include/root/CsgOps.h include/root/DaemonUtils.h include/root/DataMbr.h include/root/Demangle.h include/root/DllImport.h +include/root/FTBBox.h +include/root/FTBitmapGlyph.h +include/root/FTCharToGlyphIndexMap.h +include/root/FTCharmap.h +include/root/FTContour.h +include/root/FTExtrdGlyph.h +include/root/FTFace.h +include/root/FTFont.h +include/root/FTGL.h +include/root/FTGLBitmapFont.h +include/root/FTGLExtrdFont.h +include/root/FTGLOutlineFont.h +include/root/FTGLPixmapFont.h +include/root/FTGLPolygonFont.h +include/root/FTGLTextureFont.h +include/root/FTGlyph.h +include/root/FTGlyphContainer.h +include/root/FTLibrary.h +include/root/FTList.h +include/root/FTOutlineGlyph.h +include/root/FTPixmapGlyph.h +include/root/FTPoint.h +include/root/FTPolyGlyph.h +include/root/FTSize.h +include/root/FTTextureGlyph.h +include/root/FTVector.h +include/root/FTVectoriser.h +include/root/FastAllocString.h +include/root/Fit/BinData.h +include/root/Fit/BinPoint.h +include/root/Fit/Chi2FCN.h +include/root/Fit/DataOptions.h +include/root/Fit/DataRange.h +include/root/Fit/DataVector.h +include/root/Fit/DataVectorfwd.h +include/root/Fit/FcnAdapter.h +include/root/Fit/FitConfig.h +include/root/Fit/FitResult.h +include/root/Fit/FitUtil.h +include/root/Fit/FitUtilParallel.h +include/root/Fit/Fitter.h +include/root/Fit/LogLikelihoodFCN.h +include/root/Fit/ParameterSettings.h +include/root/Fit/PoissonLikelihoodFCN.h +include/root/Fit/SparseData.h +include/root/Fit/UnBinData.h include/root/Foption.h +include/root/GL/glew.h +include/root/GL/glxew.h +include/root/GL/wglew.h include/root/GLConstants.h include/root/G__ci.h include/root/Getline.h +include/root/Getline_el.h include/root/Gtypes.h include/root/GuiTypes.h +include/root/HFitInterface.h include/root/HelpSMText.h include/root/HelpText.h include/root/HelpTextTV.h @@ -45,28 +105,217 @@ include/root/Hparam.h include/root/Htypes.h include/root/KeySymbols.h include/root/Match.h +include/root/Math/AdaptiveIntegratorMultiDim.h +include/root/Math/AllIntegrationTypes.h +include/root/Math/AxisAngle.h include/root/Math/BinaryOpPolicy.h include/root/Math/BinaryOperators.h +include/root/Math/Boost.h +include/root/Math/BoostX.h +include/root/Math/BoostY.h +include/root/Math/BoostZ.h +include/root/Math/BrentMethods.h +include/root/Math/BrentMinimizer1D.h +include/root/Math/BrentRootFinder.h +include/root/Math/Cartesian2D.h +include/root/Math/Cartesian3D.h +include/root/Math/Chebyshev.h +include/root/Math/CholeskyDecomp.h include/root/Math/CramerInversion.icc include/root/Math/CramerInversionSym.icc +include/root/Math/Cylindrical3D.h +include/root/Math/CylindricalEta3D.h +include/root/Math/Derivator.h include/root/Math/Dfact.h include/root/Math/Dfactir.h include/root/Math/Dfinv.h include/root/Math/Dinv.h +include/root/Math/DisplacementVector2D.h +include/root/Math/DisplacementVector3D.h +include/root/Math/DistFunc.h +include/root/Math/DistFuncMathCore.h +include/root/Math/DistFuncMathMore.h include/root/Math/Dsfact.h include/root/Math/Dsinv.h +include/root/Math/Error.h +include/root/Math/EulerAngles.h include/root/Math/Expression.h +include/root/Math/Factory.h +include/root/Math/FitMethodFunction.h include/root/Math/Functions.h +include/root/Math/Functor.h +include/root/Math/GSLFunctionAdapter.h +include/root/Math/GSLIntegrator.h +include/root/Math/GSLMCIntegrator.h +include/root/Math/GSLMinimizer.h +include/root/Math/GSLMinimizer1D.h +include/root/Math/GSLNLSMinimizer.h +include/root/Math/GSLRndmEngines.h +include/root/Math/GSLRootFinder.h +include/root/Math/GSLRootFinderDeriv.h +include/root/Math/GSLRootHelper.h +include/root/Math/GSLSimAnMinimizer.h +include/root/Math/GSLSimAnnealing.h +include/root/Math/GaussIntegrator.h +include/root/Math/GaussLegendreIntegrator.h +include/root/Math/GenVector/3DConversions.h +include/root/Math/GenVector/3DDistances.h +include/root/Math/GenVector/AxisAngle.h +include/root/Math/GenVector/AxisAnglefwd.h +include/root/Math/GenVector/BitReproducible.h +include/root/Math/GenVector/Boost.h +include/root/Math/GenVector/BoostX.h +include/root/Math/GenVector/BoostXfwd.h +include/root/Math/GenVector/BoostY.h +include/root/Math/GenVector/BoostYfwd.h +include/root/Math/GenVector/BoostZ.h +include/root/Math/GenVector/BoostZfwd.h +include/root/Math/GenVector/Boostfwd.h +include/root/Math/GenVector/Cartesian2D.h +include/root/Math/GenVector/Cartesian2Dfwd.h +include/root/Math/GenVector/Cartesian3D.h +include/root/Math/GenVector/Cartesian3Dfwd.h +include/root/Math/GenVector/CoordinateSystemTags.h +include/root/Math/GenVector/Cylindrical3D.h +include/root/Math/GenVector/Cylindrical3Dfwd.h +include/root/Math/GenVector/CylindricalEta3D.h +include/root/Math/GenVector/CylindricalEta3Dfwd.h +include/root/Math/GenVector/DisplacementVector2D.h +include/root/Math/GenVector/DisplacementVector2Dfwd.h +include/root/Math/GenVector/DisplacementVector3D.h +include/root/Math/GenVector/DisplacementVector3Dfwd.h +include/root/Math/GenVector/EulerAngles.h +include/root/Math/GenVector/EulerAnglesfwd.h +include/root/Math/GenVector/GenVectorIO.h +include/root/Math/GenVector/GenVector_exception.h +include/root/Math/GenVector/LorentzRotation.h +include/root/Math/GenVector/LorentzRotationfwd.h +include/root/Math/GenVector/LorentzVector.h +include/root/Math/GenVector/LorentzVectorfwd.h +include/root/Math/GenVector/Plane3D.h +include/root/Math/GenVector/Polar2D.h +include/root/Math/GenVector/Polar2Dfwd.h +include/root/Math/GenVector/Polar3D.h +include/root/Math/GenVector/Polar3Dfwd.h +include/root/Math/GenVector/PositionVector2D.h +include/root/Math/GenVector/PositionVector2Dfwd.h +include/root/Math/GenVector/PositionVector3D.h +include/root/Math/GenVector/PositionVector3Dfwd.h +include/root/Math/GenVector/PtEtaPhiE4D.h +include/root/Math/GenVector/PtEtaPhiE4Dfwd.h +include/root/Math/GenVector/PtEtaPhiM4D.h +include/root/Math/GenVector/PtEtaPhiM4Dfwd.h +include/root/Math/GenVector/PxPyPzE4D.h +include/root/Math/GenVector/PxPyPzE4Dfwd.h +include/root/Math/GenVector/PxPyPzM4D.h +include/root/Math/GenVector/PxPyPzM4Dfwd.h +include/root/Math/GenVector/Quaternion.h +include/root/Math/GenVector/Quaternionfwd.h +include/root/Math/GenVector/Rotation3D.h +include/root/Math/GenVector/Rotation3Dfwd.h +include/root/Math/GenVector/RotationX.h +include/root/Math/GenVector/RotationXfwd.h +include/root/Math/GenVector/RotationY.h +include/root/Math/GenVector/RotationYfwd.h +include/root/Math/GenVector/RotationZ.h +include/root/Math/GenVector/RotationZYX.h +include/root/Math/GenVector/RotationZYXfwd.h +include/root/Math/GenVector/RotationZfwd.h +include/root/Math/GenVector/Transform3D.h +include/root/Math/GenVector/Translation3D.h +include/root/Math/GenVector/VectorUtil.h +include/root/Math/GenVector/eta.h +include/root/Math/GenVector/etaMax.h include/root/Math/HelperOps.h +include/root/Math/IFunction.h +include/root/Math/IFunctionfwd.h +include/root/Math/IMinimizer1D.h +include/root/Math/IParamFunction.h +include/root/Math/IParamFunctionfwd.h +include/root/Math/IRootFinderMethod.h +include/root/Math/IntegrationTypes.h +include/root/Math/Integrator.h +include/root/Math/IntegratorMultiDim.h +include/root/Math/InterpolationTypes.h +include/root/Math/Interpolator.h +include/root/Math/KelvinFunctions.h +include/root/Math/LorentzRotation.h +include/root/Math/LorentzVector.h +include/root/Math/MCIntegrationTypes.h +include/root/Math/MCParameters.h include/root/Math/MConfig.h +include/root/Math/Math.h include/root/Math/MatrixFunctions.h +include/root/Math/MatrixInversion.icc include/root/Math/MatrixRepresentationsStatic.h +include/root/Math/MinimTransformFunction.h +include/root/Math/Minimizer.h +include/root/Math/MinimizerOptions.h +include/root/Math/MinimizerVariable.h +include/root/Math/MinimizerVariableTransformation.h +include/root/Math/MultiDimParamFunctionAdapter.h +include/root/Math/MultiNumGradFunction.h +include/root/Math/OneDimFunctionAdapter.h +include/root/Math/ParamFunction.h +include/root/Math/ParamFunctor.h +include/root/Math/PdfFunc.h +include/root/Math/PdfFuncMathCore.h +include/root/Math/Plane3D.h +include/root/Math/Point2D.h +include/root/Math/Point2Dfwd.h +include/root/Math/Point3D.h +include/root/Math/Point3Dfwd.h +include/root/Math/Polar2D.h +include/root/Math/Polar3D.h +include/root/Math/Polynomial.h +include/root/Math/PositionVector2D.h +include/root/Math/PositionVector3D.h +include/root/Math/ProbFunc.h +include/root/Math/ProbFuncMathCore.h +include/root/Math/PtEtaPhiE4D.h +include/root/Math/PtEtaPhiM4D.h +include/root/Math/PxPyPzE4D.h +include/root/Math/PxPyPzM4D.h +include/root/Math/QuantFunc.h +include/root/Math/QuantFuncMathCore.h +include/root/Math/QuantFuncMathMore.h +include/root/Math/Quaternion.h +include/root/Math/Random.h +include/root/Math/RichardsonDerivator.h +include/root/Math/RootFinder.h +include/root/Math/RootFinderAlgorithms.h +include/root/Math/Rotation3D.h +include/root/Math/RotationX.h +include/root/Math/RotationY.h +include/root/Math/RotationZ.h +include/root/Math/RotationZYX.h include/root/Math/SMatrix.h include/root/Math/SMatrix.icc +include/root/Math/SMatrixDfwd.h +include/root/Math/SMatrixFfwd.h include/root/Math/SVector.h include/root/Math/SVector.icc +include/root/Math/SpecFunc.h +include/root/Math/SpecFuncMathCore.h +include/root/Math/SpecFuncMathMore.h include/root/Math/StaticCheck.h +include/root/Math/Transform3D.h +include/root/Math/Translation3D.h include/root/Math/UnaryOperators.h +include/root/Math/Util.h +include/root/Math/Vector2D.h +include/root/Math/Vector2Dfwd.h +include/root/Math/Vector3D.h +include/root/Math/Vector3Dfwd.h +include/root/Math/Vector4D.h +include/root/Math/Vector4Dfwd.h +include/root/Math/VectorUtil.h +include/root/Math/VectorUtil_Cint.h +include/root/Math/VirtualIntegrator.h +include/root/Math/WrappedFunction.h +include/root/Math/WrappedMultiTF1.h +include/root/Math/WrappedParamFunction.h +include/root/Math/WrappedTF1.h include/root/MemCheck.h include/root/MessageTypes.h include/root/Method.h @@ -75,9 +324,60 @@ include/root/NetErrors.h include/root/PosixThreadInc.h include/root/Property.h include/root/RConfig.h +include/root/RConfigOptions.h +include/root/RConfigure.h +include/root/RConversionRuleParser.h include/root/RQ_OBJECT.h +include/root/RRemoteProtocol.h include/root/RStipples.h include/root/RVersion.h +include/root/Reflex/Any.h +include/root/Reflex/Base.h +include/root/Reflex/Builder/ClassBuilder.h +include/root/Reflex/Builder/CollectionProxy.h +include/root/Reflex/Builder/DictSelection.h +include/root/Reflex/Builder/EnumBuilder.h +include/root/Reflex/Builder/FunctionBuilder.h +include/root/Reflex/Builder/GenreflexMemberBuilder.h +include/root/Reflex/Builder/NamespaceBuilder.h +include/root/Reflex/Builder/NewDelFunctions.h +include/root/Reflex/Builder/OnDemandBuilder.h +include/root/Reflex/Builder/OnDemandBuilderForScope.h +include/root/Reflex/Builder/ReflexBuilder.h +include/root/Reflex/Builder/TypeBuilder.h +include/root/Reflex/Builder/TypedefBuilder.h +include/root/Reflex/Builder/UnionBuilder.h +include/root/Reflex/Builder/VariableBuilder.h +include/root/Reflex/Callback.h +include/root/Reflex/DictionaryGenerator.h +include/root/Reflex/Kernel.h +include/root/Reflex/Member.h +include/root/Reflex/MemberTemplate.h +include/root/Reflex/Object.h +include/root/Reflex/PluginService.h +include/root/Reflex/PropertyList.h +include/root/Reflex/Reflex.h +include/root/Reflex/Scope.h +include/root/Reflex/SharedLibrary.h +include/root/Reflex/Tools.h +include/root/Reflex/Type.h +include/root/Reflex/TypeTemplate.h +include/root/Reflex/ValueObject.h +include/root/Reflex/internal/BuilderContainer.h +include/root/Reflex/internal/InternalTools.h +include/root/Reflex/internal/MemberBase.h +include/root/Reflex/internal/MemberTemplateImpl.h +include/root/Reflex/internal/MemberTemplateName.h +include/root/Reflex/internal/OwnedMember.h +include/root/Reflex/internal/OwnedMemberTemplate.h +include/root/Reflex/internal/OwnedPropertyList.h +include/root/Reflex/internal/PropertyListImpl.h +include/root/Reflex/internal/ScopeBase.h +include/root/Reflex/internal/ScopeName.h +include/root/Reflex/internal/TypeBase.h +include/root/Reflex/internal/TypeName.h +include/root/Reflex/internal/TypeTemplateImpl.h +include/root/Reflex/internal/TypeTemplateName.h include/root/Riosfwd.h include/root/Riostream.h include/root/Rpair.h @@ -86,13 +386,17 @@ include/root/Rtypeinfo.h include/root/Rtypes.h include/root/RtypesCint.h include/root/RtypesImp.h +include/root/Shadow.h include/root/Strlen.h include/root/TASImage.h include/root/TASImagePlugin.h include/root/TASPaletteEditor.h include/root/TASPluginGS.h +include/root/TAdvancedGraphicsDialog.h include/root/TApplication.h include/root/TApplicationImp.h +include/root/TApplicationRemote.h +include/root/TApplicationServer.h include/root/TArc.h include/root/TArcBall.h include/root/TArchiveFile.h @@ -102,37 +406,45 @@ include/root/TArrayD.h include/root/TArrayF.h include/root/TArrayI.h include/root/TArrayL.h +include/root/TArrayL64.h include/root/TArrayS.h include/root/TArrow.h include/root/TArrowEditor.h +include/root/TAtomicCount.h +include/root/TAtomicCountGcc.h +include/root/TAtomicCountPthread.h include/root/TAtt3D.h include/root/TAttAxis.h +include/root/TAttBBox.h include/root/TAttCanvas.h include/root/TAttFill.h -include/root/TAttFillCanvas.h include/root/TAttFillEditor.h include/root/TAttImage.h include/root/TAttLine.h -include/root/TAttLineCanvas.h include/root/TAttLineEditor.h include/root/TAttMarker.h -include/root/TAttMarkerCanvas.h include/root/TAttMarkerEditor.h include/root/TAttPad.h include/root/TAttParticle.h include/root/TAttText.h -include/root/TAttTextCanvas.h include/root/TAttTextEditor.h include/root/TAuthenticate.h include/root/TAxis.h include/root/TAxis3D.h include/root/TAxisEditor.h include/root/TBRIK.h +include/root/TBackCompFitter.h +include/root/TBase64.h include/root/TBaseClass.h include/root/TBasket.h include/root/TBasketSQL.h include/root/TBenchmark.h +include/root/TBinomialEfficiencyFitter.h include/root/TBits.h +include/root/TBonjourBrowser.h +include/root/TBonjourRecord.h +include/root/TBonjourRegistrar.h +include/root/TBonjourResolver.h include/root/TBox.h include/root/TBranch.h include/root/TBranchBrowsable.h @@ -145,12 +457,14 @@ include/root/TBranchProxyDescriptor.h include/root/TBranchProxyDirector.h include/root/TBranchProxyTemplate.h include/root/TBranchRef.h +include/root/TBranchSTL.h include/root/TBrowser.h include/root/TBrowserImp.h include/root/TBtree.h include/root/TBuffer.h include/root/TBuffer3D.h include/root/TBuffer3DTypes.h +include/root/TBufferFile.h include/root/TBufferSQL.h include/root/TBufferSQL2.h include/root/TBufferXML.h @@ -158,15 +472,14 @@ include/root/TButton.h include/root/TCONE.h include/root/TCONS.h include/root/TCTUB.h -include/root/TCache.h include/root/TCanvas.h include/root/TCanvasImp.h include/root/TChain.h include/root/TChainElement.h include/root/TChainIndex.h -include/root/TChainProof.h include/root/TCint.h include/root/TClass.h +include/root/TClassDocOutput.h include/root/TClassEdit.h include/root/TClassGenerator.h include/root/TClassMenuItem.h @@ -176,8 +489,10 @@ include/root/TClassTable.h include/root/TClassTree.h include/root/TClonesArray.h include/root/TCollection.h -include/root/TCollectionProxy.h +include/root/TCollectionProxyFactory.h +include/root/TCollectionProxyInfo.h include/root/TColor.h +include/root/TColorWheel.h include/root/TComplex.h include/root/TCondition.h include/root/TConditionImp.h @@ -200,6 +515,8 @@ include/root/TCutG.h include/root/TDSet.h include/root/TDSetProxy.h include/root/TDataMember.h +include/root/TDataSetManager.h +include/root/TDataSetManagerFile.h include/root/TDataType.h include/root/TDatabasePDG.h include/root/TDatime.h @@ -215,14 +532,114 @@ include/root/TDialogCanvas.h include/root/TDiamond.h include/root/TDictionary.h include/root/TDirectory.h +include/root/TDirectoryFile.h +include/root/TDocDirective.h +include/root/TDocInfo.h +include/root/TDocOutput.h +include/root/TDocParser.h include/root/TDrawFeedback.h -include/root/TDrawPanelHist.h include/root/TELTU.h include/root/TEllipse.h include/root/TEmulatedCollectionProxy.h include/root/TEmulatedMapProxy.h +include/root/TEntryList.h +include/root/TEntryListBlock.h +include/root/TEntryListFromFile.h include/root/TEnv.h include/root/TError.h +include/root/TEveArrow.h +include/root/TEveArrowEditor.h +include/root/TEveArrowGL.h +include/root/TEveBoxSet.h +include/root/TEveBoxSetGL.h +include/root/TEveBrowser.h +include/root/TEveCalo.h +include/root/TEveCalo2DGL.h +include/root/TEveCalo3DGL.h +include/root/TEveCaloData.h +include/root/TEveCaloLegoEditor.h +include/root/TEveCaloLegoGL.h +include/root/TEveCaloLegoOverlay.h +include/root/TEveCaloVizEditor.h +include/root/TEveChunkManager.h +include/root/TEveCompound.h +include/root/TEveDigitSet.h +include/root/TEveDigitSetEditor.h +include/root/TEveElement.h +include/root/TEveElementEditor.h +include/root/TEveEventManager.h +include/root/TEveFrameBox.h +include/root/TEveFrameBoxGL.h +include/root/TEveGValuators.h +include/root/TEveGedEditor.h +include/root/TEveGeoNode.h +include/root/TEveGeoNodeEditor.h +include/root/TEveGeoPolyShape.h +include/root/TEveGeoShape.h +include/root/TEveGeoShapeExtract.h +include/root/TEveGridStepper.h +include/root/TEveGridStepperEditor.h +include/root/TEveJetCone.h +include/root/TEveJetConeEditor.h +include/root/TEveJetConeGL.h +include/root/TEveLegoEventHandler.h +include/root/TEveLine.h +include/root/TEveLineEditor.h +include/root/TEveLineGL.h +include/root/TEveMacro.h +include/root/TEveManager.h +include/root/TEvePad.h +include/root/TEveParamList.h +include/root/TEvePlot3D.h +include/root/TEvePlot3DGL.h +include/root/TEvePointSet.h +include/root/TEvePointSetArrayEditor.h +include/root/TEvePolygonSetProjected.h +include/root/TEvePolygonSetProjectedEditor.h +include/root/TEvePolygonSetProjectedGL.h +include/root/TEveProjectionAxes.h +include/root/TEveProjectionAxesEditor.h +include/root/TEveProjectionAxesGL.h +include/root/TEveProjectionBases.h +include/root/TEveProjectionManager.h +include/root/TEveProjectionManagerEditor.h +include/root/TEveProjections.h +include/root/TEveQuadSet.h +include/root/TEveQuadSetGL.h +include/root/TEveRGBAPalette.h +include/root/TEveRGBAPaletteEditor.h +include/root/TEveScalableStraightLineSet.h +include/root/TEveScene.h +include/root/TEveSceneInfo.h +include/root/TEveSelection.h +include/root/TEveStraightLineSet.h +include/root/TEveStraightLineSetEditor.h +include/root/TEveStraightLineSetGL.h +include/root/TEveText.h +include/root/TEveTextEditor.h +include/root/TEveTextGL.h +include/root/TEveTrack.h +include/root/TEveTrackEditor.h +include/root/TEveTrackGL.h +include/root/TEveTrackProjected.h +include/root/TEveTrackProjectedGL.h +include/root/TEveTrackPropagator.h +include/root/TEveTrackPropagatorEditor.h +include/root/TEveTrans.h +include/root/TEveTransEditor.h +include/root/TEveTreeTools.h +include/root/TEveTriangleSet.h +include/root/TEveTriangleSetEditor.h +include/root/TEveTriangleSetGL.h +include/root/TEveUtil.h +include/root/TEveVSD.h +include/root/TEveVSDStructs.h +include/root/TEveVector.h +include/root/TEveViewer.h +include/root/TEveViewerListEditor.h +include/root/TEveWindow.h +include/root/TEveWindowEditor.h +include/root/TEveWindowManager.h include/root/TEventIter.h include/root/TEventList.h include/root/TExMap.h @@ -230,16 +647,24 @@ include/root/TException.h include/root/TExec.h include/root/TF1.h include/root/TF12.h +include/root/TF1Editor.h include/root/TF2.h +include/root/TF2GL.h include/root/TF3.h include/root/TFTP.h include/root/TFeldmanCousins.h include/root/TFile.h +include/root/TFileCacheRead.h +include/root/TFileCacheWrite.h +include/root/TFileCollection.h include/root/TFileDrawMap.h include/root/TFileInfo.h include/root/TFileMerger.h -include/root/TFitPanel.h -include/root/TFitPanelGraph.h +include/root/TFileStager.h +include/root/TFitEditor.h +include/root/TFitParametersDialog.h +include/root/TFitResult.h +include/root/TFitResultPtr.h include/root/TFitter.h include/root/TFoam.h include/root/TFoamCell.h @@ -248,6 +673,7 @@ include/root/TFoamMaxwt.h include/root/TFoamVect.h include/root/TFolder.h include/root/TFormLeafInfo.h +include/root/TFormLeafInfoReference.h include/root/TFormula.h include/root/TFormulaPrimitive.h include/root/TFractionFitter.h @@ -258,7 +684,9 @@ include/root/TFriendElement.h include/root/TFriendProxy.h include/root/TFriendProxyDescriptor.h include/root/TFumili.h +include/root/TFumiliMinimizer.h include/root/TFunction.h +include/root/TFunctionParametersDialog.h include/root/TG3DLine.h include/root/TGApplication.h include/root/TGButton.h @@ -268,52 +696,106 @@ include/root/TGClient.h include/root/TGColorDialog.h include/root/TGColorSelect.h include/root/TGComboBox.h +include/root/TGCommandPlugin.h +include/root/TGDNDManager.h include/root/TGDimension.h include/root/TGDockableFrame.h include/root/TGDoubleSlider.h +include/root/TGEventHandler.h include/root/TGFSComboBox.h include/root/TGFSContainer.h +include/root/TGFileBrowser.h include/root/TGFileDialog.h include/root/TGFont.h include/root/TGFontDialog.h include/root/TGFrame.h include/root/TGGC.h +include/root/TGHtml.h +include/root/TGHtmlBrowser.h +include/root/TGHtmlTokens.h +include/root/TGHtmlUri.h include/root/TGIcon.h include/root/TGIdleHandler.h include/root/TGImageMap.h +include/root/TGInputDialog.h +include/root/TGL5D.h +include/root/TGL5DDataSetEditor.h +include/root/TGL5DPainter.h +include/root/TGLAdapter.h +include/root/TGLAnnotation.h +include/root/TGLAxis.h +include/root/TGLAxisPainter.h include/root/TGLBoundingBox.h +include/root/TGLBoxPainter.h include/root/TGLCamera.h +include/root/TGLCameraOverlay.h include/root/TGLClip.h +include/root/TGLClipSetEditor.h +include/root/TGLContext.h +include/root/TGLContextPrivate.h include/root/TGLCylinder.h -include/root/TGLDisplayListCache.h -include/root/TGLDrawFlags.h -include/root/TGLDrawable.h -include/root/TGLEditor.h +include/root/TGLEmbeddedViewer.h +include/root/TGLEventHandler.h +include/root/TGLFBO.h include/root/TGLFaceSet.h +include/root/TGLFontManager.h +include/root/TGLFormat.h include/root/TGLHistPainter.h include/root/TGLIncludes.h -include/root/TGLKernel.h +include/root/TGLIsoMesh.h +include/root/TGLLegoPainter.h +include/root/TGLLightSet.h +include/root/TGLLightSetEditor.h +include/root/TGLLockable.h include/root/TGLLogicalShape.h include/root/TGLManip.h +include/root/TGLManipSet.h +include/root/TGLMarchingCubes.h +include/root/TGLObject.h include/root/TGLOrthoCamera.h include/root/TGLOutput.h +include/root/TGLOverlay.h +include/root/TGLOverlayButton.h +include/root/TGLPShapeObj.h +include/root/TGLPShapeObjEditor.h +include/root/TGLPShapeRef.h +include/root/TGLPadPainter.h +include/root/TGLPadUtils.h +include/root/TGLParametric.h +include/root/TGLParametricEquationGL.h include/root/TGLPerspectiveCamera.h include/root/TGLPhysicalShape.h -include/root/TGLPixmap.h +include/root/TGLPlot3D.h +include/root/TGLPlotBox.h +include/root/TGLPlotCamera.h +include/root/TGLPlotPainter.h include/root/TGLPolyLine.h include/root/TGLPolyMarker.h include/root/TGLQuadric.h -include/root/TGLRenderArea.h +include/root/TGLRnrCtx.h include/root/TGLRotateManip.h include/root/TGLSAFrame.h include/root/TGLSAViewer.h include/root/TGLScaleManip.h include/root/TGLScene.h +include/root/TGLSceneBase.h +include/root/TGLSceneInfo.h +include/root/TGLScenePad.h +include/root/TGLSelectBuffer.h +include/root/TGLSelectRecord.h include/root/TGLSphere.h include/root/TGLStopwatch.h +include/root/TGLSurfacePainter.h +include/root/TGLTF3Painter.h +include/root/TGLTH3Composition.h +include/root/TGLText.h include/root/TGLTransManip.h include/root/TGLUtil.h include/root/TGLViewer.h +include/root/TGLViewerBase.h +include/root/TGLViewerEditor.h +include/root/TGLWSIncludes.h +include/root/TGLWidget.h include/root/TGLabel.h include/root/TGLayout.h include/root/TGListBox.h @@ -329,28 +811,40 @@ include/root/TGMimeTypes.h include/root/TGMsgBox.h include/root/TGNumberEntry.h include/root/TGObject.h +include/root/TGPack.h include/root/TGPasswdDialog.h include/root/TGPicture.h include/root/TGProgressBar.h include/root/TGRedirectOutputGuard.h include/root/TGResourcePool.h include/root/TGScrollBar.h +include/root/TGShapedFrame.h include/root/TGShutter.h +include/root/TGSimpleTable.h +include/root/TGSimpleTableInterface.h include/root/TGSlider.h +include/root/TGSpeedo.h +include/root/TGSplitFrame.h include/root/TGSplitter.h include/root/TGStatusBar.h include/root/TGString.h include/root/TGTRA.h include/root/TGTab.h +include/root/TGTable.h +include/root/TGTableCell.h +include/root/TGTableContainer.h +include/root/TGTableHeader.h include/root/TGTableLayout.h include/root/TGText.h include/root/TGTextBuffer.h include/root/TGTextEdit.h include/root/TGTextEditDialogs.h +include/root/TGTextEditor.h include/root/TGTextEntry.h include/root/TGTextView.h include/root/TGToolBar.h include/root/TGToolTip.h +include/root/TGTreeTable.h include/root/TGTripleSlider.h include/root/TGView.h include/root/TGWidget.h @@ -363,7 +857,6 @@ include/root/TGedEditor.h include/root/TGedFrame.h include/root/TGedMarkerSelect.h include/root/TGedPatternSelect.h -include/root/TGedToolBox.h include/root/TGenCollectionProxy.h include/root/TGenCollectionStreamer.h include/root/TGenPhaseSpace.h @@ -372,41 +865,66 @@ include/root/TGenericClassInfo.h include/root/TGeoArb8.h include/root/TGeoAtt.h include/root/TGeoBBox.h +include/root/TGeoBBoxEditor.h include/root/TGeoBoolNode.h +include/root/TGeoBuilder.h include/root/TGeoCache.h include/root/TGeoChecker.h include/root/TGeoCompositeShape.h include/root/TGeoCone.h +include/root/TGeoConeEditor.h include/root/TGeoElement.h include/root/TGeoEltu.h +include/root/TGeoEltuEditor.h +include/root/TGeoGedFrame.h +include/root/TGeoGlobalMagField.h include/root/TGeoHalfSpace.h include/root/TGeoHelix.h include/root/TGeoHype.h +include/root/TGeoHypeEditor.h include/root/TGeoMCGeometry.h include/root/TGeoManager.h +include/root/TGeoManagerEditor.h include/root/TGeoMaterial.h +include/root/TGeoMaterialEditor.h include/root/TGeoMatrix.h +include/root/TGeoMatrixEditor.h include/root/TGeoMedium.h +include/root/TGeoMediumEditor.h +include/root/TGeoNavigator.h include/root/TGeoNode.h +include/root/TGeoNodeEditor.h include/root/TGeoOverlap.h include/root/TGeoPainter.h include/root/TGeoPara.h +include/root/TGeoParaEditor.h include/root/TGeoParaboloid.h include/root/TGeoPatternFinder.h include/root/TGeoPcon.h +include/root/TGeoPconEditor.h include/root/TGeoPgon.h +include/root/TGeoPgonEditor.h include/root/TGeoPhysicalNode.h include/root/TGeoPolygon.h include/root/TGeoScaledShape.h include/root/TGeoShape.h include/root/TGeoShapeAssembly.h include/root/TGeoSphere.h +include/root/TGeoSphereEditor.h +include/root/TGeoTabManager.h include/root/TGeoTorus.h +include/root/TGeoTorusEditor.h include/root/TGeoTrack.h +include/root/TGeoTrapEditor.h include/root/TGeoTrd1.h +include/root/TGeoTrd1Editor.h include/root/TGeoTrd2.h +include/root/TGeoTrd2Editor.h include/root/TGeoTube.h +include/root/TGeoTubeEditor.h +include/root/TGeoUniformMagField.h include/root/TGeoVolume.h +include/root/TGeoVolumeEditor.h include/root/TGeoVoxelFinder.h include/root/TGeoXtru.h include/root/TGeometry.h @@ -415,26 +933,32 @@ include/root/TGondzioSolver.h include/root/TGraph.h include/root/TGraph2D.h include/root/TGraph2DErrors.h +include/root/TGraph2DPainter.h include/root/TGraphAsymmErrors.h include/root/TGraphBentErrors.h include/root/TGraphDelaunay.h include/root/TGraphEditor.h include/root/TGraphErrors.h include/root/TGraphPainter.h +include/root/TGraphPolar.h +include/root/TGraphPolargram.h include/root/TGraphQQ.h include/root/TGraphSmooth.h +include/root/TGraphTime.h include/root/TGrid.h include/root/TGridCollection.h include/root/TGridJDL.h include/root/TGridJob.h include/root/TGridJobStatus.h +include/root/TGridJobStatusList.h include/root/TGridResult.h include/root/TGroupButton.h include/root/TGuiBldDragManager.h include/root/TGuiBldEditor.h +include/root/TGuiBldGeometryFrame.h include/root/TGuiBldHintsButton.h include/root/TGuiBldHintsEditor.h -include/root/TGuiBldQuickHandler.h +include/root/TGuiBldNameFrame.h include/root/TGuiBuilder.h include/root/TGuiFactory.h include/root/TH1.h @@ -450,12 +974,14 @@ include/root/TH2C.h include/root/TH2D.h include/root/TH2Editor.h include/root/TH2F.h +include/root/TH2GL.h include/root/TH2I.h include/root/TH2S.h include/root/TH3.h include/root/TH3C.h include/root/TH3D.h include/root/TH3F.h +include/root/TH3GL.h include/root/TH3I.h include/root/TH3S.h include/root/THLimitsFinder.h @@ -463,23 +989,36 @@ include/root/THStack.h include/root/THYPE.h include/root/THashList.h include/root/THashTable.h +include/root/THbookBranch.h +include/root/THbookFile.h +include/root/THbookKey.h +include/root/THbookTree.h include/root/THelix.h include/root/THistPainter.h +include/root/THnSparse.h include/root/THostAuth.h include/root/THtml.h include/root/TImage.h include/root/TImageDump.h include/root/TImagePlugin.h +include/root/TIndArray.h include/root/TInetAddress.h include/root/TInspectCanvas.h include/root/TInspectorImp.h include/root/TInterpreter.h include/root/TIsAProxy.h include/root/TIterator.h +include/root/TKDEAdapter.h +include/root/TKDEFGT.h +include/root/TKDTree.h include/root/TKey.h include/root/TKeyMapFile.h include/root/TKeySQL.h include/root/TKeyXML.h +include/root/TLDAPAttribute.h +include/root/TLDAPEntry.h +include/root/TLDAPResult.h +include/root/TLDAPServer.h include/root/TLatex.h include/root/TLeaf.h include/root/TLeafB.h @@ -498,9 +1037,12 @@ include/root/TLego.h include/root/TLimit.h include/root/TLimitDataSource.h include/root/TLine.h +include/root/TLineEditor.h include/root/TLinearFitter.h +include/root/TLinearMinimizer.h include/root/TLink.h include/root/TList.h +include/root/TLockFile.h include/root/TLorentzRotation.h include/root/TLorentzVector.h include/root/TMCOptical.h @@ -509,13 +1051,145 @@ include/root/TMCProcess.h include/root/TMCVerbose.h include/root/TMD5.h include/root/TMLPAnalyzer.h +include/root/TMVA/BDTEventWrapper.h +include/root/TMVA/BinarySearchTree.h +include/root/TMVA/BinarySearchTreeNode.h +include/root/TMVA/BinaryTree.h +include/root/TMVA/CCPruner.h +include/root/TMVA/CCTreeWrapper.h +include/root/TMVA/ClassInfo.h +include/root/TMVA/ClassifierFactory.h +include/root/TMVA/Config.h +include/root/TMVA/Configurable.h +include/root/TMVA/ConvergenceTest.h +include/root/TMVA/CostComplexityPruneTool.h +include/root/TMVA/CrossEntropy.h +include/root/TMVA/DataInputHandler.h +include/root/TMVA/DataSet.h +include/root/TMVA/DataSetFactory.h +include/root/TMVA/DataSetInfo.h +include/root/TMVA/DataSetManager.h +include/root/TMVA/DecisionTree.h +include/root/TMVA/DecisionTreeNode.h +include/root/TMVA/Event.h +include/root/TMVA/ExpectedErrorPruneTool.h +include/root/TMVA/Factory.h +include/root/TMVA/FitterBase.h +include/root/TMVA/GeneticAlgorithm.h +include/root/TMVA/GeneticFitter.h +include/root/TMVA/GeneticGenes.h +include/root/TMVA/GeneticPopulation.h +include/root/TMVA/GeneticRange.h +include/root/TMVA/GiniIndex.h +include/root/TMVA/GiniIndexWithLaplace.h +include/root/TMVA/IFitterTarget.h +include/root/TMVA/IMethod.h +include/root/TMVA/IMetric.h +include/root/TMVA/IPruneTool.h +include/root/TMVA/Interval.h +include/root/TMVA/KDEKernel.h +include/root/TMVA/LDA.h +include/root/TMVA/MCFitter.h +include/root/TMVA/MethodANNBase.h +include/root/TMVA/MethodBDT.h +include/root/TMVA/MethodBase.h +include/root/TMVA/MethodBayesClassifier.h +include/root/TMVA/MethodBoost.h +include/root/TMVA/MethodCFMlpANN.h +include/root/TMVA/MethodCFMlpANN_Utils.h +include/root/TMVA/MethodCFMlpANN_def.h +include/root/TMVA/MethodCategory.h +include/root/TMVA/MethodCommittee.h +include/root/TMVA/MethodCompositeBase.h +include/root/TMVA/MethodCuts.h +include/root/TMVA/MethodDT.h +include/root/TMVA/MethodFDA.h +include/root/TMVA/MethodFisher.h +include/root/TMVA/MethodHMatrix.h +include/root/TMVA/MethodKNN.h +include/root/TMVA/MethodLD.h +include/root/TMVA/MethodLikelihood.h +include/root/TMVA/MethodMLP.h +include/root/TMVA/MethodPDEFoam.h +include/root/TMVA/MethodPDERS.h +include/root/TMVA/MethodRuleFit.h +include/root/TMVA/MethodSVM.h +include/root/TMVA/MethodSeedDistance.h +include/root/TMVA/MethodTMlpANN.h +include/root/TMVA/MetricEuler.h +include/root/TMVA/MetricManhattan.h +include/root/TMVA/MinuitFitter.h +include/root/TMVA/MinuitWrapper.h +include/root/TMVA/MisClassificationError.h +include/root/TMVA/ModulekNN.h +include/root/TMVA/MsgLogger.h +include/root/TMVA/Node.h +include/root/TMVA/NodekNN.h +include/root/TMVA/Option.h +include/root/TMVA/PDEFoam.h +include/root/TMVA/PDEFoamCell.h +include/root/TMVA/PDEFoamDistr.h +include/root/TMVA/PDEFoamVect.h +include/root/TMVA/PDF.h +include/root/TMVA/Ranking.h +include/root/TMVA/Reader.h +include/root/TMVA/RegressionVariance.h +include/root/TMVA/Results.h +include/root/TMVA/ResultsClassification.h +include/root/TMVA/ResultsRegression.h +include/root/TMVA/RootFinder.h +include/root/TMVA/Rule.h +include/root/TMVA/RuleCut.h +include/root/TMVA/RuleEnsemble.h +include/root/TMVA/RuleFit.h +include/root/TMVA/RuleFitAPI.h +include/root/TMVA/RuleFitParams.h +include/root/TMVA/SVEvent.h +include/root/TMVA/SVKernelFunction.h +include/root/TMVA/SVKernelMatrix.h +include/root/TMVA/SVWorkingSet.h +include/root/TMVA/SdivSqrtSplusB.h +include/root/TMVA/SeedDistance.h +include/root/TMVA/SeparationBase.h +include/root/TMVA/SimulatedAnnealing.h +include/root/TMVA/SimulatedAnnealingFitter.h +include/root/TMVA/TActivation.h +include/root/TMVA/TActivationChooser.h +include/root/TMVA/TActivationIdentity.h +include/root/TMVA/TActivationRadial.h +include/root/TMVA/TActivationSigmoid.h +include/root/TMVA/TActivationTanh.h +include/root/TMVA/TNeuron.h +include/root/TMVA/TNeuronInput.h +include/root/TMVA/TNeuronInputAbs.h +include/root/TMVA/TNeuronInputChooser.h +include/root/TMVA/TNeuronInputSqSum.h +include/root/TMVA/TNeuronInputSum.h +include/root/TMVA/TSpline1.h +include/root/TMVA/TSpline2.h +include/root/TMVA/TSynapse.h +include/root/TMVA/Timer.h +include/root/TMVA/Tools.h +include/root/TMVA/TransformationHandler.h +include/root/TMVA/Types.h +include/root/TMVA/VariableDecorrTransform.h +include/root/TMVA/VariableGaussTransform.h +include/root/TMVA/VariableIdentityTransform.h +include/root/TMVA/VariableInfo.h +include/root/TMVA/VariableNormalizeTransform.h +include/root/TMVA/VariablePCATransform.h +include/root/TMVA/VariableTransformBase.h +include/root/TMVA/Version.h +include/root/TMVA/Volume.h include/root/TMacro.h +include/root/TMakeProject.h include/root/TMap.h include/root/TMapFile.h include/root/TMarker.h include/root/TMarker3DBox.h include/root/TMaterial.h include/root/TMath.h +include/root/TMathBase.h include/root/TMatrix.h include/root/TMatrixD.h include/root/TMatrixDBase.h @@ -558,6 +1232,7 @@ include/root/TMethod.h include/root/TMethodArg.h include/root/TMethodCall.h include/root/TMinuit.h +include/root/TMinuitMinimizer.h include/root/TMixture.h include/root/TMonitor.h include/root/TMultiDimFit.h @@ -575,6 +1250,7 @@ include/root/TNtupleD.h include/root/TObjArray.h include/root/TObjString.h include/root/TObject.h +include/root/TObjectSpy.h include/root/TObjectTable.h include/root/TOrdCollection.h include/root/TPARA.h @@ -586,14 +1262,17 @@ include/root/TPRegexp.h include/root/TPServerSocket.h include/root/TPSocket.h include/root/TPacketizer.h -include/root/TPacketizer2.h -include/root/TPacketizerProgressive.h +include/root/TPacketizerAdaptive.h +include/root/TPacketizerUnit.h include/root/TPad.h include/root/TPadEditor.h -include/root/TPadEditorOld.h -include/root/TPadView3D.h +include/root/TPadPainter.h include/root/TPainter3dAlgorithms.h include/root/TPaletteAxis.h +include/root/TParallelCoord.h +include/root/TParallelCoordEditor.h +include/root/TParallelCoordRange.h +include/root/TParallelCoordVar.h include/root/TParameter.h include/root/TParticle.h include/root/TParticleClassPDG.h @@ -606,8 +1285,14 @@ include/root/TPaveStatsEditor.h include/root/TPaveText.h include/root/TPavesText.h include/root/TPerfStats.h +include/root/TPie.h +include/root/TPieEditor.h +include/root/TPieSlice.h +include/root/TPieSliceEditor.h include/root/TPluginManager.h include/root/TPoint.h +include/root/TPointSet3D.h +include/root/TPointSet3DGL.h include/root/TPoints.h include/root/TPoints3DABC.h include/root/TPolyLine.h @@ -625,21 +1310,32 @@ include/root/TProcessID.h include/root/TProcessUUID.h include/root/TProfile.h include/root/TProfile2D.h +include/root/TProfile3D.h include/root/TProof.h +include/root/TProofChain.h include/root/TProofCondor.h include/root/TProofDebug.h include/root/TProofDraw.h include/root/TProofLimitsFinder.h +include/root/TProofLite.h +include/root/TProofLog.h include/root/TProofMgr.h +include/root/TProofMgrLite.h include/root/TProofNodeInfo.h +include/root/TProofOutputFile.h include/root/TProofPlayer.h +include/root/TProofPlayerLite.h include/root/TProofProgressDialog.h include/root/TProofProgressLog.h +include/root/TProofProgressMemoryPlot.h +include/root/TProofProgressStatus.h include/root/TProofQueryResult.h include/root/TProofResources.h include/root/TProofResourcesStatic.h include/root/TProofServ.h +include/root/TProofServLite.h include/root/TProofSuperMaster.h +include/root/TQClass.h include/root/TQCommand.h include/root/TQConnection.h include/root/TQObject.h @@ -657,31 +1353,36 @@ include/root/TQpSolverBase.h include/root/TQpVar.h include/root/TQuaternion.h include/root/TQueryResult.h +include/root/TQueryResultManager.h include/root/TROOT.h include/root/TRWLock.h include/root/TRandom.h +include/root/TRandom1.h include/root/TRandom2.h include/root/TRandom3.h include/root/TRealData.h +include/root/TRecorder.h include/root/TRedirectOutputGuard.h include/root/TRef.h include/root/TRefArray.h +include/root/TRefArrayProxy.h include/root/TRefCnt.h +include/root/TRefProxy.h include/root/TRefTable.h include/root/TRegexp.h +include/root/TRemoteObject.h include/root/TRint.h include/root/TRobustEstimator.h include/root/TRolke.h include/root/TRootApplication.h include/root/TRootAuth.h include/root/TRootBrowser.h +include/root/TRootBrowserLite.h include/root/TRootCanvas.h include/root/TRootContextMenu.h include/root/TRootControlBar.h include/root/TRootDialog.h include/root/TRootEmbeddedCanvas.h -include/root/TRootGLU.h -include/root/TRootGLX.h include/root/TRootGuiBuilder.h include/root/TRootGuiFactory.h include/root/TRootHelpDialog.h @@ -692,17 +1393,26 @@ include/root/TRotation.h include/root/TSPHE.h include/root/TSPlot.h include/root/TSQLClassInfo.h +include/root/TSQLColumnInfo.h include/root/TSQLFile.h +include/root/TSQLMonitoring.h include/root/TSQLObjectData.h include/root/TSQLResult.h include/root/TSQLRow.h include/root/TSQLServer.h +include/root/TSQLStatement.h include/root/TSQLStructure.h +include/root/TSQLTableInfo.h include/root/TSVG.h +include/root/TSchemaHelper.h +include/root/TSchemaRule.h +include/root/TSchemaRuleProcessor.h +include/root/TSchemaRuleSet.h include/root/TSecContext.h include/root/TSelector.h include/root/TSelectorCint.h include/root/TSelectorDraw.h +include/root/TSelectorEntries.h include/root/TSelectorList.h include/root/TSelectorScalar.h include/root/TSemaphore.h @@ -713,12 +1423,21 @@ include/root/TSessionLogView.h include/root/TSessionViewer.h include/root/TShape.h include/root/TSlave.h +include/root/TSlaveLite.h include/root/TSlider.h include/root/TSliderBox.h include/root/TSocket.h include/root/TSortedList.h include/root/TSpectrum.h include/root/TSpectrum2.h +include/root/TSpectrum2Fit.h +include/root/TSpectrum2Painter.h +include/root/TSpectrum2Transform.h +include/root/TSpectrum3.h +include/root/TSpectrumFit.h +include/root/TSpectrumTransform.h +include/root/TSpider.h +include/root/TSpiderEditor.h include/root/TSpline.h include/root/TStatus.h include/root/TStopwatch.h @@ -728,6 +1447,11 @@ include/root/TStreamerElement.h include/root/TStreamerInfo.h include/root/TString.h include/root/TStringLong.h +include/root/TStructNode.h +include/root/TStructNodeEditor.h +include/root/TStructNodeProperty.h +include/root/TStructViewer.h +include/root/TStructViewerGUI.h include/root/TStyle.h include/root/TStyleDialog.h include/root/TStyleManager.h @@ -757,23 +1481,28 @@ include/root/TTimer.h include/root/TToggle.h include/root/TToggleGroup.h include/root/TTree.h +include/root/TTreeCache.h +include/root/TTreeCacheUnzip.h include/root/TTreeCloner.h include/root/TTreeDrawArgsParser.h include/root/TTreeFormula.h include/root/TTreeFormulaManager.h include/root/TTreeIndex.h +include/root/TTreeInput.h +include/root/TTreePerfStats.h include/root/TTreePlayer.h include/root/TTreeProxyGenerator.h include/root/TTreeResult.h include/root/TTreeRow.h include/root/TTreeSQL.h +include/root/TTreeTableInterface.h include/root/TTreeViewer.h include/root/TUUID.h +include/root/TUnfold.h +include/root/TUnfoldSys.h include/root/TUnixSystem.h +include/root/TUri.h include/root/TUrl.h -include/root/TUtil3D.h -include/root/TUtilHist.h -include/root/TUtilPad.h include/root/TVector.h include/root/TVector2.h include/root/TVector3.h @@ -783,16 +1512,21 @@ include/root/TVectorF.h include/root/TVectorFfwd.h include/root/TVectorT.h include/root/TVectorfwd.h +include/root/TVersionCheck.h include/root/TView.h +include/root/TView3D.h include/root/TViewer3DPad.h include/root/TViewerX3D.h +include/root/TVirtualArray.h include/root/TVirtualAuth.h include/root/TVirtualCollectionProxy.h include/root/TVirtualDragManager.h +include/root/TVirtualFFT.h include/root/TVirtualFitter.h include/root/TVirtualGL.h include/root/TVirtualGeoPainter.h include/root/TVirtualGeoTrack.h +include/root/TVirtualGraphPainter.h include/root/TVirtualHistPainter.h include/root/TVirtualIndex.h include/root/TVirtualIsAProxy.h @@ -801,18 +1535,21 @@ include/root/TVirtualMCApplication.h include/root/TVirtualMCDecayer.h include/root/TVirtualMCGeometry.h include/root/TVirtualMCStack.h +include/root/TVirtualMagField.h +include/root/TVirtualMonitoring.h include/root/TVirtualMutex.h +include/root/TVirtualObject.h include/root/TVirtualPS.h include/root/TVirtualPacketizer.h include/root/TVirtualPad.h include/root/TVirtualPadEditor.h +include/root/TVirtualPadPainter.h include/root/TVirtualPerfStats.h -include/root/TVirtualProof.h -include/root/TVirtualProofMgr.h +include/root/TVirtualProofPlayer.h +include/root/TVirtualRefProxy.h +include/root/TVirtualStreamerInfo.h +include/root/TVirtualTableInterface.h include/root/TVirtualTreePlayer.h -include/root/TVirtualUtil3D.h -include/root/TVirtualUtilHist.h -include/root/TVirtualUtilPad.h include/root/TVirtualViewer3D.h include/root/TVirtualX.h include/root/TWbox.h @@ -838,54 +1575,22 @@ include/root/Xpm.h include/root/ZDeflate.h include/root/ZIP.h include/root/ZTrees.h -include/root/accstrm.h -include/root/aixdlfcn.h -include/root/bc_assign.h -include/root/bc_autoobj.h -include/root/bc_cfunc.h -include/root/bc_debug.h -include/root/bc_eh.h -include/root/bc_exec.h -include/root/bc_exec_asm.h -include/root/bc_inst.h -include/root/bc_item.h -include/root/bc_linkdef.h -include/root/bc_parse.h -include/root/bc_reader.h -include/root/bc_type.h -include/root/bc_vtbl.h -include/root/bcstrm.h -include/root/cbstrm.h include/root/cfortran.h -include/root/common.h +include/root/cintdictversion.h include/root/compiledata.h include/root/config.h +include/root/configcint.h include/root/crc32.h include/root/deflate.h -include/root/dllrev.h -include/root/fproto.h -include/root/gcc3strm.h include/root/gl2ps.h -include/root/global.h -include/root/header.h -include/root/iccstrm.h include/root/inffast.h include/root/inffixed.h include/root/inflate.h include/root/inftrees.h -include/root/kccstrm.h -include/root/libstrm.h -include/root/longif.h -include/root/longif3.h -include/root/memtest.h include/root/mmalloc.h include/root/mmconfig.h include/root/mmprivate.h -include/root/newsos.h include/root/proofdp.h -include/root/rflx_gendict.h -include/root/rflx_gensrc.h -include/root/rflx_tools.h include/root/rmain.cxx include/root/rootdp.h include/root/rpddefs.h @@ -895,598 +1600,1585 @@ include/root/rsaaux.h include/root/rsadef.h include/root/rsafun.h include/root/rsalib.h -include/root/security.h include/root/snprintf.h -include/root/stdstrct.h -include/root/sunos.h -include/root/sunstrm.h include/root/trees.h -include/root/typesym.h -include/root/vc7strm.h -include/root/vcstrm.h -include/root/vcstrmold.h include/root/x3d.h include/root/zconf.h include/root/zlib.h include/root/zutil.h -lib/root/cint/MAKEINFO -lib/root/cint/include/.cvsignore -lib/root/cint/include/Common.h -lib/root/cint/include/GL/gl.h -lib/root/cint/include/GL/glu.h -lib/root/cint/include/GL/glut.h -lib/root/cint/include/GL/xmesa.h -lib/root/cint/include/README.txt -lib/root/cint/include/ReadF.C -lib/root/cint/include/ReadF.cxx -lib/root/cint/include/ReadF.h -lib/root/cint/include/RegE.C -lib/root/cint/include/RegE.cxx -lib/root/cint/include/RegE.h -lib/root/cint/include/X11/Xlib.h -lib/root/cint/include/X11/Xutil.h -lib/root/cint/include/X11/keysym.h -lib/root/cint/include/X11/xos.h -lib/root/cint/include/_complex -lib/root/cint/include/_complex.h -lib/root/cint/include/_exception -lib/root/cint/include/_exception.h -lib/root/cint/include/_iostream -lib/root/cint/include/_stdexcept -lib/root/cint/include/_stdexcept.h -lib/root/cint/include/api.h -lib/root/cint/include/array.c -lib/root/cint/include/array.h -lib/root/cint/include/arrayiostream.h -lib/root/cint/include/assert.h -lib/root/cint/include/bool -lib/root/cint/include/bool.h -lib/root/cint/include/boolean.h -lib/root/cint/include/carray.c -lib/root/cint/include/carray.h -lib/root/cint/include/cassert -lib/root/cint/include/cctype -lib/root/cint/include/cerrno -lib/root/cint/include/cfloat -lib/root/cint/include/ciso646 -lib/root/cint/include/climits -lib/root/cint/include/clocale -lib/root/cint/include/cmath -lib/root/cint/include/complex -lib/root/cint/include/complex.h -lib/root/cint/include/constants.h -lib/root/cint/include/csetjmp -lib/root/cint/include/csignal -lib/root/cint/include/cstdarg -lib/root/cint/include/cstddef -lib/root/cint/include/cstdio -lib/root/cint/include/cstdlib -lib/root/cint/include/cstring -lib/root/cint/include/ctime -lib/root/cint/include/ctype.h -lib/root/cint/include/cwchar -lib/root/cint/include/cwctype -lib/root/cint/include/darray.cxx -lib/root/cint/include/darray.h -lib/root/cint/include/errno.h -lib/root/cint/include/ertti.h -lib/root/cint/include/exception -lib/root/cint/include/exception.h -lib/root/cint/include/fcntl.h -lib/root/cint/include/fft.c -lib/root/cint/include/fft.h -lib/root/cint/include/float.h -lib/root/cint/include/fstream -lib/root/cint/include/fstream.h -lib/root/cint/include/graphbuf.h -lib/root/cint/include/iomanip -lib/root/cint/include/iomanip.h -lib/root/cint/include/iosenum.h -lib/root/cint/include/iosfwd -lib/root/cint/include/iosfwd.h -lib/root/cint/include/iostream -lib/root/cint/include/iostream.h -lib/root/cint/include/istream -lib/root/cint/include/limits -lib/root/cint/include/limits.h -lib/root/cint/include/locale -lib/root/cint/include/locale.h -lib/root/cint/include/lsm.c -lib/root/cint/include/lsm.h -lib/root/cint/include/make.arc -lib/root/cint/include/makearc -lib/root/cint/include/makearcg -lib/root/cint/include/makearcsun -lib/root/cint/include/makefile -lib/root/cint/include/makehpib -lib/root/cint/include/makeit.bat -lib/root/cint/include/makeit.c -lib/root/cint/include/makemat -lib/root/cint/include/math.h -lib/root/cint/include/matrix.cxx -lib/root/cint/include/matrix.h -lib/root/cint/include/matrixstream.h -lib/root/cint/include/matrixstream.hi -lib/root/cint/include/mkincld.c -lib/root/cint/include/new -lib/root/cint/include/new.h -lib/root/cint/include/ostream -lib/root/cint/include/platform.h -lib/root/cint/include/pthread.h -lib/root/cint/include/readfile.h -lib/root/cint/include/regex.h -lib/root/cint/include/regexp.h -lib/root/cint/include/setjmp.h -lib/root/cint/include/signal.h -lib/root/cint/include/socket.h -lib/root/cint/include/spice.h -lib/root/cint/include/sstream -lib/root/cint/include/statistics.c -lib/root/cint/include/statistics.h -lib/root/cint/include/stdarg.h -lib/root/cint/include/stddef.h -lib/root/cint/include/stdexcept -lib/root/cint/include/stdio.h -lib/root/cint/include/stdiostream.h -lib/root/cint/include/stdlib.h -lib/root/cint/include/stream.h -lib/root/cint/include/streambuf -lib/root/cint/include/string.h -lib/root/cint/include/striostream.h -lib/root/cint/include/strstream -lib/root/cint/include/strstream.h -lib/root/cint/include/sys/.cvsignore -lib/root/cint/include/sys/cdefs.h -lib/root/cint/include/sys/file.h -lib/root/cint/include/sys/ipc.h -lib/root/cint/include/sys/msg.h -lib/root/cint/include/sys/sem.h -lib/root/cint/include/sys/shm.h -lib/root/cint/include/sys/stat.h -lib/root/cint/include/termios.h -lib/root/cint/include/time.h -lib/root/cint/include/timespec.h -lib/root/cint/include/typeinfo -lib/root/cint/include/typeinfo.h -lib/root/cint/include/unistd.h -lib/root/cint/include/windows.h -lib/root/cint/include/winsock.h -lib/root/cint/include/xgraph.c -lib/root/cint/include/xygraphbuf.h -lib/root/cint/lib/Makefile -lib/root/cint/lib/README.txt -lib/root/cint/lib/accstrm/Makefile -lib/root/cint/lib/accstrm/README.txt -lib/root/cint/lib/accstrm/fstrm.h -lib/root/cint/lib/accstrm/iostrm.h -lib/root/cint/lib/accstrm/linkdef.h -lib/root/cint/lib/accstrm/sstrm.h -lib/root/cint/lib/bcstream/Makefile -lib/root/cint/lib/bcstream/README -lib/root/cint/lib/bcstream/fstrm.h -lib/root/cint/lib/bcstream/iostrm.h -lib/root/cint/lib/bcstream/stdiostr.h -lib/root/cint/lib/bcstream/strm.h -lib/root/cint/lib/bcstream/strstrm.h -lib/root/cint/lib/cbstream/Makefile -lib/root/cint/lib/cbstream/fstrm.h -lib/root/cint/lib/cbstream/iostrm.h -lib/root/cint/lib/cbstream/linkdef.h -lib/root/cint/lib/cbstream/readme.txt -lib/root/cint/lib/cbstream/strstrm.h -lib/root/cint/lib/dll_stl/README.txt -lib/root/cint/lib/dll_stl/cinteh.h -lib/root/cint/lib/dll_stl/clim.h -lib/root/cint/lib/dll_stl/cmplx.h -lib/root/cint/lib/dll_stl/dqu.h -lib/root/cint/lib/dll_stl/iter.h -lib/root/cint/lib/dll_stl/lst.h -lib/root/cint/lib/dll_stl/mp.h -lib/root/cint/lib/dll_stl/multmp.h -lib/root/cint/lib/dll_stl/multst.h -lib/root/cint/lib/dll_stl/pr.h -lib/root/cint/lib/dll_stl/que.h -lib/root/cint/lib/dll_stl/se.h -lib/root/cint/lib/dll_stl/setup -lib/root/cint/lib/dll_stl/setup.bat -lib/root/cint/lib/dll_stl/setupbc.bat -lib/root/cint/lib/dll_stl/st.h -lib/root/cint/lib/dll_stl/stk.h -lib/root/cint/lib/dll_stl/str.h -lib/root/cint/lib/dll_stl/suncc5_deque.h -lib/root/cint/lib/dll_stl/suncc5_string.h -lib/root/cint/lib/dll_stl/vary.h -lib/root/cint/lib/dll_stl/vec.h -lib/root/cint/lib/dll_stl/vecbool.h -lib/root/cint/lib/gcc3strm/Makefile -lib/root/cint/lib/gcc3strm/README.txt -lib/root/cint/lib/gcc3strm/fstrm.h -lib/root/cint/lib/gcc3strm/iostrm.h -lib/root/cint/lib/gcc3strm/linkdef.h -lib/root/cint/lib/gcc3strm/sstrm.h -lib/root/cint/lib/gl/GL.h -lib/root/cint/lib/gl/README.txt -lib/root/cint/lib/gl/TOP.h -lib/root/cint/lib/gl/cintGL.h -lib/root/cint/lib/gl/setup -lib/root/cint/lib/gl/setup.bat -lib/root/cint/lib/iccstrm/Makefile -lib/root/cint/lib/iccstrm/README.txt -lib/root/cint/lib/iccstrm/fstrm.h -lib/root/cint/lib/iccstrm/iostrm.h -lib/root/cint/lib/iccstrm/linkdef.h -lib/root/cint/lib/iccstrm/sstrm.h -lib/root/cint/lib/ipc/README.txt -lib/root/cint/lib/ipc/ipcif.h -lib/root/cint/lib/ipc/ipcif.h.old -lib/root/cint/lib/ipc/setup -lib/root/cint/lib/longlong/README.txt -lib/root/cint/lib/longlong/longdbl.h -lib/root/cint/lib/longlong/longlong.h -lib/root/cint/lib/longlong/make.bat -lib/root/cint/lib/longlong/makelongif -lib/root/cint/lib/longlong/makelongif3 -lib/root/cint/lib/longlong/setup -lib/root/cint/lib/longlong/setup.bat -lib/root/cint/lib/longlong/setupbc.bat -lib/root/cint/lib/longlong/setuphp -lib/root/cint/lib/posix/README.txt -lib/root/cint/lib/posix/exten.c -lib/root/cint/lib/posix/exten.h -lib/root/cint/lib/posix/mktypes.c -lib/root/cint/lib/posix/posix.h -lib/root/cint/lib/posix/setup -lib/root/cint/lib/posix/setup.bat -lib/root/cint/lib/posix/setupbc.bat -lib/root/cint/lib/posix/setupsc.bat -lib/root/cint/lib/posix/winposix.c -lib/root/cint/lib/posix/winposix.h -lib/root/cint/lib/prec_stl/README.txt -lib/root/cint/lib/prec_stl/algorithm -lib/root/cint/lib/prec_stl/bitset -lib/root/cint/lib/prec_stl/climits -lib/root/cint/lib/prec_stl/complex -lib/root/cint/lib/prec_stl/deque -lib/root/cint/lib/prec_stl/exception -lib/root/cint/lib/prec_stl/functional -lib/root/cint/lib/prec_stl/iterator -lib/root/cint/lib/prec_stl/limits -lib/root/cint/lib/prec_stl/list -lib/root/cint/lib/prec_stl/map -lib/root/cint/lib/prec_stl/memory -lib/root/cint/lib/prec_stl/multimap -lib/root/cint/lib/prec_stl/multiset -lib/root/cint/lib/prec_stl/numeric -lib/root/cint/lib/prec_stl/queue -lib/root/cint/lib/prec_stl/set -lib/root/cint/lib/prec_stl/stack -lib/root/cint/lib/prec_stl/stdexcept -lib/root/cint/lib/prec_stl/string -lib/root/cint/lib/prec_stl/utility -lib/root/cint/lib/prec_stl/valarray -lib/root/cint/lib/prec_stl/vector -lib/root/cint/lib/pthread/Makefile -lib/root/cint/lib/pthread/README.txt -lib/root/cint/lib/pthread/pthd.h -lib/root/cint/lib/pthread/setup -lib/root/cint/lib/pthread/setuphp -lib/root/cint/lib/pthread/thread.h -lib/root/cint/lib/qt/Makefile -lib/root/cint/lib/qt/README.txt -lib/root/cint/lib/qt/qcompactstyle.h -lib/root/cint/lib/qt/qconfig.h -lib/root/cint/lib/qt/qmodules.h -lib/root/cint/lib/qt/qplatformdefs.h -lib/root/cint/lib/qt/qtcint.h -lib/root/cint/lib/qt/qtclasses.h -lib/root/cint/lib/qt/qtdummy.h -lib/root/cint/lib/qt/qtfunctions.h -lib/root/cint/lib/qt/qtglobals.h -lib/root/cint/lib/qt/qtstatic.cxx -lib/root/cint/lib/qt/setup -lib/root/cint/lib/qt/setup.bat -lib/root/cint/lib/setup -lib/root/cint/lib/snstream/Makefile -lib/root/cint/lib/snstream/fstrm.h -lib/root/cint/lib/snstream/iostrm.h -lib/root/cint/lib/snstream/length.cxx -lib/root/cint/lib/snstream/linkdef.h -lib/root/cint/lib/snstream/readme.txt -lib/root/cint/lib/snstream/sstrm.h -lib/root/cint/lib/socket/README.txt -lib/root/cint/lib/socket/cintsock.c -lib/root/cint/lib/socket/cintsock.h -lib/root/cint/lib/socket/mksockh.c -lib/root/cint/lib/socket/setup -lib/root/cint/lib/socket/setup.bat -lib/root/cint/lib/socket/setupbc.bat -lib/root/cint/lib/stdstrct/Makefile -lib/root/cint/lib/stdstrct/setup -lib/root/cint/lib/stdstrct/setup.bat -lib/root/cint/lib/stdstrct/setupbc.bat -lib/root/cint/lib/stdstrct/stdcxxfunc.h -lib/root/cint/lib/stdstrct/stdfunc.h -lib/root/cint/lib/stdstrct/stdstr.h -lib/root/cint/lib/stream/Makefile -lib/root/cint/lib/stream/README -lib/root/cint/lib/stream/fstrm.h -lib/root/cint/lib/stream/iostrm.h -lib/root/cint/lib/stream/stdiostr.h -lib/root/cint/lib/stream/strm.h -lib/root/cint/lib/stream/strstrm.h -lib/root/cint/lib/vc7strm/Makefile -lib/root/cint/lib/vc7strm/README.txt -lib/root/cint/lib/vc7strm/fstrm.h -lib/root/cint/lib/vc7strm/iostrm.h -lib/root/cint/lib/vc7strm/linkdef.h -lib/root/cint/lib/vc7strm/sstrm.h -lib/root/cint/lib/vcstream/Makefile -lib/root/cint/lib/vcstream/Makefileold -lib/root/cint/lib/vcstream/README -lib/root/cint/lib/vcstream/fstrm.h -lib/root/cint/lib/vcstream/iostrm.h -lib/root/cint/lib/vcstream/stdiostr.h -lib/root/cint/lib/vcstream/strm.h -lib/root/cint/lib/vcstream/strstrm.h -lib/root/cint/lib/win32api/cintwin.h -lib/root/cint/lib/win32api/make.bat -lib/root/cint/lib/win32api/readme.txt -lib/root/cint/lib/win32api/setup.bat -lib/root/cint/lib/win32api/setupbc.bat -lib/root/cint/lib/win32api/setupsc.bat -lib/root/cint/lib/win32api/winfunc.h -lib/root/cint/lib/xlib/README.txt -lib/root/cint/lib/xlib/TOP.h -lib/root/cint/lib/xlib/XLIB.h -lib/root/cint/lib/xlib/setup -lib/root/cint/lib/xlib/x11const.h -lib/root/cint/lib/xlib/x11mfunc.h -lib/root/cint/stl/.cvsignore -lib/root/cint/stl/G__postprocess.h -lib/root/cint/stl/README.txt -lib/root/cint/stl/_algorithm -lib/root/cint/stl/_autocontainer -lib/root/cint/stl/_bitset -lib/root/cint/stl/_climits -lib/root/cint/stl/_climits.h -lib/root/cint/stl/_deque -lib/root/cint/stl/_deque.h -lib/root/cint/stl/_functional -lib/root/cint/stl/_iterator -lib/root/cint/stl/_iterator.h -lib/root/cint/stl/_list -lib/root/cint/stl/_list.h -lib/root/cint/stl/_map -lib/root/cint/stl/_map.h -lib/root/cint/stl/_memory -lib/root/cint/stl/_memory.h -lib/root/cint/stl/_multimap -lib/root/cint/stl/_multimap.h -lib/root/cint/stl/_multiset -lib/root/cint/stl/_multiset.h -lib/root/cint/stl/_pair.h -lib/root/cint/stl/_set -lib/root/cint/stl/_set.h -lib/root/cint/stl/_stack -lib/root/cint/stl/_stack.h -lib/root/cint/stl/_string -lib/root/cint/stl/_utility -lib/root/cint/stl/_utility.h -lib/root/cint/stl/_vector -lib/root/cint/stl/_vector.h -lib/root/cint/stl/algo.h -lib/root/cint/stl/algobase.h -lib/root/cint/stl/algorithm -lib/root/cint/stl/bitset -lib/root/cint/stl/bool -lib/root/cint/stl/bstring.h -lib/root/cint/stl/bvector.h -lib/root/cint/stl/defalloc.h -lib/root/cint/stl/deque -lib/root/cint/stl/deque.h -lib/root/cint/stl/faralloc.h -lib/root/cint/stl/fdeque.h -lib/root/cint/stl/flist.h -lib/root/cint/stl/fmap.h -lib/root/cint/stl/fmultmap.h -lib/root/cint/stl/fmultset.h -lib/root/cint/stl/fset.h -lib/root/cint/stl/function.h -lib/root/cint/stl/functional -lib/root/cint/stl/hdeque.h -lib/root/cint/stl/heap.h -lib/root/cint/stl/hlist.h -lib/root/cint/stl/hmap.h -lib/root/cint/stl/hmultmap.h -lib/root/cint/stl/hmultset.h -lib/root/cint/stl/hset.h -lib/root/cint/stl/hugalloc.h -lib/root/cint/stl/hvector.h -lib/root/cint/stl/iterator -lib/root/cint/stl/iterator.h -lib/root/cint/stl/lbvector.h -lib/root/cint/stl/ldeque.h -lib/root/cint/stl/limits -lib/root/cint/stl/list -lib/root/cint/stl/list.h -lib/root/cint/stl/llist.h -lib/root/cint/stl/lmap.h -lib/root/cint/stl/lmultmap.h -lib/root/cint/stl/lmultset.h -lib/root/cint/stl/lngalloc.h -lib/root/cint/stl/lset.h -lib/root/cint/stl/map -lib/root/cint/stl/map.h -lib/root/cint/stl/memory -lib/root/cint/stl/multimap -lib/root/cint/stl/multimap.h -lib/root/cint/stl/multiset -lib/root/cint/stl/multiset.h -lib/root/cint/stl/neralloc.h -lib/root/cint/stl/nmap.h -lib/root/cint/stl/nmultmap.h -lib/root/cint/stl/nmultset.h -lib/root/cint/stl/nset.h -lib/root/cint/stl/numeric -lib/root/cint/stl/pair -lib/root/cint/stl/pair.h -lib/root/cint/stl/projectn.h -lib/root/cint/stl/queue -lib/root/cint/stl/random.cpp -lib/root/cint/stl/set -lib/root/cint/stl/set.h -lib/root/cint/stl/stack -lib/root/cint/stl/stack.h -lib/root/cint/stl/string -lib/root/cint/stl/tempbuf.cpp -lib/root/cint/stl/tempbuf.h -lib/root/cint/stl/teststl -lib/root/cint/stl/teststl.c -lib/root/cint/stl/tree.h -lib/root/cint/stl/utility -lib/root/cint/stl/utility.h -lib/root/cint/stl/valarray -lib/root/cint/stl/vector -lib/root/cint/stl/vector.h +lib/root/PyCintex.py +lib/root/ROOTwriter.py +lib/root/cint/cint/include/Common.h +lib/root/cint/cint/include/GL/gl.h +lib/root/cint/cint/include/GL/glu.h +lib/root/cint/cint/include/GL/glut.h +lib/root/cint/cint/include/GL/xmesa.h +lib/root/cint/cint/include/README.txt +lib/root/cint/cint/include/ReadF.C +lib/root/cint/cint/include/ReadF.cxx +lib/root/cint/cint/include/ReadF.h +lib/root/cint/cint/include/RegE.C +lib/root/cint/cint/include/RegE.cxx +lib/root/cint/cint/include/RegE.h +lib/root/cint/cint/include/X11/Xlib.h +lib/root/cint/cint/include/X11/Xutil.h +lib/root/cint/cint/include/X11/keysym.h +lib/root/cint/cint/include/X11/xos.h +lib/root/cint/cint/include/_complex +lib/root/cint/cint/include/_complex.h +lib/root/cint/cint/include/_exception +lib/root/cint/cint/include/_exception.h +lib/root/cint/cint/include/_iostream +lib/root/cint/cint/include/_stdexcept +lib/root/cint/cint/include/_stdexcept.h +lib/root/cint/cint/include/api.h +lib/root/cint/cint/include/array.c +lib/root/cint/cint/include/array.h +lib/root/cint/cint/include/arrayiostream.h +lib/root/cint/cint/include/assert.h +lib/root/cint/cint/include/bool +lib/root/cint/cint/include/bool.h +lib/root/cint/cint/include/boolean.h +lib/root/cint/cint/include/carray.c +lib/root/cint/cint/include/carray.h +lib/root/cint/cint/include/cassert +lib/root/cint/cint/include/cctype +lib/root/cint/cint/include/cerrno +lib/root/cint/cint/include/cfloat +lib/root/cint/cint/include/ciso646 +lib/root/cint/cint/include/climits +lib/root/cint/cint/include/clocale +lib/root/cint/cint/include/cmath +lib/root/cint/cint/include/complex +lib/root/cint/cint/include/complex.h +lib/root/cint/cint/include/constants.h +lib/root/cint/cint/include/csetjmp +lib/root/cint/cint/include/csignal +lib/root/cint/cint/include/cstdarg +lib/root/cint/cint/include/cstddef +lib/root/cint/cint/include/cstdio +lib/root/cint/cint/include/cstdlib +lib/root/cint/cint/include/cstring +lib/root/cint/cint/include/ctime +lib/root/cint/cint/include/ctype.h +lib/root/cint/cint/include/cwchar +lib/root/cint/cint/include/cwctype +lib/root/cint/cint/include/darray.cxx +lib/root/cint/cint/include/darray.h +lib/root/cint/cint/include/errno.h +lib/root/cint/cint/include/ertti.h +lib/root/cint/cint/include/exception +lib/root/cint/cint/include/exception.h +lib/root/cint/cint/include/fcntl.h +lib/root/cint/cint/include/fft.c +lib/root/cint/cint/include/fft.h +lib/root/cint/cint/include/float.h +lib/root/cint/cint/include/fstream +lib/root/cint/cint/include/fstream.h +lib/root/cint/cint/include/graphbuf.h +lib/root/cint/cint/include/iomanip +lib/root/cint/cint/include/iomanip.h +lib/root/cint/cint/include/iosenum.cxx +lib/root/cint/cint/include/iosenum.h +lib/root/cint/cint/include/iosfwd +lib/root/cint/cint/include/iosfwd.h +lib/root/cint/cint/include/iostream +lib/root/cint/cint/include/iostream.h +lib/root/cint/cint/include/ipc.dll +lib/root/cint/cint/include/ipc.so.5 +lib/root/cint/cint/include/ipc.so.${PKGVERSION} +lib/root/cint/cint/include/istream +lib/root/cint/cint/include/limits +lib/root/cint/cint/include/limits.h +lib/root/cint/cint/include/locale +lib/root/cint/cint/include/locale.h +lib/root/cint/cint/include/lsm.c +lib/root/cint/cint/include/lsm.h +lib/root/cint/cint/include/make.arc +lib/root/cint/cint/include/makearc +lib/root/cint/cint/include/makearcg +lib/root/cint/cint/include/makearcsun +lib/root/cint/cint/include/makefile +lib/root/cint/cint/include/makehpib +lib/root/cint/cint/include/makeit.bat +lib/root/cint/cint/include/makeit.c +lib/root/cint/cint/include/makemat +lib/root/cint/cint/include/math.h +lib/root/cint/cint/include/matrix.cxx +lib/root/cint/cint/include/matrix.h +lib/root/cint/cint/include/matrixstream.h +lib/root/cint/cint/include/matrixstream.hi +lib/root/cint/cint/include/mkincld.c +lib/root/cint/cint/include/new +lib/root/cint/cint/include/new.h +lib/root/cint/cint/include/ostream +lib/root/cint/cint/include/platform.h +lib/root/cint/cint/include/posix.dll +lib/root/cint/cint/include/posix.so.5 +lib/root/cint/cint/include/posix.so.${PKGVERSION} +lib/root/cint/cint/include/pthread.h +lib/root/cint/cint/include/readfile.h +lib/root/cint/cint/include/regex.h +lib/root/cint/cint/include/regexp.h +lib/root/cint/cint/include/setjmp.h +lib/root/cint/cint/include/signal.h +lib/root/cint/cint/include/socket.h +lib/root/cint/cint/include/spice.h +lib/root/cint/cint/include/sstream +lib/root/cint/cint/include/statistics.c +lib/root/cint/cint/include/statistics.h +lib/root/cint/cint/include/stdarg.h +lib/root/cint/cint/include/stdcxxfunc.dll +lib/root/cint/cint/include/stdcxxfunc.so.5 +lib/root/cint/cint/include/stdcxxfunc.so.${PKGVERSION} +lib/root/cint/cint/include/stddef.h +lib/root/cint/cint/include/stdexcept +lib/root/cint/cint/include/stdfunc.dll +lib/root/cint/cint/include/stdfunc.so.5 +lib/root/cint/cint/include/stdfunc.so.${PKGVERSION} +lib/root/cint/cint/include/stdio.h +lib/root/cint/cint/include/stdiostream.h +lib/root/cint/cint/include/stdlib.h +lib/root/cint/cint/include/stream.h +lib/root/cint/cint/include/streambuf +lib/root/cint/cint/include/string.h +lib/root/cint/cint/include/striostream.h +lib/root/cint/cint/include/strstream +lib/root/cint/cint/include/strstream.h +lib/root/cint/cint/include/sys/cdefs.h +lib/root/cint/cint/include/sys/file.h +lib/root/cint/cint/include/sys/ipc.h +lib/root/cint/cint/include/sys/msg.h +lib/root/cint/cint/include/sys/sem.h +lib/root/cint/cint/include/sys/shm.h +lib/root/cint/cint/include/sys/stat.h +lib/root/cint/cint/include/sys/types.h +lib/root/cint/cint/include/systypes.h +lib/root/cint/cint/include/termios.h +lib/root/cint/cint/include/time.h +lib/root/cint/cint/include/timespec.h +lib/root/cint/cint/include/typeinfo +lib/root/cint/cint/include/typeinfo.h +lib/root/cint/cint/include/unistd.h +lib/root/cint/cint/include/windows.h +lib/root/cint/cint/include/winsock.h +lib/root/cint/cint/include/xgraph.c +lib/root/cint/cint/include/xygraphbuf.h +lib/root/cint/cint/lib/G__c_ipc.c +lib/root/cint/cint/lib/G__c_ipc.d +lib/root/cint/cint/lib/G__c_ipc.h +lib/root/cint/cint/lib/G__c_ipc.o +lib/root/cint/cint/lib/G__c_posix.c +lib/root/cint/cint/lib/G__c_posix.d +lib/root/cint/cint/lib/G__c_posix.h +lib/root/cint/cint/lib/G__c_posix.o +lib/root/cint/cint/lib/G__c_stdfunc.c +lib/root/cint/cint/lib/G__c_stdfunc.d +lib/root/cint/cint/lib/G__c_stdfunc.h +lib/root/cint/cint/lib/G__c_stdfunc.o +lib/root/cint/cint/lib/G__cpp_stdcxxfunc.cxx +lib/root/cint/cint/lib/G__cpp_stdcxxfunc.d +lib/root/cint/cint/lib/G__cpp_stdcxxfunc.h +lib/root/cint/cint/lib/G__cpp_stdcxxfunc.o +lib/root/cint/cint/lib/Makefile +lib/root/cint/cint/lib/README.txt +lib/root/cint/cint/lib/WildCard/ARCHIVE +lib/root/cint/cint/lib/WildCard/AppInit.c +lib/root/cint/cint/lib/WildCard/Main.c +lib/root/cint/cint/lib/WildCard/Main.cxx +lib/root/cint/cint/lib/WildCard/Makefile +lib/root/cint/cint/lib/WildCard/README +lib/root/cint/cint/lib/WildCard/TCLMACRO.h +lib/root/cint/cint/lib/WildCard/TCLTK.h +lib/root/cint/cint/lib/WildCard/TKMACRO.h +lib/root/cint/cint/lib/WildCard/TOP.h +lib/root/cint/cint/lib/WildCard/TclIns.c +lib/root/cint/cint/lib/WildCard/TkInit.c +lib/root/cint/cint/lib/WildCard/WildCard.c +lib/root/cint/cint/lib/WildCard/bodediagram.wc +lib/root/cint/cint/lib/WildCard/calc.wc +lib/root/cint/cint/lib/WildCard/grcalc.wc +lib/root/cint/cint/lib/WildCard/guibuild.wc +lib/root/cint/cint/lib/WildCard/question.wc +lib/root/cint/cint/lib/WildCard/setup +lib/root/cint/cint/lib/WildCard/test.c +lib/root/cint/cint/lib/WildCard/test3.wc +lib/root/cint/cint/lib/WildCard/test5.wc +lib/root/cint/cint/lib/WildCard/tktest.c +lib/root/cint/cint/lib/WildCard/tktest1.c +lib/root/cint/cint/lib/WildCard/tktest2.c +lib/root/cint/cint/lib/WildCard/wildc.wc +lib/root/cint/cint/lib/accstrm/Makefile +lib/root/cint/cint/lib/accstrm/README.txt +lib/root/cint/cint/lib/accstrm/fstrm.h +lib/root/cint/cint/lib/accstrm/iostrm.h +lib/root/cint/cint/lib/accstrm/linkdef.h +lib/root/cint/cint/lib/accstrm/sstrm.h +lib/root/cint/cint/lib/alphastrm/Makefile +lib/root/cint/cint/lib/alphastrm/README.txt +lib/root/cint/cint/lib/alphastrm/fstrm.h +lib/root/cint/cint/lib/alphastrm/iostrm.h +lib/root/cint/cint/lib/alphastrm/linkdef.h +lib/root/cint/cint/lib/alphastrm/sstrm.h +lib/root/cint/cint/lib/bcstream/Makefile +lib/root/cint/cint/lib/bcstream/README +lib/root/cint/cint/lib/bcstream/fstrm.h +lib/root/cint/cint/lib/bcstream/iostrm.h +lib/root/cint/cint/lib/bcstream/stdiostr.h +lib/root/cint/cint/lib/bcstream/strm.h +lib/root/cint/cint/lib/bcstream/strstrm.h +lib/root/cint/cint/lib/cbstream/Makefile +lib/root/cint/cint/lib/cbstream/fstrm.h +lib/root/cint/cint/lib/cbstream/iostrm.h +lib/root/cint/cint/lib/cbstream/linkdef.h +lib/root/cint/cint/lib/cbstream/readme.txt +lib/root/cint/cint/lib/cbstream/strstrm.h +lib/root/cint/cint/lib/cintocx/Cint-Ocx +lib/root/cint/cint/lib/cintocx/CintocxCtl.bmp +lib/root/cint/cint/lib/cintocx/CintocxCtl.cpp +lib/root/cint/cint/lib/cintocx/CintocxCtl.h +lib/root/cint/cint/lib/cintocx/CintocxPpg.cpp +lib/root/cint/cint/lib/cintocx/CintocxPpg.h +lib/root/cint/cint/lib/cintocx/README.txt +lib/root/cint/cint/lib/cintocx/Resource.h +lib/root/cint/cint/lib/cintocx/StdAfx.cpp +lib/root/cint/cint/lib/cintocx/StdAfx.h +lib/root/cint/cint/lib/cintocx/cintocx.aps +lib/root/cint/cint/lib/cintocx/cintocx.clw +lib/root/cint/cint/lib/cintocx/cintocx.cpp +lib/root/cint/cint/lib/cintocx/cintocx.h +lib/root/cint/cint/lib/cintocx/cintocx.ico +lib/root/cint/cint/lib/cintocx/cintocx.mak +lib/root/cint/cint/lib/cintocx/cintocx.mdp +lib/root/cint/cint/lib/cintocx/cintocx.odl +lib/root/cint/cint/lib/cintocx/cintocx.rc +lib/root/cint/cint/lib/cintocx/cintocx3.bmp +lib/root/cint/cint/lib/cintocx/setup.bat +lib/root/cint/cint/lib/dll_stl/G__cpp_climits.cxx +lib/root/cint/cint/lib/dll_stl/G__cpp_climits.d +lib/root/cint/cint/lib/dll_stl/G__cpp_climits.h +lib/root/cint/cint/lib/dll_stl/G__cpp_climits.o +lib/root/cint/cint/lib/dll_stl/G__cpp_complex.cxx +lib/root/cint/cint/lib/dll_stl/G__cpp_complex.d +lib/root/cint/cint/lib/dll_stl/G__cpp_complex.h +lib/root/cint/cint/lib/dll_stl/G__cpp_complex.o +lib/root/cint/cint/lib/dll_stl/G__cpp_deque.cxx +lib/root/cint/cint/lib/dll_stl/G__cpp_deque.d +lib/root/cint/cint/lib/dll_stl/G__cpp_deque.h +lib/root/cint/cint/lib/dll_stl/G__cpp_deque.o +lib/root/cint/cint/lib/dll_stl/G__cpp_exception.cxx +lib/root/cint/cint/lib/dll_stl/G__cpp_exception.d +lib/root/cint/cint/lib/dll_stl/G__cpp_exception.h +lib/root/cint/cint/lib/dll_stl/G__cpp_exception.o +lib/root/cint/cint/lib/dll_stl/G__cpp_list.cxx +lib/root/cint/cint/lib/dll_stl/G__cpp_list.d +lib/root/cint/cint/lib/dll_stl/G__cpp_list.h +lib/root/cint/cint/lib/dll_stl/G__cpp_list.o +lib/root/cint/cint/lib/dll_stl/G__cpp_map.cxx +lib/root/cint/cint/lib/dll_stl/G__cpp_map.d +lib/root/cint/cint/lib/dll_stl/G__cpp_map.h +lib/root/cint/cint/lib/dll_stl/G__cpp_map.o +lib/root/cint/cint/lib/dll_stl/G__cpp_map2.cxx +lib/root/cint/cint/lib/dll_stl/G__cpp_map2.d +lib/root/cint/cint/lib/dll_stl/G__cpp_map2.h +lib/root/cint/cint/lib/dll_stl/G__cpp_map2.o +lib/root/cint/cint/lib/dll_stl/G__cpp_multimap.cxx +lib/root/cint/cint/lib/dll_stl/G__cpp_multimap.d +lib/root/cint/cint/lib/dll_stl/G__cpp_multimap.h +lib/root/cint/cint/lib/dll_stl/G__cpp_multimap.o +lib/root/cint/cint/lib/dll_stl/G__cpp_multimap2.cxx +lib/root/cint/cint/lib/dll_stl/G__cpp_multimap2.d +lib/root/cint/cint/lib/dll_stl/G__cpp_multimap2.h +lib/root/cint/cint/lib/dll_stl/G__cpp_multimap2.o +lib/root/cint/cint/lib/dll_stl/G__cpp_multiset.cxx +lib/root/cint/cint/lib/dll_stl/G__cpp_multiset.d +lib/root/cint/cint/lib/dll_stl/G__cpp_multiset.h +lib/root/cint/cint/lib/dll_stl/G__cpp_multiset.o +lib/root/cint/cint/lib/dll_stl/G__cpp_queue.cxx +lib/root/cint/cint/lib/dll_stl/G__cpp_queue.d +lib/root/cint/cint/lib/dll_stl/G__cpp_queue.h +lib/root/cint/cint/lib/dll_stl/G__cpp_queue.o +lib/root/cint/cint/lib/dll_stl/G__cpp_set.cxx +lib/root/cint/cint/lib/dll_stl/G__cpp_set.d +lib/root/cint/cint/lib/dll_stl/G__cpp_set.h +lib/root/cint/cint/lib/dll_stl/G__cpp_set.o +lib/root/cint/cint/lib/dll_stl/G__cpp_stack.cxx +lib/root/cint/cint/lib/dll_stl/G__cpp_stack.d +lib/root/cint/cint/lib/dll_stl/G__cpp_stack.h +lib/root/cint/cint/lib/dll_stl/G__cpp_stack.o +lib/root/cint/cint/lib/dll_stl/G__cpp_stdexcept.cxx +lib/root/cint/cint/lib/dll_stl/G__cpp_stdexcept.d +lib/root/cint/cint/lib/dll_stl/G__cpp_stdexcept.h +lib/root/cint/cint/lib/dll_stl/G__cpp_stdexcept.o +lib/root/cint/cint/lib/dll_stl/G__cpp_valarray.cxx +lib/root/cint/cint/lib/dll_stl/G__cpp_valarray.d +lib/root/cint/cint/lib/dll_stl/G__cpp_valarray.h +lib/root/cint/cint/lib/dll_stl/G__cpp_valarray.o +lib/root/cint/cint/lib/dll_stl/G__cpp_vector.cxx +lib/root/cint/cint/lib/dll_stl/G__cpp_vector.d +lib/root/cint/cint/lib/dll_stl/G__cpp_vector.h +lib/root/cint/cint/lib/dll_stl/G__cpp_vector.o +lib/root/cint/cint/lib/dll_stl/G__cpp_vectorbool.cxx +lib/root/cint/cint/lib/dll_stl/G__cpp_vectorbool.d +lib/root/cint/cint/lib/dll_stl/G__cpp_vectorbool.h +lib/root/cint/cint/lib/dll_stl/G__cpp_vectorbool.o +lib/root/cint/cint/lib/dll_stl/README.txt +lib/root/cint/cint/lib/dll_stl/cinteh.h +lib/root/cint/cint/lib/dll_stl/clim.h +lib/root/cint/cint/lib/dll_stl/cmplx.h +lib/root/cint/cint/lib/dll_stl/dqu.h +lib/root/cint/cint/lib/dll_stl/iter.h +lib/root/cint/cint/lib/dll_stl/lst.h +lib/root/cint/cint/lib/dll_stl/mp.h +lib/root/cint/cint/lib/dll_stl/multmp.h +lib/root/cint/cint/lib/dll_stl/multst.h +lib/root/cint/cint/lib/dll_stl/pr.h +lib/root/cint/cint/lib/dll_stl/que.h +lib/root/cint/cint/lib/dll_stl/rootcint_deque.cxx +lib/root/cint/cint/lib/dll_stl/rootcint_deque.d +lib/root/cint/cint/lib/dll_stl/rootcint_deque.h +lib/root/cint/cint/lib/dll_stl/rootcint_deque.o +lib/root/cint/cint/lib/dll_stl/rootcint_list.cxx +lib/root/cint/cint/lib/dll_stl/rootcint_list.d +lib/root/cint/cint/lib/dll_stl/rootcint_list.h +lib/root/cint/cint/lib/dll_stl/rootcint_list.o +lib/root/cint/cint/lib/dll_stl/rootcint_map.cxx +lib/root/cint/cint/lib/dll_stl/rootcint_map.d +lib/root/cint/cint/lib/dll_stl/rootcint_map.h +lib/root/cint/cint/lib/dll_stl/rootcint_map.o +lib/root/cint/cint/lib/dll_stl/rootcint_map2.cxx +lib/root/cint/cint/lib/dll_stl/rootcint_map2.d +lib/root/cint/cint/lib/dll_stl/rootcint_map2.h +lib/root/cint/cint/lib/dll_stl/rootcint_map2.o +lib/root/cint/cint/lib/dll_stl/rootcint_multimap.cxx +lib/root/cint/cint/lib/dll_stl/rootcint_multimap.d +lib/root/cint/cint/lib/dll_stl/rootcint_multimap.h +lib/root/cint/cint/lib/dll_stl/rootcint_multimap.o +lib/root/cint/cint/lib/dll_stl/rootcint_multimap2.cxx +lib/root/cint/cint/lib/dll_stl/rootcint_multimap2.d +lib/root/cint/cint/lib/dll_stl/rootcint_multimap2.h +lib/root/cint/cint/lib/dll_stl/rootcint_multimap2.o +lib/root/cint/cint/lib/dll_stl/rootcint_multiset.cxx +lib/root/cint/cint/lib/dll_stl/rootcint_multiset.d +lib/root/cint/cint/lib/dll_stl/rootcint_multiset.h +lib/root/cint/cint/lib/dll_stl/rootcint_multiset.o +lib/root/cint/cint/lib/dll_stl/rootcint_set.cxx +lib/root/cint/cint/lib/dll_stl/rootcint_set.d +lib/root/cint/cint/lib/dll_stl/rootcint_set.h +lib/root/cint/cint/lib/dll_stl/rootcint_set.o +lib/root/cint/cint/lib/dll_stl/rootcint_valarray.cxx +lib/root/cint/cint/lib/dll_stl/rootcint_valarray.d +lib/root/cint/cint/lib/dll_stl/rootcint_valarray.h +lib/root/cint/cint/lib/dll_stl/rootcint_valarray.o +lib/root/cint/cint/lib/dll_stl/rootcint_vector.cxx +lib/root/cint/cint/lib/dll_stl/rootcint_vector.d +lib/root/cint/cint/lib/dll_stl/rootcint_vector.h +lib/root/cint/cint/lib/dll_stl/rootcint_vector.o +lib/root/cint/cint/lib/dll_stl/se.h +lib/root/cint/cint/lib/dll_stl/setup +lib/root/cint/cint/lib/dll_stl/setup.bat +lib/root/cint/cint/lib/dll_stl/setupbc.bat +lib/root/cint/cint/lib/dll_stl/st.h +lib/root/cint/cint/lib/dll_stl/stk.h +lib/root/cint/cint/lib/dll_stl/str.h +lib/root/cint/cint/lib/dll_stl/suncc5_deque.h +lib/root/cint/cint/lib/dll_stl/suncc5_string.h +lib/root/cint/cint/lib/dll_stl/vary.h +lib/root/cint/cint/lib/dll_stl/vec.h +lib/root/cint/cint/lib/dll_stl/vecbool.h +lib/root/cint/cint/lib/gcc3strm/Makefile +lib/root/cint/cint/lib/gcc3strm/README.txt +lib/root/cint/cint/lib/gcc3strm/fstrm.h +lib/root/cint/cint/lib/gcc3strm/iostrm.h +lib/root/cint/cint/lib/gcc3strm/linkdef.h +lib/root/cint/cint/lib/gcc3strm/sstrm.h +lib/root/cint/cint/lib/gcc4strm/Makefile +lib/root/cint/cint/lib/gcc4strm/README.txt +lib/root/cint/cint/lib/gcc4strm/fstrm.h +lib/root/cint/cint/lib/gcc4strm/iostrm.h +lib/root/cint/cint/lib/gcc4strm/linkdef.h +lib/root/cint/cint/lib/gcc4strm/sstrm.h +lib/root/cint/cint/lib/gl/GL.h +lib/root/cint/cint/lib/gl/README.txt +lib/root/cint/cint/lib/gl/TOP.h +lib/root/cint/cint/lib/gl/cintGL.h +lib/root/cint/cint/lib/gl/setup +lib/root/cint/cint/lib/gl/setup.bat +lib/root/cint/cint/lib/iccstrm/Makefile +lib/root/cint/cint/lib/iccstrm/README.txt +lib/root/cint/cint/lib/iccstrm/fstrm.h +lib/root/cint/cint/lib/iccstrm/iostrm.h +lib/root/cint/cint/lib/iccstrm/linkdef.h +lib/root/cint/cint/lib/iccstrm/sstrm.h +lib/root/cint/cint/lib/ipc/README.txt +lib/root/cint/cint/lib/ipc/ipcif.h +lib/root/cint/cint/lib/ipc/setup +lib/root/cint/cint/lib/longlong/README.txt +lib/root/cint/cint/lib/longlong/longdbl.h +lib/root/cint/cint/lib/longlong/longlong.h +lib/root/cint/cint/lib/longlong/make.bat +lib/root/cint/cint/lib/longlong/makelongif +lib/root/cint/cint/lib/longlong/makelongif3 +lib/root/cint/cint/lib/longlong/setup +lib/root/cint/cint/lib/longlong/setup.bat +lib/root/cint/cint/lib/longlong/setupbc.bat +lib/root/cint/cint/lib/longlong/setuphp +lib/root/cint/cint/lib/posix/README.txt +lib/root/cint/cint/lib/posix/exten.c +lib/root/cint/cint/lib/posix/exten.d +lib/root/cint/cint/lib/posix/exten.h +lib/root/cint/cint/lib/posix/exten.o +lib/root/cint/cint/lib/posix/mktypes +lib/root/cint/cint/lib/posix/mktypes.c +lib/root/cint/cint/lib/posix/posix.h +lib/root/cint/cint/lib/posix/posix.h.orig +lib/root/cint/cint/lib/posix/setup +lib/root/cint/cint/lib/posix/setup.bat +lib/root/cint/cint/lib/posix/setupbc.bat +lib/root/cint/cint/lib/posix/setupsc.bat +lib/root/cint/cint/lib/posix/winposix.c +lib/root/cint/cint/lib/posix/winposix.h +lib/root/cint/cint/lib/prec_stl/README.txt +lib/root/cint/cint/lib/prec_stl/algorithm +lib/root/cint/cint/lib/prec_stl/bitset +lib/root/cint/cint/lib/prec_stl/climits +lib/root/cint/cint/lib/prec_stl/complex +lib/root/cint/cint/lib/prec_stl/deque +lib/root/cint/cint/lib/prec_stl/exception +lib/root/cint/cint/lib/prec_stl/functional +lib/root/cint/cint/lib/prec_stl/iterator +lib/root/cint/cint/lib/prec_stl/limits +lib/root/cint/cint/lib/prec_stl/list +lib/root/cint/cint/lib/prec_stl/map +lib/root/cint/cint/lib/prec_stl/memory +lib/root/cint/cint/lib/prec_stl/multimap +lib/root/cint/cint/lib/prec_stl/multiset +lib/root/cint/cint/lib/prec_stl/numeric +lib/root/cint/cint/lib/prec_stl/queue +lib/root/cint/cint/lib/prec_stl/set +lib/root/cint/cint/lib/prec_stl/stack +lib/root/cint/cint/lib/prec_stl/stdexcept +lib/root/cint/cint/lib/prec_stl/string +lib/root/cint/cint/lib/prec_stl/utility +lib/root/cint/cint/lib/prec_stl/valarray +lib/root/cint/cint/lib/prec_stl/vector +lib/root/cint/cint/lib/pthread/Makefile +lib/root/cint/cint/lib/pthread/README.txt +lib/root/cint/cint/lib/pthread/pthd.h +lib/root/cint/cint/lib/pthread/setup +lib/root/cint/cint/lib/pthread/setuphp +lib/root/cint/cint/lib/pthread/thread.h +lib/root/cint/cint/lib/qt/Makefile +lib/root/cint/cint/lib/qt/README.txt +lib/root/cint/cint/lib/qt/qcompactstyle.h +lib/root/cint/cint/lib/qt/qconfig.h +lib/root/cint/cint/lib/qt/qmodules.h +lib/root/cint/cint/lib/qt/qplatformdefs.h +lib/root/cint/cint/lib/qt/qtcint.h +lib/root/cint/cint/lib/qt/qtclasses.h +lib/root/cint/cint/lib/qt/qtdummy.h +lib/root/cint/cint/lib/qt/qtfunctions.h +lib/root/cint/cint/lib/qt/qtglobals.h +lib/root/cint/cint/lib/qt/qtstatic.cxx +lib/root/cint/cint/lib/qt/setup +lib/root/cint/cint/lib/qt/setup.bat +lib/root/cint/cint/lib/setup +lib/root/cint/cint/lib/socket/README.txt +lib/root/cint/cint/lib/socket/cintsock.c +lib/root/cint/cint/lib/socket/cintsock.h +lib/root/cint/cint/lib/socket/mksockh.c +lib/root/cint/cint/lib/socket/setup +lib/root/cint/cint/lib/socket/setup.bat +lib/root/cint/cint/lib/socket/setupbc.bat +lib/root/cint/cint/lib/stdstrct/Makefile +lib/root/cint/cint/lib/stdstrct/setup +lib/root/cint/cint/lib/stdstrct/setup.bat +lib/root/cint/cint/lib/stdstrct/setupbc.bat +lib/root/cint/cint/lib/stdstrct/stdcxxfunc.h +lib/root/cint/cint/lib/stdstrct/stdfunc.h +lib/root/cint/cint/lib/stdstrct/stdstr.h +lib/root/cint/cint/lib/stlport4strm/Makefile +lib/root/cint/cint/lib/stlport4strm/fstrm.h +lib/root/cint/cint/lib/stlport4strm/iostrm.h +lib/root/cint/cint/lib/stlport4strm/length.cxx +lib/root/cint/cint/lib/stlport4strm/linkdef.h +lib/root/cint/cint/lib/stlport4strm/sstrm.h +lib/root/cint/cint/lib/stream/Makefile +lib/root/cint/cint/lib/stream/README +lib/root/cint/cint/lib/stream/fstrm.h +lib/root/cint/cint/lib/stream/iostrm.h +lib/root/cint/cint/lib/stream/stdiostr.h +lib/root/cint/cint/lib/stream/strm.h +lib/root/cint/cint/lib/stream/strstrm.h +lib/root/cint/cint/lib/sunstrm/Makefile +lib/root/cint/cint/lib/sunstrm/fstrm.h +lib/root/cint/cint/lib/sunstrm/iostrm.h +lib/root/cint/cint/lib/sunstrm/length.cxx +lib/root/cint/cint/lib/sunstrm/linkdef.h +lib/root/cint/cint/lib/sunstrm/readme.txt +lib/root/cint/cint/lib/sunstrm/sstrm.h +lib/root/cint/cint/lib/vc7strm/Makefile +lib/root/cint/cint/lib/vc7strm/README.txt +lib/root/cint/cint/lib/vc7strm/fstrm.h +lib/root/cint/cint/lib/vc7strm/iostrm.h +lib/root/cint/cint/lib/vc7strm/linkdef.h +lib/root/cint/cint/lib/vc7strm/sstrm.h +lib/root/cint/cint/lib/vcstream/Makefile +lib/root/cint/cint/lib/vcstream/Makefileold +lib/root/cint/cint/lib/vcstream/README +lib/root/cint/cint/lib/vcstream/fstrm.h +lib/root/cint/cint/lib/vcstream/iostrm.h +lib/root/cint/cint/lib/vcstream/stdiostr.h +lib/root/cint/cint/lib/vcstream/strm.h +lib/root/cint/cint/lib/vcstream/strstrm.h +lib/root/cint/cint/lib/win32api/cintwin.h +lib/root/cint/cint/lib/win32api/excpt.h +lib/root/cint/cint/lib/win32api/readme.txt +lib/root/cint/cint/lib/win32api/setup +lib/root/cint/cint/lib/win32api/setupbc.bat +lib/root/cint/cint/lib/win32api/setupsc.bat +lib/root/cint/cint/lib/win32api/winfunc.h +lib/root/cint/cint/lib/wintcldl83/README.txt +lib/root/cint/cint/lib/wintcldl83/WILDCARD.tcl +lib/root/cint/cint/lib/wintcldl83/bodediagram.wc +lib/root/cint/cint/lib/wintcldl83/calc.wc +lib/root/cint/cint/lib/wintcldl83/cintlib.c +lib/root/cint/cint/lib/wintcldl83/gainphas.wc +lib/root/cint/cint/lib/wintcldl83/grcalc.wc +lib/root/cint/cint/lib/wintcldl83/guibuild.wc +lib/root/cint/cint/lib/wintcldl83/quest.wc +lib/root/cint/cint/lib/wintcldl83/question.wc +lib/root/cint/cint/lib/wintcldl83/setup.bat +lib/root/cint/cint/lib/wintcldl83/tclmacro.h +lib/root/cint/cint/lib/wintcldl83/tcltk.h +lib/root/cint/cint/lib/wintcldl83/test.c +lib/root/cint/cint/lib/wintcldl83/test1.wc +lib/root/cint/cint/lib/wintcldl83/test3.wc +lib/root/cint/cint/lib/wintcldl83/test5.wc +lib/root/cint/cint/lib/wintcldl83/tkmacro.h +lib/root/cint/cint/lib/wintcldl83/top.h +lib/root/cint/cint/lib/wintcldl83/try.bat +lib/root/cint/cint/lib/wintcldl83/wildc.bat +lib/root/cint/cint/lib/wintcldl83/wildc.dbk +lib/root/cint/cint/lib/wintcldl83/wildc.tcl +lib/root/cint/cint/lib/wintcldl83/wildc.wc +lib/root/cint/cint/lib/wintcldl83/wildc/wildc.dsp +lib/root/cint/cint/lib/wintcldl83/wildc/wildc.dsw +lib/root/cint/cint/lib/wintcldl83/wildc/wildc.mak +lib/root/cint/cint/lib/wintcldl83/wildc1.bmp +lib/root/cint/cint/lib/xlib/README.txt +lib/root/cint/cint/lib/xlib/TOP.h +lib/root/cint/cint/lib/xlib/XLIB.h +lib/root/cint/cint/lib/xlib/setup +lib/root/cint/cint/lib/xlib/x11const.h +lib/root/cint/cint/lib/xlib/x11mfunc.h +lib/root/cint/cint/stl/G__postprocess.h +lib/root/cint/cint/stl/README.txt +lib/root/cint/cint/stl/_algorithm +lib/root/cint/cint/stl/_autocontainer +lib/root/cint/cint/stl/_bitset +lib/root/cint/cint/stl/_climits +lib/root/cint/cint/stl/_climits.h +lib/root/cint/cint/stl/_deque +lib/root/cint/cint/stl/_deque.h +lib/root/cint/cint/stl/_functional +lib/root/cint/cint/stl/_iterator +lib/root/cint/cint/stl/_iterator.h +lib/root/cint/cint/stl/_list +lib/root/cint/cint/stl/_list.h +lib/root/cint/cint/stl/_map +lib/root/cint/cint/stl/_map.h +lib/root/cint/cint/stl/_memory +lib/root/cint/cint/stl/_memory.h +lib/root/cint/cint/stl/_multimap +lib/root/cint/cint/stl/_multimap.h +lib/root/cint/cint/stl/_multiset +lib/root/cint/cint/stl/_multiset.h +lib/root/cint/cint/stl/_pair.h +lib/root/cint/cint/stl/_set +lib/root/cint/cint/stl/_set.h +lib/root/cint/cint/stl/_stack +lib/root/cint/cint/stl/_stack.h +lib/root/cint/cint/stl/_string +lib/root/cint/cint/stl/_utility +lib/root/cint/cint/stl/_utility.h +lib/root/cint/cint/stl/_vector +lib/root/cint/cint/stl/_vector.h +lib/root/cint/cint/stl/algo.h +lib/root/cint/cint/stl/algobase.h +lib/root/cint/cint/stl/algorithm +lib/root/cint/cint/stl/bitset +lib/root/cint/cint/stl/bool +lib/root/cint/cint/stl/bstring.h +lib/root/cint/cint/stl/bvector.h +lib/root/cint/cint/stl/climits.dll +lib/root/cint/cint/stl/climits.so.5 +lib/root/cint/cint/stl/climits.so.${PKGVERSION} +lib/root/cint/cint/stl/complex.dll +lib/root/cint/cint/stl/complex.so.5 +lib/root/cint/cint/stl/complex.so.${PKGVERSION} +lib/root/cint/cint/stl/defalloc.h +lib/root/cint/cint/stl/deque +lib/root/cint/cint/stl/deque.dll +lib/root/cint/cint/stl/deque.h +lib/root/cint/cint/stl/deque.so.5 +lib/root/cint/cint/stl/deque.so.${PKGVERSION} +lib/root/cint/cint/stl/exception.dll +lib/root/cint/cint/stl/exception.so.5 +lib/root/cint/cint/stl/exception.so.${PKGVERSION} +lib/root/cint/cint/stl/faralloc.h +lib/root/cint/cint/stl/fdeque.h +lib/root/cint/cint/stl/flist.h +lib/root/cint/cint/stl/fmap.h +lib/root/cint/cint/stl/fmultmap.h +lib/root/cint/cint/stl/fmultset.h +lib/root/cint/cint/stl/fset.h +lib/root/cint/cint/stl/function.h +lib/root/cint/cint/stl/functional +lib/root/cint/cint/stl/hdeque.h +lib/root/cint/cint/stl/heap.h +lib/root/cint/cint/stl/hlist.h +lib/root/cint/cint/stl/hmap.h +lib/root/cint/cint/stl/hmultmap.h +lib/root/cint/cint/stl/hmultset.h +lib/root/cint/cint/stl/hset.h +lib/root/cint/cint/stl/hugalloc.h +lib/root/cint/cint/stl/hvector.h +lib/root/cint/cint/stl/iterator +lib/root/cint/cint/stl/iterator.h +lib/root/cint/cint/stl/lbvector.h +lib/root/cint/cint/stl/ldeque.h +lib/root/cint/cint/stl/limits +lib/root/cint/cint/stl/list +lib/root/cint/cint/stl/list.dll +lib/root/cint/cint/stl/list.h +lib/root/cint/cint/stl/list.so.5 +lib/root/cint/cint/stl/list.so.${PKGVERSION} +lib/root/cint/cint/stl/llist.h +lib/root/cint/cint/stl/lmap.h +lib/root/cint/cint/stl/lmultmap.h +lib/root/cint/cint/stl/lmultset.h +lib/root/cint/cint/stl/lngalloc.h +lib/root/cint/cint/stl/lset.h +lib/root/cint/cint/stl/map +lib/root/cint/cint/stl/map.dll +lib/root/cint/cint/stl/map.h +lib/root/cint/cint/stl/map.so.5 +lib/root/cint/cint/stl/map.so.${PKGVERSION} +lib/root/cint/cint/stl/map2.dll +lib/root/cint/cint/stl/map2.so.5 +lib/root/cint/cint/stl/map2.so.${PKGVERSION} +lib/root/cint/cint/stl/memory +lib/root/cint/cint/stl/multimap +lib/root/cint/cint/stl/multimap.dll +lib/root/cint/cint/stl/multimap.h +lib/root/cint/cint/stl/multimap.so.5 +lib/root/cint/cint/stl/multimap.so.${PKGVERSION} +lib/root/cint/cint/stl/multimap2.dll +lib/root/cint/cint/stl/multimap2.so.5 +lib/root/cint/cint/stl/multimap2.so.${PKGVERSION} +lib/root/cint/cint/stl/multiset +lib/root/cint/cint/stl/multiset.dll +lib/root/cint/cint/stl/multiset.h +lib/root/cint/cint/stl/multiset.so.5 +lib/root/cint/cint/stl/multiset.so.${PKGVERSION} +lib/root/cint/cint/stl/neralloc.h +lib/root/cint/cint/stl/nmap.h +lib/root/cint/cint/stl/nmultmap.h +lib/root/cint/cint/stl/nmultset.h +lib/root/cint/cint/stl/nset.h +lib/root/cint/cint/stl/numeric +lib/root/cint/cint/stl/pair +lib/root/cint/cint/stl/pair.h +lib/root/cint/cint/stl/projectn.h +lib/root/cint/cint/stl/queue +lib/root/cint/cint/stl/queue.dll +lib/root/cint/cint/stl/queue.so.5 +lib/root/cint/cint/stl/queue.so.${PKGVERSION} +lib/root/cint/cint/stl/random.cpp +lib/root/cint/cint/stl/set +lib/root/cint/cint/stl/set.dll +lib/root/cint/cint/stl/set.h +lib/root/cint/cint/stl/set.so.5 +lib/root/cint/cint/stl/set.so.${PKGVERSION} +lib/root/cint/cint/stl/stack +lib/root/cint/cint/stl/stack.dll +lib/root/cint/cint/stl/stack.h +lib/root/cint/cint/stl/stack.so.5 +lib/root/cint/cint/stl/stack.so.${PKGVERSION} +lib/root/cint/cint/stl/stdexcept.dll +lib/root/cint/cint/stl/stdexcept.so.5 +lib/root/cint/cint/stl/stdexcept.so.${PKGVERSION} +lib/root/cint/cint/stl/string +lib/root/cint/cint/stl/tempbuf.cpp +lib/root/cint/cint/stl/tempbuf.h +lib/root/cint/cint/stl/teststl +lib/root/cint/cint/stl/teststl.c +lib/root/cint/cint/stl/tree.h +lib/root/cint/cint/stl/utility +lib/root/cint/cint/stl/utility.h +lib/root/cint/cint/stl/valarray +lib/root/cint/cint/stl/valarray.dll +lib/root/cint/cint/stl/valarray.so.5 +lib/root/cint/cint/stl/valarray.so.${PKGVERSION} +lib/root/cint/cint/stl/vector +lib/root/cint/cint/stl/vector.dll +lib/root/cint/cint/stl/vector.h +lib/root/cint/cint/stl/vector.so.5 +lib/root/cint/cint/stl/vector.so.${PKGVERSION} +lib/root/cint/cint/stl/vectorbool.dll +lib/root/cint/cint/stl/vectorbool.so.5 +lib/root/cint/cint/stl/vectorbool.so.${PKGVERSION} +lib/root/cint/cint7/include/Common.h +lib/root/cint/cint7/include/GL/gl.h +lib/root/cint/cint7/include/GL/glu.h +lib/root/cint/cint7/include/GL/glut.h +lib/root/cint/cint7/include/GL/xmesa.h +lib/root/cint/cint7/include/README.txt +lib/root/cint/cint7/include/ReadF.C +lib/root/cint/cint7/include/ReadF.cxx +lib/root/cint/cint7/include/ReadF.h +lib/root/cint/cint7/include/RegE.C +lib/root/cint/cint7/include/RegE.cxx +lib/root/cint/cint7/include/RegE.h +lib/root/cint/cint7/include/X11/Xlib.h +lib/root/cint/cint7/include/X11/Xutil.h +lib/root/cint/cint7/include/X11/keysym.h +lib/root/cint/cint7/include/X11/xos.h +lib/root/cint/cint7/include/_complex +lib/root/cint/cint7/include/_complex.h +lib/root/cint/cint7/include/_exception +lib/root/cint/cint7/include/_exception.h +lib/root/cint/cint7/include/_iostream +lib/root/cint/cint7/include/_stdexcept +lib/root/cint/cint7/include/_stdexcept.h +lib/root/cint/cint7/include/api.h +lib/root/cint/cint7/include/array.c +lib/root/cint/cint7/include/array.h +lib/root/cint/cint7/include/arrayiostream.h +lib/root/cint/cint7/include/assert.h +lib/root/cint/cint7/include/bool +lib/root/cint/cint7/include/bool.h +lib/root/cint/cint7/include/boolean.h +lib/root/cint/cint7/include/carray.c +lib/root/cint/cint7/include/carray.h +lib/root/cint/cint7/include/cassert +lib/root/cint/cint7/include/cctype +lib/root/cint/cint7/include/cerrno +lib/root/cint/cint7/include/cfloat +lib/root/cint/cint7/include/ciso646 +lib/root/cint/cint7/include/climits +lib/root/cint/cint7/include/clocale +lib/root/cint/cint7/include/cmath +lib/root/cint/cint7/include/complex +lib/root/cint/cint7/include/complex.h +lib/root/cint/cint7/include/constants.h +lib/root/cint/cint7/include/csetjmp +lib/root/cint/cint7/include/csignal +lib/root/cint/cint7/include/cstdarg +lib/root/cint/cint7/include/cstddef +lib/root/cint/cint7/include/cstdio +lib/root/cint/cint7/include/cstdlib +lib/root/cint/cint7/include/cstring +lib/root/cint/cint7/include/ctime +lib/root/cint/cint7/include/ctype.h +lib/root/cint/cint7/include/cwchar +lib/root/cint/cint7/include/cwctype +lib/root/cint/cint7/include/darray.cxx +lib/root/cint/cint7/include/darray.h +lib/root/cint/cint7/include/done +lib/root/cint/cint7/include/errno.h +lib/root/cint/cint7/include/ertti.h +lib/root/cint/cint7/include/exception +lib/root/cint/cint7/include/exception.h +lib/root/cint/cint7/include/fcntl.h +lib/root/cint/cint7/include/fft.c +lib/root/cint/cint7/include/fft.h +lib/root/cint/cint7/include/float.h +lib/root/cint/cint7/include/fstream +lib/root/cint/cint7/include/fstream.h +lib/root/cint/cint7/include/graphbuf.h +lib/root/cint/cint7/include/iomanip +lib/root/cint/cint7/include/iomanip.h +lib/root/cint/cint7/include/iosenum.cxx +lib/root/cint/cint7/include/iosfwd +lib/root/cint/cint7/include/iosfwd.h +lib/root/cint/cint7/include/iostream +lib/root/cint/cint7/include/iostream.h +lib/root/cint/cint7/include/istream +lib/root/cint/cint7/include/limits +lib/root/cint/cint7/include/limits.h +lib/root/cint/cint7/include/locale +lib/root/cint/cint7/include/locale.h +lib/root/cint/cint7/include/lsm.c +lib/root/cint/cint7/include/lsm.h +lib/root/cint/cint7/include/make.arc +lib/root/cint/cint7/include/makearc +lib/root/cint/cint7/include/makearcg +lib/root/cint/cint7/include/makearcsun +lib/root/cint/cint7/include/makefile +lib/root/cint/cint7/include/makehpib +lib/root/cint/cint7/include/makeit.bat +lib/root/cint/cint7/include/makeit.c +lib/root/cint/cint7/include/makemat +lib/root/cint/cint7/include/math.h +lib/root/cint/cint7/include/matrix.cxx +lib/root/cint/cint7/include/matrix.h +lib/root/cint/cint7/include/matrixstream.h +lib/root/cint/cint7/include/matrixstream.hi +lib/root/cint/cint7/include/mkincld.c +lib/root/cint/cint7/include/new +lib/root/cint/cint7/include/new.h +lib/root/cint/cint7/include/ostream +lib/root/cint/cint7/include/platform.h +lib/root/cint/cint7/include/pthread.h +lib/root/cint/cint7/include/readfile.h +lib/root/cint/cint7/include/regex.h +lib/root/cint/cint7/include/regexp.h +lib/root/cint/cint7/include/setjmp.h +lib/root/cint/cint7/include/signal.h +lib/root/cint/cint7/include/socket.h +lib/root/cint/cint7/include/spice.h +lib/root/cint/cint7/include/sstream +lib/root/cint/cint7/include/statistics.c +lib/root/cint/cint7/include/statistics.h +lib/root/cint/cint7/include/stdarg.h +lib/root/cint/cint7/include/stddef.h +lib/root/cint/cint7/include/stdexcept +lib/root/cint/cint7/include/stdio.h +lib/root/cint/cint7/include/stdiostream.h +lib/root/cint/cint7/include/stdlib.h +lib/root/cint/cint7/include/stream.h +lib/root/cint/cint7/include/streambuf +lib/root/cint/cint7/include/string.h +lib/root/cint/cint7/include/striostream.h +lib/root/cint/cint7/include/strstream +lib/root/cint/cint7/include/strstream.h +lib/root/cint/cint7/include/sys/cdefs.h +lib/root/cint/cint7/include/sys/file.h +lib/root/cint/cint7/include/sys/ipc.h +lib/root/cint/cint7/include/sys/msg.h +lib/root/cint/cint7/include/sys/sem.h +lib/root/cint/cint7/include/sys/shm.h +lib/root/cint/cint7/include/sys/stat.h +lib/root/cint/cint7/include/termios.h +lib/root/cint/cint7/include/time.h +lib/root/cint/cint7/include/timespec.h +lib/root/cint/cint7/include/typeinfo +lib/root/cint/cint7/include/typeinfo.h +lib/root/cint/cint7/include/unistd.h +lib/root/cint/cint7/include/windows.h +lib/root/cint/cint7/include/winsock.h +lib/root/cint/cint7/include/xgraph.c +lib/root/cint/cint7/include/xygraphbuf.h +lib/root/cint/cint7/lib/Makefile +lib/root/cint/cint7/lib/README.txt +lib/root/cint/cint7/lib/WildCard/ARCHIVE +lib/root/cint/cint7/lib/WildCard/AppInit.c +lib/root/cint/cint7/lib/WildCard/Main.c +lib/root/cint/cint7/lib/WildCard/Main.cxx +lib/root/cint/cint7/lib/WildCard/Makefile +lib/root/cint/cint7/lib/WildCard/README +lib/root/cint/cint7/lib/WildCard/TCLMACRO.h +lib/root/cint/cint7/lib/WildCard/TCLTK.h +lib/root/cint/cint7/lib/WildCard/TKMACRO.h +lib/root/cint/cint7/lib/WildCard/TOP.h +lib/root/cint/cint7/lib/WildCard/TclIns.c +lib/root/cint/cint7/lib/WildCard/TkInit.c +lib/root/cint/cint7/lib/WildCard/WildCard.c +lib/root/cint/cint7/lib/WildCard/bodediagram.wc +lib/root/cint/cint7/lib/WildCard/calc.wc +lib/root/cint/cint7/lib/WildCard/grcalc.wc +lib/root/cint/cint7/lib/WildCard/guibuild.wc +lib/root/cint/cint7/lib/WildCard/question.wc +lib/root/cint/cint7/lib/WildCard/setup +lib/root/cint/cint7/lib/WildCard/test.c +lib/root/cint/cint7/lib/WildCard/test3.wc +lib/root/cint/cint7/lib/WildCard/test5.wc +lib/root/cint/cint7/lib/WildCard/tktest.c +lib/root/cint/cint7/lib/WildCard/tktest1.c +lib/root/cint/cint7/lib/WildCard/tktest2.c +lib/root/cint/cint7/lib/WildCard/wildc.wc +lib/root/cint/cint7/lib/accstrm/Makefile +lib/root/cint/cint7/lib/accstrm/README.txt +lib/root/cint/cint7/lib/accstrm/fstrm.h +lib/root/cint/cint7/lib/accstrm/iostrm.h +lib/root/cint/cint7/lib/accstrm/linkdef.h +lib/root/cint/cint7/lib/accstrm/sstrm.h +lib/root/cint/cint7/lib/alphastrm/Makefile +lib/root/cint/cint7/lib/alphastrm/README.txt +lib/root/cint/cint7/lib/alphastrm/fstrm.h +lib/root/cint/cint7/lib/alphastrm/iostrm.h +lib/root/cint/cint7/lib/alphastrm/linkdef.h +lib/root/cint/cint7/lib/alphastrm/sstrm.h +lib/root/cint/cint7/lib/bcstream/Makefile +lib/root/cint/cint7/lib/bcstream/README +lib/root/cint/cint7/lib/bcstream/fstrm.h +lib/root/cint/cint7/lib/bcstream/iostrm.h +lib/root/cint/cint7/lib/bcstream/stdiostr.h +lib/root/cint/cint7/lib/bcstream/strm.h +lib/root/cint/cint7/lib/bcstream/strstrm.h +lib/root/cint/cint7/lib/cbstream/Makefile +lib/root/cint/cint7/lib/cbstream/fstrm.h +lib/root/cint/cint7/lib/cbstream/iostrm.h +lib/root/cint/cint7/lib/cbstream/linkdef.h +lib/root/cint/cint7/lib/cbstream/readme.txt +lib/root/cint/cint7/lib/cbstream/strstrm.h +lib/root/cint/cint7/lib/cintocx/Cint-Ocx +lib/root/cint/cint7/lib/cintocx/CintocxCtl.bmp +lib/root/cint/cint7/lib/cintocx/CintocxCtl.cpp +lib/root/cint/cint7/lib/cintocx/CintocxCtl.h +lib/root/cint/cint7/lib/cintocx/CintocxPpg.cpp +lib/root/cint/cint7/lib/cintocx/CintocxPpg.h +lib/root/cint/cint7/lib/cintocx/README.txt +lib/root/cint/cint7/lib/cintocx/Resource.h +lib/root/cint/cint7/lib/cintocx/StdAfx.cpp +lib/root/cint/cint7/lib/cintocx/StdAfx.h +lib/root/cint/cint7/lib/cintocx/cintocx.aps +lib/root/cint/cint7/lib/cintocx/cintocx.clw +lib/root/cint/cint7/lib/cintocx/cintocx.cpp +lib/root/cint/cint7/lib/cintocx/cintocx.h +lib/root/cint/cint7/lib/cintocx/cintocx.ico +lib/root/cint/cint7/lib/cintocx/cintocx.mak +lib/root/cint/cint7/lib/cintocx/cintocx.mdp +lib/root/cint/cint7/lib/cintocx/cintocx.odl +lib/root/cint/cint7/lib/cintocx/cintocx.rc +lib/root/cint/cint7/lib/cintocx/cintocx3.bmp +lib/root/cint/cint7/lib/cintocx/setup.bat +lib/root/cint/cint7/lib/dll_stl/.gdb_history +lib/root/cint/cint7/lib/dll_stl/README.txt +lib/root/cint/cint7/lib/dll_stl/cinteh.h +lib/root/cint/cint7/lib/dll_stl/clim.h +lib/root/cint/cint7/lib/dll_stl/cmplx.h +lib/root/cint/cint7/lib/dll_stl/dqu.h +lib/root/cint/cint7/lib/dll_stl/iter.h +lib/root/cint/cint7/lib/dll_stl/lst.h +lib/root/cint/cint7/lib/dll_stl/mp.h +lib/root/cint/cint7/lib/dll_stl/multmp.h +lib/root/cint/cint7/lib/dll_stl/multst.h +lib/root/cint/cint7/lib/dll_stl/pr.h +lib/root/cint/cint7/lib/dll_stl/que.h +lib/root/cint/cint7/lib/dll_stl/se.h +lib/root/cint/cint7/lib/dll_stl/setup +lib/root/cint/cint7/lib/dll_stl/setup.bat +lib/root/cint/cint7/lib/dll_stl/setupbc.bat +lib/root/cint/cint7/lib/dll_stl/st.h +lib/root/cint/cint7/lib/dll_stl/stk.h +lib/root/cint/cint7/lib/dll_stl/str.h +lib/root/cint/cint7/lib/dll_stl/suncc5_deque.h +lib/root/cint/cint7/lib/dll_stl/suncc5_string.h +lib/root/cint/cint7/lib/dll_stl/vary.h +lib/root/cint/cint7/lib/dll_stl/vec.h +lib/root/cint/cint7/lib/dll_stl/vecbool.h +lib/root/cint/cint7/lib/gcc3strm/Makefile +lib/root/cint/cint7/lib/gcc3strm/README.txt +lib/root/cint/cint7/lib/gcc3strm/fstrm.h +lib/root/cint/cint7/lib/gcc3strm/iostrm.h +lib/root/cint/cint7/lib/gcc3strm/linkdef.h +lib/root/cint/cint7/lib/gcc3strm/sstrm.h +lib/root/cint/cint7/lib/gcc4strm/Makefile +lib/root/cint/cint7/lib/gcc4strm/README.txt +lib/root/cint/cint7/lib/gcc4strm/fstrm.h +lib/root/cint/cint7/lib/gcc4strm/iostrm.h +lib/root/cint/cint7/lib/gcc4strm/linkdef.h +lib/root/cint/cint7/lib/gcc4strm/sstrm.h +lib/root/cint/cint7/lib/gl/GL.h +lib/root/cint/cint7/lib/gl/README.txt +lib/root/cint/cint7/lib/gl/TOP.h +lib/root/cint/cint7/lib/gl/cintGL.h +lib/root/cint/cint7/lib/gl/setup +lib/root/cint/cint7/lib/gl/setup.bat +lib/root/cint/cint7/lib/iccstrm/Makefile +lib/root/cint/cint7/lib/iccstrm/README.txt +lib/root/cint/cint7/lib/iccstrm/fstrm.h +lib/root/cint/cint7/lib/iccstrm/iostrm.h +lib/root/cint/cint7/lib/iccstrm/linkdef.h +lib/root/cint/cint7/lib/iccstrm/sstrm.h +lib/root/cint/cint7/lib/ipc/README.txt +lib/root/cint/cint7/lib/ipc/ipcif.h +lib/root/cint/cint7/lib/ipc/setup +lib/root/cint/cint7/lib/longlong/README.txt +lib/root/cint/cint7/lib/longlong/longdbl.h +lib/root/cint/cint7/lib/longlong/longlong.h +lib/root/cint/cint7/lib/longlong/make.bat +lib/root/cint/cint7/lib/longlong/makelongif +lib/root/cint/cint7/lib/longlong/makelongif3 +lib/root/cint/cint7/lib/longlong/setup +lib/root/cint/cint7/lib/longlong/setup.bat +lib/root/cint/cint7/lib/longlong/setupbc.bat +lib/root/cint/cint7/lib/longlong/setuphp +lib/root/cint/cint7/lib/posix/README.txt +lib/root/cint/cint7/lib/posix/exten.c +lib/root/cint/cint7/lib/posix/exten.h +lib/root/cint/cint7/lib/posix/mktypes.c +lib/root/cint/cint7/lib/posix/posix.h +lib/root/cint/cint7/lib/posix/setup +lib/root/cint/cint7/lib/posix/setup.bat +lib/root/cint/cint7/lib/posix/setupbc.bat +lib/root/cint/cint7/lib/posix/setupsc.bat +lib/root/cint/cint7/lib/posix/winposix.c +lib/root/cint/cint7/lib/posix/winposix.h +lib/root/cint/cint7/lib/prec_stl/README.txt +lib/root/cint/cint7/lib/prec_stl/algorithm +lib/root/cint/cint7/lib/prec_stl/bitset +lib/root/cint/cint7/lib/prec_stl/climits +lib/root/cint/cint7/lib/prec_stl/complex +lib/root/cint/cint7/lib/prec_stl/deque +lib/root/cint/cint7/lib/prec_stl/exception +lib/root/cint/cint7/lib/prec_stl/functional +lib/root/cint/cint7/lib/prec_stl/iterator +lib/root/cint/cint7/lib/prec_stl/limits +lib/root/cint/cint7/lib/prec_stl/list +lib/root/cint/cint7/lib/prec_stl/map +lib/root/cint/cint7/lib/prec_stl/memory +lib/root/cint/cint7/lib/prec_stl/multimap +lib/root/cint/cint7/lib/prec_stl/multiset +lib/root/cint/cint7/lib/prec_stl/numeric +lib/root/cint/cint7/lib/prec_stl/queue +lib/root/cint/cint7/lib/prec_stl/set +lib/root/cint/cint7/lib/prec_stl/stack +lib/root/cint/cint7/lib/prec_stl/stdexcept +lib/root/cint/cint7/lib/prec_stl/string +lib/root/cint/cint7/lib/prec_stl/utility +lib/root/cint/cint7/lib/prec_stl/valarray +lib/root/cint/cint7/lib/prec_stl/vector +lib/root/cint/cint7/lib/pthread/Makefile +lib/root/cint/cint7/lib/pthread/README.txt +lib/root/cint/cint7/lib/pthread/pthd.h +lib/root/cint/cint7/lib/pthread/setup +lib/root/cint/cint7/lib/pthread/setuphp +lib/root/cint/cint7/lib/pthread/thread.h +lib/root/cint/cint7/lib/qt/Makefile +lib/root/cint/cint7/lib/qt/README.txt +lib/root/cint/cint7/lib/qt/qcompactstyle.h +lib/root/cint/cint7/lib/qt/qconfig.h +lib/root/cint/cint7/lib/qt/qmodules.h +lib/root/cint/cint7/lib/qt/qplatformdefs.h +lib/root/cint/cint7/lib/qt/qtcint.h +lib/root/cint/cint7/lib/qt/qtclasses.h +lib/root/cint/cint7/lib/qt/qtdummy.h +lib/root/cint/cint7/lib/qt/qtfunctions.h +lib/root/cint/cint7/lib/qt/qtglobals.h +lib/root/cint/cint7/lib/qt/qtstatic.cxx +lib/root/cint/cint7/lib/qt/setup +lib/root/cint/cint7/lib/qt/setup.bat +lib/root/cint/cint7/lib/setup +lib/root/cint/cint7/lib/socket/README.txt +lib/root/cint/cint7/lib/socket/cintsock.c +lib/root/cint/cint7/lib/socket/cintsock.h +lib/root/cint/cint7/lib/socket/mksockh.c +lib/root/cint/cint7/lib/socket/setup +lib/root/cint/cint7/lib/socket/setup.bat +lib/root/cint/cint7/lib/socket/setupbc.bat +lib/root/cint/cint7/lib/stdstrct/Makefile +lib/root/cint/cint7/lib/stdstrct/setup +lib/root/cint/cint7/lib/stdstrct/setup.bat +lib/root/cint/cint7/lib/stdstrct/setupbc.bat +lib/root/cint/cint7/lib/stdstrct/stdcxxfunc.h +lib/root/cint/cint7/lib/stdstrct/stdfunc.h +lib/root/cint/cint7/lib/stdstrct/stdstr.h +lib/root/cint/cint7/lib/stlport4strm/Makefile +lib/root/cint/cint7/lib/stlport4strm/fstrm.h +lib/root/cint/cint7/lib/stlport4strm/iostrm.h +lib/root/cint/cint7/lib/stlport4strm/length.cxx +lib/root/cint/cint7/lib/stlport4strm/linkdef.h +lib/root/cint/cint7/lib/stlport4strm/sstrm.h +lib/root/cint/cint7/lib/stream/Makefile +lib/root/cint/cint7/lib/stream/README +lib/root/cint/cint7/lib/stream/fstrm.h +lib/root/cint/cint7/lib/stream/iostrm.h +lib/root/cint/cint7/lib/stream/stdiostr.h +lib/root/cint/cint7/lib/stream/strm.h +lib/root/cint/cint7/lib/stream/strstrm.h +lib/root/cint/cint7/lib/sunstrm/Makefile +lib/root/cint/cint7/lib/sunstrm/fstrm.h +lib/root/cint/cint7/lib/sunstrm/iostrm.h +lib/root/cint/cint7/lib/sunstrm/length.cxx +lib/root/cint/cint7/lib/sunstrm/linkdef.h +lib/root/cint/cint7/lib/sunstrm/readme.txt +lib/root/cint/cint7/lib/sunstrm/sstrm.h +lib/root/cint/cint7/lib/vc7strm/Makefile +lib/root/cint/cint7/lib/vc7strm/README.txt +lib/root/cint/cint7/lib/vc7strm/fstrm.h +lib/root/cint/cint7/lib/vc7strm/iostrm.h +lib/root/cint/cint7/lib/vc7strm/linkdef.h +lib/root/cint/cint7/lib/vc7strm/sstrm.h +lib/root/cint/cint7/lib/vcstream/Makefile +lib/root/cint/cint7/lib/vcstream/Makefileold +lib/root/cint/cint7/lib/vcstream/README +lib/root/cint/cint7/lib/vcstream/fstrm.h +lib/root/cint/cint7/lib/vcstream/iostrm.h +lib/root/cint/cint7/lib/vcstream/stdiostr.h +lib/root/cint/cint7/lib/vcstream/strm.h +lib/root/cint/cint7/lib/vcstream/strstrm.h +lib/root/cint/cint7/lib/win32api/cintwin.h +lib/root/cint/cint7/lib/win32api/make.bat +lib/root/cint/cint7/lib/win32api/readme.txt +lib/root/cint/cint7/lib/win32api/setup.bat +lib/root/cint/cint7/lib/win32api/setupbc.bat +lib/root/cint/cint7/lib/win32api/setupsc.bat +lib/root/cint/cint7/lib/win32api/winfunc.h +lib/root/cint/cint7/lib/wintcldl83/README.txt +lib/root/cint/cint7/lib/wintcldl83/WILDCARD.tcl +lib/root/cint/cint7/lib/wintcldl83/bodediagram.wc +lib/root/cint/cint7/lib/wintcldl83/calc.wc +lib/root/cint/cint7/lib/wintcldl83/cintlib.c +lib/root/cint/cint7/lib/wintcldl83/gainphas.wc +lib/root/cint/cint7/lib/wintcldl83/grcalc.wc +lib/root/cint/cint7/lib/wintcldl83/guibuild.wc +lib/root/cint/cint7/lib/wintcldl83/quest.wc +lib/root/cint/cint7/lib/wintcldl83/question.wc +lib/root/cint/cint7/lib/wintcldl83/setup.bat +lib/root/cint/cint7/lib/wintcldl83/tclmacro.h +lib/root/cint/cint7/lib/wintcldl83/tcltk.h +lib/root/cint/cint7/lib/wintcldl83/test.c +lib/root/cint/cint7/lib/wintcldl83/test1.wc +lib/root/cint/cint7/lib/wintcldl83/test3.wc +lib/root/cint/cint7/lib/wintcldl83/test5.wc +lib/root/cint/cint7/lib/wintcldl83/tkmacro.h +lib/root/cint/cint7/lib/wintcldl83/top.h +lib/root/cint/cint7/lib/wintcldl83/try.bat +lib/root/cint/cint7/lib/wintcldl83/wildc.bat +lib/root/cint/cint7/lib/wintcldl83/wildc.dbk +lib/root/cint/cint7/lib/wintcldl83/wildc.tcl +lib/root/cint/cint7/lib/wintcldl83/wildc.wc +lib/root/cint/cint7/lib/wintcldl83/wildc/wildc.dsp +lib/root/cint/cint7/lib/wintcldl83/wildc/wildc.dsw +lib/root/cint/cint7/lib/wintcldl83/wildc/wildc.mak +lib/root/cint/cint7/lib/wintcldl83/wildc1.bmp +lib/root/cint/cint7/lib/xlib/README.txt +lib/root/cint/cint7/lib/xlib/TOP.h +lib/root/cint/cint7/lib/xlib/XLIB.h +lib/root/cint/cint7/lib/xlib/setup +lib/root/cint/cint7/lib/xlib/x11const.h +lib/root/cint/cint7/lib/xlib/x11mfunc.h +lib/root/cint/cint7/stl/README.txt +lib/root/cint/cint7/stl/_algorithm +lib/root/cint/cint7/stl/_autocontainer +lib/root/cint/cint7/stl/_bitset +lib/root/cint/cint7/stl/_climits +lib/root/cint/cint7/stl/_climits.h +lib/root/cint/cint7/stl/_deque +lib/root/cint/cint7/stl/_deque.h +lib/root/cint/cint7/stl/_functional +lib/root/cint/cint7/stl/_iterator +lib/root/cint/cint7/stl/_iterator.h +lib/root/cint/cint7/stl/_list +lib/root/cint/cint7/stl/_list.h +lib/root/cint/cint7/stl/_map +lib/root/cint/cint7/stl/_map.h +lib/root/cint/cint7/stl/_memory +lib/root/cint/cint7/stl/_memory.h +lib/root/cint/cint7/stl/_multimap +lib/root/cint/cint7/stl/_multimap.h +lib/root/cint/cint7/stl/_multiset +lib/root/cint/cint7/stl/_multiset.h +lib/root/cint/cint7/stl/_pair.h +lib/root/cint/cint7/stl/_set +lib/root/cint/cint7/stl/_set.h +lib/root/cint/cint7/stl/_stack +lib/root/cint/cint7/stl/_stack.h +lib/root/cint/cint7/stl/_string +lib/root/cint/cint7/stl/_utility +lib/root/cint/cint7/stl/_utility.h +lib/root/cint/cint7/stl/_vector +lib/root/cint/cint7/stl/_vector.h +lib/root/cint/cint7/stl/algo.h +lib/root/cint/cint7/stl/algobase.h +lib/root/cint/cint7/stl/algorithm +lib/root/cint/cint7/stl/bitset +lib/root/cint/cint7/stl/bool +lib/root/cint/cint7/stl/bstring.h +lib/root/cint/cint7/stl/bvector.h +lib/root/cint/cint7/stl/defalloc.h +lib/root/cint/cint7/stl/deque +lib/root/cint/cint7/stl/deque.h +lib/root/cint/cint7/stl/faralloc.h +lib/root/cint/cint7/stl/fdeque.h +lib/root/cint/cint7/stl/flist.h +lib/root/cint/cint7/stl/fmap.h +lib/root/cint/cint7/stl/fmultmap.h +lib/root/cint/cint7/stl/fmultset.h +lib/root/cint/cint7/stl/fset.h +lib/root/cint/cint7/stl/function.h +lib/root/cint/cint7/stl/functional +lib/root/cint/cint7/stl/hdeque.h +lib/root/cint/cint7/stl/heap.h +lib/root/cint/cint7/stl/hlist.h +lib/root/cint/cint7/stl/hmap.h +lib/root/cint/cint7/stl/hmultmap.h +lib/root/cint/cint7/stl/hmultset.h +lib/root/cint/cint7/stl/hset.h +lib/root/cint/cint7/stl/hugalloc.h +lib/root/cint/cint7/stl/hvector.h +lib/root/cint/cint7/stl/iterator +lib/root/cint/cint7/stl/iterator.h +lib/root/cint/cint7/stl/lbvector.h +lib/root/cint/cint7/stl/ldeque.h +lib/root/cint/cint7/stl/limits +lib/root/cint/cint7/stl/list +lib/root/cint/cint7/stl/list.h +lib/root/cint/cint7/stl/llist.h +lib/root/cint/cint7/stl/lmap.h +lib/root/cint/cint7/stl/lmultmap.h +lib/root/cint/cint7/stl/lmultset.h +lib/root/cint/cint7/stl/lngalloc.h +lib/root/cint/cint7/stl/lset.h +lib/root/cint/cint7/stl/map +lib/root/cint/cint7/stl/map.h +lib/root/cint/cint7/stl/memory +lib/root/cint/cint7/stl/multimap +lib/root/cint/cint7/stl/multimap.h +lib/root/cint/cint7/stl/multiset +lib/root/cint/cint7/stl/multiset.h +lib/root/cint/cint7/stl/neralloc.h +lib/root/cint/cint7/stl/nmap.h +lib/root/cint/cint7/stl/nmultmap.h +lib/root/cint/cint7/stl/nmultset.h +lib/root/cint/cint7/stl/nset.h +lib/root/cint/cint7/stl/numeric +lib/root/cint/cint7/stl/pair +lib/root/cint/cint7/stl/pair.h +lib/root/cint/cint7/stl/projectn.h +lib/root/cint/cint7/stl/queue +lib/root/cint/cint7/stl/set +lib/root/cint/cint7/stl/set.h +lib/root/cint/cint7/stl/stack +lib/root/cint/cint7/stl/stack.h +lib/root/cint/cint7/stl/string +lib/root/cint/cint7/stl/tempbuf.cpp +lib/root/cint/cint7/stl/tempbuf.h +lib/root/cint/cint7/stl/teststl +lib/root/cint/cint7/stl/teststl.c +lib/root/cint/cint7/stl/tree.h +lib/root/cint/cint7/stl/utility +lib/root/cint/cint7/stl/utility.h +lib/root/cint/cint7/stl/valarray +lib/root/cint/cint7/stl/vector +lib/root/cint/cint7/stl/vector.h +lib/root/libASImage.rootmap lib/root/libASImage.so lib/root/libASImage.so.5 lib/root/libASImage.so.${PKGVERSION} +lib/root/libASImageGui.rootmap lib/root/libASImageGui.so lib/root/libASImageGui.so.5 lib/root/libASImageGui.so.${PKGVERSION} -lib/root/libASPluginGS.so -lib/root/libASPluginGS.so.5 -lib/root/libASPluginGS.so.${PKGVERSION} lib/root/libAfterImage.a +lib/root/libBonjour.rootmap +lib/root/libBonjour.so +lib/root/libBonjour.so.5 +lib/root/libBonjour.so.${PKGVERSION} lib/root/libCint.so lib/root/libCint.so.5 lib/root/libCint.so.${PKGVERSION} +lib/root/libCintex.rootmap +lib/root/libCintex.so +lib/root/libCintex.so.5 +lib/root/libCintex.so.${PKGVERSION} +lib/root/libCore.rootmap lib/root/libCore.so lib/root/libCore.so.5 lib/root/libCore.so.${PKGVERSION} +lib/root/libEG.rootmap lib/root/libEG.so lib/root/libEG.so.5 lib/root/libEG.so.${PKGVERSION} +lib/root/libEve.rootmap +lib/root/libEve.so +lib/root/libEve.so.5 +lib/root/libEve.so.${PKGVERSION} +lib/root/libFTGL.so +lib/root/libFTGL.so.5 +lib/root/libFTGL.so.${PKGVERSION} +lib/root/libFitPanel.rootmap +lib/root/libFitPanel.so +lib/root/libFitPanel.so.5 +lib/root/libFitPanel.so.${PKGVERSION} +lib/root/libFoam.rootmap lib/root/libFoam.so lib/root/libFoam.so.5 lib/root/libFoam.so.${PKGVERSION} +lib/root/libFumili.rootmap lib/root/libFumili.so lib/root/libFumili.so.5 lib/root/libFumili.so.${PKGVERSION} +lib/root/libGLEW.so +lib/root/libGLEW.so.5 +lib/root/libGLEW.so.${PKGVERSION} +lib/root/libGX11.rootmap lib/root/libGX11.so lib/root/libGX11.so.5 lib/root/libGX11.so.${PKGVERSION} +lib/root/libGX11TTF.rootmap lib/root/libGX11TTF.so lib/root/libGX11TTF.so.5 lib/root/libGX11TTF.so.${PKGVERSION} +lib/root/libGed.rootmap lib/root/libGed.so lib/root/libGed.so.5 lib/root/libGed.so.${PKGVERSION} -lib/root/libGedOld.so -lib/root/libGedOld.so.5 -lib/root/libGedOld.so.${PKGVERSION} +lib/root/libGenVector.rootmap +lib/root/libGenVector.so +lib/root/libGenVector.so.5 +lib/root/libGenVector.so.${PKGVERSION} +lib/root/libGeom.rootmap lib/root/libGeom.so lib/root/libGeom.so.5 lib/root/libGeom.so.${PKGVERSION} +lib/root/libGeomBuilder.rootmap +lib/root/libGeomBuilder.so +lib/root/libGeomBuilder.so.5 +lib/root/libGeomBuilder.so.${PKGVERSION} +lib/root/libGeomPainter.rootmap lib/root/libGeomPainter.so lib/root/libGeomPainter.so.5 lib/root/libGeomPainter.so.${PKGVERSION} +lib/root/libGpad.rootmap lib/root/libGpad.so lib/root/libGpad.so.5 lib/root/libGpad.so.${PKGVERSION} +lib/root/libGraf.rootmap lib/root/libGraf.so lib/root/libGraf.so.5 lib/root/libGraf.so.${PKGVERSION} +lib/root/libGraf3d.rootmap lib/root/libGraf3d.so lib/root/libGraf3d.so.5 lib/root/libGraf3d.so.${PKGVERSION} +lib/root/libGui.rootmap lib/root/libGui.so lib/root/libGui.so.5 lib/root/libGui.so.${PKGVERSION} +lib/root/libGuiBld.rootmap lib/root/libGuiBld.so lib/root/libGuiBld.so.5 lib/root/libGuiBld.so.${PKGVERSION} +lib/root/libGuiHtml.rootmap +lib/root/libGuiHtml.so +lib/root/libGuiHtml.so.5 +lib/root/libGuiHtml.so.${PKGVERSION} +lib/root/libGviz3d.rootmap +lib/root/libGviz3d.so +lib/root/libGviz3d.so.5 +lib/root/libGviz3d.so.${PKGVERSION} +lib/root/libHbook.rootmap +lib/root/libHbook.so +lib/root/libHbook.so.5 +lib/root/libHbook.so.${PKGVERSION} +lib/root/libHist.rootmap lib/root/libHist.so lib/root/libHist.so.5 lib/root/libHist.so.${PKGVERSION} +lib/root/libHistPainter.rootmap lib/root/libHistPainter.so lib/root/libHistPainter.so.5 lib/root/libHistPainter.so.${PKGVERSION} +lib/root/libHtml.rootmap lib/root/libHtml.so lib/root/libHtml.so.5 lib/root/libHtml.so.${PKGVERSION} +lib/root/libMLP.rootmap lib/root/libMLP.so lib/root/libMLP.so.5 lib/root/libMLP.so.${PKGVERSION} +lib/root/libMathCore.rootmap +lib/root/libMathCore.so +lib/root/libMathCore.so.5 +lib/root/libMathCore.so.${PKGVERSION} +lib/root/libMathMore.rootmap +lib/root/libMathMore.so +lib/root/libMathMore.so.5 +lib/root/libMathMore.so.${PKGVERSION} +lib/root/libMatrix.rootmap lib/root/libMatrix.so lib/root/libMatrix.so.5 lib/root/libMatrix.so.${PKGVERSION} +lib/root/libMinuit.rootmap lib/root/libMinuit.so lib/root/libMinuit.so.5 lib/root/libMinuit.so.${PKGVERSION} +lib/root/libNet.rootmap +lib/root/libNet.so +lib/root/libNet.so.5 +lib/root/libNet.so.${PKGVERSION} lib/root/libNew.so lib/root/libNew.so.5 lib/root/libNew.so.${PKGVERSION} +lib/root/libPhysics.rootmap lib/root/libPhysics.so lib/root/libPhysics.so.5 lib/root/libPhysics.so.${PKGVERSION} +lib/root/libPostscript.rootmap lib/root/libPostscript.so lib/root/libPostscript.so.5 lib/root/libPostscript.so.${PKGVERSION} +lib/root/libProof.rootmap lib/root/libProof.so lib/root/libProof.so.5 lib/root/libProof.so.${PKGVERSION} -lib/root/libProofGui.so -lib/root/libProofGui.so.5 -lib/root/libProofGui.so.${PKGVERSION} +lib/root/libProofDraw.rootmap +lib/root/libProofDraw.so +lib/root/libProofDraw.so.5 +lib/root/libProofDraw.so.${PKGVERSION} +lib/root/libProofPlayer.rootmap +lib/root/libProofPlayer.so +lib/root/libProofPlayer.so.5 +lib/root/libProofPlayer.so.${PKGVERSION} +lib/root/libQuadp.rootmap lib/root/libQuadp.so lib/root/libQuadp.so.5 lib/root/libQuadp.so.${PKGVERSION} +lib/root/libRGL.rootmap lib/root/libRGL.so lib/root/libRGL.so.5 lib/root/libRGL.so.${PKGVERSION} +lib/root/libRIO.rootmap +lib/root/libRIO.so +lib/root/libRIO.so.5 +lib/root/libRIO.so.${PKGVERSION} +lib/root/libRLDAP.rootmap +lib/root/libRLDAP.so +lib/root/libRLDAP.so.5 +lib/root/libRLDAP.so.${PKGVERSION} +lib/root/libRecorder.rootmap +lib/root/libRecorder.so +lib/root/libRecorder.so.5 +lib/root/libRecorder.so.${PKGVERSION} +lib/root/libReflex.so +lib/root/libReflex.so.5 +lib/root/libReflex.so.${PKGVERSION} +lib/root/libReflexDict.rootmap +lib/root/libReflexDict.so +lib/root/libReflexDict.so.5 +lib/root/libReflexDict.so.${PKGVERSION} +lib/root/libRint.rootmap lib/root/libRint.so lib/root/libRint.so.5 lib/root/libRint.so.${PKGVERSION} +lib/root/libRootAuth.rootmap lib/root/libRootAuth.so lib/root/libRootAuth.so.5 lib/root/libRootAuth.so.${PKGVERSION} +lib/root/libSPlot.rootmap lib/root/libSPlot.so lib/root/libSPlot.so.5 lib/root/libSPlot.so.${PKGVERSION} -lib/root/libSQL.so -lib/root/libSQL.so.5 -lib/root/libSQL.so.${PKGVERSION} +lib/root/libSQLIO.rootmap +lib/root/libSQLIO.so +lib/root/libSQLIO.so.5 +lib/root/libSQLIO.so.${PKGVERSION} +lib/root/libSessionViewer.rootmap +lib/root/libSessionViewer.so +lib/root/libSessionViewer.so.5 +lib/root/libSessionViewer.so.${PKGVERSION} +lib/root/libSmatrix.rootmap lib/root/libSmatrix.so lib/root/libSmatrix.so.5 lib/root/libSmatrix.so.${PKGVERSION} +lib/root/libSpectrum.rootmap +lib/root/libSpectrum.so +lib/root/libSpectrum.so.5 +lib/root/libSpectrum.so.${PKGVERSION} +lib/root/libSpectrumPainter.rootmap +lib/root/libSpectrumPainter.so +lib/root/libSpectrumPainter.so.5 +lib/root/libSpectrumPainter.so.${PKGVERSION} lib/root/libSrvAuth.so lib/root/libSrvAuth.so.5 lib/root/libSrvAuth.so.${PKGVERSION} +lib/root/libTMVA.rootmap +lib/root/libTMVA.so +lib/root/libTMVA.so.5 +lib/root/libTMVA.so.${PKGVERSION} +lib/root/libThread.rootmap lib/root/libThread.so lib/root/libThread.so.5 lib/root/libThread.so.${PKGVERSION} +lib/root/libTree.rootmap lib/root/libTree.so lib/root/libTree.so.5 lib/root/libTree.so.${PKGVERSION} +lib/root/libTreePlayer.rootmap lib/root/libTreePlayer.so lib/root/libTreePlayer.so.5 lib/root/libTreePlayer.so.${PKGVERSION} +lib/root/libTreeViewer.rootmap lib/root/libTreeViewer.so lib/root/libTreeViewer.so.5 lib/root/libTreeViewer.so.${PKGVERSION} +lib/root/libVMC.rootmap lib/root/libVMC.so lib/root/libVMC.so.5 lib/root/libVMC.so.${PKGVERSION} +lib/root/libX3d.rootmap lib/root/libX3d.so lib/root/libX3d.so.5 lib/root/libX3d.so.${PKGVERSION} +lib/root/libXMLIO.rootmap lib/root/libXMLIO.so lib/root/libXMLIO.so.5 lib/root/libXMLIO.so.${PKGVERSION} +lib/root/libdequeDict.rootmap +lib/root/libdequeDict.so +lib/root/libdequeDict.so.5 +lib/root/libdequeDict.so.${PKGVERSION} +lib/root/liblistDict.rootmap +lib/root/liblistDict.so +lib/root/liblistDict.so.5 +lib/root/liblistDict.so.${PKGVERSION} +lib/root/libmap2Dict.rootmap +lib/root/libmap2Dict.so +lib/root/libmap2Dict.so.5 +lib/root/libmap2Dict.so.${PKGVERSION} +lib/root/libmapDict.rootmap +lib/root/libmapDict.so +lib/root/libmapDict.so.5 +lib/root/libmapDict.so.${PKGVERSION} +lib/root/libminicern.so +lib/root/libminicern.so.5 +lib/root/libminicern.so.${PKGVERSION} +lib/root/libmultimap2Dict.rootmap +lib/root/libmultimap2Dict.so +lib/root/libmultimap2Dict.so.5 +lib/root/libmultimap2Dict.so.${PKGVERSION} +lib/root/libmultimapDict.rootmap +lib/root/libmultimapDict.so +lib/root/libmultimapDict.so.5 +lib/root/libmultimapDict.so.${PKGVERSION} +lib/root/libmultisetDict.rootmap +lib/root/libmultisetDict.so +lib/root/libmultisetDict.so.5 +lib/root/libmultisetDict.so.${PKGVERSION} +lib/root/libsetDict.rootmap +lib/root/libsetDict.so +lib/root/libsetDict.so.5 +lib/root/libsetDict.so.${PKGVERSION} +lib/root/libvalarrayDict.rootmap +lib/root/libvalarrayDict.so +lib/root/libvalarrayDict.so.5 +lib/root/libvalarrayDict.so.${PKGVERSION} +lib/root/libvectorDict.rootmap +lib/root/libvectorDict.so +lib/root/libvectorDict.so.5 +lib/root/libvectorDict.so.${PKGVERSION} +lib/root/python/genreflex/gccdemangler.py +lib/root/python/genreflex/gccxmlpath.py +lib/root/python/genreflex/gencapa.py +lib/root/python/genreflex/gendict.py +lib/root/python/genreflex/genheader.py +lib/root/python/genreflex/genreflex-rootcint.py +lib/root/python/genreflex/genreflex.py +lib/root/python/genreflex/genrootmap.py +lib/root/python/genreflex/selclass.py +lib/root/writer.py man/man1/cint.1 +man/man1/cmsd.1 man/man1/g2root.1 man/man1/g2rootold.1 +man/man1/genmap.1 +man/man1/genreflex-rootcint.1 +man/man1/genreflex.1 man/man1/h2root.1 man/man1/hadd.1 man/man1/makecint.1 @@ -1494,23 +3186,30 @@ man/man1/memprobe.1 man/man1/olbd.1 man/man1/proofd.1 man/man1/proofserv.1 +man/man1/proofserva.1 man/man1/rlibmap.1 man/man1/rmkdepend.1 man/man1/root-config.1 man/man1/root.1 man/man1/root.exe.1 +man/man1/roota.1 man/man1/rootcint.1 man/man1/rootd.1 man/man1/rootn.exe.1 +man/man1/roots.exe.1 man/man1/ssh2rpd.1 man/man1/system.rootdaemonrc.1 +man/man1/xprep.1 man/man1/xproofd.1 +man/man1/xrd.1 man/man1/xrdcp.1 man/man1/xrdgsiproxy.1 man/man1/xrdpwdadmin.1 +man/man1/xrdstagetool.1 man/man1/xrootd.1 share/aclocal/root.m4 share/doc/root/BUILDSYSTEM +share/doc/root/COPYING.CINT share/doc/root/CREDITS share/doc/root/ChangeLog-2-24 share/doc/root/INSTALL @@ -1519,10 +3218,13 @@ share/doc/root/README share/doc/root/README.ALIEN share/doc/root/README.AUTH share/doc/root/README.GLOBUS +share/doc/root/README.MONALISA share/doc/root/README.PROOF share/doc/root/README.SELECTOR +share/doc/root/cfortran.doc share/doc/root/test/Aclock.cxx share/doc/root/test/Aclock.h +share/doc/root/test/Aclock.rootmap share/doc/root/test/DrawTest.sh share/doc/root/test/Event.cxx share/doc/root/test/Event.h @@ -1530,11 +3232,11 @@ share/doc/root/test/EventLinkDef.h share/doc/root/test/GetWebHistogram.C share/doc/root/test/Hello.cxx share/doc/root/test/Hello.h +share/doc/root/test/Hello.rootmap share/doc/root/test/MainEvent.cxx share/doc/root/test/Makefile share/doc/root/test/Makefile.arch share/doc/root/test/Makefile.win32 -share/doc/root/test/ProofBench/.cvsignore share/doc/root/test/ProofBench/Draw_PerfProfiles.C share/doc/root/test/ProofBench/Draw_Slave_Access.C share/doc/root/test/ProofBench/Draw_Time_Hists.C @@ -1544,6 +3246,7 @@ share/doc/root/test/ProofBench/EventTree_Proc.C share/doc/root/test/ProofBench/EventTree_Proc.h share/doc/root/test/ProofBench/EventTree_ProcOpt.C share/doc/root/test/ProofBench/EventTree_ProcOpt.h +share/doc/root/test/ProofBench/Makefile_event share/doc/root/test/ProofBench/README share/doc/root/test/ProofBench/Run_Node_Tests.C share/doc/root/test/ProofBench/Run_Simple_Test.C @@ -1553,13 +3256,19 @@ share/doc/root/test/ProofBench/make_event_trees.C share/doc/root/test/ProofBench/make_tdset.C share/doc/root/test/QpRandomDriver.cxx share/doc/root/test/README -share/doc/root/test/RootShower/.cvsignore +share/doc/root/test/RootIDE/LinkDef.h +share/doc/root/test/RootIDE/Makefile +share/doc/root/test/RootIDE/Makefile.win32 +share/doc/root/test/RootIDE/TGRootIDE.cxx +share/doc/root/test/RootIDE/TGRootIDE.h +share/doc/root/test/RootIDE/main.cxx share/doc/root/test/RootShower/.rootshowerrc share/doc/root/test/RootShower/GButtonFrame.cxx share/doc/root/test/RootShower/GButtonFrame.h share/doc/root/test/RootShower/GTitleFrame.cxx share/doc/root/test/RootShower/GTitleFrame.h share/doc/root/test/RootShower/Makefile +share/doc/root/test/RootShower/Makefile.win32 share/doc/root/test/RootShower/MyDetector.cxx share/doc/root/test/RootShower/MyDetector.h share/doc/root/test/RootShower/MyEvent.cxx @@ -1627,6 +3336,10 @@ share/doc/root/test/TBench.h share/doc/root/test/TestVectors.cxx share/doc/root/test/Tetris.cxx share/doc/root/test/Tetris.h +share/doc/root/test/Tetris.rootmap +share/doc/root/test/TrackMathCore.h +share/doc/root/test/TrackMathCoreLinkDef.h +share/doc/root/test/TrackMathCoreRflx.xml share/doc/root/test/bench.cxx share/doc/root/test/benchLinkDef.h share/doc/root/test/ctorture.cxx @@ -1648,13 +3361,32 @@ share/doc/root/test/guiviewerLinkDef.h share/doc/root/test/hsimple.cxx share/doc/root/test/hworld.cxx share/doc/root/test/hworld2.cxx -share/doc/root/test/linearIO.root share/doc/root/test/minexam.cxx +share/doc/root/test/rhtml/LinkDef.h +share/doc/root/test/rhtml/Makefile +share/doc/root/test/rhtml/Makefile.win32 +share/doc/root/test/rhtml/rhtml.cxx +share/doc/root/test/rhtml/rhtml.h share/doc/root/test/stress.cxx +share/doc/root/test/stressEntryList.cxx +share/doc/root/test/stressFit.cxx +share/doc/root/test/stressGeometry.cxx +share/doc/root/test/stressGraphics.cxx +share/doc/root/test/stressGraphics.ref +share/doc/root/test/stressHepix.cxx +share/doc/root/test/stressHistoFit.cxx +share/doc/root/test/stressHistogram.cxx +share/doc/root/test/stressIterators.cxx +share/doc/root/test/stressIterators.h share/doc/root/test/stressLinear.cxx +share/doc/root/test/stressMathCore.cxx +share/doc/root/test/stressMathMore.cxx +share/doc/root/test/stressProof.cxx +share/doc/root/test/stressRooFit.cxx +share/doc/root/test/stressRooFit_tests.cxx +share/doc/root/test/stressShapes.cxx share/doc/root/test/stressSpectrum.cxx share/doc/root/test/stressVector.cxx -share/doc/root/test/stressgeom.cxx share/doc/root/test/tcollbm.cxx share/doc/root/test/tcollex.cxx share/doc/root/test/test2html.cxx @@ -1664,325 +3396,595 @@ share/doc/root/test/tstring.cxx share/doc/root/test/vlazy.cxx share/doc/root/test/vmatrix.cxx share/doc/root/test/vvector.cxx -share/doc/root/tutorials/ConfidenceIntervals.C -share/doc/root/tutorials/ContourList.C -share/doc/root/tutorials/DOMParsePerson.C -share/doc/root/tutorials/DOMRecursive.C -share/doc/root/tutorials/DynamicSlice.C -share/doc/root/tutorials/DynamicSlice.py -share/doc/root/tutorials/EditorBar.C -share/doc/root/tutorials/FeldmanCousins.C -share/doc/root/tutorials/FirstContour.C -share/doc/root/tutorials/FittingDemo.C -share/doc/root/tutorials/Ifit.C -share/doc/root/tutorials/JetEvent.cxx -share/doc/root/tutorials/JetEvent.h -share/doc/root/tutorials/LDAPExample.C share/doc/root/tutorials/MyTasks.cxx -share/doc/root/tutorials/PhaseSpace.C -share/doc/root/tutorials/Quad.cxx -share/doc/root/tutorials/Quad.h -share/doc/root/tutorials/Rolke.C -share/doc/root/tutorials/RoofitDemo.C -share/doc/root/tutorials/SAXHandler.C -share/doc/root/tutorials/Slider3Demo.C -share/doc/root/tutorials/TestAuth.C -share/doc/root/tutorials/TestSPlot.C -share/doc/root/tutorials/WorldMap.C -share/doc/root/tutorials/alien.C -share/doc/root/tutorials/analyze.C -share/doc/root/tutorials/anim.C -share/doc/root/tutorials/approx.C -share/doc/root/tutorials/archi.C -share/doc/root/tutorials/arrow.C -share/doc/root/tutorials/assembly.C -share/doc/root/tutorials/authclient.C -share/doc/root/tutorials/authserv.C -share/doc/root/tutorials/basic.C -share/doc/root/tutorials/basic.dat -share/doc/root/tutorials/basic2.C -share/doc/root/tutorials/basic3d.C +share/doc/root/tutorials/README share/doc/root/tutorials/benchmarks.C -share/doc/root/tutorials/benchmarks.py -share/doc/root/tutorials/bent.C -share/doc/root/tutorials/bill.C -share/doc/root/tutorials/binomial.C -share/doc/root/tutorials/canvas.C -share/doc/root/tutorials/canvas.rb -share/doc/root/tutorials/cernbuild.C -share/doc/root/tutorials/cernstaff.C -share/doc/root/tutorials/cernstaff.dat -share/doc/root/tutorials/classcat.C -share/doc/root/tutorials/cleanup.C -share/doc/root/tutorials/clonesA_Event.C -share/doc/root/tutorials/clonesA_Event.cxx -share/doc/root/tutorials/clonesA_Event.h -share/doc/root/tutorials/compile.C -share/doc/root/tutorials/copyFiles.C -share/doc/root/tutorials/copytree.C -share/doc/root/tutorials/copytree2.C -share/doc/root/tutorials/copytree3.C -share/doc/root/tutorials/csgdemo.C -share/doc/root/tutorials/customContextMenu.C -share/doc/root/tutorials/customTH1Fmenu.C -share/doc/root/tutorials/demo.py -share/doc/root/tutorials/demo.rb +share/doc/root/tutorials/cont/TListAndSTL.C share/doc/root/tutorials/demos.C share/doc/root/tutorials/demoshelp.C -share/doc/root/tutorials/demoshelp.py -share/doc/root/tutorials/demoshelp.rb -share/doc/root/tutorials/dirs.C -share/doc/root/tutorials/double32.C -share/doc/root/tutorials/draw2dopt.C -share/doc/root/tutorials/earth.C -share/doc/root/tutorials/earth.dat -share/doc/root/tutorials/ellipse.C -share/doc/root/tutorials/eval.C -share/doc/root/tutorials/event.C -share/doc/root/tutorials/exec1.C -share/doc/root/tutorials/exec2.C -share/doc/root/tutorials/exec3.C -share/doc/root/tutorials/feynman.C -share/doc/root/tutorials/fildir.C -share/doc/root/tutorials/fildir.py -share/doc/root/tutorials/file.C -share/doc/root/tutorials/file.py -share/doc/root/tutorials/fillrandom.C -share/doc/root/tutorials/fillrandom.py -share/doc/root/tutorials/fillrandom.rb -share/doc/root/tutorials/first.C -share/doc/root/tutorials/first.py -share/doc/root/tutorials/fit1.C -share/doc/root/tutorials/fit1.py -share/doc/root/tutorials/fit1_C.C -share/doc/root/tutorials/fit2.C -share/doc/root/tutorials/fit2a.C -share/doc/root/tutorials/fit2d.C -share/doc/root/tutorials/fit2dHist.C -share/doc/root/tutorials/fitExclude.C -share/doc/root/tutorials/fitLinear.C -share/doc/root/tutorials/fitLinear2.C -share/doc/root/tutorials/fitLinearRobust.C -share/doc/root/tutorials/fitMultiGraph.C -share/doc/root/tutorials/fitcont.C -share/doc/root/tutorials/fithist.C -share/doc/root/tutorials/fitslicesy.C -share/doc/root/tutorials/foam_README -share/doc/root/tutorials/foam_demo.C -share/doc/root/tutorials/foam_demopers.C -share/doc/root/tutorials/foam_kanwa.C -share/doc/root/tutorials/fore.xpm -share/doc/root/tutorials/formula1.C -share/doc/root/tutorials/formula1.py -share/doc/root/tutorials/framework.C -share/doc/root/tutorials/framework.py -share/doc/root/tutorials/framework.rb -share/doc/root/tutorials/galaxy.root -share/doc/root/tutorials/galaxy_image.C +share/doc/root/tutorials/eve/Default.png +share/doc/root/tutorials/eve/MultiView.C +share/doc/root/tutorials/eve/SplitGLView.C +share/doc/root/tutorials/eve/alice_esd.C +share/doc/root/tutorials/eve/alice_esd_html_summary.C +share/doc/root/tutorials/eve/alice_esd_split.C +share/doc/root/tutorials/eve/alice_vsd.C +share/doc/root/tutorials/eve/arrow.C +share/doc/root/tutorials/eve/arrow_standalone.C +share/doc/root/tutorials/eve/assembly.C +share/doc/root/tutorials/eve/boxset.C +share/doc/root/tutorials/eve/boxset_cones.C +share/doc/root/tutorials/eve/broken_torus.tring +share/doc/root/tutorials/eve/calo_detail.C +share/doc/root/tutorials/eve/calorimeters.C +share/doc/root/tutorials/eve/compound.C +share/doc/root/tutorials/eve/csgdemo.C +share/doc/root/tutorials/eve/geom_alias.C +share/doc/root/tutorials/eve/geom_alice_its.C +share/doc/root/tutorials/eve/geom_alice_tpc.C +share/doc/root/tutorials/eve/geom_atlas.C +share/doc/root/tutorials/eve/geom_atlas_playback.C +share/doc/root/tutorials/eve/geom_cms.C +share/doc/root/tutorials/eve/geom_cms_playback.C +share/doc/root/tutorials/eve/geom_cms_stereo.C +share/doc/root/tutorials/eve/geom_default.C +share/doc/root/tutorials/eve/glplot.C +share/doc/root/tutorials/eve/glplot_geom.C +share/doc/root/tutorials/eve/hierarchical_scene.C +share/doc/root/tutorials/eve/histobrowser.C +share/doc/root/tutorials/eve/jetcone.C +share/doc/root/tutorials/eve/lineset.C +share/doc/root/tutorials/eve/lineset.py +share/doc/root/tutorials/eve/nasashuttle.3ds +share/doc/root/tutorials/eve/pack.C +share/doc/root/tutorials/eve/paramlist.C +share/doc/root/tutorials/eve/pointset.C +share/doc/root/tutorials/eve/projection.C +share/doc/root/tutorials/eve/projection_prescale.C +share/doc/root/tutorials/eve/pythia_display.C +share/doc/root/tutorials/eve/quadset.C +share/doc/root/tutorials/eve/quadset_callback.cxx +share/doc/root/tutorials/eve/selection_sigs.C +share/doc/root/tutorials/eve/show_extract.C +share/doc/root/tutorials/eve/swap.png +share/doc/root/tutorials/eve/text.C +share/doc/root/tutorials/eve/track.C +share/doc/root/tutorials/eve/triangleset.C +share/doc/root/tutorials/eve/view3ds.C +share/doc/root/tutorials/eve/window_manager.C +share/doc/root/tutorials/fft/FFT.C +share/doc/root/tutorials/fit/ConfidenceIntervals.C +share/doc/root/tutorials/fit/ErrorIntegral.C +share/doc/root/tutorials/fit/FittingDemo.C +share/doc/root/tutorials/fit/Ifit.C +share/doc/root/tutorials/fit/TestBinomial.C +share/doc/root/tutorials/fit/TwoHistoFit2D.C +share/doc/root/tutorials/fit/fit1.C +share/doc/root/tutorials/fit/fit1_C.C +share/doc/root/tutorials/fit/fit2.C +share/doc/root/tutorials/fit/fit2a.C +share/doc/root/tutorials/fit/fit2d.C +share/doc/root/tutorials/fit/fit2dHist.C +share/doc/root/tutorials/fit/fitCircle.C +share/doc/root/tutorials/fit/fitExclude.C +share/doc/root/tutorials/fit/fitLinear.C +share/doc/root/tutorials/fit/fitLinear2.C +share/doc/root/tutorials/fit/fitLinearRobust.C +share/doc/root/tutorials/fit/fitMultiGraph.C +share/doc/root/tutorials/fit/fitcont.C +share/doc/root/tutorials/fit/fithist.C +share/doc/root/tutorials/fit/fitpanel_playback.C +share/doc/root/tutorials/fit/fitslicesy.C +share/doc/root/tutorials/fit/graph2dfit.C +share/doc/root/tutorials/fit/langaus.C +share/doc/root/tutorials/fit/line3Dfit.C +share/doc/root/tutorials/fit/minuit2FitBench.C +share/doc/root/tutorials/fit/minuit2FitBench2D.C +share/doc/root/tutorials/fit/minuit2GausFit.C +share/doc/root/tutorials/fit/multidimfit.C +share/doc/root/tutorials/fit/multifit.C +share/doc/root/tutorials/fit/myfit.C +share/doc/root/tutorials/fit/qa2.C +share/doc/root/tutorials/foam/README +share/doc/root/tutorials/foam/foam_demo.C +share/doc/root/tutorials/foam/foam_demopers.C +share/doc/root/tutorials/foam/foam_kanwa.C share/doc/root/tutorials/gallery.root -share/doc/root/tutorials/games.C -share/doc/root/tutorials/gaxis.C share/doc/root/tutorials/geant3tasks.C -share/doc/root/tutorials/geodemo.C -share/doc/root/tutorials/geometry.C -share/doc/root/tutorials/geometry.py -share/doc/root/tutorials/gerrors.C -share/doc/root/tutorials/gerrors.py -share/doc/root/tutorials/gerrors2.C -share/doc/root/tutorials/glViewerExercise.C -share/doc/root/tutorials/glViewerLOD.C -share/doc/root/tutorials/glsurfaces.C -share/doc/root/tutorials/gltf3.C -share/doc/root/tutorials/graph.C -share/doc/root/tutorials/graph.py -share/doc/root/tutorials/graph2derrorsfit.C -share/doc/root/tutorials/graph2dfit.C -share/doc/root/tutorials/graphApply.C -share/doc/root/tutorials/greyscale.C -share/doc/root/tutorials/gtime.C -share/doc/root/tutorials/guitest.C -share/doc/root/tutorials/h1analysis.C -share/doc/root/tutorials/h1analysis.h -share/doc/root/tutorials/h1analysisProxy.C -share/doc/root/tutorials/h1analysisProxy.h -share/doc/root/tutorials/h1analysisProxyCut.C -share/doc/root/tutorials/h1chain.C -share/doc/root/tutorials/h1draw.C -share/doc/root/tutorials/h1draw.py -share/doc/root/tutorials/hadd.C -share/doc/root/tutorials/hadd_old.C -share/doc/root/tutorials/hbars.C -share/doc/root/tutorials/hclient.C -share/doc/root/tutorials/hcons.C -share/doc/root/tutorials/hist2image.C -share/doc/root/tutorials/hksimple.C -share/doc/root/tutorials/hksimple.rb -share/doc/root/tutorials/hlabels1.C -share/doc/root/tutorials/hlabels2.C -share/doc/root/tutorials/hprod.C -share/doc/root/tutorials/hserv.C -share/doc/root/tutorials/hserv2.C +share/doc/root/tutorials/geom/RadioNuclides.C +share/doc/root/tutorials/geom/assembly.C +share/doc/root/tutorials/geom/building.C +share/doc/root/tutorials/geom/cheongwadae.C +share/doc/root/tutorials/geom/csgdemo.C +share/doc/root/tutorials/geom/geodemo.C +share/doc/root/tutorials/geom/geomAlice.C +share/doc/root/tutorials/geom/geomAlice_itsv.C +share/doc/root/tutorials/geom/geomAtlas.C +share/doc/root/tutorials/geom/geomBrahms.C +share/doc/root/tutorials/geom/geomD0.C +share/doc/root/tutorials/geom/geometry.C +share/doc/root/tutorials/geom/iterplugin.cxx +share/doc/root/tutorials/geom/lego.C +share/doc/root/tutorials/geom/mp3player.C +share/doc/root/tutorials/geom/na49.C +share/doc/root/tutorials/geom/na49geomfile.C +share/doc/root/tutorials/geom/na49view.C +share/doc/root/tutorials/geom/robot.C +share/doc/root/tutorials/geom/rootgeom.C +share/doc/root/tutorials/geom/runplugin.C +share/doc/root/tutorials/geom/shapes.C +share/doc/root/tutorials/geom/shapesAnim.C +share/doc/root/tutorials/geom/south_gate.C +share/doc/root/tutorials/geom/station1.C +share/doc/root/tutorials/geom/station2.C +share/doc/root/tutorials/geom/tank.C +share/doc/root/tutorials/geom/xtruDraw.C +share/doc/root/tutorials/geom/xtruSamples.C +share/doc/root/tutorials/gl/glViewerExercise.C +share/doc/root/tutorials/gl/glViewerLOD.C +share/doc/root/tutorials/gl/glbox.C +share/doc/root/tutorials/gl/gldemos.C +share/doc/root/tutorials/gl/glparametric.C +share/doc/root/tutorials/gl/glrose.C +share/doc/root/tutorials/gl/glsurfaces.C +share/doc/root/tutorials/gl/gltf3.C +share/doc/root/tutorials/gl/gviz3d.C +share/doc/root/tutorials/gl/nucleus.C +share/doc/root/tutorials/gl/viewer3DLocal.C +share/doc/root/tutorials/gl/viewer3DMaster.C +share/doc/root/tutorials/graphics/analyze.C +share/doc/root/tutorials/graphics/anim.C +share/doc/root/tutorials/graphics/archi.C +share/doc/root/tutorials/graphics/arrow.C +share/doc/root/tutorials/graphics/basic3d.C +share/doc/root/tutorials/graphics/canvas.C +share/doc/root/tutorials/graphics/compile.C +share/doc/root/tutorials/graphics/earth.C +share/doc/root/tutorials/graphics/earth.dat +share/doc/root/tutorials/graphics/ellipse.C +share/doc/root/tutorials/graphics/eval.C +share/doc/root/tutorials/graphics/event.C +share/doc/root/tutorials/graphics/feynman.C +share/doc/root/tutorials/graphics/first.C +share/doc/root/tutorials/graphics/formula1.C +share/doc/root/tutorials/graphics/framework.C +share/doc/root/tutorials/graphics/gaxis.C +share/doc/root/tutorials/graphics/graphShade.C +share/doc/root/tutorials/graphics/graph_edit_playback.C +share/doc/root/tutorials/graphics/gtime.C +share/doc/root/tutorials/graphics/latex.C +share/doc/root/tutorials/graphics/latex2.C +share/doc/root/tutorials/graphics/latex3.C +share/doc/root/tutorials/graphics/latex4.C +share/doc/root/tutorials/graphics/latex5.C +share/doc/root/tutorials/graphics/mandelbrot.C +share/doc/root/tutorials/graphics/manyaxis.C +share/doc/root/tutorials/graphics/markerwarning.C +share/doc/root/tutorials/graphics/piechart.C +share/doc/root/tutorials/graphics/pstable.C +share/doc/root/tutorials/graphics/psview.C +share/doc/root/tutorials/graphics/quarks.C +share/doc/root/tutorials/graphics/tornado.C +share/doc/root/tutorials/graphics/triangles.C +share/doc/root/tutorials/graphs/approx.C +share/doc/root/tutorials/graphs/bent.C +share/doc/root/tutorials/graphs/exclusiongraph.C +share/doc/root/tutorials/graphs/exclusiongraph2.C +share/doc/root/tutorials/graphs/gerrors.C +share/doc/root/tutorials/graphs/gerrors2.C +share/doc/root/tutorials/graphs/graph.C +share/doc/root/tutorials/graphs/graph2derrorsfit.C +share/doc/root/tutorials/graphs/graphApply.C +share/doc/root/tutorials/graphs/graphpolar.C +share/doc/root/tutorials/graphs/graphstruct.C +share/doc/root/tutorials/graphs/gtime.C +share/doc/root/tutorials/graphs/gtime2.C +share/doc/root/tutorials/graphs/labels1.C +share/doc/root/tutorials/graphs/labels2.C +share/doc/root/tutorials/graphs/motorcycle.C +share/doc/root/tutorials/graphs/motorcycle.dat +share/doc/root/tutorials/graphs/multigraph.C +share/doc/root/tutorials/graphs/multipalette.C +share/doc/root/tutorials/graphs/seism.C +share/doc/root/tutorials/graphs/splines.C +share/doc/root/tutorials/graphs/surfaces.C +share/doc/root/tutorials/graphs/timeonaxis.C +share/doc/root/tutorials/graphs/timeonaxis2.C +share/doc/root/tutorials/graphs/waves.C +share/doc/root/tutorials/graphs/zdemo.C +share/doc/root/tutorials/graphs/zones.C +share/doc/root/tutorials/gui/CPUMeter.C +share/doc/root/tutorials/gui/QtFileDialog.C +share/doc/root/tutorials/gui/QtMultiFileDialog.C +share/doc/root/tutorials/gui/QtPrintDialog.C +share/doc/root/tutorials/gui/Slider3Demo.C +share/doc/root/tutorials/gui/WorldMap.C +share/doc/root/tutorials/gui/buttonChangelabel.C +share/doc/root/tutorials/gui/buttonTest.C +share/doc/root/tutorials/gui/buttongroupState.C +share/doc/root/tutorials/gui/buttonsLayout.C +share/doc/root/tutorials/gui/calendar.C +share/doc/root/tutorials/gui/customContextMenu.C +share/doc/root/tutorials/gui/customTH1Fmenu.C +share/doc/root/tutorials/gui/exec3.C +share/doc/root/tutorials/gui/games.C +share/doc/root/tutorials/gui/gtreeTableTest.C +share/doc/root/tutorials/gui/guiWithCINT.C +share/doc/root/tutorials/gui/guilabels.C +share/doc/root/tutorials/gui/guitest.C +share/doc/root/tutorials/gui/guitest_playback.C +share/doc/root/tutorials/gui/iconAsXPMData.C +share/doc/root/tutorials/gui/listBox.C +share/doc/root/tutorials/gui/mditest.C +share/doc/root/tutorials/gui/mditestbg.xpm +share/doc/root/tutorials/gui/ntupleTableTest.C +share/doc/root/tutorials/gui/numberEntry.C +share/doc/root/tutorials/gui/simpleTableTest.C +share/doc/root/tutorials/gui/splitbuttonTest.C +share/doc/root/tutorials/gui/splitterHorizontal.C +share/doc/root/tutorials/gui/splitterVertical.C +share/doc/root/tutorials/gui/staffTableTest.C +share/doc/root/tutorials/gui/statusBar.C +share/doc/root/tutorials/gui/textEntries.C +share/doc/root/tutorials/gui/worldmap.jpg +share/doc/root/tutorials/hist/ContourList.C +share/doc/root/tutorials/hist/DynamicSlice.C +share/doc/root/tutorials/hist/FirstContour.C +share/doc/root/tutorials/hist/draw2dopt.C +share/doc/root/tutorials/hist/exec1.C +share/doc/root/tutorials/hist/exec2.C +share/doc/root/tutorials/hist/fillrandom.C +share/doc/root/tutorials/hist/greyscale.C +share/doc/root/tutorials/hist/h1draw.C +share/doc/root/tutorials/hist/hbars.C +share/doc/root/tutorials/hist/hksimple.C +share/doc/root/tutorials/hist/hlabels1.C +share/doc/root/tutorials/hist/hlabels2.C +share/doc/root/tutorials/hist/hstack.C +share/doc/root/tutorials/hist/hsum.C +share/doc/root/tutorials/hist/hsumTimer.C +share/doc/root/tutorials/hist/logscales.C +share/doc/root/tutorials/hist/multicolor.C +share/doc/root/tutorials/hist/rebin.C +share/doc/root/tutorials/hist/sparsehist.C +share/doc/root/tutorials/hist/transpad.C +share/doc/root/tutorials/hist/twoscales.C share/doc/root/tutorials/hsimple.C -share/doc/root/tutorials/hsimple.py -share/doc/root/tutorials/hsimple.rb -share/doc/root/tutorials/hsimpleProxy.C -share/doc/root/tutorials/hstack.C -share/doc/root/tutorials/hstack.rb -share/doc/root/tutorials/hsum.C -share/doc/root/tutorials/hsum.py -share/doc/root/tutorials/hsum.rb -share/doc/root/tutorials/hsumTimer.C -share/doc/root/tutorials/hsumanim.C -share/doc/root/tutorials/htest.C +share/doc/root/tutorials/html/MakeTutorials.C share/doc/root/tutorials/htmlex.C -share/doc/root/tutorials/img2pad.C -share/doc/root/tutorials/imgconv.C -share/doc/root/tutorials/importCode.C -share/doc/root/tutorials/invertMatrix.C -share/doc/root/tutorials/io.C -share/doc/root/tutorials/jets.C -share/doc/root/tutorials/labels1.C -share/doc/root/tutorials/labels2.C -share/doc/root/tutorials/langaus.C -share/doc/root/tutorials/latex.C -share/doc/root/tutorials/latex.rb -share/doc/root/tutorials/latex2.C -share/doc/root/tutorials/latex3.C -share/doc/root/tutorials/latex4.C -share/doc/root/tutorials/latex5.C -share/doc/root/tutorials/limit.C -share/doc/root/tutorials/logscales.C -share/doc/root/tutorials/loopdir.C -share/doc/root/tutorials/manyaxis.C -share/doc/root/tutorials/markerwarning.C -share/doc/root/tutorials/mathBeta.C -share/doc/root/tutorials/mathGammaNormal.C -share/doc/root/tutorials/mathLaplace.C -share/doc/root/tutorials/mathStudent.C -share/doc/root/tutorials/mathcoreCDF.C -share/doc/root/tutorials/mathcoreGenVector.C -share/doc/root/tutorials/mathcoreSpecFunc.C -share/doc/root/tutorials/mathcoreStatFunc.C -share/doc/root/tutorials/mathcoreVectorCollection.C -share/doc/root/tutorials/mathcoreVectorIO.C -share/doc/root/tutorials/mditest.C -share/doc/root/tutorials/mditestbg.xpm -share/doc/root/tutorials/minuit2FitBench.C -share/doc/root/tutorials/minuit2FitBench2D.C -share/doc/root/tutorials/minuit2GausFit.C -share/doc/root/tutorials/mlpHiggs.C -share/doc/root/tutorials/mlpHiggs.root -share/doc/root/tutorials/mlpRegression.C -share/doc/root/tutorials/motorcycle.C -share/doc/root/tutorials/motorcycle.dat -share/doc/root/tutorials/mrt.py -share/doc/root/tutorials/multicolor.C -share/doc/root/tutorials/multidimfit.C -share/doc/root/tutorials/multifit.C -share/doc/root/tutorials/multifit.py -share/doc/root/tutorials/multigraph.C -share/doc/root/tutorials/multigraph.rb -share/doc/root/tutorials/myfit.C -share/doc/root/tutorials/na49.C -share/doc/root/tutorials/na49geomfile.C -share/doc/root/tutorials/na49geomfile.py -share/doc/root/tutorials/na49view.C -share/doc/root/tutorials/na49view.py -share/doc/root/tutorials/na49visible.C -share/doc/root/tutorials/na49visible.py -share/doc/root/tutorials/ntuple1.C -share/doc/root/tutorials/ntuple1.py -share/doc/root/tutorials/ntuple1.rb -share/doc/root/tutorials/nucleus.C -share/doc/root/tutorials/oldbenchmarks.C -share/doc/root/tutorials/pad2png.C -share/doc/root/tutorials/pclient.C -share/doc/root/tutorials/peaks.C -share/doc/root/tutorials/peaks2.C -share/doc/root/tutorials/permute.C -share/doc/root/tutorials/person.dtd -share/doc/root/tutorials/person.xml -share/doc/root/tutorials/portfolio.C -share/doc/root/tutorials/principal.C -share/doc/root/tutorials/pserv.C -share/doc/root/tutorials/psexam.C -share/doc/root/tutorials/pstable.C -share/doc/root/tutorials/psview.C -share/doc/root/tutorials/pythiaExample.C -share/doc/root/tutorials/quantiles.C -share/doc/root/tutorials/quarks.C -share/doc/root/tutorials/readCode.C +share/doc/root/tutorials/image/fore.xpm +share/doc/root/tutorials/image/galaxy_image.C +share/doc/root/tutorials/image/hist2image.C +share/doc/root/tutorials/image/hsumanim.C +share/doc/root/tutorials/image/img2pad.C +share/doc/root/tutorials/image/imgconv.C +share/doc/root/tutorials/image/mditestbg.xpm +share/doc/root/tutorials/image/pad2png.C +share/doc/root/tutorials/image/rose512.jpg +share/doc/root/tutorials/image/rose_image.C +share/doc/root/tutorials/image/trans_graph.C +share/doc/root/tutorials/io/copyFiles.C +share/doc/root/tutorials/io/dirs.C +share/doc/root/tutorials/io/double32.C +share/doc/root/tutorials/io/fildir.C +share/doc/root/tutorials/io/file.C +share/doc/root/tutorials/io/hadd.C +share/doc/root/tutorials/io/importCode.C +share/doc/root/tutorials/io/loopdir.C +share/doc/root/tutorials/io/readCode.C +share/doc/root/tutorials/io/testMergeCont.C +share/doc/root/tutorials/math/Bessel.C +share/doc/root/tutorials/math/FeldmanCousins.C +share/doc/root/tutorials/math/GammaFun.C +share/doc/root/tutorials/math/Legendre.C +share/doc/root/tutorials/math/LegendreAssoc.C +share/doc/root/tutorials/math/Rolke.C +share/doc/root/tutorials/math/binomial.C +share/doc/root/tutorials/math/chi2test.C +share/doc/root/tutorials/math/exampleFunctor.C +share/doc/root/tutorials/math/limit.C +share/doc/root/tutorials/math/mathBeta.C +share/doc/root/tutorials/math/mathGammaNormal.C +share/doc/root/tutorials/math/mathLaplace.C +share/doc/root/tutorials/math/mathStudent.C +share/doc/root/tutorials/math/mathcoreCDF.C +share/doc/root/tutorials/math/mathcoreGenVector.C +share/doc/root/tutorials/math/mathcoreSpecFunc.C +share/doc/root/tutorials/math/mathcoreStatFunc.C +share/doc/root/tutorials/math/mathcoreVectorCollection.C +share/doc/root/tutorials/math/mathcoreVectorFloatIO.C +share/doc/root/tutorials/math/mathcoreVectorIO.C +share/doc/root/tutorials/math/mathmoreIntegration.C +share/doc/root/tutorials/math/normalDist.C +share/doc/root/tutorials/math/permute.C +share/doc/root/tutorials/math/principal.C +share/doc/root/tutorials/math/quantiles.C +share/doc/root/tutorials/math/tStudent.C +share/doc/root/tutorials/math/testUnfold1.C +share/doc/root/tutorials/math/testUnfold2.C +share/doc/root/tutorials/math/testrandom.C +share/doc/root/tutorials/math/vavilov.C +share/doc/root/tutorials/matrix/invertMatrix.C +share/doc/root/tutorials/matrix/solveLinear.C +share/doc/root/tutorials/mc/CompareMasses.C +share/doc/root/tutorials/mc/mass_width_2008.mc.txt +share/doc/root/tutorials/mlp/mlpHiggs.C +share/doc/root/tutorials/mlp/mlpHiggs.root +share/doc/root/tutorials/mlp/mlpRegression.C +share/doc/root/tutorials/net/LDAPExample.C +share/doc/root/tutorials/net/TUriTest.C +share/doc/root/tutorials/net/TestAuth.C +share/doc/root/tutorials/net/alien.C +share/doc/root/tutorials/net/authclient.C +share/doc/root/tutorials/net/authserv.C +share/doc/root/tutorials/net/hclient.C +share/doc/root/tutorials/net/hclientbonj.C +share/doc/root/tutorials/net/hcons.C +share/doc/root/tutorials/net/hprod.C +share/doc/root/tutorials/net/hserv.C +share/doc/root/tutorials/net/hserv2.C +share/doc/root/tutorials/net/hserv2bonj.C +share/doc/root/tutorials/net/pclient.C +share/doc/root/tutorials/net/pserv.C +share/doc/root/tutorials/net/spy.C +share/doc/root/tutorials/net/spyserv.C +share/doc/root/tutorials/physics/PhaseSpace.C +share/doc/root/tutorials/proof/ProofEvent.C +share/doc/root/tutorials/proof/ProofEvent.h +share/doc/root/tutorials/proof/ProofEventProc.C +share/doc/root/tutorials/proof/ProofEventProc.h +share/doc/root/tutorials/proof/ProofNtuple.C +share/doc/root/tutorials/proof/ProofNtuple.h +share/doc/root/tutorials/proof/ProofPythia.C +share/doc/root/tutorials/proof/ProofPythia.h +share/doc/root/tutorials/proof/ProofSimple.C +share/doc/root/tutorials/proof/ProofSimple.h +share/doc/root/tutorials/proof/ProofTests.C +share/doc/root/tutorials/proof/ProofTests.h +share/doc/root/tutorials/proof/event.par +share/doc/root/tutorials/proof/finalizeProof.C +share/doc/root/tutorials/proof/getProof.C +share/doc/root/tutorials/proof/pythia8.par +share/doc/root/tutorials/proof/runProof.C +share/doc/root/tutorials/pyroot/DynamicSlice.py +share/doc/root/tutorials/pyroot/aptuple.txt +share/doc/root/tutorials/pyroot/benchmarks.py +share/doc/root/tutorials/pyroot/demo.py +share/doc/root/tutorials/pyroot/demoshelp.py +share/doc/root/tutorials/pyroot/fildir.py +share/doc/root/tutorials/pyroot/file.py +share/doc/root/tutorials/pyroot/fillrandom.py +share/doc/root/tutorials/pyroot/first.py +share/doc/root/tutorials/pyroot/fit1.py +share/doc/root/tutorials/pyroot/fit1_py.py +share/doc/root/tutorials/pyroot/formula1.py +share/doc/root/tutorials/pyroot/framework.py +share/doc/root/tutorials/pyroot/geometry.py +share/doc/root/tutorials/pyroot/gerrors.py +share/doc/root/tutorials/pyroot/graph.py +share/doc/root/tutorials/pyroot/gui_ex.py +share/doc/root/tutorials/pyroot/h1draw.py +share/doc/root/tutorials/pyroot/hsimple.py +share/doc/root/tutorials/pyroot/hsum.py +share/doc/root/tutorials/pyroot/mrt.py +share/doc/root/tutorials/pyroot/multifit.py +share/doc/root/tutorials/pyroot/na49geomfile.py +share/doc/root/tutorials/pyroot/na49view.py +share/doc/root/tutorials/pyroot/na49visible.py +share/doc/root/tutorials/pyroot/ntuple1.py +share/doc/root/tutorials/pyroot/numberEntry.py +share/doc/root/tutorials/pyroot/qtexample.py +share/doc/root/tutorials/pyroot/rootmarks.py +share/doc/root/tutorials/pyroot/shapes.py +share/doc/root/tutorials/pyroot/staff.py +share/doc/root/tutorials/pyroot/surfaces.py +share/doc/root/tutorials/pyroot/test.py +share/doc/root/tutorials/pyroot/tornado.py +share/doc/root/tutorials/pyroot/tree.py +share/doc/root/tutorials/pyroot/zdemo.py +share/doc/root/tutorials/pythia/pythia8.C +share/doc/root/tutorials/pythia/pythiaExample.C +share/doc/root/tutorials/quadp/Quad.cxx +share/doc/root/tutorials/quadp/Quad.h +share/doc/root/tutorials/quadp/portfolio.C +share/doc/root/tutorials/quadp/stock.root share/doc/root/tutorials/regexp.C +share/doc/root/tutorials/regexp_pme.C +share/doc/root/tutorials/roofit/rf101_basics.C +share/doc/root/tutorials/roofit/rf102_dataimport.C +share/doc/root/tutorials/roofit/rf103_interprfuncs.C +share/doc/root/tutorials/roofit/rf104_classfactory.C +share/doc/root/tutorials/roofit/rf105_funcbinding.C +share/doc/root/tutorials/roofit/rf106_plotdecoration.C +share/doc/root/tutorials/roofit/rf107_plotstyles.C +share/doc/root/tutorials/roofit/rf108_plotbinning.C +share/doc/root/tutorials/roofit/rf109_chi2residpull.C +share/doc/root/tutorials/roofit/rf110_normintegration.C +share/doc/root/tutorials/roofit/rf111_derivatives.C +share/doc/root/tutorials/roofit/rf201_composite.C +share/doc/root/tutorials/roofit/rf202_extendedmlfit.C +share/doc/root/tutorials/roofit/rf203_ranges.C +share/doc/root/tutorials/roofit/rf204_extrangefit.C +share/doc/root/tutorials/roofit/rf205_compplot.C +share/doc/root/tutorials/roofit/rf206_treevistools.C +share/doc/root/tutorials/roofit/rf207_comptools.C +share/doc/root/tutorials/roofit/rf208_convolution.C +share/doc/root/tutorials/roofit/rf209_anaconv.C +share/doc/root/tutorials/roofit/rf210_angularconv.C +share/doc/root/tutorials/roofit/rf211_paramconv.C +share/doc/root/tutorials/roofit/rf301_composition.C +share/doc/root/tutorials/roofit/rf302_utilfuncs.C +share/doc/root/tutorials/roofit/rf303_conditional.C +share/doc/root/tutorials/roofit/rf304_uncorrprod.C +share/doc/root/tutorials/roofit/rf305_condcorrprod.C +share/doc/root/tutorials/roofit/rf306_condpereventerrors.C +share/doc/root/tutorials/roofit/rf307_fullpereventerrors.C +share/doc/root/tutorials/roofit/rf308_normintegration2d.C +share/doc/root/tutorials/roofit/rf309_ndimplot.C +share/doc/root/tutorials/roofit/rf310_sliceplot.C +share/doc/root/tutorials/roofit/rf311_rangeplot.C +share/doc/root/tutorials/roofit/rf312_multirangefit.C +share/doc/root/tutorials/roofit/rf313_paramranges.C +share/doc/root/tutorials/roofit/rf314_paramfitrange.C +share/doc/root/tutorials/roofit/rf315_projectpdf.C +share/doc/root/tutorials/roofit/rf316_llratioplot.C +share/doc/root/tutorials/roofit/rf401_importttreethx.C +share/doc/root/tutorials/roofit/rf402_datahandling.C +share/doc/root/tutorials/roofit/rf403_weightedevts.C +share/doc/root/tutorials/roofit/rf404_categories.C +share/doc/root/tutorials/roofit/rf405_realtocatfuncs.C +share/doc/root/tutorials/roofit/rf406_cattocatfuncs.C +share/doc/root/tutorials/roofit/rf407_latextables.C +share/doc/root/tutorials/roofit/rf501_simultaneouspdf.C +share/doc/root/tutorials/roofit/rf502_wspacewrite.C +share/doc/root/tutorials/roofit/rf503_wspaceread.C +share/doc/root/tutorials/roofit/rf504_simwstool.C +share/doc/root/tutorials/roofit/rf505_asciicfg.C +share/doc/root/tutorials/roofit/rf505_asciicfg.txt +share/doc/root/tutorials/roofit/rf506_msgservice.C +share/doc/root/tutorials/roofit/rf507_debugtools.C +share/doc/root/tutorials/roofit/rf508_listsetmanip.C +share/doc/root/tutorials/roofit/rf509_wsinteractive.C +share/doc/root/tutorials/roofit/rf510_wsnamedsets.C +share/doc/root/tutorials/roofit/rf511_wsfactory_basic.C +share/doc/root/tutorials/roofit/rf512_wsfactory_oper.C +share/doc/root/tutorials/roofit/rf513_wsfactory_tools.C +share/doc/root/tutorials/roofit/rf601_intminuit.C +share/doc/root/tutorials/roofit/rf602_chi2fit.C +share/doc/root/tutorials/roofit/rf603_multicpu.C +share/doc/root/tutorials/roofit/rf604_constraints.C +share/doc/root/tutorials/roofit/rf605_profilell.C +share/doc/root/tutorials/roofit/rf606_nllerrorhandling.C +share/doc/root/tutorials/roofit/rf607_fitresult.C +share/doc/root/tutorials/roofit/rf608_fitresultaspdf.C +share/doc/root/tutorials/roofit/rf609_xychi2fit.C +share/doc/root/tutorials/roofit/rf610_visualerror.C +share/doc/root/tutorials/roofit/rf701_efficiencyfit.C +share/doc/root/tutorials/roofit/rf702_efficiencyfit_2D.C +share/doc/root/tutorials/roofit/rf703_effpdfprod.C +share/doc/root/tutorials/roofit/rf704_amplitudefit.C +share/doc/root/tutorials/roofit/rf705_linearmorph.C +share/doc/root/tutorials/roofit/rf706_histpdf.C +share/doc/root/tutorials/roofit/rf707_kernelestimation.C +share/doc/root/tutorials/roofit/rf708_bphysics.C +share/doc/root/tutorials/roofit/rf801_mcstudy.C +share/doc/root/tutorials/roofit/rf802_mcstudy_addons.C +share/doc/root/tutorials/roofit/rf803_mcstudy_addons2.C +share/doc/root/tutorials/roofit/rf804_mcstudy_constr.C +share/doc/root/tutorials/roofit/rf901_numintconfig.C +share/doc/root/tutorials/roofit/rf902_numgenconfig.C +share/doc/root/tutorials/roofit/rf903_numintcache.C +share/doc/root/tutorials/roostats/NuMuToNuE_Oscillation.cxx +share/doc/root/tutorials/roostats/NuMuToNuE_Oscillation.h +share/doc/root/tutorials/roostats/rs101_limitexample.C +share/doc/root/tutorials/roostats/rs102_hypotestwithshapes.C +share/doc/root/tutorials/roostats/rs201_hybridcalculator.C +share/doc/root/tutorials/roostats/rs301_splot.C +share/doc/root/tutorials/roostats/rs401c_FeldmanCousins.C +share/doc/root/tutorials/roostats/rs401d_FeldmanCousins.C +share/doc/root/tutorials/roostats/rs500a_PrepareWorkspace_Poisson.C +share/doc/root/tutorials/roostats/rs500b_PrepareWorkspace_Poisson_withSystematics.C +share/doc/root/tutorials/roostats/rs500c_PrepareWorkspace_GaussOverFlat.C +share/doc/root/tutorials/roostats/rs500d_PrepareWorkspace_GaussOverFlat_withSystematics.C +share/doc/root/tutorials/roostats/rs501_ProfileLikelihoodCalculator_limit.C +share/doc/root/tutorials/roostats/rs502_ProfileLikelihoodCalculator_significance.C +share/doc/root/tutorials/roostats/rs504_ProfileLikelihoodCalculator_averageSignificance.C +share/doc/root/tutorials/roostats/rs505_HybridCalculator_significance.C +share/doc/root/tutorials/roostats/rs506_HybridCalculator_averageSignificance.C +share/doc/root/tutorials/roostats/rs601_HLFactoryexample.C +share/doc/root/tutorials/roostats/rs602_HLFactoryCombinationexample.C +share/doc/root/tutorials/roostats/rs603_HLFactoryElaborateExample.C +share/doc/root/tutorials/roostats/rs701_BayesianCalculator.C +share/doc/root/tutorials/roostats/rs801_HypoTestInverter.C +share/doc/root/tutorials/roostats/rs_bernsteinCorrection.C +share/doc/root/tutorials/roostats/rs_numberCountingCombination.C +share/doc/root/tutorials/roostats/rs_numbercountingutils.C share/doc/root/tutorials/rootalias.C share/doc/root/tutorials/rootenv.C -share/doc/root/tutorials/rootgeom.C share/doc/root/tutorials/rootlogoff.C share/doc/root/tutorials/rootlogon.C share/doc/root/tutorials/rootmarks.C -share/doc/root/tutorials/rootmarks.py -share/doc/root/tutorials/rose512.jpg -share/doc/root/tutorials/rose_image.C -share/doc/root/tutorials/runcatalog.sql -share/doc/root/tutorials/runzdemo.C -share/doc/root/tutorials/saxexample.xml -share/doc/root/tutorials/second.C -share/doc/root/tutorials/seism.C -share/doc/root/tutorials/shapes.C -share/doc/root/tutorials/shapes.py -share/doc/root/tutorials/shapesAnim.C -share/doc/root/tutorials/shared.C -share/doc/root/tutorials/solveLinear.C -share/doc/root/tutorials/spheres.C -share/doc/root/tutorials/splines.C -share/doc/root/tutorials/spy.C -share/doc/root/tutorials/spyserv.C -share/doc/root/tutorials/sqlcanvas.C -share/doc/root/tutorials/sqlcreatedb.C -share/doc/root/tutorials/sqlfilldb.C -share/doc/root/tutorials/sqlselect.C -share/doc/root/tutorials/sqltables.C -share/doc/root/tutorials/staff.C -share/doc/root/tutorials/staff.py -share/doc/root/tutorials/stock.root -share/doc/root/tutorials/surfaces.C -share/doc/root/tutorials/surfaces.py -share/doc/root/tutorials/surfaces.rb +share/doc/root/tutorials/ruby/canvas.rb +share/doc/root/tutorials/ruby/demo.rb +share/doc/root/tutorials/ruby/demoshelp.rb +share/doc/root/tutorials/ruby/fillrandom.rb +share/doc/root/tutorials/ruby/framework.rb +share/doc/root/tutorials/ruby/hksimple.rb +share/doc/root/tutorials/ruby/hsimple.rb +share/doc/root/tutorials/ruby/hstack.rb +share/doc/root/tutorials/ruby/hsum.rb +share/doc/root/tutorials/ruby/latex.rb +share/doc/root/tutorials/ruby/multigraph.rb +share/doc/root/tutorials/ruby/ntuple1.rb +share/doc/root/tutorials/ruby/surfaces.rb +share/doc/root/tutorials/ruby/tornado.rb +share/doc/root/tutorials/spectrum/peaks.C +share/doc/root/tutorials/spectrum/peaks2.C +share/doc/root/tutorials/spectrum/spectrumpainter.C +share/doc/root/tutorials/splot/TestSPlot.C +share/doc/root/tutorials/splot/TestSPlot_toyMC.dat +share/doc/root/tutorials/sql/runcatalog.sql +share/doc/root/tutorials/sql/sqlcanvas.C +share/doc/root/tutorials/sql/sqlcreatedb.C +share/doc/root/tutorials/sql/sqlfilldb.C +share/doc/root/tutorials/sql/sqlselect.C +share/doc/root/tutorials/sql/sqltables.C share/doc/root/tutorials/tasks.C -share/doc/root/tutorials/tcl.C -share/doc/root/tutorials/testrandom.C -share/doc/root/tutorials/threads.C -share/doc/root/tutorials/threadsh1.C -share/doc/root/tutorials/thumbnail.C -share/doc/root/tutorials/timeonaxis.C -share/doc/root/tutorials/timeonaxis2.C -share/doc/root/tutorials/tornado.C -share/doc/root/tutorials/tornado.py -share/doc/root/tutorials/transpad.C -share/doc/root/tutorials/tree.C -share/doc/root/tutorials/tree.py -share/doc/root/tutorials/tree0.C -share/doc/root/tutorials/tree1.C -share/doc/root/tutorials/tree2.C -share/doc/root/tutorials/tree2a.C -share/doc/root/tutorials/tree3.C -share/doc/root/tutorials/tree4.C -share/doc/root/tutorials/treefriend.C -share/doc/root/tutorials/triangles.C -share/doc/root/tutorials/tv3.C -share/doc/root/tutorials/tvdemo.C -share/doc/root/tutorials/two.C -share/doc/root/tutorials/twoscales.C -share/doc/root/tutorials/vavilov.C -share/doc/root/tutorials/waves.C -share/doc/root/tutorials/work.C -share/doc/root/tutorials/worldmap.jpg -share/doc/root/tutorials/xtruDraw.C -share/doc/root/tutorials/xtruSamples.C -share/doc/root/tutorials/xyslider.C -share/doc/root/tutorials/xysliderAction.C -share/doc/root/tutorials/zdemo.C -share/doc/root/tutorials/zdemo.py -share/doc/root/tutorials/zones.C +share/doc/root/tutorials/thread/threads.C +share/doc/root/tutorials/thread/threadsh1.C +share/doc/root/tutorials/thread/threadsh2.C +share/doc/root/tutorials/tree/JetEvent.cxx +share/doc/root/tutorials/tree/JetEvent.h +share/doc/root/tutorials/tree/basic.C +share/doc/root/tutorials/tree/basic.dat +share/doc/root/tutorials/tree/basic2.C +share/doc/root/tutorials/tree/bill.C +share/doc/root/tutorials/tree/cernbuild.C +share/doc/root/tutorials/tree/cernstaff.C +share/doc/root/tutorials/tree/cernstaff.dat +share/doc/root/tutorials/tree/circular.C +share/doc/root/tutorials/tree/clonesA_Event.C +share/doc/root/tutorials/tree/clonesA_Event.cxx +share/doc/root/tutorials/tree/clonesA_Event.h +share/doc/root/tutorials/tree/copytree.C +share/doc/root/tutorials/tree/copytree2.C +share/doc/root/tutorials/tree/copytree3.C +share/doc/root/tutorials/tree/drawsparse.C +share/doc/root/tutorials/tree/h1analysis.C +share/doc/root/tutorials/tree/h1analysis.h +share/doc/root/tutorials/tree/h1analysisProxy.C +share/doc/root/tutorials/tree/h1analysisProxy.h +share/doc/root/tutorials/tree/h1analysisProxyCut.C +share/doc/root/tutorials/tree/h1chain.C +share/doc/root/tutorials/tree/hsimpleProxy.C +share/doc/root/tutorials/tree/htest.C +share/doc/root/tutorials/tree/hvector.C +share/doc/root/tutorials/tree/jets.C +share/doc/root/tutorials/tree/ntuple1.C +share/doc/root/tutorials/tree/parallelcoord.C +share/doc/root/tutorials/tree/spider.C +share/doc/root/tutorials/tree/staff.C +share/doc/root/tutorials/tree/tcl.C +share/doc/root/tutorials/tree/tree.C +share/doc/root/tutorials/tree/tree0.C +share/doc/root/tutorials/tree/tree1.C +share/doc/root/tutorials/tree/tree2.C +share/doc/root/tutorials/tree/tree2a.C +share/doc/root/tutorials/tree/tree3.C +share/doc/root/tutorials/tree/tree4.C +share/doc/root/tutorials/tree/treefriend.C +share/doc/root/tutorials/tree/tv3.C +share/doc/root/tutorials/tree/tvdemo.C +share/doc/root/tutorials/unuran/unuranDemo.C +share/doc/root/tutorials/unuran/unuranFoamTest.C +share/doc/root/tutorials/xml/DOMParsePerson.C +share/doc/root/tutorials/xml/DOMRecursive.C +share/doc/root/tutorials/xml/SAXHandler.C +share/doc/root/tutorials/xml/person.dtd +share/doc/root/tutorials/xml/person.xml +share/doc/root/tutorials/xml/saxexample.xml +share/doc/root/tutorials/xml/xmlnewfile.C +share/doc/root/tutorials/xml/xmlreadfile.C share/emacs/site-lisp/root-help.el share/root/fonts/BlackChancery.ttf share/root/fonts/LICENSE @@ -1997,6 +3999,8 @@ share/root/fonts/cour.ttf share/root/fonts/courbd.ttf share/root/fonts/courbi.ttf share/root/fonts/couri.ttf +share/root/fonts/eve_fontdefault.txf +share/root/fonts/eve_fonthelvetica34.txf share/root/fonts/georgia.ttf share/root/fonts/georgiab.ttf share/root/fonts/georgiai.ttf @@ -2018,7 +4022,13 @@ share/root/fonts/verdanai.ttf share/root/fonts/verdanaz.ttf share/root/fonts/webdings.ttf share/root/fonts/wingding.ttf +share/root/icons/GoBack.gif +share/root/icons/GoForward.gif +share/root/icons/GoHome.gif +share/root/icons/ReloadPage.gif +share/root/icons/Splash.gif share/root/icons/Splash.xpm +share/root/icons/StopLoading.gif share/root/icons/about.xpm share/root/icons/app_s.xpm share/root/icons/app_t.xpm @@ -2029,66 +4039,115 @@ share/root/icons/arrow_left.xpm share/root/icons/arrow_right.xpm share/root/icons/arrow_right2.xpm share/root/icons/arrow_up.xpm +share/root/icons/bld_AlignBtm.png share/root/icons/bld_AlignBtm.xpm share/root/icons/bld_AlignBtm_d.xpm +share/root/icons/bld_AlignCenter.png +share/root/icons/bld_AlignLeft.png share/root/icons/bld_AlignLeft.xpm share/root/icons/bld_AlignLeft_d.xpm +share/root/icons/bld_AlignRight.png share/root/icons/bld_AlignRight.xpm share/root/icons/bld_AlignRight_d.xpm +share/root/icons/bld_AlignTop.png share/root/icons/bld_AlignTop.xpm share/root/icons/bld_AlignTop_d.xpm +share/root/icons/bld_bg.png share/root/icons/bld_bg.xpm share/root/icons/bld_bgd.xpm +share/root/icons/bld_break.png share/root/icons/bld_break.xpm share/root/icons/bld_break_d.xpm +share/root/icons/bld_canvas.1.xpm +share/root/icons/bld_canvas.xpm share/root/icons/bld_checkbutton.xpm +share/root/icons/bld_colorselect.png +share/root/icons/bld_colorselect.xpm +share/root/icons/bld_combobox.xpm +share/root/icons/bld_compact.png +share/root/icons/bld_copy.png share/root/icons/bld_copy.xpm share/root/icons/bld_copy_d.xpm +share/root/icons/bld_crop.png share/root/icons/bld_crop.xpm share/root/icons/bld_crop_d.xpm +share/root/icons/bld_cut.png share/root/icons/bld_cut.xpm share/root/icons/bld_cut_d.xpm +share/root/icons/bld_delete.png share/root/icons/bld_delete.xpm share/root/icons/bld_delete_d.xpm +share/root/icons/bld_edit.png +share/root/icons/bld_edit.xpm +share/root/icons/bld_edit_s.png share/root/icons/bld_embedcanvas.xpm share/root/icons/bld_entry.xpm +share/root/icons/bld_exit.png +share/root/icons/bld_fontselect.gif +share/root/icons/bld_fontselect.png share/root/icons/bld_grab.xpm share/root/icons/bld_grab_d.xpm +share/root/icons/bld_grid.png share/root/icons/bld_grid.xpm share/root/icons/bld_grid_d.xpm share/root/icons/bld_groupframe.xpm +share/root/icons/bld_hbox.png share/root/icons/bld_hbox.xpm share/root/icons/bld_hbox_d.xpm share/root/icons/bld_hpaned.xpm share/root/icons/bld_hprogressbar.xpm +share/root/icons/bld_hscrollbar.xpm share/root/icons/bld_hseparator.xpm share/root/icons/bld_hslider.xpm share/root/icons/bld_image.xpm share/root/icons/bld_label.xpm share/root/icons/bld_layout.xpm share/root/icons/bld_layout_d.xpm +share/root/icons/bld_listbox.xpm +share/root/icons/bld_listtree.xpm share/root/icons/bld_mainframe.xpm +share/root/icons/bld_new.png share/root/icons/bld_new.xpm +share/root/icons/bld_newtab.png share/root/icons/bld_numberentry.xpm +share/root/icons/bld_open.png share/root/icons/bld_open.xpm +share/root/icons/bld_paste.png share/root/icons/bld_paste.xpm share/root/icons/bld_paste_d.xpm +share/root/icons/bld_paste_into.png +share/root/icons/bld_plus.png share/root/icons/bld_pointer.xpm share/root/icons/bld_radiobutton.xpm +share/root/icons/bld_redo.png share/root/icons/bld_redo.xpm share/root/icons/bld_redo_d.xpm +share/root/icons/bld_removetab.png +share/root/icons/bld_rename.png share/root/icons/bld_replace.xpm share/root/icons/bld_replace_d.xpm +share/root/icons/bld_rgb.png share/root/icons/bld_rgb.xpm +share/root/icons/bld_save.png share/root/icons/bld_save.xpm share/root/icons/bld_save_d.xpm +share/root/icons/bld_shutter.png +share/root/icons/bld_sortup.png share/root/icons/bld_statusbar.xpm +share/root/icons/bld_stop.png +share/root/icons/bld_stop.xpm +share/root/icons/bld_tab.xpm +share/root/icons/bld_text.xpm share/root/icons/bld_textbutton.xpm +share/root/icons/bld_undo.png share/root/icons/bld_undo.xpm share/root/icons/bld_undo_d.xpm +share/root/icons/bld_vbox.png share/root/icons/bld_vbox.xpm share/root/icons/bld_vbox_d.xpm share/root/icons/bld_vpaned.xpm +share/root/icons/bld_vprogressbar.xpm +share/root/icons/bld_vscrollbar.xpm share/root/icons/bld_vseparator.xpm share/root/icons/bld_vslider.xpm share/root/icons/branch-cl_t.xpm @@ -2106,6 +4165,9 @@ share/root/icons/chain_t.xpm share/root/icons/checked_dis_t.xpm share/root/icons/checked_t.xpm share/root/icons/checkmark_t.xpm +share/root/icons/class.png +share/root/icons/closetab.png +share/root/icons/closetab_d.png share/root/icons/connect.xpm share/root/icons/cpp_src_s.xpm share/root/icons/cpp_src_t.xpm @@ -2121,7 +4183,34 @@ share/root/icons/disconnect.xpm share/root/icons/doc_s.xpm share/root/icons/doc_t.xpm share/root/icons/draw_t.xpm +share/root/icons/ed_compile.png +share/root/icons/ed_copy.png +share/root/icons/ed_cut.png +share/root/icons/ed_delete.png +share/root/icons/ed_execute.png +share/root/icons/ed_find.png +share/root/icons/ed_findnext.png +share/root/icons/ed_goto.png +share/root/icons/ed_help.png +share/root/icons/ed_interrupt.png +share/root/icons/ed_new.png +share/root/icons/ed_open.png +share/root/icons/ed_paste.png +share/root/icons/ed_print.png +share/root/icons/ed_quit.png +share/root/icons/ed_save.png +share/root/icons/ed_saveas.png share/root/icons/ellipse.xpm +share/root/icons/eve_axes.xpm +share/root/icons/eve_pointset.xpm +share/root/icons/eve_rnr00_t.xpm +share/root/icons/eve_rnr01_t.xpm +share/root/icons/eve_rnr10_t.xpm +share/root/icons/eve_rnr11_t.xpm +share/root/icons/eve_scene.xpm +share/root/icons/eve_text.gif +share/root/icons/eve_track.xpm +share/root/icons/eve_viewer.xpm share/root/icons/expression_t.xpm share/root/icons/f1_s.xpm share/root/icons/f1_t.xpm @@ -2135,8 +4224,14 @@ share/root/icons/folder_s.xpm share/root/icons/folder_t.xpm share/root/icons/geoarb8_s.xpm share/root/icons/geoarb8_t.xpm +share/root/icons/geoassembly_s.xpm +share/root/icons/geoassembly_t.xpm share/root/icons/geobbox_s.xpm share/root/icons/geobbox_t.xpm +share/root/icons/geocombi_s.xpm +share/root/icons/geocombi_t.xpm +share/root/icons/geocomposite_s.xpm +share/root/icons/geocomposite_t.xpm share/root/icons/geocone_s.xpm share/root/icons/geocone_t.xpm share/root/icons/geoconeseg_s.xpm @@ -2149,6 +4244,12 @@ share/root/icons/geogtra_s.xpm share/root/icons/geogtra_t.xpm share/root/icons/geohype_s.xpm share/root/icons/geohype_t.xpm +share/root/icons/geomaterial_s.xpm +share/root/icons/geomaterial_t.xpm +share/root/icons/geomedium_s.xpm +share/root/icons/geomedium_t.xpm +share/root/icons/geomixture_s.xpm +share/root/icons/geomixture_t.xpm share/root/icons/geopara_s.xpm share/root/icons/geopara_t.xpm share/root/icons/geoparab_s.xpm @@ -2157,10 +4258,14 @@ share/root/icons/geopcon_s.xpm share/root/icons/geopcon_t.xpm share/root/icons/geopgon_s.xpm share/root/icons/geopgon_t.xpm +share/root/icons/georotation_s.xpm +share/root/icons/georotation_t.xpm share/root/icons/geosphere_s.xpm share/root/icons/geosphere_t.xpm share/root/icons/geotorus_s.xpm share/root/icons/geotorus_t.xpm +share/root/icons/geotranslation_s.xpm +share/root/icons/geotranslation_t.xpm share/root/icons/geotrap_s.xpm share/root/icons/geotrap_t.xpm share/root/icons/geotrd1_s.xpm @@ -2171,6 +4276,13 @@ share/root/icons/geotube_s.xpm share/root/icons/geotube_t.xpm share/root/icons/geotubeseg_s.xpm share/root/icons/geotubeseg_t.xpm +share/root/icons/geovolume_s.xpm +share/root/icons/geovolume_t.xpm +share/root/icons/geoxtru_s.xpm +share/root/icons/geoxtru_t.xpm +share/root/icons/glow_green.png +share/root/icons/glow_orange.png +share/root/icons/glow_red.png share/root/icons/graph.xpm share/root/icons/h1_s.xpm share/root/icons/h1_t.xpm @@ -2184,6 +4296,8 @@ share/root/icons/hdisk_t.xpm share/root/icons/home_t.xpm share/root/icons/hpp_src_s.xpm share/root/icons/hpp_src_t.xpm +share/root/icons/htmlfile.gif +share/root/icons/info.gif share/root/icons/inspect.xpm share/root/icons/interrupt.xpm share/root/icons/last_t.xpm @@ -2229,11 +4343,15 @@ share/root/icons/mdi_help.xpm share/root/icons/mdi_maximize.xpm share/root/icons/mdi_minimize.xpm share/root/icons/mdi_restore.xpm +share/root/icons/member.png +share/root/icons/method.png share/root/icons/modify.xpm share/root/icons/monitor01.xpm share/root/icons/monitor02.xpm share/root/icons/monitor03.xpm share/root/icons/monitor04.xpm +share/root/icons/netdisk_s.xpm +share/root/icons/netdisk_t.xpm share/root/icons/newcanvas.xpm share/root/icons/next_t.xpm share/root/icons/ntuple_s.xpm @@ -2248,6 +4366,7 @@ share/root/icons/package.xpm share/root/icons/package_add.xpm share/root/icons/package_delete.xpm share/root/icons/pad.xpm +share/root/icons/pause.png share/root/icons/pave.xpm share/root/icons/pavelabel.xpm share/root/icons/pavestext.xpm @@ -2272,18 +4391,25 @@ share/root/icons/query_disconnected.xpm share/root/icons/query_new.xpm share/root/icons/query_submit.xpm share/root/icons/quit.xpm +share/root/icons/rbutton_dis_off.xpm +share/root/icons/rbutton_dis_on.xpm share/root/icons/rbutton_off.xpm share/root/icons/rbutton_on.xpm +share/root/icons/record.png share/root/icons/record_t.xpm +share/root/icons/recursor.png share/root/icons/refresh.xpm share/root/icons/refresh1.xpm share/root/icons/refresh2.xpm +share/root/icons/replay.png share/root/icons/return_object_s.xpm share/root/icons/return_object_t.xpm share/root/icons/root_s.xpm share/root/icons/root_t.xpm share/root/icons/rootdb_s.xpm share/root/icons/rootdb_t.xpm +share/root/icons/rootdblnk_s.xpm +share/root/icons/rootdblnk_t.xpm share/root/icons/rpm_s.xpm share/root/icons/rpm_t.xpm share/root/icons/save.xpm @@ -2292,6 +4418,8 @@ share/root/icons/slider1h.xpm share/root/icons/slider1v.xpm share/root/icons/slider2h.xpm share/root/icons/slider2v.xpm +share/root/icons/sliderh.xpm +share/root/icons/sliderv.xpm share/root/icons/slink_s.xpm share/root/icons/slink_t.xpm share/root/icons/sm_delete.xpm @@ -2300,6 +4428,10 @@ share/root/icons/sm_help.xpm share/root/icons/sm_import_canvas.xpm share/root/icons/sm_import_macro.xpm share/root/icons/sm_new.xpm +share/root/icons/speedo.gif +share/root/icons/splitterh.xpm +share/root/icons/splitterv.xpm +share/root/icons/stop.png share/root/icons/stop_t.xpm share/root/icons/tb_back.xpm share/root/icons/tb_bigicons.xpm @@ -2321,18 +4453,6 @@ share/root/icons/x_pic.xpm share/root/icons/y_pic.xpm share/root/icons/z_pic.xpm share/root/macros/Dialogs.C +share/root/macros/fileopen.C share/root/macros/html.C -share/root/proof/etc/.cvsignore -share/root/proof/etc/cluster.conf.sample -share/root/proof/etc/motd.sample -share/root/proof/etc/noproof.sample -share/root/proof/etc/proof.conf.sample -share/root/proof/etc/rootnetrc.sample -share/root/proof/utils/crypt -share/root/proof/utils/pcmd -share/root/proof/utils/pload -share/root/proof/utils/pps -share/root/proof/utils/proof-facility -share/root/proof/utils/push -@pkgdir lib/root/cint/lib/gcc3strm/sys -@pkgdir lib/root/cint/lib/gcc3strm/bits +@pkgdir share/doc/root/test/files diff --git a/misc/root/distinfo b/misc/root/distinfo index 14c48760c3f..c34bb485e2f 100644 --- a/misc/root/distinfo +++ b/misc/root/distinfo @@ -1,19 +1,30 @@ -$NetBSD: distinfo,v 1.6 2007/08/09 20:13:17 drochner Exp $ +$NetBSD: distinfo,v 1.7 2010/02/26 10:56:38 drochner Exp $ -SHA1 (root_v5.10.00.source.tar.gz) = 574cb0ecafe1340c8df425a8e05e9bb4cd2264c5 -RMD160 (root_v5.10.00.source.tar.gz) = 975cc1941cd38428a3afa3ce9cad35106381de64 -Size (root_v5.10.00.source.tar.gz) = 17768704 bytes -SHA1 (patch-aa) = 27d7fba1e26f99d48beef7d55466f6e220ffbb18 -SHA1 (patch-ab) = eae6865bc149bce750722be0512aa496f784d585 -SHA1 (patch-ac) = 0017dc075969920250db956f9cfa4c40a7b52676 -SHA1 (patch-ad) = 0f3efcb8bfa5c0727f63046b54649506e0a389e0 -SHA1 (patch-ae) = 00ed9f66759dea288e98f6fcd68f97667a9386c4 -SHA1 (patch-af) = 770f3fe34eb4354004d7fa4cecb99d8ecf5c0392 -SHA1 (patch-ag) = ae6b4be0fbe9c4bbe2087456abc58f896ec908ad -SHA1 (patch-ah) = b9009780ae779a0fde25a461beb4dafa62a9cec1 -SHA1 (patch-ai) = 5c93c20de571c624975d9e55d738fe14ad8a9004 -SHA1 (patch-aj) = f52c4bc7805af6f654a4d57e8a1c42e6a38c50b9 -SHA1 (patch-ak) = 10aa0633340f47a01acf7704ca37506876e4e908 +SHA1 (root_v5.26.00b.source.tar.gz) = 70db6f9cf6acc29bcf0060a4c2e1f9e24c26702a +RMD160 (root_v5.26.00b.source.tar.gz) = 057ce1151a534f00a445ec69392e7a7a3bd55ca8 +Size (root_v5.26.00b.source.tar.gz) = 29302078 bytes +SHA1 (patch-aa) = 5be58e4472cee7f9d2768fa4f7a7fcde0ad92eaa +SHA1 (patch-ab) = 92294d3f78d981ffba8f4fcd786d5e6f3cffd851 +SHA1 (patch-ac) = 25964f21e1d2a5a4df4ebc92e8cc350d1e947e2f +SHA1 (patch-ad) = d4c9f431e15789e9da8eff5cd5d081a894cbde72 +SHA1 (patch-ae) = 863e99cc06deade4e466974e969c12aeadc114be +SHA1 (patch-af) = 612159fc61e6f2faa44896da9703e805122ba19b +SHA1 (patch-ag) = 27444cf42cd9536dbaaa8c543ede91a8c8564428 +SHA1 (patch-ah) = 6f8e4757e51f2db0f9e5bcca167c1d32e9c20de0 +SHA1 (patch-ai) = 8b8cc76a1cd1115bd567895b4214d48cef5ab2dd +SHA1 (patch-aj) = 1a162338c75483a21904a07bea1b74e8992132a2 +SHA1 (patch-ak) = e88d68f70b8022c70d9c8789200fa2a8e3af883f SHA1 (patch-al) = 9f6ba7bceb504f4f3dd47609f73b1467c622be0d -SHA1 (patch-am) = 4a44396618e2a4bdce1d379ccc540c77f3c0d8a6 -SHA1 (patch-an) = 94be1e1cba4e5de2510da412f03011068c7562f5 +SHA1 (patch-am) = 4cbdb74a3bdac0b2581dbd1d494604efc3a0062f +SHA1 (patch-an) = 28a17f5772de4408a1d6d6e4389266ae61e6612c +SHA1 (patch-ba) = 1e434d27ecbfc21edc17780b5e9ac5ecd73e7794 +SHA1 (patch-bb) = e2bfafb02ff14d6dc6206b0e7fb45788d88292a8 +SHA1 (patch-bc) = 7f9c01f74f33bfc6552a5470bfea2f2589603918 +SHA1 (patch-bd) = 1a31f5b30d606e91efa74db5136176f2ef8ef6be +SHA1 (patch-be) = c1955c4193206fba0fd1f91a115808a830f7ef50 +SHA1 (patch-bf) = d20fed4aa19b0655ac415fdb979fddd5ea495be9 +SHA1 (patch-bg) = 6e40fdba8f5cd7ba2dab7237696c7779d9820ee2 +SHA1 (patch-bh) = 70591be468ba459aa1ab7f5159a3399566a784ea +SHA1 (patch-bi) = 338133d5a00d67f6d2fab4ee55ca8b3f9c78ddf5 +SHA1 (patch-bj) = 07b5423a35c3998639cd5ac09596e5e40ce700f0 +SHA1 (patch-ca) = 016b52171f894a800f667c7e588a51a8031907bb diff --git a/misc/root/patches/patch-aa b/misc/root/patches/patch-aa index 4d32176dd93..b6c869b2554 100644 --- a/misc/root/patches/patch-aa +++ b/misc/root/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.2 2006/05/27 12:38:27 drochner Exp $ +$NetBSD: patch-aa,v 1.3 2010/02/26 10:56:38 drochner Exp $ ---- unix/src/TUnixSystem.cxx.orig 2006-05-26 16:51:20.000000000 +0200 -+++ unix/src/TUnixSystem.cxx -@@ -62,7 +62,7 @@ +--- core/unix/src/TUnixSystem.cxx.orig 2010-02-11 13:20:16.000000000 +0000 ++++ core/unix/src/TUnixSystem.cxx +@@ -60,7 +60,7 @@ #if defined(R__AIX) || defined(R__LINUX) || defined(R__ALPHA) || \ defined(R__SGI) || defined(R__HIUX) || defined(R__FBSD) || \ defined(R__OBSD) || defined(R__LYNXOS) || defined(R__MACOSX) || \ @@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.2 2006/05/27 12:38:27 drochner Exp $ # include #endif #if defined(R__AIX) || defined(R__SOLARIS) -@@ -87,8 +87,12 @@ +@@ -86,8 +86,12 @@ # include # include #else @@ -24,16 +24,16 @@ $NetBSD: patch-aa,v 1.2 2006/05/27 12:38:27 drochner Exp $ #include #include -@@ -174,7 +178,7 @@ - #elif defined(R__GLIBC) || (defined(R__FBSD) && defined(R__ALPHA)) || \ +@@ -182,7 +186,7 @@ + #elif defined(R__GLIBC) || defined(R__FBSD) || \ (defined(R__SUNGCC3) && defined(__arch64__)) || \ - defined(MAC_OS_X_VERSION_10_4) || \ + defined(R__OBSD) || defined(MAC_OS_X_VERSION_10_4) || \ - (defined(R__AIX) && defined(_AIX43)) -+ (defined(R__AIX) && defined(_AIX43) || defined(__NetBSD__)) ++ (defined(R__AIX) && defined(_AIX43)) || defined(__NetBSD__) # define USE_SOCKLEN_T #endif -@@ -411,6 +415,7 @@ void TUnixSystem::SetProgname(const char +@@ -543,6 +547,7 @@ void TUnixSystem::SetProgname(const char //______________________________________________________________________________ void TUnixSystem::SetDisplay() { @@ -41,7 +41,7 @@ $NetBSD: patch-aa,v 1.2 2006/05/27 12:38:27 drochner Exp $ // Set DISPLAY environment variable based on utmp entry. Only for UNIX. if (!Getenv("DISPLAY")) { -@@ -451,6 +456,7 @@ void TUnixSystem::SetDisplay() +@@ -583,6 +588,7 @@ void TUnixSystem::SetDisplay() free(gUtmpContents); } } @@ -49,7 +49,7 @@ $NetBSD: patch-aa,v 1.2 2006/05/27 12:38:27 drochner Exp $ } //______________________________________________________________________________ -@@ -3446,7 +3452,11 @@ int TUnixSystem::UnixFSstat(const char * +@@ -3822,7 +3828,11 @@ int TUnixSystem::UnixFSstat(const char * // The function returns 0 in case of success and 1 if the file system could // not be stat'ed. @@ -61,7 +61,7 @@ $NetBSD: patch-aa,v 1.2 2006/05/27 12:38:27 drochner Exp $ #if defined(R__SGI) || (defined(R__SOLARIS) && !defined(R__LINUX)) if (statfs(path, &statfsbuf, sizeof(struct statfs), 0) == 0) { *id = statfsbuf.f_fstyp; -@@ -3454,6 +3464,9 @@ int TUnixSystem::UnixFSstat(const char * +@@ -3830,6 +3840,9 @@ int TUnixSystem::UnixFSstat(const char * *blocks = statfsbuf.f_blocks; *bfree = statfsbuf.f_bfree; #else @@ -71,7 +71,7 @@ $NetBSD: patch-aa,v 1.2 2006/05/27 12:38:27 drochner Exp $ if (statfs((char*)path, &statfsbuf) == 0) { #ifdef R__OBSD // Convert BSD filesystem names to Linux filesystem type numbers -@@ -3480,6 +3493,7 @@ int TUnixSystem::UnixFSstat(const char * +@@ -3856,6 +3869,7 @@ int TUnixSystem::UnixFSstat(const char * #else *id = statfsbuf.f_type; #endif diff --git a/misc/root/patches/patch-ab b/misc/root/patches/patch-ab index ee295325384..cad0114334f 100644 --- a/misc/root/patches/patch-ab +++ b/misc/root/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.2 2006/05/27 12:38:27 drochner Exp $ +$NetBSD: patch-ab,v 1.3 2010/02/26 10:56:38 drochner Exp $ ---- auth/src/TAuthenticate.cxx.orig 2006-05-26 17:05:03.000000000 +0200 -+++ auth/src/TAuthenticate.cxx +--- net/auth/src/TAuthenticate.cxx.orig 2006-05-26 17:05:03.000000000 +0200 ++++ net/auth/src/TAuthenticate.cxx @@ -47,7 +47,7 @@ #include #include diff --git a/misc/root/patches/patch-ac b/misc/root/patches/patch-ac index e9e964d35ef..c2554fea987 100644 --- a/misc/root/patches/patch-ac +++ b/misc/root/patches/patch-ac @@ -1,7 +1,7 @@ -$NetBSD: patch-ac,v 1.2 2006/05/27 12:38:27 drochner Exp $ +$NetBSD: patch-ac,v 1.3 2010/02/26 10:56:38 drochner Exp $ ---- base/inc/RConfig.h.orig 2006-05-26 17:38:48.000000000 +0200 -+++ base/inc/RConfig.h +--- core/base/inc/RConfig.h.orig 2006-05-26 17:38:48.000000000 +0200 ++++ core/base/inc/RConfig.h @@ -272,7 +272,7 @@ # define NEED_SNPRINTF #endif diff --git a/misc/root/patches/patch-ad b/misc/root/patches/patch-ad index 629cf924b19..f51da3ba2fb 100644 --- a/misc/root/patches/patch-ad +++ b/misc/root/patches/patch-ad @@ -1,7 +1,7 @@ -$NetBSD: patch-ad,v 1.2 2006/05/27 12:38:27 drochner Exp $ +$NetBSD: patch-ad,v 1.3 2010/02/26 10:56:38 drochner Exp $ ---- base/src/TMapFile.cxx.orig 2006-05-26 17:50:02.000000000 +0200 -+++ base/src/TMapFile.cxx +--- io/io/src/TMapFile.cxx.orig 2006-05-26 17:50:02.000000000 +0200 ++++ io/io/src/TMapFile.cxx @@ -104,7 +104,7 @@ #include #if defined(R__HPUX) || (defined (R__ALPHA) && !defined(R__FBSD)) || \ diff --git a/misc/root/patches/patch-ae b/misc/root/patches/patch-ae index 56f334ba364..e7185febb54 100644 --- a/misc/root/patches/patch-ae +++ b/misc/root/patches/patch-ae @@ -1,13 +1,13 @@ -$NetBSD: patch-ae,v 1.2 2006/05/27 12:38:27 drochner Exp $ +$NetBSD: patch-ae,v 1.3 2010/02/26 10:56:38 drochner Exp $ ---- eg/inc/cfortran.h.orig 2006-05-26 18:20:11.000000000 +0200 -+++ eg/inc/cfortran.h -@@ -89,7 +89,7 @@ only C calling FORTRAN subroutines will +--- montecarlo/eg/inc/cfortran.h.orig 2010-02-11 13:20:42.000000000 +0000 ++++ montecarlo/eg/inc/cfortran.h +@@ -150,7 +150,7 @@ only C calling FORTRAN subroutines will + #if !(defined(NAGf90Fortran)||defined(f2cFortran)||defined(hpuxFortran)||defined(apolloFortran)||defined(sunFortran)||defined(IBMR2Fortran)||defined(CRAYFortran)) #if !(defined(mipsFortran)||defined(DECFortran)||defined(vmsFortran)||defined(CONVEXFortran)||defined(PowerStationFortran)||defined(AbsoftUNIXFortran)||defined(AbsoftProFortran)||defined(SXFortran)) /* If no Fortran compiler is given, we choose one for the machines we know. */ - #if defined(lynx) || defined(VAXUltrix) || defined(linux) || defined(_HIUX_SOURCE) || \ -- defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__APPLE__) -+ defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__APPLE__) || defined(__NetBSD__) +-#if defined(lynx) || defined(VAXUltrix) ++#if defined(lynx) || defined(VAXUltrix) || defined(__NetBSD__) #define f2cFortran /* Lynx: Only support f2c at the moment. VAXUltrix: f77 behaves like f2c. - Support f2c or f77 with gcc, vcc with f2c. + Support f2c or f77 with gcc, vcc with f2c. diff --git a/misc/root/patches/patch-af b/misc/root/patches/patch-af index 6a1c6103709..af424670022 100644 --- a/misc/root/patches/patch-af +++ b/misc/root/patches/patch-af @@ -1,7 +1,7 @@ -$NetBSD: patch-af,v 1.2 2006/05/27 12:38:27 drochner Exp $ +$NetBSD: patch-af,v 1.3 2010/02/26 10:56:38 drochner Exp $ ---- rpdutils/src/rpdutils.cxx.orig 2006-05-26 19:20:46.000000000 +0200 -+++ rpdutils/src/rpdutils.cxx +--- net/rpdutils/src/rpdutils.cxx.orig 2006-05-26 19:20:46.000000000 +0200 ++++ net/rpdutils/src/rpdutils.cxx @@ -70,7 +70,7 @@ extern "C" int ruserok(const char *, int extern "C" int fstatfs(int file_descriptor, struct statfs *buffer); #elif defined(linux) || defined(__hpux) diff --git a/misc/root/patches/patch-ag b/misc/root/patches/patch-ag index 2f1d2fd2f9c..acf83812975 100644 --- a/misc/root/patches/patch-ag +++ b/misc/root/patches/patch-ag @@ -1,13 +1,13 @@ -$NetBSD: patch-ag,v 1.2 2006/05/27 12:38:27 drochner Exp $ +$NetBSD: patch-ag,v 1.3 2010/02/26 10:56:38 drochner Exp $ ---- rootx/src/rootx.cxx.orig 2006-05-26 19:21:52.000000000 +0200 +--- rootx/src/rootx.cxx.orig 2010-02-11 13:20:47.000000000 +0000 +++ rootx/src/rootx.cxx -@@ -37,7 +37,7 @@ - #endif +@@ -48,7 +48,7 @@ + #if (defined(__alpha) && !defined(__linux)) || defined(_AIX) || \ - defined(__FreeBSD__) || defined(__Lynx__) || defined(__APPLE__) || \ -- defined(__OpenBSD__) -+ defined(__OpenBSD__) || defined(__NetBSD__) + defined(__FreeBSD__) || defined(__Lynx__) || defined(__OpenBSD__) || \ +- (defined(__APPLE__) && !defined(MAC_OS_X_VERSION_10_5)) ++ (defined(__APPLE__) && !defined(MAC_OS_X_VERSION_10_5)) || defined(__NetBSD__) #define UTMP_NO_ADDR #endif diff --git a/misc/root/patches/patch-ah b/misc/root/patches/patch-ah index d468440f389..f27e217cc68 100644 --- a/misc/root/patches/patch-ah +++ b/misc/root/patches/patch-ah @@ -1,7 +1,7 @@ -$NetBSD: patch-ah,v 1.2 2006/05/27 12:38:27 drochner Exp $ +$NetBSD: patch-ah,v 1.3 2010/02/26 10:56:38 drochner Exp $ ---- rootd/src/rootd.cxx.orig 2006-05-26 19:22:55.000000000 +0200 -+++ rootd/src/rootd.cxx +--- net/rootd/src/rootd.cxx.orig 2006-05-26 19:22:55.000000000 +0200 ++++ net/rootd/src/rootd.cxx @@ -242,7 +242,7 @@ extern "C" int fstatfs(int file_descript extern "C" int fstatfs(int file_descriptor, struct statfs *buffer); #elif defined(linux) || defined(__hpux) || defined(cygwingcc) diff --git a/misc/root/patches/patch-ai b/misc/root/patches/patch-ai index 7eba8c55613..eb35fad2e92 100644 --- a/misc/root/patches/patch-ai +++ b/misc/root/patches/patch-ai @@ -1,7 +1,7 @@ -$NetBSD: patch-ai,v 1.2 2006/05/27 12:38:27 drochner Exp $ +$NetBSD: patch-ai,v 1.3 2010/02/26 10:56:38 drochner Exp $ ---- rpdutils/src/daemon.cxx.orig 2006-05-26 19:23:53.000000000 +0200 -+++ rpdutils/src/daemon.cxx +--- net/rpdutils/src/daemon.cxx.orig 2006-05-26 19:23:53.000000000 +0200 ++++ net/rpdutils/src/daemon.cxx @@ -212,7 +212,7 @@ out: #elif defined(__sun) sigignore(SIGCHLD); diff --git a/misc/root/patches/patch-aj b/misc/root/patches/patch-aj index 6f7552197f9..70669569b95 100644 --- a/misc/root/patches/patch-aj +++ b/misc/root/patches/patch-aj @@ -1,12 +1,12 @@ -$NetBSD: patch-aj,v 1.2 2006/05/27 12:38:27 drochner Exp $ +$NetBSD: patch-aj,v 1.3 2010/02/26 10:56:38 drochner Exp $ ---- config/ARCHS.orig 2006-05-26 19:54:56.000000000 +0200 +--- config/ARCHS.orig 2010-02-11 13:20:59.000000000 +0000 +++ config/ARCHS -@@ -35,6 +35,7 @@ macosxicc for MacOS X with In - macosx64 for MacOS X with gcc 4.0 64 bit mode - macosxxlc for MacOS X with IBM xl compilers - mklinux for MkLinux gcc and glibc +@@ -27,6 +27,7 @@ macosx for MacOS X >= 10.4 + macosxicc for MacOS X >= 10.4 with Intel icc (Intel only) + macosx64 for MacOS X >= 10.5 with gcc 4.0 64 bit mode + macosxxlc for MacOS X >= 10.4 with IBM xl compilers (PPC only) +netbsd for NetBSD - openbsd for OpenBSD >= 3.7 - sgicc for SGI IRIX 6.x CC - sgicc64 for SGI IRIX 6.x CC 64 bits + openbsd for OpenBSD >= 3.7 with gcc + sgicc for SGI IRIX 6.x with CC + sgicc64 for SGI IRIX 6.x with CC 64 bits diff --git a/misc/root/patches/patch-ak b/misc/root/patches/patch-ak index 863942d439b..3581ae3a4fc 100644 --- a/misc/root/patches/patch-ak +++ b/misc/root/patches/patch-ak @@ -1,7 +1,7 @@ -$NetBSD: patch-ak,v 1.2 2006/05/27 12:38:27 drochner Exp $ +$NetBSD: patch-ak,v 1.3 2010/02/26 10:56:38 drochner Exp $ ---- clib/src/Getline.c.orig 2006-05-26 22:33:35.000000000 +0200 -+++ clib/src/Getline.c +--- core/clib/src/Getline.c.orig 2006-05-26 22:33:35.000000000 +0200 ++++ core/clib/src/Getline.c @@ -331,7 +331,7 @@ static void search_forw(int s); #endif /* WIN32 */ diff --git a/misc/root/patches/patch-am b/misc/root/patches/patch-am index 6c1ce5f98ef..b59cde7a5f4 100644 --- a/misc/root/patches/patch-am +++ b/misc/root/patches/patch-am @@ -1,90 +1,85 @@ -$NetBSD: patch-am,v 1.3 2007/08/09 20:13:17 drochner Exp $ +$NetBSD: patch-am,v 1.4 2010/02/26 10:56:38 drochner Exp $ ---- configure.orig 2006-03-02 09:41:46.000000000 +0100 +--- configure.orig 2010-02-11 13:21:10.000000000 +0000 +++ configure -@@ -1174,7 +1174,7 @@ if test ! "$platform" = "win32"; then +@@ -1680,7 +1680,7 @@ if test ! "x$platform" = "xwin32"; then check_library "libX11" "yes" "$x11libdir" \ - /usr/lib /usr/X11R6/lib /usr/lib/X11 /usr/openwin/lib \ - /usr/local/lib /usr/local/lib/X11 /usr/local/X11R6/lib \ -- /usr/X11/lib /usr/lib/X11R5 -+ /usr/X11/lib /usr/lib/X11R5 ${LOCALBASE}/lib + /usr/lib /usr/X11R6/lib /usr/lib/X11 /usr/openwin/lib \ + /usr/local/lib /usr/local/lib/X11 /usr/local/X11R6/lib \ +- /usr/X11/lib /usr/lib/X11R5 ++ /usr/X11/lib /usr/lib/X11R5 ${LOCALBASE}/lib x11libdir=$found_dir if test "x$found_lib" = "x" ; then -@@ -1185,7 +1185,7 @@ if test ! "$platform" = "win32"; then +@@ -1691,7 +1691,7 @@ if test ! "x$platform" = "xwin32"; then check_header "X11/Xlib.h" "" \ - /usr/include /usr/X11R6/include /usr/include/X11 /usr/openwin/include \ - /usr/local/include /usr/local/include/X11 /usr/local/X11R6/include \ -- /usr/X11/include /usr/include/X11R5 -+ /usr/X11/include /usr/include/X11R5 ${LOCALBASE}/include + /usr/include /usr/X11R6/include /usr/include/X11 /usr/openwin/include \ + /usr/local/include /usr/local/include/X11 /usr/local/X11R6/include \ +- /usr/X11/include /usr/include/X11R5 ++ /usr/X11/include /usr/include/X11R5 ${LOCALBASE}/include if test "x$found_dir" = "x" ; then - result "`basename $0`: X11 headers (package x11-devel) MUST be installed" -@@ -1195,7 +1195,7 @@ if test ! "$platform" = "win32"; then + result "`basename $0`: X11 headers (package x11-devel) MUST be installed" +@@ -1701,7 +1701,7 @@ if test ! "x$platform" = "xwin32"; then + check_header "X11/Xft/Xft.h" "" \ + /usr/include /usr/X11R6/include /usr/include/X11 /usr/openwin/include \ + /usr/local/include /usr/local/include/X11 /usr/local/X11R6/include \ +- /usr/X11/include /usr/include/X11R5 ++ /usr/X11/include /usr/include/X11R5 ${LOCALBASE}/include + + if test "x$found_dir" = "x" ; then + result "`basename $0`: Xft headers (libxft-devel) MUST be installed" +@@ -1711,7 +1711,7 @@ if test ! "x$platform" = "xwin32"; then + check_header "X11/extensions/shape.h" "" \ + /usr/include /usr/X11R6/include /usr/include/X11 /usr/openwin/include \ + /usr/local/include /usr/local/include/X11 /usr/local/X11R6/include \ +- /usr/X11/include /usr/include/X11R5 ++ /usr/X11/include /usr/include/X11R5 ${LOCALBASE}/include + + if test "x$found_dir" = "x" ; then + result "`basename $0`: X11/extensions/shape.h header (xorg-x11-proto-devel) MUST be installed" +@@ -1721,7 +1721,7 @@ if test ! "x$platform" = "xwin32"; then check_library "libXpm" "$enable_shared" "$xpmlibdir" \ - $XPM $XPM/lib /usr/local/lib /usr/lib /usr/lib/X11 \ - /usr/local/lib/X11 /usr/X11R6/lib /usr/local/X11R6/lib \ -- /usr/X11/lib -+ /usr/X11/lib ${LOCALBASE}/lib + $XPM $XPM/lib /usr/local/lib /usr/lib /usr/lib/X11 \ + /usr/local/lib/X11 /usr/X11R6/lib /usr/local/X11R6/lib \ +- /usr/X11/lib ++ /usr/X11/lib ${LOCALBASE}/lib xpmlib=$found_lib xpmlibdir=$found_dir -@@ -1352,7 +1352,7 @@ if test ! "x$enable_opengl" = "xno" && t - /usr/local/X11R6/include /usr/local/include \ - /usr/include/Mesa /usr/local/include/Mesa /usr/Mesa/include \ - /usr/local/Mesa/include /usr/Mesa /usr/local/Mesa /opt/Mesa \ -- /opt/Mesa/include /opt/graphics/OpenGL/include -+ /opt/Mesa/include /opt/graphics/OpenGL/include ${LOCALBASE}/include +@@ -1733,7 +1733,7 @@ if test ! "x$platform" = "xwin32"; then + check_library "libXft" "$enable_shared" "" \ + /usr/local/lib /usr/lib /usr/lib/X11 \ + /usr/local/lib/X11 /usr/X11R6/lib /usr/local/X11R6/lib \ +- /usr/X11/lib ++ /usr/X11/lib ${LOCALBASE}/lib + + if test "x$found_lib" = "x" ; then + result "`basename $0`: libXft (libxft-devel) MUST be installed" +@@ -1743,7 +1743,7 @@ if test ! "x$platform" = "xwin32"; then + check_library "libXext" "$enable_shared" "" \ + /usr/local/lib /usr/lib /usr/lib/X11 \ + /usr/local/lib/X11 /usr/X11R6/lib /usr/local/X11R6/lib \ +- /usr/X11/lib ++ /usr/X11/lib ${LOCALBASE}/lib + + if test "x$found_lib" = "x" ; then + result "`basename $0`: libXext (libXext-devel) MUST be installed" +@@ -2040,7 +2040,7 @@ if test ! "x$enable_opengl" = "xno" && t + /usr/local/X11R6/include /usr/local/include \ + /usr/include/Mesa /usr/local/include/Mesa /usr/Mesa/include \ + /usr/local/Mesa/include /usr/Mesa /usr/local/Mesa /opt/Mesa \ +- /opt/Mesa/include /opt/graphics/OpenGL/include" ++ /opt/Mesa/include /opt/graphics/OpenGL/include ${LOCALBASE}/include" + check_header "GL/gl.h" "$openglincdir" $openglincdirs openglinc=$found_hdr openglincdir=$found_dir - -@@ -1364,12 +1364,12 @@ if test ! "x$enable_opengl" = "xno" && t +@@ -2049,7 +2049,7 @@ if test ! "x$enable_opengl" = "xno" && t + /usr/X11R6/lib /usr/local/lib/X11 /usr/local/X11R6/lib \ + /usr/X11/lib /usr/lib/Mesa /usr/local/lib/Mesa /usr/Mesa/lib \ + /usr/local/Mesa/lib /usr/Mesa /usr/local/Mesa /opt/Mesa \ +- /opt/Mesa/lib /opt/graphics/OpenGL/lib" ++ /opt/Mesa/lib /opt/graphics/OpenGL/lib ${LOCALBASE}/lib" keep=$opengllibdir check_library "libGL libMesaGL" "$enable_shared" \ -- "$opengllibdir" $opengllibdirs -+ "$opengllibdir" $opengllibdirs ${LOCALBASE}/lib - opengllib=$found_lib - opengllibdir=$found_dir - - check_library "libGLU libMesaGLU" "$enable_shared" \ -- "$keep" $opengllibdirs -+ "$keep" $opengllibdirs ${LOCALBASE}/lib - openglulib=$found_lib - openglulibdir=$found_dir - -@@ -1982,21 +1982,20 @@ if test ! "x$enable_asimage" = "xno" ; t - # for a system library, then see if we have various headers needed. - if test "x$enable_builtin_afterimage" = "xyes" ; then - check_header "jpeglib.h" "" $ASIMAGE $ASIMAGE/include \ -- /usr/local/include /usr/include /opt/include -+ ${LOCALBASE}/include - asjpegincdir=$found_dir - check_header "png.h" "" $ASIMAGE $ASIMAGE/include \ -- /usr/local/include /usr/include /usr/local/include/libpng \ -- /opt/include -+ ${LOCALBASE}/include - aspngincdir=$found_dir - if test ! "x$enable_astiff" = "xno" ; then - check_header "tiffio.h" "" $ASIMAGE $ASIMAGE/include \ -- /usr/local/include /usr/include /opt/include -+ ${LOCALBASE}/include - astiffincdir=$found_dir - else - astiffincdir="--with-tiff=no" - fi - check_header "gif_lib.h" "" $ASIMAGE $ASIMAGE/include \ -- /usr/local/include /usr/include /opt/include -+ ${LOCALBASE}/include - asgifincdir=$found_dir - - asextralib="" -@@ -2014,7 +2013,7 @@ if test ! "x$enable_asimage" = "xno" ; t - fi - for k in $aslibs ; do - check_library $k "$enable_shared" "" \ -- $ASIMAGE $ASIMAGE/lib /usr/local/lib /usr/lib /opt/lib -+ $ASIMAGE $ASIMAGE/lib ${LOCALBASE}/lib /usr/lib - if test "x$k" = "xlibz" ; then - found_libz=$found_lib - found_dirz=$found_dir diff --git a/misc/root/patches/patch-an b/misc/root/patches/patch-an index d24af016689..aeac3f09fd6 100644 --- a/misc/root/patches/patch-an +++ b/misc/root/patches/patch-an @@ -1,15 +1,15 @@ -$NetBSD: patch-an,v 1.1 2006/05/27 12:38:27 drochner Exp $ +$NetBSD: patch-an,v 1.2 2010/02/26 10:56:38 drochner Exp $ ---- gl/Module.mk.orig 2006-05-27 01:05:13.000000000 +0200 -+++ gl/Module.mk -@@ -35,8 +35,8 @@ GLH1 := $(MODDIRI)/gl2ps.h $(MOD +--- graf3d/gl/Module.mk.orig 2010-02-11 13:20:45.000000000 +0000 ++++ graf3d/gl/Module.mk +@@ -38,8 +38,8 @@ GLH1 := $(MODDIRI)/gl2ps.h $(MOD GLH2 := $(filter-out $(GLH1), $(GLH)) ifneq ($(OPENGLLIB),) -GLLIBS := $(OPENGLLIBDIR) $(OPENGLULIB) $(OPENGLLIB) \ -- $(X11LIBDIR) -lX11 -lXext -lXmu -lXi -lm +- $(X11LIBDIR) -lX11 -lm +GLLIBS := $(OPENGLLIBDIR) $(OPENGLULIB) $(OPENGLLIB) -Wl,-R${LOCALBASE}/lib \ -+ $(X11LIBDIR) -lX11 -lXext -lXmu -lXi -lm -Wl,-R${X11BASE}/lib ++ $(X11LIBDIR) -lX11 -lm -Wl,-R${X11BASE}/lib endif ifeq ($(ARCH),win32) - GLLIBS := opengl32.lib glu32.lib $(LPATH)/libGraf.lib $(LPATH)/libHist.lib + GLLIBS := opengl32.lib glu32.lib diff --git a/misc/root/patches/patch-ba b/misc/root/patches/patch-ba new file mode 100644 index 00000000000..e07c66e1fda --- /dev/null +++ b/misc/root/patches/patch-ba @@ -0,0 +1,12 @@ +$NetBSD: patch-ba,v 1.1 2010/02/26 10:56:38 drochner Exp $ + +--- core/editline/src/rlcurses.h.orig 2010-02-25 15:12:02.000000000 +0000 ++++ core/editline/src/rlcurses.h +@@ -30,6 +30,7 @@ extern "C" { + // conflicts with the system one: + # ifndef _TERMCAP_H + # include ++# include + # endif + int setupterm(const char* term, int fd, int* perrcode); + } diff --git a/misc/root/patches/patch-bb b/misc/root/patches/patch-bb new file mode 100644 index 00000000000..1a71235bda0 --- /dev/null +++ b/misc/root/patches/patch-bb @@ -0,0 +1,14 @@ +$NetBSD: patch-bb,v 1.1 2010/02/26 10:56:38 drochner Exp $ + +--- core/editline/src/readline.cxx.orig 2010-02-25 15:13:11.000000000 +0000 ++++ core/editline/src/readline.cxx +@@ -54,9 +54,6 @@ + #include + #include + #include +-#ifndef __FreeBSD__ +-#include +-#endif // __FreeBSD__ + #include "histedit.h" + // #include "readline/readline.h" + #include "editline.h" diff --git a/misc/root/patches/patch-bc b/misc/root/patches/patch-bc new file mode 100644 index 00000000000..e7c672843fd --- /dev/null +++ b/misc/root/patches/patch-bc @@ -0,0 +1,13 @@ +$NetBSD: patch-bc,v 1.1 2010/02/26 10:56:38 drochner Exp $ + +--- cint/cint/lib/posix/posix.h.orig 2010-02-11 13:20:33.000000000 +0000 ++++ cint/cint/lib/posix/posix.h +@@ -283,7 +283,7 @@ extern int setpgrp(pid_t _pid,pid_t _pgr + #endif + #elif (defined(G__SUN) || defined(__sun)) && !defined(__x86_64) + extern long setpgrp(void); +-#elif defined(G__FBSD)||defined(__FreeBSD__)||defined(G__OBSD)||defined(__OpenBSD__)||((defined(G__alpha)||defined(__alpha))&&(defined(G__GNUC) || defined(G__LINUX) || defined(__linux__)))||((defined(G__alpha)||defined(__alpha))&&defined(G__GNUC)) ++#elif defined(G__FBSD)||defined(__FreeBSD__)||defined(G__OBSD)||defined(__OpenBSD__)||((defined(G__alpha)||defined(__alpha))&&(defined(G__GNUC) || defined(G__LINUX) || defined(__linux__)))||((defined(G__alpha)||defined(__alpha))&&defined(G__GNUC)) || defined(__NetBSD__) || defined(G__NBSD) + extern int setpgrp(pid_t _pid, pid_t _pgrp); + #elif defined(G__KCC) || defined(__KCC) + extern pid_t setpgrp(void); diff --git a/misc/root/patches/patch-bd b/misc/root/patches/patch-bd new file mode 100644 index 00000000000..6febc69a0de --- /dev/null +++ b/misc/root/patches/patch-bd @@ -0,0 +1,14 @@ +$NetBSD: patch-bd,v 1.1 2010/02/26 10:56:38 drochner Exp $ + +--- cint/cint/src/init.cxx.orig 2010-02-25 15:46:10.000000000 +0000 ++++ cint/cint/src/init.cxx +@@ -2094,6 +2094,9 @@ void G__platformMacro() + #ifdef __FreeBSD__ /* FreeBSD */ + G__DEFINE_MACRO_N(__FreeBSD__, "G__FBSD"); + #endif ++#ifdef __NetBSD__ ++ G__DEFINE_MACRO_N(__NetBSD__, "G__NBSD"); ++#endif + #ifdef __OpenBSD__ /* OpenBSD */ + G__DEFINE_MACRO_N(__OpenBSD__, "G__OBSD"); + #endif diff --git a/misc/root/patches/patch-be b/misc/root/patches/patch-be new file mode 100644 index 00000000000..094b50eaf98 --- /dev/null +++ b/misc/root/patches/patch-be @@ -0,0 +1,13 @@ +$NetBSD: patch-be,v 1.1 2010/02/26 10:56:38 drochner Exp $ + +--- cint/cint/src/DataMbr.cxx.orig 2010-02-25 16:10:17.000000000 +0000 ++++ cint/cint/src/DataMbr.cxx +@@ -234,6 +234,8 @@ int Cint::G__DataMemberInfo::MaxIndex(in + else { + // -- For first dimension divide number of elements by stride. + // Note: This may be zero, if this is not an array! ++ if (!var->varlabel[index][0]) ++ return -1; + return var->varlabel[index][1] /* num of elements*/ / var->varlabel[index][0] /* stride */; + } + } diff --git a/misc/root/patches/patch-bf b/misc/root/patches/patch-bf new file mode 100644 index 00000000000..d1e404abc25 --- /dev/null +++ b/misc/root/patches/patch-bf @@ -0,0 +1,13 @@ +$NetBSD: patch-bf,v 1.1 2010/02/26 10:56:39 drochner Exp $ + +--- montecarlo/vmc/inc/TMCProcess.h.orig 2010-02-25 16:51:41.000000000 +0000 ++++ montecarlo/vmc/inc/TMCProcess.h +@@ -81,7 +81,7 @@ enum TMCProcess + kPNoProcess // unknown process + }; + +-static const char * const TMCProcessName[kMaxMCProcess] = { ++static const char * const TMCProcessName[45] = { + "Primary particle emission", + "Multiple scattering", + "Energy loss", diff --git a/misc/root/patches/patch-bg b/misc/root/patches/patch-bg new file mode 100644 index 00000000000..84f139c4c9f --- /dev/null +++ b/misc/root/patches/patch-bg @@ -0,0 +1,13 @@ +$NetBSD: patch-bg,v 1.1 2010/02/26 10:56:39 drochner Exp $ + +--- graf3d/ftgl/src/FTVectoriser.cxx.orig 2010-02-25 17:26:18.000000000 +0000 ++++ graf3d/ftgl/src/FTVectoriser.cxx +@@ -7,7 +7,7 @@ + + #if defined(__APPLE_CC__) && __APPLE_CC__ > 4000 && __APPLE_CC__ < 5450 && !defined(__INTEL_COMPILER) + typedef GLvoid (*GLUTesselatorFunction)(...); +-#elif defined( __mips ) || defined( __linux__ ) || defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __sun ) || defined (__CYGWIN__) || defined (__APPLE__) ++#elif defined( __mips ) || defined( __linux__ ) || defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __sun ) || defined (__CYGWIN__) || defined (__APPLE__) || defined(__NetBSD__) + typedef GLvoid (*GLUTesselatorFunction)(); + #elif defined ( WIN32) + typedef GLvoid (CALLBACK *GLUTesselatorFunction)( ); diff --git a/misc/root/patches/patch-bh b/misc/root/patches/patch-bh new file mode 100644 index 00000000000..bf8ac4388cf --- /dev/null +++ b/misc/root/patches/patch-bh @@ -0,0 +1,13 @@ +$NetBSD: patch-bh,v 1.1 2010/02/26 10:56:39 drochner Exp $ + +--- graf3d/gl/src/TGLPadUtils.cxx.orig 2010-02-25 17:28:38.000000000 +0000 ++++ graf3d/gl/src/TGLPadUtils.cxx +@@ -531,7 +531,7 @@ Small RAII class for GLU tesselator. + extern "C" { + #if defined(__APPLE_CC__) && __APPLE_CC__ > 4000 && __APPLE_CC__ < 5450 && !defined(__INTEL_COMPILER) + typedef GLvoid (*tess_t)(...); +-#elif defined( __mips ) || defined( __linux__ ) || defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __sun ) || defined (__CYGWIN__) || defined (__APPLE__) ++#elif defined( __mips ) || defined( __linux__ ) || defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __sun ) || defined (__CYGWIN__) || defined (__APPLE__) || defined(__NetBSD__) + typedef GLvoid (*tess_t)(); + #elif defined ( WIN32) + typedef GLvoid (CALLBACK *tess_t)( ); diff --git a/misc/root/patches/patch-bi b/misc/root/patches/patch-bi new file mode 100644 index 00000000000..31217493ce6 --- /dev/null +++ b/misc/root/patches/patch-bi @@ -0,0 +1,13 @@ +$NetBSD: patch-bi,v 1.1 2010/02/26 10:56:39 drochner Exp $ + +--- graf3d/gl/src/TGLUtil.cxx.orig 2010-02-25 17:30:18.000000000 +0000 ++++ graf3d/gl/src/TGLUtil.cxx +@@ -1354,7 +1354,7 @@ Float_t TGLUtil::fgLineWidthScale = 1.0f + extern "C" { + #if defined(__APPLE_CC__) && __APPLE_CC__ > 4000 && __APPLE_CC__ < 5450 && !defined(__INTEL_COMPILER) + typedef GLvoid (*tessfuncptr_t)(...); +-#elif defined( __mips ) || defined( __linux__ ) || defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __sun ) || defined (__CYGWIN__) || defined (__APPLE__) ++#elif defined( __mips ) || defined( __linux__ ) || defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __sun ) || defined (__CYGWIN__) || defined (__APPLE__) || defined(__NetBSD__) + typedef GLvoid (*tessfuncptr_t)(); + #elif defined ( WIN32) + typedef GLvoid (CALLBACK *tessfuncptr_t)( ); diff --git a/misc/root/patches/patch-bj b/misc/root/patches/patch-bj new file mode 100644 index 00000000000..c0970279645 --- /dev/null +++ b/misc/root/patches/patch-bj @@ -0,0 +1,13 @@ +$NetBSD: patch-bj,v 1.1 2010/02/26 10:56:39 drochner Exp $ + +--- misc/minicern/src/cernlib.c.orig 2010-02-25 18:17:20.000000000 +0000 ++++ misc/minicern/src/cernlib.c +@@ -185,7 +185,7 @@ int cfstati_(char *fname, int *info, int + info[4] = (int) buf.st_uid; + info[5] = (int) buf.st_gid; + info[6] = (int) buf.st_size; +-#if defined(__APPLE__) || defined(__FreeBSD__) ++#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__NetBSD__) + info[7] = (int) buf.st_atimespec.tv_sec; + info[8] = (int) buf.st_mtimespec.tv_sec; + info[9] = (int) buf.st_ctimespec.tv_sec; diff --git a/misc/root/patches/patch-ca b/misc/root/patches/patch-ca new file mode 100644 index 00000000000..84de05b96ec --- /dev/null +++ b/misc/root/patches/patch-ca @@ -0,0 +1,16 @@ +$NetBSD: patch-ca,v 1.1 2010/02/26 10:56:39 drochner Exp $ + +--- config/Makefile.netbsd.orig 2010-02-25 20:17:41.000000000 +0000 ++++ config/Makefile.netbsd +@@ -38,9 +38,9 @@ CILIBS = -lm -ltermcap -lstdc++ + CRYPTLIBS = -lcrypt + + # Fortran: +-F77 = f77 ++F77 = /usr/pkg/gcc3/bin/g77 + F77FLAGS = $(OPT) +-F77LIBS = -lg2c ++F77LIBS = -L/usr/pkg/gcc3/lib -Wl,-R/usr/pkg/gcc3/lib -lg2c + + # Extras + -- cgit v1.2.3