[root-system] branch master updated (a725cab -> 5f7595c)

Lifeng Sun lifengsun-guest at moszumanska.debian.org
Sat Aug 2 08:35:03 UTC 2014


This is an automated email from the git hooks/post-receive script.

lifengsun-guest pushed a change to branch master
in repository root-system.

      from  a725cab   Update changelog and prepare upload to unstable.
      adds  e5bdd5b   Imported Upstream version 5.34.10
      adds  c2db285   Imported Upstream version 5.34.13
       new  c4b9ace   Merge tag 'upstream/5.34.13'
       new  b34cd46   Refresh patchset.
       new  1b5693f   Build-depend on libglew-dev rather than libglew1.5-dev.
       new  533a34f   Update changelog and prepare upload to unstable.
       new  5bcbdb7   fix globus header path.
       new  a3cc2eb   fix typos in package description.
      adds  fc3c59b   Imported Upstream version 5.34.14
       new  1686cee   Merge tag 'upstream/5.34.14'
       new  e8316e5   Refresh patchset.
       new  7126956   root-system-rootd.postinst: specify --home option for adduser.
      adds  a7a2c1c   Imported Upstream version 5.34.19+dfsg
       new  bdf8d58   Merge tag 'upstream/5.34.19+dfsg'
       new  3754fb1   Update debian/changelog.
       new  a419837   make sure config.status exsits before distclean.
       new  19c74ba   refresh patchset.
       new  5b18419   Specify odbc header dir.
       new  9e6206f   Fix Ruby header directory.
       new  8dcbed0   Switch python-support to dh-python.
       new  13897cd   Add missing js source.
       new  8097efa   Add lintian-overrides for typeface.js.
       new  fdb0cdf   Remove logo url in html header.
       new  4ebe984   Update debian/changelog and prepare to upload to unstable.
       new  5f7595c   Fix python path.

The 21 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |    45 +-
 CMakeLists.txt                                     |    36 +-
 Makefile                                           |    66 +-
 README/CREDITS                                     |    39 +-
 bindings/pyroot/CMakeLists.txt                     |    19 +-
 bindings/pyroot/Module.mk                          |    10 +
 bindings/pyroot/ROOT.py                            |    48 +-
 bindings/pyroot/cppyy.py                           |   187 +
 bindings/pyroot/inc/TPyDispatcher.h                |   117 +
 bindings/pyroot/src/Converters.cxx                 |    43 +-
 bindings/pyroot/src/Converters.h                   |     1 +
 bindings/pyroot/src/Executors.cxx                  |     1 +
 bindings/pyroot/src/MethodHolder.cxx               |     6 +-
 bindings/pyroot/src/ObjectProxy.cxx                |    23 +-
 bindings/pyroot/src/PropertyProxy.cxx              |     4 +
 bindings/pyroot/src/Pythonize.cxx                  |    69 +-
 bindings/pyroot/src/RootModule.cxx                 |    10 +-
 bindings/pyroot/src/RootWrapper.cxx                |     6 +-
 bindings/pyroot/src/TCustomPyTypes.cxx             |     4 +-
 bindings/pyroot/src/TPyDispatcher.cxx              |   172 +-
 bindings/pyroot/src/Utility.cxx                    |    38 +-
 bindings/pyroot/src/Utility.h                      |     8 +-
 build/unix/compiledata.sh                          |    64 +-
 build/unix/distfilelist.sh                         |     4 +-
 build/unix/installDavix.sh                         |   381 +
 build/unix/makedist.sh                             |    17 +-
 build/unix/makehtml.sh                             |     6 +-
 build/unix/makelib.sh                              |     2 +-
 build/unix/makestatic.sh                           |     5 +
 build/unix/makeversion.sh                          |     2 +-
 build/unix/staticobjectlist.sh                     |    11 +-
 build/version_number                               |     2 +-
 build/win/inttypes.h                               |   305 +
 cint/ROOT/CMakeLists.txt                           |    20 +-
 cint/ROOT/cintdlls.mk                              |    11 +-
 cint/ROOT/configcint.mk                            |     2 +-
 cint/cint/CMakeLists.txt                           |    28 +-
 cint/cint/Module.mk                                |    32 +-
 cint/cint/PlatformDependentSettings.cmake          |    11 +-
 cint/cint/inc/G__ci.h                              |     6 +-
 cint/cint/inc/G__ci_fproto.h                       |     5 +-
 cint/cint/lib/dll_stl/lst.h                        |    22 +
 cint/cint/lib/dll_stl/mp.h                         |    88 +
 cint/cint/lib/dll_stl/multmp.h                     |    73 +
 cint/cint/lib/dll_stl/multst.h                     |    22 +
 cint/cint/lib/dll_stl/st.h                         |    22 +
 cint/cint/lib/libcxxstrm/Makefile                  |    28 +
 cint/cint/lib/libcxxstrm/README.txt                |    15 +
 cint/cint/lib/libcxxstrm/fstrm.h                   |   161 +
 cint/cint/lib/libcxxstrm/iostrm.h                  |   686 +
 cint/cint/lib/libcxxstrm/iostrm.h.org              |   684 +
 cint/cint/lib/{gcc4strm => libcxxstrm}/linkdef.h   |     0
 cint/cint/lib/libcxxstrm/sstrm.h                   |   210 +
 cint/cint/lib/prec_stl/list                        |     8 +-
 cint/cint/lib/prec_stl/map                         |     4 +-
 cint/cint/lib/prec_stl/multimap                    |     4 +-
 cint/cint/lib/prec_stl/multiset                    |     4 +-
 cint/cint/lib/prec_stl/set                         |     4 +-
 cint/cint/lib/prec_stl/vector                      |    58 +
 cint/cint/lib/vc11strm/G__stream.def               |    22 +
 cint/cint/lib/{vc10strm => vc11strm}/Makefile      |     0
 cint/cint/lib/{iccstrm => vc11strm}/README.txt     |     0
 cint/cint/lib/vc11strm/cint_process_file.ps1       |    41 +
 cint/cint/lib/{alphastrm => vc11strm}/fstrm.h      |     0
 cint/cint/lib/vc11strm/iostrm.h                    |   619 +
 cint/cint/lib/vc11strm/linkdef.h                   |    16 +
 cint/cint/lib/vc11strm/sstrm.h                     |   214 +
 cint/cint/lib/vc11strm/vc11strm.cxx                |  4293 +++++
 cint/cint/lib/vc11strm/vc11strm.h                  |    83 +
 cint/cint/src/Api.cxx                              |     5 +-
 cint/cint/src/common.h                             |     6 +-
 cint/cint/src/dict/libcxxstrm.cxx                  |  4543 ++++++
 cint/cint/src/dict/libcxxstrm.h                    |    84 +
 cint/cint/src/dict/vc11strm.cxx                    |  4288 +++++
 cint/cint/src/dict/vc11strm.h                      |    83 +
 cint/cint/src/disp.cxx                             |    26 +-
 cint/cint/src/init.cxx                             |    10 +
 cint/cint/src/loadfile.cxx                         |     1 +
 cint/cintex/CMakeLists.txt                         |     4 +-
 cint/cintex/src/CINTVariableBuilder.cxx            |    14 +-
 cint/cintex/src/ROOTClassEnhancer.cxx              |    23 +
 .../{iosenum.linuxarm3 => iosenum.win64gcc3}       |     0
 cint/reflex/CMakeLists.txt                         |    15 +-
 cint/reflex/inc/Reflex/Builder/CollectionProxy.h   |    23 +-
 cint/reflex/python/CMakeLists.txt                  |     4 +-
 cint/reflex/python/genreflex/gendict.py            |    66 +-
 cint/reflex/python/genreflex/genreflex.py          |     5 +-
 cint/reflex/src/Class.cxx                          |     3 +
 cint/reflex/src/stl_hash.h                         |    69 +-
 cmake/modules/CheckCompiler.cmake                  |    56 +-
 cmake/modules/FindAlien.cmake                      |     4 +-
 cmake/modules/FindCFITSIO.cmake                    |    90 +-
 cmake/modules/FindDavix.cmake                      |    19 +
 cmake/modules/FindFTGL.cmake                       |    24 +-
 cmake/modules/FindGFAL.cmake                       |     2 +-
 cmake/modules/FindGSL.cmake                        |   175 +-
 cmake/modules/FindGraphviz.cmake                   |    44 +-
 cmake/modules/FindKerberos5.cmake                  |    72 +-
 cmake/modules/FindMonalisa.cmake                   |     6 +-
 cmake/modules/FindMySQL.cmake                      |    31 +-
 cmake/modules/FindOpenGL.cmake                     |   159 -
 cmake/modules/FindPCRE.cmake                       |     4 +-
 cmake/modules/FindPythia6.cmake                    |    40 +-
 cmake/modules/FindPythia8.cmake                    |    77 +-
 cmake/modules/FindROOTInternal.cmake               |   298 -
 cmake/modules/FindXROOTD.cmake                     |    14 +-
 cmake/modules/PostInstalledSoftware.cmake          |     7 +-
 cmake/modules/RootBuildOptions.cmake               |   104 +-
 cmake/modules/RootCTest.cmake                      |    11 +
 cmake/modules/RootConfiguration.cmake              |   160 +-
 cmake/modules/RootInstallDirs.cmake                |   256 +
 cmake/modules/RootNewMacros.cmake                  |   258 +-
 cmake/modules/RootTestDriver.cmake                 |   139 +-
 cmake/modules/SearchInstalledSoftware.cmake        |   188 +-
 cmake/modules/SetUpLinux.cmake                     |    44 +-
 cmake/modules/SetUpMacOS.cmake                     |    30 +-
 cmake/modules/SetUpWindows.cmake                   |     4 +-
 cmake/modules/WriteConfigCint.cmake                |     8 +-
 cmake/patches/davix-0.3.1.patch                    |    14 +
 cmake/scripts/CMakeLists.template                  |    69 -
 cmake/scripts/Makefile-comp.in                     |    10 -
 cmake/scripts/RConfigOptions.in                    |     7 -
 cmake/scripts/RConfigure.in                        |    26 -
 cmake/scripts/ROOTConfig.cmake.in                  |    61 +-
 cmake/scripts/RootUseFile.cmake.in                 |    15 +-
 cmake/scripts/configcint.h                         |    48 -
 cmake/scripts/configcint.in                        |    92 -
 cmake/scripts/configcint.mk                        |   100 -
 cmake/scripts/genreflex-rootcint.in                |     3 -
 cmake/scripts/genreflex.final.in                   |     3 -
 cmake/scripts/genreflex.in                         |     3 -
 cmake/scripts/local_install.cmake                  |    19 +
 cmake/scripts/memprobe.in                          |   309 -
 cmake/scripts/root-config.in                       |   824 -
 cmake/scripts/rootrc.in                            |   514 -
 cmake/scripts/testsingle.cxx.in                    |  1553 --
 cmake/scripts/thisroot.sh                          |    67 -
 config/ARCHS                                       |     2 +
 config/Makefile.depend                             |    36 +-
 config/Makefile.in                                 |    28 +-
 config/Makefile.ios                                |    27 +-
 config/Makefile.ios64                              |   103 +
 config/Makefile.iossim                             |    27 +-
 config/Makefile.linux                              |    13 +-
 config/Makefile.linuxx8664gcc                      |     6 +
 config/Makefile.linuxx8664icc                      |     7 +-
 config/Makefile.linuxx8664k1omicc                  |     2 +-
 config/Makefile.macosx                             |    17 +-
 config/Makefile.macosx64                           |    28 +-
 config/Makefile.macosxicc                          |    21 +-
 config/Makefile.win32                              |     2 +-
 config/Makefile.win32gcc                           |     8 +-
 config/Makefile.win64gcc                           |    88 +
 config/RConfigure.in                               |     3 +
 config/genreflex.in                                |     2 +-
 config/proofserv.in                                |     0
 config/root-config.in                              |    38 +-
 config/rootrc.in                                   |   112 +-
 config/thisroot.sh                                 |     6 +-
 configure                                          |   639 +-
 core/CMakeLists.txt                                |     2 +-
 core/base/inc/Buttons.h                            |     1 +
 core/base/inc/Byteswap.h                           |     6 +-
 core/base/inc/LinkDef1.h                           |     4 +
 core/base/inc/LinkDef2.h                           |     8 +-
 core/base/inc/RVersion.h                           |    10 +-
 core/base/inc/Rtypes.h                             |     1 +
 core/base/inc/RtypesImp.h                          |     4 +
 core/base/inc/TAttAxis.h                           |    22 +-
 core/base/inc/TAttBBox2D.h                         |    52 +
 core/base/inc/TAttFill.h                           |     1 +
 core/base/inc/TAttLine.h                           |     3 +-
 core/base/inc/TAttMarker.h                         |     3 +-
 core/base/inc/TAttText.h                           |     1 +
 core/base/inc/TBuffer.h                            |     1 +
 core/base/inc/TColor.h                             |     5 +-
 core/base/inc/TColorGradient.h                     |   142 +-
 core/base/inc/TDirectory.h                         |     2 +-
 core/base/inc/TMathBase.h                          |     6 +-
 core/base/inc/TROOT.h                              |     1 +
 core/base/inc/TStyle.h                             |     7 +-
 core/base/inc/TUrl.h                               |     1 +
 core/base/inc/TVirtualPad.h                        |     7 +-
 core/base/inc/TVirtualPadPainter.h                 |     4 +
 core/base/inc/TVirtualPerfStats.h                  |     2 +-
 core/base/inc/TVirtualX.h                          |     4 +-
 core/base/src/TApplication.cxx                     |    80 +-
 core/base/src/TAttAxis.cxx                         |    10 +-
 core/base/src/TAttBBox2D.cxx                       |    19 +
 core/base/src/TAttFill.cxx                         |    41 +-
 core/base/src/TAttLine.cxx                         |    28 +-
 core/base/src/TAttMarker.cxx                       |    26 +
 core/base/src/TAttText.cxx                         |    27 +
 core/base/src/TBuffer.cxx                          |     9 -
 core/base/src/TColor.cxx                           |   133 +-
 core/base/src/TColorGradient.cxx                   |   160 +-
 core/base/src/TDirectory.cxx                       |    60 +-
 core/base/src/TQConnection.cxx                     |     2 +-
 core/base/src/TQObject.cxx                         |    16 +-
 core/base/src/TROOT.cxx                            |   107 +-
 core/base/src/TString.cxx                          |    27 +-
 core/base/src/TStyle.cxx                           |    17 +-
 core/base/src/TSystem.cxx                          |    14 +-
 core/base/src/TUri.cxx                             |     6 +-
 core/base/src/TUrl.cxx                             |    43 +-
 core/base/src/TVirtualX.cxx                        |    19 +
 core/cont/inc/TArrayC.h                            |     2 +-
 core/cont/inc/TArrayD.h                            |     2 +-
 core/cont/inc/TArrayF.h                            |     2 +-
 core/cont/inc/TArrayI.h                            |     2 +-
 core/cont/inc/TArrayL.h                            |     2 +-
 core/cont/inc/TArrayL64.h                          |     2 +-
 core/cont/inc/TArrayS.h                            |     2 +-
 core/cont/inc/TClassTable.h                        |     1 +
 core/cont/inc/TCollectionProxyInfo.h               |    14 +-
 core/cont/inc/TVirtualCollectionProxy.h            |     4 +-
 core/cont/src/TClonesArray.cxx                     |     2 +-
 core/cont/src/TCollection.cxx                      |    18 +-
 core/cont/src/TRefArray.cxx                        |    22 +
 core/lzma/CMakeLists.txt                           |     2 +-
 core/lzma/Module.mk                                |     2 -
 core/macosx/Module.mk                              |     8 +
 core/macosx/inc/TMacOSXSystem.h                    |     1 +
 core/macosx/src/TMacOSXSystem.mm                   |   238 +-
 core/meta/CMakeLists.txt                           |     3 +
 core/meta/inc/LinkDef.h                            |     2 +-
 core/meta/inc/TCint.h                              |     1 +
 core/meta/inc/TClass.h                             |    23 +-
 core/meta/inc/TClassAttributeMap.h                 |    60 -
 core/meta/inc/TDictAttributeMap.h                  |    56 +
 core/meta/inc/TDictionary.h                        |    35 +-
 core/meta/inc/TInterpreter.h                       |     1 +
 core/meta/inc/TStreamerElement.h                   |    40 +-
 core/meta/inc/TVirtualStreamerInfo.h               |    11 +-
 core/meta/src/TCint.cxx                            |    16 +-
 core/meta/src/TClass.cxx                           |   193 +-
 core/meta/src/TClassAttributeMap.cxx               |   164 -
 core/meta/src/TDictAttributeMap.cxx                |   112 +
 core/meta/src/TDictionary.cxx                      |    22 +
 core/meta/src/TSchemaRuleSet.cxx                   |     2 +-
 core/meta/src/TStreamerElement.cxx                 |    84 +-
 core/metautils/inc/ESTLType.h                      |    45 +
 core/metautils/inc/TClassEdit.h                    |    35 +-
 core/metautils/src/RConversionRuleParser.cxx       |     4 +-
 core/metautils/src/TClassEdit.cxx                  |     4 +
 core/newdelete/src/NewDelete.cxx                   |     4 +-
 core/rint/src/TRint.cxx                            |     2 +-
 core/rint/src/TTabCom.cxx                          |    65 +-
 .../src/textinput/TerminalDisplayUnix.cpp          |    32 +-
 .../textinput/src/textinput/TerminalDisplayWin.cpp |    22 +-
 core/textinput/src/textinput/TerminalDisplayWin.h  |     1 +
 core/thread/src/TThread.cxx                        |    11 +-
 core/unix/inc/TUnixSystem.h                        |     3 -
 core/unix/src/TUnixSystem.cxx                      |   197 +-
 core/utils/CMakeLists.txt                          |     7 +-
 core/utils/src/rlibmap.cxx                         |     9 +-
 core/utils/src/rootcint.cxx                        |    19 +-
 core/winnt/src/TWinNTSystem.cxx                    |    53 +-
 core/zip/CMakeLists.txt                            |     2 +-
 debian/changelog                                   |    23 +
 debian/control                                     |    16 +-
 debian/missing-sources/d3.v2.js                    |  7026 ++++++++
 debian/missing-sources/jquery-ui.js                | 15003 +++++++++++++++++
 debian/missing-sources/jquery.js                   |  9597 +++++++++++
 debian/missing-sources/justgage.1.0.1.js           |   474 +
 debian/missing-sources/raphael.2.1.0.js            |  8111 +++++++++
 debian/missing-sources/three.js                    |  1459 ++
 debian/patches/01-link-roota-against-sqlite.patch  |     4 +-
 .../02-build-libroot-misc-memstat-package.patch    |     6 +-
 .../patches/03-build-libroot-bonjour-package.patch |     8 +-
 debian/patches/04-build-libroot-html-package.patch |     2 +-
 ...-rename-package-libroot-proof-proofplayer.patch |     4 +-
 debian/patches/06-globus-header.patch              |    21 +
 debian/patches/06-inline-function.patch            |    32 -
 debian/patches/15-enable-extra-ldflags.patch       |     6 +-
 debian/patches/38-fix-typo-ouput-output.patch      |    17 +-
 debian/patches/40-fix-typo-lenght-length.patch     |    10 +-
 .../patches/54-fix-typo-auxilliary-auxiliary.patch |     2 +-
 debian/patches/64-support-mipsel.patch             |     2 +-
 debian/patches/69-support-pythia8.patch            |     2 +-
 .../71-remove-root-plugin-proof-xproof.patch       |     2 +-
 debian/patches/74-kfreebsd.patch                   |    12 +-
 debian/patches/75-hardening-flag.patch             |     2 +-
 debian/patches/76-hurd-i386.patch                  |    12 +-
 debian/patches/77-ruby-header-path.patch           |    11 +
 debian/patches/78-html-header-logo.patch           |     8 +
 debian/patches/series                              |     3 +
 debian/root-system-rootd.postinst                  |     4 +-
 debian/rules                                       |     7 +-
 debian/script/makebuilddepend.sh                   |     4 +-
 debian/skel/control.in                             |     2 +-
 debian/skel/libroot-bindings-python.control        |     2 +-
 debian/skel/libroot-bindings-python.links.in       |     2 +-
 debian/skel/libroot-gui-ged.control                |     4 +-
 debian/skel/libroot-roofit.control                 |     4 +-
 debian/skel/root-plugin-geom-gdml.control          |     2 +-
 debian/skel/root-plugin-geom-gdml.links.in         |     4 +-
 debian/source/lintian-overrides                    |     2 +
 doc/v534/index.html                                |     2 +-
 docbook/primer/Introduction.xml                    |   136 -
 docbook/primer/ROOTPrimer.xml                      |    29 -
 docbook/primer/ROOT_as_calculator.xml              |   600 -
 docbook/primer/bibliography.xml                    |    55 -
 docbook/primer/concludingRemarks.xml               |    36 -
 docbook/primer/figures/ROOTPanel_FitPanel.png      |   Bin 63749 -> 0 bytes
 docbook/primer/filio.xml                           |   448 -
 .../primer/functions_and_parameter_estimation.xml  |   207 -
 docbook/primer/graphs.xml                          |   162 -
 docbook/primer/histograms.xml                      |   189 -
 docbook/primer/macros/ExampleMacro.C               |    70 -
 docbook/primer/macros/ExampleMacro_GUI.C           |    55 -
 docbook/primer/macros/MySelector.C                 |   146 -
 docbook/primer/macros/macro1.C                     |    70 -
 docbook/primer/macros/macro2.C                     |    29 -
 docbook/primer/macros/macro4.C                     |    42 -
 docbook/primer/macros/macro5.C                     |    31 -
 docbook/primer/macros/macro6.C                     |    63 -
 docbook/primer/macros/macro7.C                     |    31 -
 docbook/primer/macros/macro8.C                     |    64 -
 docbook/primer/macros/macro9.C                     |    76 -
 docbook/primer/macros/makeMySelector.C             |    11 -
 docbook/primer/macros/read_ntuple_from_file.C      |    25 -
 docbook/primer/macros/rootlogon.C                  |    43 -
 docbook/primer/macros/slits.C                      |    42 -
 docbook/primer/macros/write_ntuple_to_file.C       |    32 -
 .../primer/macros/write_ntuple_to_file_advanced.C  |    32 -
 docbook/primer/primer.xpr                          |  1095 --
 docbook/primer/titlepage.xml                       |    23 -
 docbook/primer/your_first_ROOT_macro.xml           |   345 -
 docbook/users-guide/ALittleC++.xml                 |   249 -
 docbook/users-guide/AddingaClass.xml               |   850 -
 docbook/users-guide/CINT.xml                       |   986 --
 docbook/users-guide/CollectionClasses.xml          |   399 -
 docbook/users-guide/Cover.xml                      |    20 -
 docbook/users-guide/ExampleAnalysis.xml            |   295 -
 docbook/users-guide/FittingHistograms.xml          |   791 -
 docbook/users-guide/FoldersTasks.xml               |   231 -
 docbook/users-guide/Geometry.xml                   |  2537 ---
 docbook/users-guide/GettingStarted.xml             |   811 -
 docbook/users-guide/Graphics.xml                   |  4278 -----
 docbook/users-guide/Graphs.xml                     |   642 -
 docbook/users-guide/HTMLDoc.xml                    |   158 -
 docbook/users-guide/Histograms.xml                 |  1608 --
 docbook/users-guide/InputOutput.xml                |  2224 ---
 docbook/users-guide/InstallandBuild.xml            |   880 -
 docbook/users-guide/Introduction.xml               |   509 -
 docbook/users-guide/LinearAlgebra.xml              |  2786 ----
 docbook/users-guide/MathLibraries.xml              |  1639 --
 docbook/users-guide/Networking.xml                 |   123 -
 docbook/users-guide/ObjectOwnership.xml            |   176 -
 docbook/users-guide/PROOF.xml                      |    27 -
 docbook/users-guide/PhysicsVectors.xml             |   671 -
 docbook/users-guide/Preface.xml                    |   134 -
 docbook/users-guide/PythonRuby.xml                 |   730 -
 docbook/users-guide/ROOTUsersGuide.xml             |    49 -
 docbook/users-guide/ROOTandQt.xml                  |   500 -
 docbook/users-guide/Threads.xml                    |   389 -
 docbook/users-guide/Trees.xml                      |  2793 ----
 docbook/users-guide/TutorialsandTests.xml          |   617 -
 docbook/users-guide/Users-Guide.xpr                |   882 -
 docbook/users-guide/WritingGUI.xml                 |  1865 ---
 docbook/users-guide/makeepub.sh                    |    39 -
 docbook/users-guide/makehtml.sh                    |    30 -
 docbook/users-guide/makehtmlchunk.sh               |    37 -
 docbook/users-guide/makepdf.sh                     |    61 -
 docbook/users-guide/pictures/02000030.jpg          |   Bin 136015 -> 0 bytes
 docbook/users-guide/pictures/02000031.jpg          |   Bin 114812 -> 0 bytes
 docbook/users-guide/pictures/02000032.jpg          |   Bin 188416 -> 0 bytes
 docbook/users-guide/pictures/02000034.jpg          |   Bin 67573 -> 0 bytes
 docbook/users-guide/pictures/02000035.jpg          |   Bin 83129 -> 0 bytes
 docbook/users-guide/pictures/02000036.jpg          |   Bin 43952 -> 0 bytes
 docbook/users-guide/pictures/02000037.jpg          |   Bin 65893 -> 0 bytes
 docbook/users-guide/pictures/02000039.jpg          |   Bin 84736 -> 0 bytes
 docbook/users-guide/pictures/0200003C.jpg          |   Bin 62810 -> 0 bytes
 docbook/users-guide/pictures/020000A2.jpg          |   Bin 26572 -> 0 bytes
 docbook/users-guide/pictures/03000005.png          |   Bin 31927 -> 0 bytes
 docbook/users-guide/pictures/03000028.png          |   Bin 10418 -> 0 bytes
 docbook/users-guide/pictures/03000029.png          |   Bin 66454 -> 0 bytes
 docbook/users-guide/pictures/0300002B.png          |   Bin 7129 -> 0 bytes
 docbook/users-guide/pictures/0300002C.png          |   Bin 44839 -> 0 bytes
 docbook/users-guide/pictures/0300002F.png          |   Bin 22235 -> 0 bytes
 docbook/users-guide/pictures/03000033.png          |   Bin 64412 -> 0 bytes
 docbook/users-guide/pictures/03000038.png          |   Bin 38815 -> 0 bytes
 docbook/users-guide/pictures/0300003A.png          |   Bin 7015 -> 0 bytes
 docbook/users-guide/pictures/0300003D.png          |   Bin 7005 -> 0 bytes
 docbook/users-guide/pictures/0300003E.png          |   Bin 9588 -> 0 bytes
 docbook/users-guide/pictures/03000040.png          |   Bin 28380 -> 0 bytes
 docbook/users-guide/pictures/03000041.png          |   Bin 24803 -> 0 bytes
 docbook/users-guide/pictures/03000042.png          |   Bin 20274 -> 0 bytes
 docbook/users-guide/pictures/03000043.png          |   Bin 18812 -> 0 bytes
 docbook/users-guide/pictures/03000044.png          |   Bin 17733 -> 0 bytes
 docbook/users-guide/pictures/03000045.png          |   Bin 16771 -> 0 bytes
 docbook/users-guide/pictures/03000046.png          |   Bin 3654 -> 0 bytes
 docbook/users-guide/pictures/03000047.png          |   Bin 25629 -> 0 bytes
 docbook/users-guide/pictures/03000048.png          |   Bin 39543 -> 0 bytes
 docbook/users-guide/pictures/03000049.png          |   Bin 41945 -> 0 bytes
 docbook/users-guide/pictures/0300004A.png          |   Bin 3768 -> 0 bytes
 docbook/users-guide/pictures/0300004B.png          |   Bin 3160 -> 0 bytes
 docbook/users-guide/pictures/0300004C.png          |   Bin 2637 -> 0 bytes
 docbook/users-guide/pictures/0300004D.png          |   Bin 2883 -> 0 bytes
 docbook/users-guide/pictures/0300004E.png          |   Bin 3682 -> 0 bytes
 docbook/users-guide/pictures/0300004F.png          |   Bin 4312 -> 0 bytes
 docbook/users-guide/pictures/03000050.png          |   Bin 3196 -> 0 bytes
 docbook/users-guide/pictures/03000051.png          |   Bin 2988 -> 0 bytes
 docbook/users-guide/pictures/03000052.png          |   Bin 4764 -> 0 bytes
 docbook/users-guide/pictures/03000053.png          |   Bin 4577 -> 0 bytes
 docbook/users-guide/pictures/03000054.png          |   Bin 23405 -> 0 bytes
 docbook/users-guide/pictures/03000055.png          |   Bin 23764 -> 0 bytes
 docbook/users-guide/pictures/03000056.png          |   Bin 9254 -> 0 bytes
 docbook/users-guide/pictures/03000057.png          |   Bin 4861 -> 0 bytes
 docbook/users-guide/pictures/03000058.png          |   Bin 4113 -> 0 bytes
 docbook/users-guide/pictures/0300005A.png          |   Bin 16371 -> 0 bytes
 docbook/users-guide/pictures/0300005B.png          |   Bin 27860 -> 0 bytes
 docbook/users-guide/pictures/0300005D.png          |   Bin 2778 -> 0 bytes
 docbook/users-guide/pictures/0300005E.png          |   Bin 2758 -> 0 bytes
 docbook/users-guide/pictures/03000060.png          |   Bin 3359 -> 0 bytes
 docbook/users-guide/pictures/03000061.png          |   Bin 54066 -> 0 bytes
 docbook/users-guide/pictures/03000062.png          |   Bin 2708 -> 0 bytes
 docbook/users-guide/pictures/03000070.png          |   Bin 4794 -> 0 bytes
 docbook/users-guide/pictures/0300008E.png          |   Bin 5989 -> 0 bytes
 docbook/users-guide/pictures/0300008F.png          |   Bin 9983 -> 0 bytes
 docbook/users-guide/pictures/030000EF.png          |   Bin 3958 -> 0 bytes
 docbook/users-guide/pictures/030000F0.png          |   Bin 7762 -> 0 bytes
 docbook/users-guide/pictures/030000F6.png          |   Bin 2377 -> 0 bytes
 docbook/users-guide/pictures/030000F7.png          |   Bin 5573 -> 0 bytes
 docbook/users-guide/pictures/030000F8.png          |   Bin 33142 -> 0 bytes
 docbook/users-guide/pictures/030000F9.png          |   Bin 3359 -> 0 bytes
 docbook/users-guide/pictures/030000FA.png          |   Bin 3083 -> 0 bytes
 docbook/users-guide/pictures/030000FB.png          |   Bin 1706 -> 0 bytes
 docbook/users-guide/pictures/030000FC.png          |   Bin 3488 -> 0 bytes
 docbook/users-guide/pictures/030000FD.png          |   Bin 2245 -> 0 bytes
 docbook/users-guide/pictures/030000FF.png          |   Bin 7018 -> 0 bytes
 docbook/users-guide/pictures/03000100.png          |   Bin 5723 -> 0 bytes
 docbook/users-guide/pictures/03000103.png          |   Bin 20332 -> 0 bytes
 docbook/users-guide/pictures/03000104.png          |   Bin 71197 -> 0 bytes
 docbook/users-guide/pictures/03000105.png          |   Bin 2212 -> 0 bytes
 docbook/users-guide/pictures/03000106.png          |   Bin 2937 -> 0 bytes
 docbook/users-guide/pictures/03000107.png          |   Bin 14214 -> 0 bytes
 docbook/users-guide/pictures/03000128.png          |   Bin 12453 -> 0 bytes
 docbook/users-guide/pictures/030001A1.png          |   Bin 74528 -> 0 bytes
 docbook/users-guide/pictures/030001A2.png          |   Bin 71839 -> 0 bytes
 docbook/users-guide/pictures/0600002E.png          |   Bin 3883 -> 0 bytes
 docbook/users-guide/pictures/0600003B.png          |   Bin 16584 -> 0 bytes
 docbook/users-guide/pictures/060000A1.png          |   Bin 1572 -> 0 bytes
 docbook/users-guide/pictures/0600010A.png          |   Bin 301 -> 0 bytes
 docbook/users-guide/pictures/0600010B.png          |   Bin 125 -> 0 bytes
 docbook/users-guide/pictures/0600010C.png          |   Bin 126 -> 0 bytes
 docbook/users-guide/pictures/0600010D.png          |   Bin 135 -> 0 bytes
 docbook/users-guide/pictures/0600010E.png          |   Bin 443 -> 0 bytes
 docbook/users-guide/pictures/0600010F.png          |   Bin 449 -> 0 bytes
 docbook/users-guide/pictures/06000110.png          |   Bin 542 -> 0 bytes
 docbook/users-guide/pictures/06000111.png          |   Bin 336 -> 0 bytes
 docbook/users-guide/pictures/06000112.png          |   Bin 470 -> 0 bytes
 docbook/users-guide/pictures/06000113.png          |   Bin 613 -> 0 bytes
 docbook/users-guide/pictures/06000114.png          |   Bin 579 -> 0 bytes
 docbook/users-guide/pictures/06000115.png          |   Bin 686 -> 0 bytes
 docbook/users-guide/pictures/06000116.png          |   Bin 662 -> 0 bytes
 docbook/users-guide/pictures/06000117.png          |   Bin 891 -> 0 bytes
 docbook/users-guide/pictures/06000118.png          |   Bin 676 -> 0 bytes
 docbook/users-guide/pictures/06000119.png          |   Bin 610 -> 0 bytes
 docbook/users-guide/pictures/0600011A.png          |   Bin 1516 -> 0 bytes
 docbook/users-guide/pictures/0600011B.png          |   Bin 1260 -> 0 bytes
 docbook/users-guide/pictures/0600011C.png          |   Bin 519 -> 0 bytes
 docbook/users-guide/pictures/0600011D.png          |   Bin 467 -> 0 bytes
 docbook/users-guide/pictures/0600011E.png          |   Bin 635 -> 0 bytes
 docbook/users-guide/pictures/0600011F.png          |   Bin 352 -> 0 bytes
 docbook/users-guide/pictures/06000120.png          |   Bin 808 -> 0 bytes
 docbook/users-guide/pictures/06000121.png          |   Bin 436 -> 0 bytes
 docbook/users-guide/pictures/06000122.png          |   Bin 861 -> 0 bytes
 docbook/users-guide/pictures/06000123.png          |   Bin 404 -> 0 bytes
 docbook/users-guide/pictures/06000124.png          |   Bin 482 -> 0 bytes
 docbook/users-guide/pictures/06000125.png          |   Bin 358 -> 0 bytes
 docbook/users-guide/pictures/06000126.png          |   Bin 541 -> 0 bytes
 docbook/users-guide/pictures/06000127.png          |   Bin 523 -> 0 bytes
 docbook/users-guide/pictures/06000129.png          |   Bin 478 -> 0 bytes
 docbook/users-guide/pictures/0600012A.png          |   Bin 482 -> 0 bytes
 docbook/users-guide/pictures/0600012B.png          |   Bin 298 -> 0 bytes
 docbook/users-guide/pictures/0600012C.png          |   Bin 321 -> 0 bytes
 docbook/users-guide/pictures/0800003F.png          |   Bin 23401 -> 0 bytes
 docbook/users-guide/pictures/08000063.png          |   Bin 1172 -> 0 bytes
 docbook/users-guide/pictures/08000064.png          |   Bin 217 -> 0 bytes
 docbook/users-guide/pictures/08000065.png          |   Bin 245 -> 0 bytes
 docbook/users-guide/pictures/08000066.png          |   Bin 227 -> 0 bytes
 docbook/users-guide/pictures/08000067.png          |   Bin 227 -> 0 bytes
 docbook/users-guide/pictures/08000068.png          |   Bin 228 -> 0 bytes
 docbook/users-guide/pictures/08000069.png          |   Bin 224 -> 0 bytes
 docbook/users-guide/pictures/0800006A.png          |   Bin 217 -> 0 bytes
 docbook/users-guide/pictures/0800006B.png          |   Bin 227 -> 0 bytes
 docbook/users-guide/pictures/0800006C.png          |   Bin 228 -> 0 bytes
 docbook/users-guide/pictures/0800006D.png          |   Bin 245 -> 0 bytes
 docbook/users-guide/pictures/0800006E.png          |   Bin 227 -> 0 bytes
 docbook/users-guide/pictures/0800006F.png          |   Bin 224 -> 0 bytes
 docbook/users-guide/pictures/08000071.png          |   Bin 233 -> 0 bytes
 docbook/users-guide/pictures/08000072.png          |   Bin 390 -> 0 bytes
 docbook/users-guide/pictures/08000073.png          |   Bin 236 -> 0 bytes
 docbook/users-guide/pictures/08000074.png          |   Bin 246 -> 0 bytes
 docbook/users-guide/pictures/08000075.png          |   Bin 889 -> 0 bytes
 docbook/users-guide/pictures/08000076.png          |   Bin 217 -> 0 bytes
 docbook/users-guide/pictures/08000077.png          |   Bin 1136 -> 0 bytes
 docbook/users-guide/pictures/08000078.png          |   Bin 1133 -> 0 bytes
 docbook/users-guide/pictures/08000079.png          |   Bin 263 -> 0 bytes
 docbook/users-guide/pictures/0800007A.png          |   Bin 1151 -> 0 bytes
 docbook/users-guide/pictures/0800007B.png          |   Bin 261 -> 0 bytes
 docbook/users-guide/pictures/0800007C.png          |   Bin 236 -> 0 bytes
 docbook/users-guide/pictures/0800007D.png          |   Bin 395 -> 0 bytes
 docbook/users-guide/pictures/0800007E.png          |   Bin 214 -> 0 bytes
 docbook/users-guide/pictures/0800007F.png          |   Bin 869 -> 0 bytes
 docbook/users-guide/pictures/08000080.png          |   Bin 999 -> 0 bytes
 docbook/users-guide/pictures/08000081.png          |   Bin 268 -> 0 bytes
 docbook/users-guide/pictures/08000082.png          |   Bin 241 -> 0 bytes
 docbook/users-guide/pictures/08000083.png          |   Bin 268 -> 0 bytes
 docbook/users-guide/pictures/08000084.png          |   Bin 238 -> 0 bytes
 docbook/users-guide/pictures/08000085.png          |   Bin 196 -> 0 bytes
 docbook/users-guide/pictures/08000086.png          |   Bin 258 -> 0 bytes
 docbook/users-guide/pictures/08000087.png          |   Bin 234 -> 0 bytes
 docbook/users-guide/pictures/08000088.png          |   Bin 336 -> 0 bytes
 docbook/users-guide/pictures/08000089.png          |   Bin 397 -> 0 bytes
 docbook/users-guide/pictures/0800008A.png          |   Bin 225 -> 0 bytes
 docbook/users-guide/pictures/0800008B.png          |   Bin 241 -> 0 bytes
 docbook/users-guide/pictures/0800008C.png          |   Bin 225 -> 0 bytes
 docbook/users-guide/pictures/0800012E.png          |   Bin 219 -> 0 bytes
 docbook/users-guide/pictures/0800012F.png          |   Bin 219 -> 0 bytes
 docbook/users-guide/pictures/08000130.png          |   Bin 228 -> 0 bytes
 docbook/users-guide/pictures/08000131.png          |   Bin 219 -> 0 bytes
 docbook/users-guide/pictures/08000132.png          |   Bin 219 -> 0 bytes
 docbook/users-guide/pictures/08000133.png          |   Bin 219 -> 0 bytes
 docbook/users-guide/pictures/08000134.png          |   Bin 269 -> 0 bytes
 docbook/users-guide/pictures/08000135.png          |   Bin 292 -> 0 bytes
 docbook/users-guide/pictures/08000136.png          |   Bin 290 -> 0 bytes
 docbook/users-guide/pictures/08000137.png          |   Bin 219 -> 0 bytes
 docbook/users-guide/pictures/08000138.png          |   Bin 219 -> 0 bytes
 docbook/users-guide/pictures/08000139.png          |   Bin 219 -> 0 bytes
 docbook/users-guide/pictures/0800013A.png          |   Bin 408 -> 0 bytes
 docbook/users-guide/pictures/0800013B.png          |   Bin 399 -> 0 bytes
 docbook/users-guide/pictures/0800013C.png          |   Bin 403 -> 0 bytes
 docbook/users-guide/pictures/0800013D.png          |   Bin 408 -> 0 bytes
 docbook/users-guide/pictures/0800013E.png          |   Bin 415 -> 0 bytes
 docbook/users-guide/pictures/0800013F.png          |   Bin 399 -> 0 bytes
 docbook/users-guide/pictures/08000140.png          |   Bin 302 -> 0 bytes
 docbook/users-guide/pictures/08000141.png          |   Bin 302 -> 0 bytes
 docbook/users-guide/pictures/08000142.png          |   Bin 306 -> 0 bytes
 docbook/users-guide/pictures/08000143.png          |   Bin 312 -> 0 bytes
 docbook/users-guide/pictures/08000144.png          |   Bin 288 -> 0 bytes
 docbook/users-guide/pictures/08000145.png          |   Bin 314 -> 0 bytes
 docbook/users-guide/pictures/08000146.png          |   Bin 307 -> 0 bytes
 docbook/users-guide/pictures/08000147.png          |   Bin 419 -> 0 bytes
 docbook/users-guide/pictures/08000148.png          |   Bin 267 -> 0 bytes
 docbook/users-guide/pictures/08000149.png          |   Bin 518 -> 0 bytes
 docbook/users-guide/pictures/0800014A.png          |   Bin 296 -> 0 bytes
 docbook/users-guide/pictures/0800014B.png          |   Bin 313 -> 0 bytes
 docbook/users-guide/pictures/0800014C.png          |   Bin 375 -> 0 bytes
 docbook/users-guide/pictures/0800014D.png          |   Bin 514 -> 0 bytes
 docbook/users-guide/pictures/0800014E.png          |   Bin 212 -> 0 bytes
 docbook/users-guide/pictures/0800014F.png          |   Bin 221 -> 0 bytes
 docbook/users-guide/pictures/08000150.png          |   Bin 395 -> 0 bytes
 docbook/users-guide/pictures/08000151.png          |   Bin 555 -> 0 bytes
 docbook/users-guide/pictures/08000152.png          |   Bin 568 -> 0 bytes
 docbook/users-guide/pictures/08000153.png          |   Bin 456 -> 0 bytes
 docbook/users-guide/pictures/08000154.png          |   Bin 566 -> 0 bytes
 docbook/users-guide/pictures/08000155.png          |   Bin 242 -> 0 bytes
 docbook/users-guide/pictures/08000156.png          |   Bin 242 -> 0 bytes
 docbook/users-guide/pictures/08000157.png          |   Bin 238 -> 0 bytes
 docbook/users-guide/pictures/08000158.png          |   Bin 238 -> 0 bytes
 docbook/users-guide/pictures/08000159.png          |   Bin 296 -> 0 bytes
 docbook/users-guide/pictures/0800015A.png          |   Bin 196 -> 0 bytes
 docbook/users-guide/pictures/0800015B.png          |   Bin 204 -> 0 bytes
 docbook/users-guide/pictures/0800015C.png          |   Bin 196 -> 0 bytes
 docbook/users-guide/pictures/0800015D.png          |   Bin 204 -> 0 bytes
 docbook/users-guide/pictures/0800015E.png          |   Bin 196 -> 0 bytes
 docbook/users-guide/pictures/0800015F.png          |   Bin 204 -> 0 bytes
 docbook/users-guide/pictures/08000160.png          |   Bin 231 -> 0 bytes
 docbook/users-guide/pictures/08000161.png          |   Bin 212 -> 0 bytes
 docbook/users-guide/pictures/08000162.png          |   Bin 243 -> 0 bytes
 docbook/users-guide/pictures/08000163.png          |   Bin 218 -> 0 bytes
 docbook/users-guide/pictures/08000164.png          |   Bin 228 -> 0 bytes
 docbook/users-guide/pictures/08000165.png          |   Bin 219 -> 0 bytes
 docbook/users-guide/pictures/08000166.png          |   Bin 231 -> 0 bytes
 docbook/users-guide/pictures/08000167.png          |   Bin 212 -> 0 bytes
 docbook/users-guide/pictures/08000168.png          |   Bin 243 -> 0 bytes
 docbook/users-guide/pictures/08000169.png          |   Bin 218 -> 0 bytes
 docbook/users-guide/pictures/0800016A.png          |   Bin 228 -> 0 bytes
 docbook/users-guide/pictures/0800016B.png          |   Bin 219 -> 0 bytes
 docbook/users-guide/pictures/0800016C.png          |   Bin 219 -> 0 bytes
 docbook/users-guide/pictures/0800016D.png          |   Bin 228 -> 0 bytes
 docbook/users-guide/pictures/0800016E.png          |   Bin 219 -> 0 bytes
 docbook/users-guide/pictures/0800016F.png          |   Bin 228 -> 0 bytes
 docbook/users-guide/pictures/08000170.png          |   Bin 219 -> 0 bytes
 docbook/users-guide/pictures/08000171.png          |   Bin 209 -> 0 bytes
 docbook/users-guide/pictures/08000172.png          |   Bin 219 -> 0 bytes
 docbook/users-guide/pictures/08000173.png          |   Bin 219 -> 0 bytes
 docbook/users-guide/pictures/08000174.png          |   Bin 219 -> 0 bytes
 docbook/users-guide/pictures/08000175.png          |   Bin 219 -> 0 bytes
 docbook/users-guide/pictures/08000176.png          |   Bin 219 -> 0 bytes
 docbook/users-guide/pictures/08000177.png          |   Bin 219 -> 0 bytes
 docbook/users-guide/pictures/08000178.png          |   Bin 241 -> 0 bytes
 docbook/users-guide/pictures/08000179.png          |   Bin 258 -> 0 bytes
 docbook/users-guide/pictures/0800017A.png          |   Bin 241 -> 0 bytes
 docbook/users-guide/pictures/0800017B.png          |   Bin 533 -> 0 bytes
 docbook/users-guide/pictures/0800017C.png          |   Bin 262 -> 0 bytes
 docbook/users-guide/pictures/0800017D.png          |   Bin 232 -> 0 bytes
 docbook/users-guide/pictures/0800017E.png          |   Bin 219 -> 0 bytes
 docbook/users-guide/pictures/0800017F.png          |   Bin 219 -> 0 bytes
 docbook/users-guide/pictures/08000180.png          |   Bin 219 -> 0 bytes
 docbook/users-guide/pictures/08000181.png          |   Bin 863 -> 0 bytes
 docbook/users-guide/pictures/08000182.png          |   Bin 219 -> 0 bytes
 docbook/users-guide/pictures/08000183.png          |   Bin 219 -> 0 bytes
 docbook/users-guide/pictures/08000184.png          |   Bin 219 -> 0 bytes
 docbook/users-guide/pictures/08000185.png          |   Bin 219 -> 0 bytes
 docbook/users-guide/pictures/08000186.png          |   Bin 219 -> 0 bytes
 docbook/users-guide/pictures/08000187.png          |   Bin 219 -> 0 bytes
 docbook/users-guide/pictures/08000188.png          |   Bin 219 -> 0 bytes
 docbook/users-guide/pictures/08000189.png          |   Bin 219 -> 0 bytes
 docbook/users-guide/pictures/0800018A.png          |   Bin 219 -> 0 bytes
 docbook/users-guide/pictures/0800018B.png          |   Bin 219 -> 0 bytes
 docbook/users-guide/pictures/0800018C.png          |   Bin 219 -> 0 bytes
 docbook/users-guide/pictures/0800018D.png          |   Bin 344 -> 0 bytes
 docbook/users-guide/pictures/0800018E.png          |   Bin 235 -> 0 bytes
 docbook/users-guide/pictures/0800018F.png          |   Bin 222 -> 0 bytes
 docbook/users-guide/pictures/08000190.png          |   Bin 235 -> 0 bytes
 docbook/users-guide/pictures/08000191.png          |   Bin 304 -> 0 bytes
 docbook/users-guide/pictures/08000192.png          |   Bin 203 -> 0 bytes
 docbook/users-guide/pictures/08000193.png          |   Bin 222 -> 0 bytes
 docbook/users-guide/pictures/08000194.png          |   Bin 335 -> 0 bytes
 docbook/users-guide/pictures/08000195.png          |   Bin 235 -> 0 bytes
 docbook/users-guide/pictures/08000196.png          |   Bin 828 -> 0 bytes
 docbook/users-guide/pictures/08000197.png          |   Bin 235 -> 0 bytes
 docbook/users-guide/pictures/08000198.png          |   Bin 698 -> 0 bytes
 docbook/users-guide/pictures/08000199.png          |   Bin 222 -> 0 bytes
 docbook/users-guide/pictures/0800019A.png          |   Bin 335 -> 0 bytes
 docbook/users-guide/pictures/0800019B.png          |   Bin 222 -> 0 bytes
 docbook/users-guide/pictures/0800019C.png          |   Bin 341 -> 0 bytes
 docbook/users-guide/pictures/0800019D.png          |   Bin 222 -> 0 bytes
 docbook/users-guide/pictures/0800019E.png          |   Bin 198 -> 0 bytes
 docbook/users-guide/pictures/0800019F.png          |   Bin 225 -> 0 bytes
 docbook/users-guide/pictures/080001A0.png          |   Bin 198 -> 0 bytes
 docbook/users-guide/pictures/080001AA.png          |   Bin 463 -> 0 bytes
 docbook/users-guide/pictures/080001AB.png          |   Bin 811 -> 0 bytes
 docbook/users-guide/pictures/080001AC.png          |   Bin 876 -> 0 bytes
 docbook/users-guide/pictures/080001AD.png          |   Bin 841 -> 0 bytes
 docbook/users-guide/pictures/080001AE.png          |   Bin 670 -> 0 bytes
 docbook/users-guide/pictures/080001AF.png          |   Bin 899 -> 0 bytes
 docbook/users-guide/pictures/080001B0.png          |   Bin 700 -> 0 bytes
 docbook/users-guide/pictures/080001BC.png          |   Bin 37170 -> 0 bytes
 docbook/users-guide/pictures/080001CA.png          |   Bin 13576 -> 0 bytes
 docbook/users-guide/pictures/080001CB.png          |   Bin 10131 -> 0 bytes
 docbook/users-guide/pictures/080001CC.png          |   Bin 13748 -> 0 bytes
 docbook/users-guide/pictures/080001D0.png          |   Bin 549 -> 0 bytes
 docbook/users-guide/pictures/080001D1.png          |   Bin 494 -> 0 bytes
 docbook/users-guide/pictures/080001D2.png          |   Bin 512 -> 0 bytes
 docbook/users-guide/pictures/080001D3.png          |   Bin 569 -> 0 bytes
 docbook/users-guide/pictures/080001D4.png          |   Bin 510 -> 0 bytes
 docbook/users-guide/pictures/080001D5.png          |   Bin 627 -> 0 bytes
 docbook/users-guide/pictures/080001D6.png          |   Bin 211 -> 0 bytes
 docbook/users-guide/pictures/080001D7.png          |   Bin 226 -> 0 bytes
 docbook/users-guide/pictures/080001D8.png          |   Bin 226 -> 0 bytes
 docbook/users-guide/pictures/080001D9.png          |   Bin 242 -> 0 bytes
 docbook/users-guide/pictures/080001DA.png          |   Bin 249 -> 0 bytes
 docbook/users-guide/pictures/080001DB.png          |   Bin 226 -> 0 bytes
 docbook/users-guide/pictures/080001DC.png          |   Bin 350 -> 0 bytes
 docbook/users-guide/pictures/080001DD.png          |   Bin 242 -> 0 bytes
 docbook/users-guide/pictures/080001E6.png          |   Bin 19442 -> 0 bytes
 docbook/users-guide/pictures/080001FA.png          |   Bin 3938 -> 0 bytes
 docbook/users-guide/pictures/080001FB.png          |   Bin 47075 -> 0 bytes
 docbook/users-guide/pictures/image144.jpg          |   Bin 10166 -> 0 bytes
 documentation/HttpServer/HttpServer.md             |   216 +
 documentation/HttpServer/Makefile                  |    31 +
 .../HttpServer}/css/github.css                     |     0
 documentation/HttpServer/figures/cover.png         |   Bin 0 -> 49511 bytes
 documentation/HttpServer/figures/fcnbase.png       |   Bin 0 -> 25260 bytes
 .../HttpServer/figures/fcngradientbase.png         |   Bin 0 -> 37678 bytes
 documentation/HttpServer/metadata.xml              |     2 +
 documentation/HttpServer/title.txt                 |     2 +
 documentation/HttpServer/titlepage.md              |     4 +
 documentation/minuit2/Makefile                     |    31 +
 documentation/minuit2/Minuit2.md                   |  2274 +++
 .../minuit2}/css/github.css                        |     0
 documentation/minuit2/figures/cover.png            |   Bin 0 -> 49511 bytes
 documentation/minuit2/figures/fcnbase.png          |   Bin 0 -> 25260 bytes
 documentation/minuit2/figures/fcngradientbase.png  |   Bin 0 -> 37678 bytes
 documentation/minuit2/metadata.xml                 |     2 +
 documentation/minuit2/title.txt                    |     2 +
 documentation/minuit2/titlepage.md                 |     4 +
 documentation/primer/Introduction.md               |   105 +
 documentation/primer/Makefile                      |    35 +
 documentation/primer/ROOTPrimer.md                 |     5 +
 documentation/primer/ROOT_as_calculator.md         |   526 +
 documentation/primer/bibliography.bib              |    45 +
 documentation/primer/concludingRemarks.md          |    23 +
 .../primer}/css/github.css                         |     0
 documentation/primer/figures/Cover.png             |   Bin 0 -> 81355 bytes
 .../primer/figures/ROOTPanel_FitPanel.png          |   Bin 0 -> 41726 bytes
 .../primer/figures/ROOTPanel_SetParameters.png     |   Bin
 .../primer/figures/TF1_DoubleSlit.png              |   Bin
 .../primer/figures/TGraphErrors_Example.png        |   Bin
 .../primer/figures/TH1F_Example.png                |   Bin
 .../primer/figures/examplefit.png                  |   Bin
 .../primer/figures/fitted2dFunction.png            |   Bin
 .../primer/figures/functions.png                   |   Bin
 .../primer/figures/graf_with_law.png               |   Bin
 .../primer/figures/graph_with_expectation.png      |   Bin
 .../primer/figures/histo_ratio.png                 |   Bin
 .../primer/figures/histo_sum.png                   |   Bin
 .../primer/figures/logo.png                        |   Bin
 .../primer/figures/poisson.png                     |   Bin
 .../primer/figures/polar_graph.png                 |   Bin
 .../primer/figures/proj_and_prof.png               |   Bin
 {docbook => documentation}/primer/figures/th2f.png |   Bin
 documentation/primer/filio.md                      |   677 +
 .../primer/functions_and_parameter_estimation.md   |   274 +
 documentation/primer/graphs.md                     |   217 +
 documentation/primer/histograms.md                 |   256 +
 .../primer/macros/ExampleData.txt                  |     0
 documentation/primer/macros/ExampleMacro.C         |    70 +
 documentation/primer/macros/ExampleMacro_GUI.C     |    55 +
 documentation/primer/macros/MySelector.C           |   146 +
 .../primer/macros/MySelector.h                     |     0
 .../primer/macros/MySelector_0.C                   |     0
 .../primer/macros/RunMySelector.C                  |     0
 documentation/primer/macros/macro1.C               |    70 +
 documentation/primer/macros/macro2.C               |    29 +
 .../primer/macros/macro2_input.txt                 |     0
 .../primer/macros/macro2_input_expected.txt        |     0
 {docbook => documentation}/primer/macros/macro3.C  |     0
 documentation/primer/macros/macro4.C               |    42 +
 documentation/primer/macros/macro5.C               |    31 +
 documentation/primer/macros/macro6.C               |    63 +
 documentation/primer/macros/macro7.C               |    31 +
 documentation/primer/macros/macro8.C               |    64 +
 documentation/primer/macros/macro9.C               |    76 +
 documentation/primer/macros/makeMySelector.C       |    11 +
 .../primer/macros/read_from_file.C                 |     0
 .../primer/macros/read_ntuple_from_file.C          |    25 +
 .../primer/macros/read_ntuple_with_chain.C         |     0
 documentation/primer/macros/rootlogon.C            |    43 +
 documentation/primer/macros/slits.C                |    42 +
 documentation/primer/macros/write_ntuple_to_file.C |    32 +
 .../primer/macros/write_ntuple_to_file_advanced.C  |    32 +
 .../primer/macros/write_to_file.C                  |     0
 documentation/primer/metadata.xml                  |     2 +
 documentation/primer/references.md                 |     1 +
 documentation/primer/title.txt                     |     2 +
 documentation/primer/titlepage.md                  |    18 +
 documentation/primer/your_first_ROOT_macro.md      |   404 +
 documentation/spectrum/Makefile                    |    31 +
 documentation/spectrum/Spectrum.md                 |  2271 +++
 .../spectrum}/css/github.css                       |     0
 documentation/spectrum/figures/cover.png           |   Bin 0 -> 72530 bytes
 documentation/spectrum/figures/image004.png        |   Bin 0 -> 6656 bytes
 documentation/spectrum/figures/image006.png        |   Bin 0 -> 6609 bytes
 documentation/spectrum/figures/image008.png        |   Bin 0 -> 11831 bytes
 documentation/spectrum/figures/image010.png        |   Bin 0 -> 11406 bytes
 documentation/spectrum/figures/image012.png        |   Bin 0 -> 9264 bytes
 documentation/spectrum/figures/image014.png        |   Bin 0 -> 61703 bytes
 documentation/spectrum/figures/image016.png        |   Bin 0 -> 60093 bytes
 documentation/spectrum/figures/image018.png        |   Bin 0 -> 65579 bytes
 documentation/spectrum/figures/image020.png        |   Bin 0 -> 60037 bytes
 documentation/spectrum/figures/image024.png        |   Bin 0 -> 65604 bytes
 documentation/spectrum/figures/image026.png        |   Bin 0 -> 61995 bytes
 documentation/spectrum/figures/image028.png        |   Bin 0 -> 64241 bytes
 documentation/spectrum/figures/image030.png        |   Bin 0 -> 61845 bytes
 documentation/spectrum/figures/image032.png        |   Bin 0 -> 57128 bytes
 documentation/spectrum/figures/image034.png        |   Bin 0 -> 53653 bytes
 documentation/spectrum/figures/image036.png        |   Bin 0 -> 52559 bytes
 documentation/spectrum/figures/image038.png        |   Bin 0 -> 58795 bytes
 documentation/spectrum/figures/image040.png        |   Bin 0 -> 58556 bytes
 documentation/spectrum/figures/image042.png        |   Bin 0 -> 52089 bytes
 documentation/spectrum/figures/image044.png        |   Bin 0 -> 56337 bytes
 documentation/spectrum/figures/image046.png        |   Bin 0 -> 53293 bytes
 documentation/spectrum/figures/image048.png        |   Bin 0 -> 52808 bytes
 documentation/spectrum/figures/image050.png        |   Bin 0 -> 54201 bytes
 documentation/spectrum/figures/image052.png        |   Bin 0 -> 11404 bytes
 documentation/spectrum/figures/image054.png        |   Bin 0 -> 62389 bytes
 documentation/spectrum/figures/image056.png        |   Bin 0 -> 60203 bytes
 documentation/spectrum/figures/image058.png        |   Bin 0 -> 8113 bytes
 documentation/spectrum/figures/image060.png        |   Bin 0 -> 13683 bytes
 documentation/spectrum/figures/image062.png        |   Bin 0 -> 14305 bytes
 documentation/spectrum/figures/image064.png        |   Bin 0 -> 8169 bytes
 documentation/spectrum/figures/image066.png        |   Bin 0 -> 9713 bytes
 documentation/spectrum/figures/image068.png        |   Bin 0 -> 8347 bytes
 documentation/spectrum/figures/image070.png        |   Bin 0 -> 18347 bytes
 documentation/spectrum/figures/image072.png        |   Bin 0 -> 45757 bytes
 documentation/spectrum/figures/image074.png        |   Bin 0 -> 61841 bytes
 documentation/spectrum/figures/image076.png        |   Bin 0 -> 63263 bytes
 documentation/spectrum/figures/image078.png        |   Bin 0 -> 61385 bytes
 documentation/spectrum/figures/image086.png        |   Bin 0 -> 8011 bytes
 documentation/spectrum/figures/image088.png        |   Bin 0 -> 4687 bytes
 documentation/spectrum/figures/image090.png        |   Bin 0 -> 9568 bytes
 documentation/spectrum/figures/image094.png        |   Bin 0 -> 7662 bytes
 documentation/spectrum/figures/image096.png        |   Bin 0 -> 5778 bytes
 documentation/spectrum/figures/image098.png        |   Bin 0 -> 11345 bytes
 documentation/spectrum/figures/image100.png        |   Bin 0 -> 8719 bytes
 documentation/spectrum/figures/image102.png        |   Bin 0 -> 4223 bytes
 documentation/spectrum/figures/image104.png        |   Bin 0 -> 40884 bytes
 documentation/spectrum/figures/image106.png        |   Bin 0 -> 58514 bytes
 documentation/spectrum/figures/image108.png        |   Bin 0 -> 8609 bytes
 documentation/spectrum/figures/image110.png        |   Bin 0 -> 7154 bytes
 documentation/spectrum/figures/image114.png        |   Bin 0 -> 27078 bytes
 documentation/spectrum/figures/image116.png        |   Bin 0 -> 7119 bytes
 documentation/spectrum/figures/image118.png        |   Bin 0 -> 28680 bytes
 documentation/spectrum/figures/image120.png        |   Bin 0 -> 29866 bytes
 documentation/spectrum/figures/image172.png        |   Bin 0 -> 10842 bytes
 documentation/spectrum/figures/image174.png        |   Bin 0 -> 11527 bytes
 documentation/spectrum/figures/image176.png        |   Bin 0 -> 9406 bytes
 documentation/spectrum/figures/image178.png        |   Bin 0 -> 10416 bytes
 documentation/spectrum/figures/image180.png        |   Bin 0 -> 11276 bytes
 documentation/spectrum/figures/image188.png        |   Bin 0 -> 45327 bytes
 documentation/spectrum/figures/image190.png        |   Bin 0 -> 45406 bytes
 documentation/spectrum/figures/image192.png        |   Bin 0 -> 60424 bytes
 documentation/spectrum/figures/image194.png        |   Bin 0 -> 59278 bytes
 documentation/spectrum/figures/image196.png        |   Bin 0 -> 8705 bytes
 documentation/spectrum/figures/image198.png        |   Bin 0 -> 7341 bytes
 documentation/spectrum/figures/image200.png        |   Bin 0 -> 8333 bytes
 documentation/spectrum/figures/image202.png        |   Bin 0 -> 7414 bytes
 documentation/spectrum/figures/image204.png        |   Bin 0 -> 14895 bytes
 documentation/spectrum/figures/image206.png        |   Bin 0 -> 16313 bytes
 documentation/spectrum/figures/image208.png        |   Bin 0 -> 45254 bytes
 documentation/spectrum/figures/image210.png        |   Bin 0 -> 53523 bytes
 documentation/spectrum/figures/image212.png        |   Bin 0 -> 44601 bytes
 documentation/spectrum/figures/image214.png        |   Bin 0 -> 9543 bytes
 documentation/spectrum/figures/image216.png        |   Bin 0 -> 10227 bytes
 documentation/spectrum/figures/image218.png        |   Bin 0 -> 5964 bytes
 documentation/spectrum/figures/image220.png        |   Bin 0 -> 7121 bytes
 documentation/spectrum/figures/image222.png        |   Bin 0 -> 10584 bytes
 documentation/spectrum/figures/image224.png        |   Bin 0 -> 17261 bytes
 documentation/spectrum/figures/image226.png        |   Bin 0 -> 54922 bytes
 documentation/spectrum/figures/image228.png        |   Bin 0 -> 52769 bytes
 documentation/spectrum/figures/image230.png        |   Bin 0 -> 27192 bytes
 documentation/spectrum/figures/image232.png        |   Bin 0 -> 19846 bytes
 documentation/spectrum/figures/image234.png        |   Bin 0 -> 24535 bytes
 documentation/spectrum/figures/image236.png        |   Bin 0 -> 39387 bytes
 documentation/spectrum/figures/image238.png        |   Bin 0 -> 40965 bytes
 documentation/spectrum/figures/image240.png        |   Bin 0 -> 23817 bytes
 documentation/spectrum/figures/image242.png        |   Bin 0 -> 34844 bytes
 documentation/spectrum/figures/image244.png        |   Bin 0 -> 59734 bytes
 documentation/spectrum/figures/image246.png        |   Bin 0 -> 61744 bytes
 documentation/spectrum/metadata.xml                |     2 +
 documentation/spectrum/title.txt                   |     2 +
 documentation/spectrum/titlepage.md                |     8 +
 documentation/users-guide/.gitignore               |    79 +
 documentation/users-guide/ALittleC++.md            |   431 +
 documentation/users-guide/AddingaClass.md          |  1163 ++
 documentation/users-guide/CINT.md                  |  1444 ++
 documentation/users-guide/CollectionClasses.md     |   584 +
 documentation/users-guide/ExampleAnalysis.md       |   350 +
 documentation/users-guide/FittingHistograms.md     |  1335 ++
 documentation/users-guide/FoldersTasks.md          |   322 +
 documentation/users-guide/Geometry.md              |  4135 +++++
 documentation/users-guide/GettingStarted.md        |  1345 ++
 documentation/users-guide/Graphics.md              |  4079 +++++
 documentation/users-guide/Graphs.md                |   762 +
 documentation/users-guide/HTMLDoc.md               |   311 +
 documentation/users-guide/Histograms.md            |  2294 +++
 documentation/users-guide/InputOutput.md           |  2662 +++
 documentation/users-guide/InstallandBuild.md       |  1052 ++
 documentation/users-guide/Introduction.md          |   652 +
 documentation/users-guide/LinearAlgebra.md         |  1270 ++
 documentation/users-guide/Makefile                 |    82 +
 documentation/users-guide/MathLibraries.md         |  2275 +++
 documentation/users-guide/Networking.md            |   143 +
 documentation/users-guide/ObjectOwnership.md       |   259 +
 documentation/users-guide/PROOF.md                 |    49 +
 documentation/users-guide/PhysicsVectors.md        |   810 +
 documentation/users-guide/Preface.md               |   111 +
 documentation/users-guide/PythonRuby.md            |  1049 ++
 documentation/users-guide/ROOTUsersGuide.ist       |     6 +
 documentation/users-guide/ROOTUsersGuide.md        |     3 +
 documentation/users-guide/ROOTandQt.md             |   680 +
 documentation/users-guide/Threads.md               |   685 +
 documentation/users-guide/Trees.md                 |  4148 +++++
 documentation/users-guide/TutorialsandTests.md     |   441 +
 documentation/users-guide/WritingGUI.md            |  2861 ++++
 documentation/users-guide/css/github.css           |   312 +
 documentation/users-guide/metadata.xml             |     2 +
 .../users-guide/pictures/02000004.jpg              |   Bin
 documentation/users-guide/pictures/02000030.png    |   Bin 0 -> 35320 bytes
 documentation/users-guide/pictures/02000031.png    |   Bin 0 -> 32521 bytes
 documentation/users-guide/pictures/02000032.png    |   Bin 0 -> 48788 bytes
 documentation/users-guide/pictures/02000034.png    |   Bin 0 -> 43564 bytes
 documentation/users-guide/pictures/02000035.png    |   Bin 0 -> 50972 bytes
 documentation/users-guide/pictures/02000036.png    |   Bin 0 -> 16438 bytes
 documentation/users-guide/pictures/02000037.png    |   Bin 0 -> 21996 bytes
 documentation/users-guide/pictures/02000039.png    |   Bin 0 -> 32546 bytes
 documentation/users-guide/pictures/0200003C.png    |   Bin 0 -> 17086 bytes
 .../users-guide/pictures/02000095.jpg              |   Bin
 .../users-guide/pictures/02000096.jpg              |   Bin
 .../users-guide/pictures/02000097.jpg              |   Bin
 .../users-guide/pictures/02000098.jpg              |   Bin
 .../users-guide/pictures/02000099.jpg              |   Bin
 .../users-guide/pictures/0200009A.jpg              |   Bin
 .../users-guide/pictures/0200009B.jpg              |   Bin
 .../users-guide/pictures/0200009C.jpg              |   Bin
 .../users-guide/pictures/0200009D.jpg              |   Bin
 .../users-guide/pictures/0200009E.jpg              |   Bin
 .../users-guide/pictures/020000A4.jpg              |   Bin
 .../users-guide/pictures/020000A6.jpg              |   Bin
 .../users-guide/pictures/020000A7.jpg              |   Bin
 .../users-guide/pictures/020000A8.jpg              |   Bin
 .../users-guide/pictures/020000A9.jpg              |   Bin
 .../users-guide/pictures/020000AA.jpg              |   Bin
 .../users-guide/pictures/020000AB.jpg              |   Bin
 .../users-guide/pictures/020000AC.jpg              |   Bin
 .../users-guide/pictures/020000AF.jpg              |   Bin
 .../users-guide/pictures/020000C1.jpg              |   Bin
 .../users-guide/pictures/020000C2.jpg              |   Bin
 .../users-guide/pictures/020000C3.jpg              |   Bin
 .../users-guide/pictures/020000DA.jpg              |   Bin
 .../users-guide/pictures/020000DB.jpg              |   Bin
 .../users-guide/pictures/020000DC.jpg              |   Bin
 .../users-guide/pictures/020000DD.jpg              |   Bin
 .../users-guide/pictures/020000E2.jpg              |   Bin
 .../users-guide/pictures/020000E3.jpg              |   Bin
 .../users-guide/pictures/020000EB.jpg              |   Bin
 .../users-guide/pictures/020000EC.jpg              |   Bin
 .../users-guide/pictures/020000ED.jpg              |   Bin
 .../users-guide/pictures/020000EE.jpg              |   Bin
 .../users-guide/pictures/020000F1.jpg              |   Bin
 .../users-guide/pictures/02000101.jpg              |   Bin
 .../users-guide/pictures/02000102.jpg              |   Bin
 .../users-guide/pictures/02000108.jpg              |   Bin
 .../users-guide/pictures/02000109.jpg              |   Bin
 .../users-guide/pictures/020001A3.jpg              |   Bin
 .../users-guide/pictures/020001A4.jpg              |   Bin
 .../users-guide/pictures/020001A5.jpg              |   Bin
 .../users-guide/pictures/020001A6.jpg              |   Bin
 .../users-guide/pictures/020001A7.jpg              |   Bin
 .../users-guide/pictures/020001A8.jpg              |   Bin
 .../users-guide/pictures/020001B1.jpg              |   Bin
 .../users-guide/pictures/020001B2.jpg              |   Bin
 .../users-guide/pictures/020001E4.jpg              |   Bin
 .../users-guide/pictures/020001EA.jpg              |   Bin
 .../users-guide/pictures/020001EB.jpg              |   Bin
 .../users-guide/pictures/020001EC.jpg              |   Bin
 .../users-guide/pictures/020001ED.jpg              |   Bin
 .../users-guide/pictures/020001EE.jpg              |   Bin
 .../users-guide/pictures/020001F0.jpg              |   Bin
 .../users-guide/pictures/020001F1.jpg              |   Bin
 .../users-guide/pictures/020001F2.jpg              |   Bin
 .../users-guide/pictures/020001F3.jpg              |   Bin
 .../users-guide/pictures/020001F5.jpg              |   Bin
 .../users-guide/pictures/020001F6.jpg              |   Bin
 .../users-guide/pictures/020001F7.jpg              |   Bin
 .../users-guide/pictures/020001F8.jpg              |   Bin
 .../users-guide/pictures/02000201.jpg              |   Bin
 .../users-guide/pictures/02000202.jpg              |   Bin
 .../users-guide/pictures/02000203.jpg              |   Bin
 .../users-guide/pictures/02000204.jpg              |   Bin
 .../users-guide/pictures/02000205.jpg              |   Bin
 .../users-guide/pictures/02000206.jpg              |   Bin
 .../users-guide/pictures/02000207.jpg              |   Bin
 .../users-guide/pictures/02000208.jpg              |   Bin
 .../users-guide/pictures/02000209.jpg              |   Bin
 .../users-guide/pictures/0200020A.jpg              |   Bin
 .../users-guide/pictures/0200020B.jpg              |   Bin
 .../users-guide/pictures/0200020C.jpg              |   Bin
 .../users-guide/pictures/0200020E.jpg              |   Bin
 .../users-guide/pictures/0200020F.jpg              |   Bin
 .../users-guide/pictures/02000219.jpg              |   Bin
 .../users-guide/pictures/0200021A.jpg              |   Bin
 .../users-guide/pictures/0200021B.jpg              |   Bin
 .../users-guide/pictures/0200021C.jpg              |   Bin
 .../users-guide/pictures/0200021E.jpg              |   Bin
 .../users-guide/pictures/0200021F.jpg              |   Bin
 .../users-guide/pictures/02000220.jpg              |   Bin
 .../users-guide/pictures/02000228.jpg              |   Bin
 .../users-guide/pictures/02000229.jpg              |   Bin
 .../users-guide/pictures/0200022A.jpg              |   Bin
 .../users-guide/pictures/0200022C.jpg              |   Bin
 .../users-guide/pictures/03000003.png              |   Bin
 documentation/users-guide/pictures/03000005.png    |   Bin 0 -> 78941 bytes
 .../users-guide/pictures/03000006.png              |   Bin
 .../users-guide/pictures/03000007.png              |   Bin
 .../users-guide/pictures/03000008.png              |   Bin
 .../users-guide/pictures/03000009.png              |   Bin
 .../users-guide/pictures/0300000A.png              |   Bin
 .../users-guide/pictures/0300000B.png              |   Bin
 .../users-guide/pictures/0300000C.png              |   Bin
 .../users-guide/pictures/0300000D.png              |   Bin
 .../users-guide/pictures/0300000E.png              |   Bin
 .../users-guide/pictures/0300000F.png              |   Bin
 .../users-guide/pictures/03000010.png              |   Bin
 .../users-guide/pictures/03000011.png              |   Bin
 .../users-guide/pictures/03000012.png              |   Bin
 .../users-guide/pictures/03000013.png              |   Bin
 .../users-guide/pictures/03000014.png              |   Bin
 .../users-guide/pictures/03000015.png              |   Bin
 .../users-guide/pictures/03000016.png              |   Bin
 .../users-guide/pictures/03000017.png              |   Bin
 .../users-guide/pictures/03000018.png              |   Bin
 .../users-guide/pictures/03000019.png              |   Bin
 .../users-guide/pictures/0300001A.png              |   Bin
 .../users-guide/pictures/0300001B.png              |   Bin
 .../users-guide/pictures/0300001C.png              |   Bin
 .../users-guide/pictures/0300001D.png              |   Bin
 .../users-guide/pictures/0300001E.png              |   Bin
 .../users-guide/pictures/0300001F.png              |   Bin
 .../users-guide/pictures/03000020.png              |   Bin
 .../users-guide/pictures/03000021.png              |   Bin
 .../users-guide/pictures/03000022.png              |   Bin
 .../users-guide/pictures/03000023.png              |   Bin
 .../users-guide/pictures/03000024.png              |   Bin
 .../users-guide/pictures/03000025.png              |   Bin
 .../users-guide/pictures/03000026.png              |   Bin
 .../users-guide/pictures/03000027.png              |   Bin
 documentation/users-guide/pictures/03000028.png    |   Bin 0 -> 201306 bytes
 .../users-guide/pictures/0300002A.png              |   Bin
 documentation/users-guide/pictures/0300002B.png    |   Bin 0 -> 135251 bytes
 .../users-guide/pictures/0300002D.png              |   Bin
 documentation/users-guide/pictures/0300002F.png    |   Bin 0 -> 11420 bytes
 documentation/users-guide/pictures/03000033.png    |   Bin 0 -> 81079 bytes
 documentation/users-guide/pictures/03000038.png    |   Bin 0 -> 121102 bytes
 documentation/users-guide/pictures/0300003A.png    |   Bin 0 -> 7205 bytes
 documentation/users-guide/pictures/0300003D.png    |   Bin 0 -> 13657 bytes
 documentation/users-guide/pictures/0300003E.png    |   Bin 0 -> 11061 bytes
 documentation/users-guide/pictures/03000040.png    |   Bin 0 -> 38573 bytes
 documentation/users-guide/pictures/03000041.png    |   Bin 0 -> 42603 bytes
 documentation/users-guide/pictures/03000042.png    |   Bin 0 -> 26812 bytes
 documentation/users-guide/pictures/03000043.png    |   Bin 0 -> 127563 bytes
 documentation/users-guide/pictures/03000045.png    |   Bin 0 -> 93391 bytes
 documentation/users-guide/pictures/03000047.png    |   Bin 0 -> 203470 bytes
 documentation/users-guide/pictures/03000049.png    |   Bin 0 -> 170977 bytes
 documentation/users-guide/pictures/0300004B.png    |   Bin 0 -> 5845 bytes
 documentation/users-guide/pictures/0300004C.png    |   Bin 0 -> 4306 bytes
 documentation/users-guide/pictures/0300004D.png    |   Bin 0 -> 5744 bytes
 documentation/users-guide/pictures/0300004E.png    |   Bin 0 -> 6176 bytes
 documentation/users-guide/pictures/0300004F.png    |   Bin 0 -> 9241 bytes
 documentation/users-guide/pictures/03000050.png    |   Bin 0 -> 10550 bytes
 documentation/users-guide/pictures/03000052.png    |   Bin 0 -> 10952 bytes
 documentation/users-guide/pictures/03000053.png    |   Bin 0 -> 10867 bytes
 documentation/users-guide/pictures/03000054.png    |   Bin 0 -> 36339 bytes
 documentation/users-guide/pictures/03000055.png    |   Bin 0 -> 60191 bytes
 documentation/users-guide/pictures/03000056.png    |   Bin 0 -> 15777 bytes
 documentation/users-guide/pictures/03000057.png    |   Bin 0 -> 11044 bytes
 documentation/users-guide/pictures/03000058.png    |   Bin 0 -> 6331 bytes
 .../users-guide/pictures/03000059.png              |   Bin
 documentation/users-guide/pictures/0300005A.png    |   Bin 0 -> 302556 bytes
 .../users-guide/pictures/0300005C.png              |   Bin
 documentation/users-guide/pictures/0300005D.png    |   Bin 0 -> 8031 bytes
 documentation/users-guide/pictures/0300005E.png    |   Bin 0 -> 7839 bytes
 .../users-guide/pictures/0300005F.png              |   Bin
 documentation/users-guide/pictures/03000060.png    |   Bin 0 -> 8175 bytes
 documentation/users-guide/pictures/03000061.png    |   Bin 0 -> 60835 bytes
 documentation/users-guide/pictures/03000062.png    |   Bin 0 -> 10728 bytes
 documentation/users-guide/pictures/03000070.png    |   Bin 0 -> 18679 bytes
 .../users-guide/pictures/0300008D.png              |   Bin
 .../users-guide/pictures/03000092.png              |   Bin
 .../users-guide/pictures/03000093.png              |   Bin
 .../users-guide/pictures/03000094.png              |   Bin
 .../users-guide/pictures/0300009F.png              |   Bin
 .../users-guide/pictures/030000A0.png              |   Bin
 .../users-guide/pictures/030000A5.png              |   Bin
 .../users-guide/pictures/030000AD.png              |   Bin
 .../users-guide/pictures/030000AE.png              |   Bin
 .../users-guide/pictures/030000B0.png              |   Bin
 .../users-guide/pictures/030000B1.png              |   Bin
 .../users-guide/pictures/030000B2.png              |   Bin
 .../users-guide/pictures/030000B3.png              |   Bin
 .../users-guide/pictures/030000B4.png              |   Bin
 .../users-guide/pictures/030000BC.png              |   Bin
 .../users-guide/pictures/030000BD.png              |   Bin
 .../users-guide/pictures/030000BE.png              |   Bin
 .../users-guide/pictures/030000C5.png              |   Bin
 .../users-guide/pictures/030000C6.png              |   Bin
 .../users-guide/pictures/030000C7.png              |   Bin
 .../users-guide/pictures/030000C8.png              |   Bin
 .../users-guide/pictures/030000C9.png              |   Bin
 .../users-guide/pictures/030000CA.png              |   Bin
 .../users-guide/pictures/030000CB.png              |   Bin
 .../users-guide/pictures/030000CC.png              |   Bin
 .../users-guide/pictures/030000CD.png              |   Bin
 .../users-guide/pictures/030000CE.png              |   Bin
 .../users-guide/pictures/030000CF.png              |   Bin
 .../users-guide/pictures/030000D0.png              |   Bin
 .../users-guide/pictures/030000D1.png              |   Bin
 .../users-guide/pictures/030000D2.png              |   Bin
 .../users-guide/pictures/030000D3.png              |   Bin
 .../users-guide/pictures/030000D4.png              |   Bin
 .../users-guide/pictures/030000D5.png              |   Bin
 .../users-guide/pictures/030000D6.png              |   Bin
 .../users-guide/pictures/030000D7.png              |   Bin
 .../users-guide/pictures/030000D8.png              |   Bin
 .../users-guide/pictures/030000D9.png              |   Bin
 .../users-guide/pictures/030000DE.png              |   Bin
 .../users-guide/pictures/030000DF.png              |   Bin
 .../users-guide/pictures/030000E0.png              |   Bin
 .../users-guide/pictures/030000E1.png              |   Bin
 .../users-guide/pictures/030000E4.png              |   Bin
 .../users-guide/pictures/030000E5.png              |   Bin
 .../users-guide/pictures/030000E6.png              |   Bin
 .../users-guide/pictures/030000E7.png              |   Bin
 .../users-guide/pictures/030000E8.png              |   Bin
 .../users-guide/pictures/030000E9.png              |   Bin
 .../users-guide/pictures/030000EA.png              |   Bin
 documentation/users-guide/pictures/030000EF.png    |   Bin 0 -> 90355 bytes
 .../users-guide/pictures/030000F2.png              |   Bin
 .../users-guide/pictures/030000F3.png              |   Bin
 .../users-guide/pictures/030000F4.png              |   Bin
 .../users-guide/pictures/030000F5.png              |   Bin
 documentation/users-guide/pictures/030000F6.png    |   Bin 0 -> 73816 bytes
 documentation/users-guide/pictures/030000F8.png    |   Bin 0 -> 87994 bytes
 documentation/users-guide/pictures/030000FA.png    |   Bin 0 -> 25405 bytes
 documentation/users-guide/pictures/030000FC.png    |   Bin 0 -> 78319 bytes
 .../users-guide/pictures/030000FE.png              |   Bin
 documentation/users-guide/pictures/030000FF.png    |   Bin 0 -> 140768 bytes
 documentation/users-guide/pictures/03000103.png    |   Bin 0 -> 124368 bytes
 documentation/users-guide/pictures/03000104.png    |   Bin 0 -> 34913 bytes
 documentation/users-guide/pictures/03000105.png    |   Bin 0 -> 8018 bytes
 documentation/users-guide/pictures/03000106.png    |   Bin 0 -> 9168 bytes
 documentation/users-guide/pictures/03000128.png    |   Bin 0 -> 11593 bytes
 .../users-guide/pictures/0300012D.png              |   Bin
 documentation/users-guide/pictures/030001A1.png    |   Bin 0 -> 366448 bytes
 .../users-guide/pictures/030001A9.png              |   Bin
 .../users-guide/pictures/030001B3.png              |   Bin
 .../users-guide/pictures/030001B4.png              |   Bin
 .../users-guide/pictures/030001B5.png              |   Bin
 .../users-guide/pictures/030001C9.png              |   Bin
 .../users-guide/pictures/030001CE.png              |   Bin
 .../users-guide/pictures/030001DE.png              |   Bin
 .../users-guide/pictures/030001DF.png              |   Bin
 .../users-guide/pictures/030001E0.png              |   Bin
 .../users-guide/pictures/030001E1.png              |   Bin
 .../users-guide/pictures/030001E2.png              |   Bin
 .../users-guide/pictures/030001E3.png              |   Bin
 .../users-guide/pictures/030001E5.png              |   Bin
 .../users-guide/pictures/030001E9.png              |   Bin
 .../users-guide/pictures/030001EF.png              |   Bin
 .../users-guide/pictures/030001F4.png              |   Bin
 .../users-guide/pictures/030001F9.png              |   Bin
 .../users-guide/pictures/030001FC.png              |   Bin
 .../users-guide/pictures/030001FD.png              |   Bin
 .../users-guide/pictures/030001FE.png              |   Bin
 .../users-guide/pictures/03000200.png              |   Bin
 .../users-guide/pictures/0300020D.png              |   Bin
 .../users-guide/pictures/03000210.png              |   Bin
 .../users-guide/pictures/03000211.png              |   Bin
 .../users-guide/pictures/03000212.png              |   Bin
 .../users-guide/pictures/03000213.png              |   Bin
 .../users-guide/pictures/03000214.png              |   Bin
 .../users-guide/pictures/03000215.png              |   Bin
 .../users-guide/pictures/03000216.png              |   Bin
 .../users-guide/pictures/03000217.png              |   Bin
 .../users-guide/pictures/03000218.png              |   Bin
 .../users-guide/pictures/0300021D.png              |   Bin
 .../users-guide/pictures/03000221.png              |   Bin
 .../users-guide/pictures/03000222.png              |   Bin
 .../users-guide/pictures/03000223.png              |   Bin
 .../users-guide/pictures/03000224.png              |   Bin
 .../users-guide/pictures/03000225.png              |   Bin
 .../users-guide/pictures/03000226.png              |   Bin
 .../users-guide/pictures/03000227.png              |   Bin
 .../users-guide/pictures/0300022B.png              |   Bin
 .../users-guide/pictures/0300022D.png              |   Bin
 documentation/users-guide/pictures/0600002E.png    |   Bin 0 -> 23604 bytes
 documentation/users-guide/pictures/0600003B.png    |   Bin 0 -> 91309 bytes
 .../users-guide/pictures/060000C4.png              |   Bin
 .../users-guide/pictures/060001B6.png              |   Bin
 .../users-guide/pictures/060001B7.png              |   Bin
 .../users-guide/pictures/060001B8.png              |   Bin
 .../users-guide/pictures/060001B9.png              |   Bin
 .../users-guide/pictures/060001BB.png              |   Bin
 .../users-guide/pictures/060001BD.png              |   Bin
 .../users-guide/pictures/060001BE.png              |   Bin
 .../users-guide/pictures/060001BF.png              |   Bin
 .../users-guide/pictures/060001C0.png              |   Bin
 .../users-guide/pictures/060001C2.png              |   Bin
 .../users-guide/pictures/060001C3.png              |   Bin
 .../users-guide/pictures/060001C4.png              |   Bin
 .../users-guide/pictures/060001C5.png              |   Bin
 .../users-guide/pictures/060001C7.png              |   Bin
 .../users-guide/pictures/060001C8.png              |   Bin
 documentation/users-guide/pictures/0800003F.png    |   Bin 0 -> 23329 bytes
 .../users-guide/pictures/080000A3.png              |   Bin
 documentation/users-guide/pictures/080001BC.png    |   Bin 0 -> 78838 bytes
 .../users-guide/pictures/080001C1.png              |   Bin
 .../users-guide/pictures/080001C6.png              |   Bin
 documentation/users-guide/pictures/080001CA.png    |   Bin 0 -> 61686 bytes
 documentation/users-guide/pictures/080001CB.png    |   Bin 0 -> 34150 bytes
 documentation/users-guide/pictures/080001CC.png    |   Bin 0 -> 55229 bytes
 .../users-guide/pictures/080001CD.png              |   Bin
 .../users-guide/pictures/080001CF.png              |   Bin
 documentation/users-guide/pictures/080001E6.png    |   Bin 0 -> 135910 bytes
 .../users-guide/pictures/080001E7.png              |   Bin
 .../users-guide/pictures/080001E8.png              |   Bin
 documentation/users-guide/pictures/080001FA.png    |   Bin 0 -> 73640 bytes
 documentation/users-guide/pictures/080001FB.png    |   Bin 0 -> 216561 bytes
 .../users-guide/pictures/080001FF.png              |   Bin
 documentation/users-guide/pictures/bp1.png         |   Bin 0 -> 81591 bytes
 documentation/users-guide/pictures/image144.png    |   Bin 0 -> 24185 bytes
 .../users-guide/pictures/image145.jpg              |   Bin
 .../users-guide/pictures/image212.jpg              |   Bin
 .../users-guide/pictures/image443.jpg              |   Bin
 documentation/users-guide/pictures/mathtext.png    |   Bin 0 -> 23805 bytes
 documentation/users-guide/pictures/pad_01.png      |   Bin 0 -> 4301 bytes
 documentation/users-guide/pictures/pad_02.png      |   Bin 0 -> 24446 bytes
 documentation/users-guide/pictures/para1.png       |   Bin 0 -> 8461 bytes
 documentation/users-guide/pictures/para10.png      |   Bin 0 -> 55901 bytes
 documentation/users-guide/pictures/para11.png      |   Bin 0 -> 100994 bytes
 documentation/users-guide/pictures/para12.png      |   Bin 0 -> 16793 bytes
 documentation/users-guide/pictures/para13.png      |   Bin 0 -> 114187 bytes
 documentation/users-guide/pictures/para14.png      |   Bin 0 -> 139819 bytes
 documentation/users-guide/pictures/para2.png       |   Bin 0 -> 84837 bytes
 documentation/users-guide/pictures/para3.png       |   Bin 0 -> 13971 bytes
 documentation/users-guide/pictures/para4.png       |   Bin 0 -> 19377 bytes
 documentation/users-guide/pictures/para5.png       |   Bin 0 -> 63776 bytes
 documentation/users-guide/pictures/para6.png       |   Bin 0 -> 60179 bytes
 documentation/users-guide/pictures/para7.png       |   Bin 0 -> 98963 bytes
 documentation/users-guide/pictures/para8.png       |   Bin 0 -> 102185 bytes
 documentation/users-guide/pictures/para9.png       |   Bin 0 -> 67577 bytes
 documentation/users-guide/pictures/spider1.png     |   Bin 0 -> 22247 bytes
 documentation/users-guide/pictures/spider2.png     |   Bin 0 -> 270303 bytes
 documentation/users-guide/pictures/th2poly1.png    |   Bin 0 -> 31830 bytes
 documentation/users-guide/template.tex             |   172 +
 documentation/users-guide/title.txt                |     2 +
 etc/Makefile.arch                                  |    15 +
 etc/cmake/FindROOT.cmake                           |    52 +-
 etc/gitinfo.txt                                    |     3 +
 etc/http/JSRootIO/changes.txt                      |    37 +
 etc/http/JSRootIO/files/web.config                 |    17 +
 .../JSRootIO/fonts/helvetiker_bold.typeface.js     |     1 +
 .../JSRootIO/fonts/helvetiker_regular.typeface.js  |     1 +
 etc/http/JSRootIO/hsimple.htm                      |    54 +
 etc/http/JSRootIO/img/base.gif                     |   Bin 0 -> 1040 bytes
 etc/http/JSRootIO/img/branch.png                   |   Bin 0 -> 1053 bytes
 etc/http/JSRootIO/img/canvas.png                   |   Bin 0 -> 1057 bytes
 etc/http/JSRootIO/img/cd.gif                       |   Bin 0 -> 239 bytes
 etc/http/JSRootIO/img/empty.gif                    |   Bin 0 -> 62 bytes
 etc/http/JSRootIO/img/folder.gif                   |   Bin 0 -> 372 bytes
 etc/http/JSRootIO/img/folderopen.gif               |   Bin 0 -> 376 bytes
 etc/http/JSRootIO/img/globe.gif                    |   Bin 0 -> 1095 bytes
 etc/http/JSRootIO/img/graph.png                    |   Bin 0 -> 1109 bytes
 etc/http/JSRootIO/img/graphical.png                |   Bin 0 -> 856 bytes
 etc/http/JSRootIO/img/histo.png                    |   Bin 0 -> 1113 bytes
 etc/http/JSRootIO/img/histo2d.png                  |   Bin 0 -> 415 bytes
 etc/http/JSRootIO/img/histo3d.png                  |   Bin 0 -> 1132 bytes
 etc/http/JSRootIO/img/imgfolder.gif                |   Bin 0 -> 622 bytes
 etc/http/JSRootIO/img/join.gif                     |   Bin 0 -> 69 bytes
 etc/http/JSRootIO/img/joinbottom.gif               |   Bin 0 -> 66 bytes
 etc/http/JSRootIO/img/leaf.png                     |   Bin 0 -> 1106 bytes
 etc/http/JSRootIO/img/line.gif                     |   Bin 0 -> 66 bytes
 etc/http/JSRootIO/img/minus.gif                    |   Bin 0 -> 86 bytes
 etc/http/JSRootIO/img/minusbottom.gif              |   Bin 0 -> 85 bytes
 etc/http/JSRootIO/img/musicfolder.gif              |   Bin 0 -> 633 bytes
 etc/http/JSRootIO/img/nolines_minus.gif            |   Bin 0 -> 861 bytes
 etc/http/JSRootIO/img/nolines_plus.gif             |   Bin 0 -> 870 bytes
 etc/http/JSRootIO/img/page.gif                     |   Bin 0 -> 582 bytes
 etc/http/JSRootIO/img/plus.gif                     |   Bin 0 -> 89 bytes
 etc/http/JSRootIO/img/plusbottom.gif               |   Bin 0 -> 88 bytes
 etc/http/JSRootIO/img/profile.png                  |   Bin 0 -> 434 bytes
 etc/http/JSRootIO/img/question.gif                 |   Bin 0 -> 1044 bytes
 etc/http/JSRootIO/img/remove.gif                   |   Bin 0 -> 330 bytes
 etc/http/JSRootIO/img/trash.gif                    |   Bin 0 -> 1051 bytes
 etc/http/JSRootIO/img/tree.png                     |   Bin 0 -> 869 bytes
 etc/http/JSRootIO/img/tree_t.png                   |   Bin 0 -> 245 bytes
 etc/http/JSRootIO/index.htm                        |    53 +
 etc/http/JSRootIO/index_local.htm                  |    29 +
 etc/http/JSRootIO/index_simple.htm                 |    19 +
 etc/http/JSRootIO/scripts/JSRootCore.js            |  1646 ++
 etc/http/JSRootIO/scripts/JSRootD3ExpPainter.js    |  7405 +++++++++
 etc/http/JSRootIO/scripts/JSRootIOEvolution.js     |  1850 +++
 etc/http/JSRootIO/scripts/JSRootInterface.js       |   315 +
 etc/http/JSRootIO/scripts/d3.v2.min.js             |     4 +
 etc/http/JSRootIO/scripts/dtree.js                 |   350 +
 etc/http/JSRootIO/scripts/jquery-ui.min.js         |    12 +
 etc/http/JSRootIO/scripts/jquery.min.js            |     5 +
 etc/http/JSRootIO/scripts/jquery.mousewheel.js     |    84 +
 etc/http/JSRootIO/scripts/rawinflate.js            |   755 +
 etc/http/JSRootIO/scripts/three.min.js             |   706 +
 etc/http/JSRootIO/style/JSRootInterface.css        |   191 +
 etc/http/JSRootIO/style/dtree.css                  |    34 +
 .../style/images/ui-bg_flat_0_aaaaaa_40x100.png    |   Bin 0 -> 180 bytes
 .../style/images/ui-bg_flat_75_ffffff_40x100.png   |   Bin 0 -> 178 bytes
 .../style/images/ui-bg_glass_55_fbf9ee_1x400.png   |   Bin 0 -> 120 bytes
 .../style/images/ui-bg_glass_65_ffffff_1x400.png   |   Bin 0 -> 105 bytes
 .../style/images/ui-bg_glass_75_dadada_1x400.png   |   Bin 0 -> 111 bytes
 .../style/images/ui-bg_glass_75_e6e6e6_1x400.png   |   Bin 0 -> 110 bytes
 .../style/images/ui-bg_glass_75_ffffff_1x400.png   |   Bin 0 -> 107 bytes
 .../style/images/ui-bg_glass_95_fef1ec_1x400.png   |   Bin 0 -> 119 bytes
 .../ui-bg_highlight-soft_75_cccccc_1x100.png       |   Bin 0 -> 101 bytes
 .../style/images/ui-icons_222222_256x240.png       |   Bin 0 -> 4369 bytes
 .../style/images/ui-icons_2e83ff_256x240.png       |   Bin 0 -> 4369 bytes
 .../style/images/ui-icons_454545_256x240.png       |   Bin 0 -> 4369 bytes
 .../style/images/ui-icons_888888_256x240.png       |   Bin 0 -> 4369 bytes
 .../style/images/ui-icons_cd0a0a_256x240.png       |   Bin 0 -> 4369 bytes
 etc/http/JSRootIO/style/jquery-ui.css              |  1179 ++
 etc/http/files/dabc.css                            |   135 +
 etc/http/files/main.htm                            |    70 +
 etc/http/files/single.htm                          |    58 +
 etc/http/img/dabcicon.png                          |   Bin 0 -> 659 bytes
 etc/http/scripts/dabc.js                           |  2257 +++
 etc/http/scripts/justgage.1.0.1.min.js             |    12 +
 etc/http/scripts/raphael.2.1.0.min.js              |    10 +
 etc/plugins/TFile/P100_TXNetFile.C                 |     9 +-
 etc/plugins/TFile/P130_TDavixFile.C                |    19 +
 etc/plugins/TFileStager/P010_TXNetFileStager.C     |     9 +-
 etc/plugins/TGLManager/P030_TGOSXGLManager.C       |     5 +
 etc/plugins/TGrid/P010_TAlien.C                    |     4 +-
 etc/plugins/TSystem/P040_TXNetSystem.C             |     9 +-
 etc/plugins/TSystem/P045_TDavixSystem.C            |    19 +
 etc/valgrind-root.supp                             |     2 -
 fonts/arial.ttf                                    |   Bin 75896 -> 0 bytes
 fonts/arialbd.ttf                                  |   Bin 77448 -> 0 bytes
 fonts/arialbi.ttf                                  |   Bin 84012 -> 0 bytes
 fonts/ariali.ttf                                   |   Bin 73208 -> 0 bytes
 fonts/ariblk.ttf                                   |   Bin 103992 -> 0 bytes
 fonts/comic.ttf                                    |   Bin 63040 -> 0 bytes
 fonts/comicbd.ttf                                  |   Bin 55892 -> 0 bytes
 fonts/cour.ttf                                     |   Bin 86048 -> 0 bytes
 fonts/courbd.ttf                                   |   Bin 94140 -> 0 bytes
 fonts/courbi.ttf                                   |   Bin 94440 -> 0 bytes
 fonts/couri.ttf                                    |   Bin 91952 -> 0 bytes
 fonts/georgia.ttf                                  |   Bin 62804 -> 0 bytes
 fonts/georgiab.ttf                                 |   Bin 60268 -> 0 bytes
 fonts/georgiai.ttf                                 |   Bin 68172 -> 0 bytes
 fonts/georgiaz.ttf                                 |   Bin 69552 -> 0 bytes
 fonts/impact.ttf                                   |   Bin 126056 -> 0 bytes
 fonts/monotype.ttf                                 |   Bin 97824 -> 0 bytes
 fonts/times.ttf                                    |   Bin 94964 -> 0 bytes
 fonts/timesbd.ttf                                  |   Bin 93880 -> 0 bytes
 fonts/timesbi.ttf                                  |   Bin 87276 -> 0 bytes
 fonts/timesi.ttf                                   |   Bin 90072 -> 0 bytes
 fonts/trebuc.ttf                                   |   Bin 57428 -> 0 bytes
 fonts/trebucbd.ttf                                 |   Bin 56576 -> 0 bytes
 fonts/trebucbi.ttf                                 |   Bin 55828 -> 0 bytes
 fonts/trebucit.ttf                                 |   Bin 62484 -> 0 bytes
 fonts/verdana.ttf                                  |   Bin 52720 -> 0 bytes
 fonts/verdanab.ttf                                 |   Bin 53816 -> 0 bytes
 fonts/verdanai.ttf                                 |   Bin 57012 -> 0 bytes
 fonts/verdanaz.ttf                                 |   Bin 59636 -> 0 bytes
 fonts/webdings.ttf                                 |   Bin 113536 -> 0 bytes
 fonts/wingding.ttf                                 |   Bin 71196 -> 0 bytes
 geom/geom/CMakeLists.txt                           |     2 +-
 geom/geom/Module.mk                                |     2 +-
 geom/geom/inc/LinkDef2.h                           |     1 +
 geom/geom/inc/TGeoBranchArray.h                    |     3 +-
 geom/geom/inc/TGeoCone.h                           |    11 +
 geom/geom/inc/TGeoHelix.h                          |     2 +
 geom/geom/inc/TGeoManager.h                        |    18 +-
 geom/geom/inc/TGeoNavigator.h                      |     1 +
 geom/geom/inc/TGeoNode.h                           |    11 +-
 geom/geom/inc/TGeoParallelWorld.h                  |    80 +
 geom/geom/inc/TGeoPatternFinder.h                  |    14 +-
 geom/geom/inc/TGeoPgon.h                           |    22 +-
 geom/geom/inc/TGeoPhysicalNode.h                   |     2 +
 geom/geom/inc/TGeoShape.h                          |     1 +
 geom/geom/inc/TGeoStateInfo.h                      |     4 +-
 geom/geom/inc/TGeoTube.h                           |    11 +
 geom/geom/inc/TGeoVolume.h                         |    37 +-
 geom/geom/inc/TVirtualGeoPainter.h                 |     4 +-
 geom/geom/src/TGeoArb8.cxx                         |    34 +-
 geom/geom/src/TGeoBranchArray.cxx                  |     7 +-
 geom/geom/src/TGeoCache.cxx                        |    12 +-
 geom/geom/src/TGeoCone.cxx                         |    90 +-
 geom/geom/src/TGeoManager.cxx                      |   119 +-
 geom/geom/src/TGeoNavigator.cxx                    |   120 +-
 geom/geom/src/TGeoNode.cxx                         |    29 +-
 geom/geom/src/TGeoParaboloid.cxx                   |     4 +-
 geom/geom/src/TGeoParallelWorld.cxx                |   267 +
 geom/geom/src/TGeoPatternFinder.cxx                |   129 +-
 geom/geom/src/TGeoPgon.cxx                         |    90 +-
 geom/geom/src/TGeoPhysicalNode.cxx                 |    69 +-
 geom/geom/src/TGeoShape.cxx                        |     2 +-
 geom/geom/src/TGeoShapeAssembly.cxx                |    81 +-
 geom/geom/src/TGeoSphere.cxx                       |    65 +-
 geom/geom/src/TGeoStateInfo.cxx                    |     1 +
 geom/geom/src/TGeoTube.cxx                         |   273 +-
 geom/geom/src/TGeoVolume.cxx                       |    59 +-
 geom/geom/src/TGeoXtru.cxx                         |     5 +-
 geom/geompainter/inc/TGeoChecker.h                 |     2 +-
 geom/geompainter/inc/TGeoPainter.h                 |     4 +-
 geom/geompainter/src/TGeoChecker.cxx               |   106 +-
 geom/geompainter/src/TGeoPainter.cxx               |    15 +-
 graf2d/CMakeLists.txt                              |     2 +-
 graf2d/asimage/BuildAfterImage.cmake               |    59 +-
 graf2d/asimage/CMakeLists.txt                      |     8 +-
 graf2d/asimage/Module.mk                           |     2 +
 graf2d/asimage/src/TASImage.cxx                    |    91 +-
 graf2d/asimage/src/libAfterImage/config.guess      |  1075 +-
 graf2d/asimage/src/libAfterImage/config.h.in       |     2 +-
 graf2d/asimage/src/libAfterImage/config.sub        |   463 +-
 graf2d/cocoa/CMakeLists.txt                        |     6 +-
 graf2d/cocoa/Module.mk                             |     8 +-
 graf2d/cocoa/inc/FontCache.h                       |    11 +-
 graf2d/cocoa/inc/LinkDef.h                         |     3 +-
 graf2d/cocoa/inc/QuartzWindow.h                    |     7 +
 graf2d/cocoa/inc/TGCocoa.h                         |    23 +-
 graf2d/cocoa/inc/TGOSXGL.h                         |    64 +
 graf2d/cocoa/inc/TGQuartz.h                        |    12 +-
 graf2d/cocoa/inc/X11Drawable.h                     |     2 +
 graf2d/cocoa/inc/X11Events.h                       |     8 +-
 graf2d/cocoa/src/FontCache.mm                      |   137 +-
 graf2d/cocoa/src/MenuLoader.mm                     |    44 +-
 graf2d/cocoa/src/QuartzPixmap.mm                   |   107 +-
 graf2d/cocoa/src/QuartzWindow.mm                   |   934 +-
 graf2d/cocoa/src/ROOTApplicationDelegate.mm        |    12 +-
 graf2d/cocoa/src/ROOTOpenGLView.mm                 |    26 +-
 graf2d/cocoa/src/TGCocoa.mm                        |   911 +-
 graf2d/cocoa/src/TGOSXGL.mm                        |   229 +
 graf2d/cocoa/src/TGQuartz.mm                       |   186 +-
 graf2d/cocoa/src/X11Buffer.mm                      |   148 +-
 graf2d/cocoa/src/X11Colors.mm                      |    12 +-
 graf2d/cocoa/src/X11Events.mm                      |   529 +-
 graf2d/cocoa/src/XLFDParser.mm                     |     2 +-
 graf2d/doc/v534/index.html                         |   161 +-
 graf2d/doc/v534/mathtext.png                       |   Bin 0 -> 23805 bytes
 graf2d/fitsio/src/TFITS.cxx                        |     4 +-
 graf2d/freetype/CMakeLists.txt                     |     2 +-
 graf2d/freetype/Module.mk                          |     2 -
 graf2d/gpad/inc/TCanvas.h                          |    14 +-
 graf2d/gpad/inc/TCreatePrimitives.h                |    26 +
 graf2d/gpad/inc/TPad.h                             |    55 +-
 graf2d/gpad/inc/TPadPainter.h                      |    20 +-
 graf2d/gpad/src/TCanvas.cxx                        |    51 +-
 graf2d/gpad/src/TCreatePrimitives.cxx              |   728 +-
 graf2d/gpad/src/TPad.cxx                           |   817 +-
 graf2d/gpad/src/TPadPainter.cxx                    |   651 +-
 graf2d/graf/doc/macros/mathsymbols.C               |     2 +
 graf2d/graf/inc/TBox.h                             |    23 +-
 graf2d/graf/inc/TCurlyArc.h                        |    30 +-
 graf2d/graf/inc/TCurlyLine.h                       |    26 +-
 graf2d/graf/inc/TEllipse.h                         |    71 +-
 graf2d/graf/inc/TGaxis.h                           |     7 +-
 graf2d/graf/inc/TGraphPolar.h                      |     4 +-
 graf2d/graf/inc/TLatex.h                           |     2 +
 graf2d/graf/inc/TLine.h                            |    68 +-
 graf2d/graf/inc/TMarker.h                          |    22 +-
 graf2d/graf/inc/TMathText.h                        |     4 +-
 graf2d/graf/inc/TPave.h                            |     4 +
 graf2d/graf/inc/TText.h                            |    22 +-
 graf2d/graf/src/TBox.cxx                           |   278 +-
 graf2d/graf/src/TCurlyArc.cxx                      |   409 +-
 graf2d/graf/src/TCurlyLine.cxx                     |   258 +-
 graf2d/graf/src/TDiamond.cxx                       |    70 +-
 graf2d/graf/src/TEllipse.cxx                       |   432 +-
 graf2d/graf/src/TFrame.cxx                         |    73 +-
 graf2d/graf/src/TGaxis.cxx                         |    47 +-
 graf2d/graf/src/TLatex.cxx                         |   189 +-
 graf2d/graf/src/TLegend.cxx                        |    30 +-
 graf2d/graf/src/TLine.cxx                          |   329 +-
 graf2d/graf/src/TMarker.cxx                        |   151 +-
 graf2d/graf/src/TMathText.cxx                      |    62 +-
 graf2d/graf/src/TPave.cxx                          |   106 +-
 graf2d/graf/src/TPaveLabel.cxx                     |     6 -
 graf2d/graf/src/TPaveText.cxx                      |    35 +-
 graf2d/graf/src/TPavesText.cxx                     |     6 -
 graf2d/graf/src/TPie.cxx                           |     5 +-
 graf2d/graf/src/TPolyLine.cxx                      |   133 +-
 graf2d/graf/src/TText.cxx                          |   170 +-
 graf2d/gviz/CMakeLists.txt                         |     2 +-
 graf2d/gviz/inc/TGraphEdge.h                       |    41 +-
 graf2d/gviz/inc/TGraphNode.h                       |    32 +-
 graf2d/gviz/inc/TGraphStruct.h                     |    19 +-
 graf2d/gviz/src/TGraphEdge.cxx                     |    16 +-
 graf2d/gviz/src/TGraphNode.cxx                     |    20 +-
 graf2d/gviz/src/TGraphStruct.cxx                   |    20 +-
 graf2d/ios/inc/IOSFillPatterns.h                   |     4 +-
 graf2d/ios/inc/IOSLineStyles.h                     |     4 +-
 graf2d/ios/inc/IOSPad.h                            |     2 +
 graf2d/ios/inc/IOSPadStub.h                        |     9 +
 graf2d/ios/src/IOSFillPatterns.cxx                 |   104 +-
 graf2d/ios/src/IOSLineStyles.cxx                   |     2 +-
 graf2d/ios/src/IOSPadStub.cxx                      |    22 +
 graf2d/ios/src/IOSPainter.cxx                      |    16 +-
 graf2d/ios/src/IOSTextOperations.cxx               |    14 +-
 graf2d/mathtext/Module.mk                          |     2 +-
 graf2d/mathtext/src/fontembed.cxx                  |     2 +-
 graf2d/mathtext/src/fontembedps.cxx                |     2 +-
 graf2d/mathtext/src/mathrender.cxx                 |     2 +-
 graf2d/mathtext/src/mathrenderstyle.cxx            |     2 +-
 graf2d/mathtext/src/mathrendertoken.cxx            |     2 +-
 graf2d/mathtext/src/mathtext.cxx                   |     2 +-
 graf2d/mathtext/src/mathtextencode.cxx             |     2 +-
 graf2d/mathtext/src/mathtextparse.cxx              |     2 +-
 graf2d/mathtext/src/mathtextview.cxx               |     2 +-
 graf2d/postscript/src/TImageDump.cxx               |    11 +-
 graf2d/postscript/src/TPDF.cxx                     |    91 +-
 graf2d/postscript/src/TPostScript.cxx              |    14 +-
 graf2d/postscript/src/TSVG.cxx                     |   261 +-
 graf2d/postscript/src/TTeXDump.cxx                 |    36 +-
 graf2d/qt/inc/TVirtualX.interface.h                |     7 +-
 graf2d/qt/src/TGQt.cxx                             |    90 +-
 graf2d/quartz/CMakeLists.txt                       |     2 +-
 graf2d/quartz/Module.mk                            |     7 +
 graf2d/quartz/inc/QuartzFillArea.h                 |     8 +-
 graf2d/quartz/inc/QuartzText.h                     |     1 +
 graf2d/quartz/inc/QuartzUtils.h                    |    16 +
 graf2d/quartz/src/QuartzFillArea.mm                |   380 +-
 graf2d/quartz/src/QuartzLine.mm                    |     8 +-
 graf2d/quartz/src/QuartzText.mm                    |    65 +-
 graf2d/quartz/src/QuartzUtils.mm                   |    22 +
 graf2d/win32gdk/CMakeLists.txt                     |    87 +-
 graf2d/win32gdk/Module.mk                          |    63 +-
 graf2d/win32gdk/gdk/dll/glib-1.3.dll               |   Bin 360316 -> 0 bytes
 graf2d/win32gdk/gdk/dll/iconv-1.3.dll              |   Bin 747486 -> 0 bytes
 graf2d/win32gdk/gdk/lib/glib-1.3.lib               |   Bin 402760 -> 0 bytes
 graf2d/win32gdk/gdk/src/gdk/gdkevents.c            |     4 -
 graf2d/win32gdk/gdk/src/gdk/makefile.msc           |     2 +-
 graf2d/win32gdk/gdk/src/gdk/win32/gdkcolor-win32.c |    10 -
 graf2d/win32gdk/gdk/src/gdk/win32/gdkdnd-win32.c   |     3 +-
 .../win32gdk/gdk/src/gdk/win32/gdkdrawable-win32.c |   225 +-
 .../win32gdk/gdk/src/gdk/win32/gdkevents-win32.c   |    17 +-
 graf2d/win32gdk/gdk/src/gdk/win32/gdkfont-win32.c  |    10 +-
 graf2d/win32gdk/gdk/src/gdk/win32/gdkgc-win32.c    |     4 +-
 graf2d/win32gdk/gdk/src/gdk/win32/gdkim-win32.c    |     1 -
 graf2d/win32gdk/gdk/src/gdk/win32/gdkmain-win32.c  |     1 -
 .../win32gdk/gdk/src/gdk/win32/gdkpixmap-win32.c   |     2 +-
 .../win32gdk/gdk/src/gdk/win32/gdkproperty-win32.c |     2 +-
 .../win32gdk/gdk/src/gdk/win32/gdkregion-win32.c   |     1 -
 .../gdk/src/gdk/win32/gdkselection-win32.c         |     1 -
 .../win32gdk/gdk/src/gdk/win32/gdkwindow-win32.c   |     7 -
 graf2d/win32gdk/gdk/src/glib/config.h              |   182 +
 graf2d/win32gdk/gdk/src/glib/config.h.win32        |   182 +
 graf2d/win32gdk/gdk/src/glib/galloca.h             |     2 +-
 graf2d/win32gdk/gdk/src/glib/garray.c              |   670 +
 graf2d/win32gdk/gdk/src/glib/garray.h              |    14 +-
 graf2d/win32gdk/gdk/src/glib/gasyncqueue.c         |   443 +
 graf2d/win32gdk/gdk/src/glib/gasyncqueue.h         |     2 +-
 graf2d/win32gdk/gdk/src/glib/gbacktrace.c          |   300 +
 graf2d/win32gdk/gdk/src/glib/gbacktrace.h          |     2 +-
 graf2d/win32gdk/gdk/src/glib/gbsearcharray.c       |   213 +
 graf2d/win32gdk/gdk/src/glib/gbsearcharray.h       |   148 +
 graf2d/win32gdk/gdk/src/glib/gcache.c              |   212 +
 graf2d/win32gdk/gdk/src/glib/gcache.h              |     2 +-
 graf2d/win32gdk/gdk/src/glib/gcompletion.c         |   294 +
 graf2d/win32gdk/gdk/src/glib/gcompletion.h         |    10 +-
 graf2d/win32gdk/gdk/src/glib/gconvert.c            |  1321 ++
 graf2d/win32gdk/gdk/src/glib/gconvert.h            |    64 +-
 graf2d/win32gdk/gdk/src/glib/gdataset.c            |   631 +
 graf2d/win32gdk/gdk/src/glib/gdataset.h            |     2 +-
 graf2d/win32gdk/gdk/src/glib/gdate.c               |  1445 ++
 graf2d/win32gdk/gdk/src/glib/gdate.h               |    60 +-
 graf2d/win32gdk/gdk/src/glib/gerror.c              |   254 +
 graf2d/win32gdk/gdk/src/glib/gerror.h              |     2 +-
 graf2d/win32gdk/gdk/src/glib/gfileutils.c          |   820 +
 graf2d/win32gdk/gdk/src/glib/gfileutils.h          |    10 +-
 graf2d/win32gdk/gdk/src/glib/ghash.c               |   696 +
 graf2d/win32gdk/gdk/src/glib/ghash.h               |    90 +-
 graf2d/win32gdk/gdk/src/glib/ghook.c               |   640 +
 graf2d/win32gdk/gdk/src/glib/ghook.h               |    74 +-
 graf2d/win32gdk/gdk/src/glib/giochannel.c          |  2256 +++
 graf2d/win32gdk/gdk/src/glib/giochannel.h          |   269 +-
 graf2d/win32gdk/gdk/src/glib/giounix.c             |   583 +
 graf2d/win32gdk/gdk/src/glib/giowin32.c            |  1463 ++
 graf2d/win32gdk/gdk/src/glib/glib-object.h         |     3 +-
 graf2d/win32gdk/gdk/src/glib/glib.def              |   703 +
 graf2d/win32gdk/gdk/src/glib/glib.h                |    86 +-
 graf2d/win32gdk/gdk/src/glib/glib.rc               |    30 +
 .../src/glib/{glibconfig.h => glibconfig-bogus.h}  |     0
 graf2d/win32gdk/gdk/src/glib/glibconfig.h          |   175 +-
 graf2d/win32gdk/gdk/src/glib/glibconfig.h.win32    |   169 +
 graf2d/win32gdk/gdk/src/glib/glibintl.h            |    28 +
 graf2d/win32gdk/gdk/src/glib/glist.c               |   876 +
 graf2d/win32gdk/gdk/src/glib/glist.h               |    13 +-
 graf2d/win32gdk/gdk/src/glib/gmacros.h             |    12 +
 graf2d/win32gdk/gdk/src/glib/gmain.c               |  3203 ++++
 graf2d/win32gdk/gdk/src/glib/gmain.h               |    50 +-
 graf2d/win32gdk/gdk/src/glib/gmarkup.c             |  1735 ++
 graf2d/win32gdk/gdk/src/glib/gmarkup.h             |    20 +-
 graf2d/win32gdk/gdk/src/glib/gmem.c                |  1262 ++
 graf2d/win32gdk/gdk/src/glib/gmem.h                |   154 +-
 graf2d/win32gdk/gdk/src/glib/gmessages.c           |  1185 ++
 graf2d/win32gdk/gdk/src/glib/gmessages.h           |    30 +-
 graf2d/win32gdk/gdk/src/glib/gnode.c               |  1064 ++
 graf2d/win32gdk/gdk/src/glib/gnode.h               |     4 +-
 graf2d/win32gdk/gdk/src/glib/gobject/gtype.h       |   401 +
 graf2d/win32gdk/gdk/src/glib/gpattern.c            |   300 +
 graf2d/win32gdk/gdk/src/glib/gpattern.h            |    58 +
 graf2d/win32gdk/gdk/src/glib/gprimes.c             |    83 +
 graf2d/win32gdk/gdk/src/glib/gprimes.h             |     2 +-
 graf2d/win32gdk/gdk/src/glib/gqsort.c              |   282 +
 graf2d/win32gdk/gdk/src/glib/gqsort.h              |     4 +-
 graf2d/win32gdk/gdk/src/glib/gquark.h              |    10 +-
 graf2d/win32gdk/gdk/src/glib/gqueue.c              |   263 +
 graf2d/win32gdk/gdk/src/glib/gqueue.h              |     2 +-
 graf2d/win32gdk/gdk/src/glib/grand.c               |   403 +
 graf2d/win32gdk/gdk/src/glib/grand.h               |     6 +-
 graf2d/win32gdk/gdk/src/glib/grel.c                |   449 +
 graf2d/win32gdk/gdk/src/glib/grel.h                |     2 +-
 graf2d/win32gdk/gdk/src/glib/gscanner.c            |  1707 ++
 graf2d/win32gdk/gdk/src/glib/gscanner.h            |    17 +-
 graf2d/win32gdk/gdk/src/glib/gshell.c              |   658 +
 graf2d/win32gdk/gdk/src/glib/gshell.h              |     2 +-
 graf2d/win32gdk/gdk/src/glib/gslist.c              |   767 +
 graf2d/win32gdk/gdk/src/glib/gslist.h              |     8 +-
 graf2d/win32gdk/gdk/src/glib/gspawn-win32-helper.c |   231 +
 graf2d/win32gdk/gdk/src/glib/gspawn-win32.c        |   984 ++
 graf2d/win32gdk/gdk/src/glib/gspawn.c              |  1404 ++
 graf2d/win32gdk/gdk/src/glib/gspawn.h              |    13 +-
 graf2d/win32gdk/gdk/src/glib/gstrfuncs.c           |  1428 ++
 graf2d/win32gdk/gdk/src/glib/gstrfuncs.h           |   192 +-
 graf2d/win32gdk/gdk/src/glib/gstring.c             |   750 +
 graf2d/win32gdk/gdk/src/glib/gstring.h             |    65 +-
 graf2d/win32gdk/gdk/src/glib/gthread.c             |   823 +
 graf2d/win32gdk/gdk/src/glib/gthread.h             |   124 +-
 graf2d/win32gdk/gdk/src/glib/gthreadpool.c         |   678 +
 graf2d/win32gdk/gdk/src/glib/gthreadpool.h         |    26 +-
 graf2d/win32gdk/gdk/src/glib/gtimer.c              |   261 +
 graf2d/win32gdk/gdk/src/glib/gtimer.h              |    20 +-
 graf2d/win32gdk/gdk/src/glib/gtree.c               |  1066 ++
 graf2d/win32gdk/gdk/src/glib/gtree.h               |    66 +-
 graf2d/win32gdk/gdk/src/glib/gtypes.h              |   350 +
 graf2d/win32gdk/gdk/src/glib/gunibreak.c           |    55 +
 graf2d/win32gdk/gdk/src/glib/gunibreak.h           |  2815 +---
 graf2d/win32gdk/gdk/src/glib/gunichartables.h      |   372 +-
 graf2d/win32gdk/gdk/src/glib/gunicode.h            |   137 +-
 graf2d/win32gdk/gdk/src/glib/gunicollate.c         |   235 +
 graf2d/win32gdk/gdk/src/glib/gunicomp.h            |   667 +
 graf2d/win32gdk/gdk/src/glib/gunidecomp.c          |   413 +
 graf2d/win32gdk/gdk/src/glib/gunidecomp.h          |  4798 ++++--
 graf2d/win32gdk/gdk/src/glib/guniprop.c            |   912 ++
 graf2d/win32gdk/gdk/src/glib/gutf8.c               |  1523 ++
 graf2d/win32gdk/gdk/src/glib/gutils.c              |  1136 ++
 graf2d/win32gdk/gdk/src/glib/gutils.h              |    95 +-
 graf2d/win32gdk/gdk/src/glib/gwin32.c              |   837 +
 graf2d/win32gdk/gdk/src/glib/gwin32.h              |    25 +-
 graf2d/win32gdk/gdk/src/glib/makefile.msc          |   133 +
 graf2d/win32gdk/gdk/src/iconv/aliases.h            |  1714 ++
 graf2d/win32gdk/gdk/src/iconv/aliases2.h           |    40 +
 graf2d/win32gdk/gdk/src/iconv/aliases_aix.h        |    18 +
 graf2d/win32gdk/gdk/src/iconv/aliases_aix_sysaix.h |    24 +
 graf2d/win32gdk/gdk/src/iconv/aliases_dos.h        |    48 +
 graf2d/win32gdk/gdk/src/iconv/aliases_extra.h      |    12 +
 graf2d/win32gdk/gdk/src/iconv/aliases_osf1.h       |     2 +
 .../win32gdk/gdk/src/iconv/aliases_osf1_sysosf1.h  |     4 +
 graf2d/win32gdk/gdk/src/iconv/aliases_sysaix.h     |  1765 ++
 graf2d/win32gdk/gdk/src/iconv/aliases_syshpux.h    |  1769 ++
 graf2d/win32gdk/gdk/src/iconv/aliases_sysosf1.h    |  1735 ++
 graf2d/win32gdk/gdk/src/iconv/aliases_syssolaris.h |  1753 ++
 graf2d/win32gdk/gdk/src/iconv/armscii_8.h          |   116 +
 graf2d/win32gdk/gdk/src/iconv/ascii.h              |    44 +
 graf2d/win32gdk/gdk/src/iconv/atarist.h            |   158 +
 graf2d/win32gdk/gdk/src/iconv/big5.h               |  4160 +++++
 graf2d/win32gdk/gdk/src/iconv/big5_2003.h          |   476 +
 graf2d/win32gdk/gdk/src/iconv/big5hkscs1999.h      |   197 +
 graf2d/win32gdk/gdk/src/iconv/big5hkscs2001.h      |   215 +
 graf2d/win32gdk/gdk/src/iconv/big5hkscs2004.h      |   231 +
 graf2d/win32gdk/gdk/src/iconv/c99.h                |   125 +
 graf2d/win32gdk/gdk/src/iconv/canonical.h          |   109 +
 graf2d/win32gdk/gdk/src/iconv/canonical_aix.h      |     9 +
 .../win32gdk/gdk/src/iconv/canonical_aix_sysaix.h  |     9 +
 graf2d/win32gdk/gdk/src/iconv/canonical_dos.h      |    15 +
 graf2d/win32gdk/gdk/src/iconv/canonical_extra.h    |     7 +
 graf2d/win32gdk/gdk/src/iconv/canonical_local.h    |     2 +
 .../gdk/src/iconv/canonical_local_sysaix.h         |     2 +
 .../gdk/src/iconv/canonical_local_syshpux.h        |     2 +
 .../gdk/src/iconv/canonical_local_sysosf1.h        |     2 +
 .../gdk/src/iconv/canonical_local_syssolaris.h     |     2 +
 graf2d/win32gdk/gdk/src/iconv/canonical_osf1.h     |     2 +
 .../gdk/src/iconv/canonical_osf1_sysosf1.h         |     2 +
 graf2d/win32gdk/gdk/src/iconv/canonical_sysaix.h   |   109 +
 graf2d/win32gdk/gdk/src/iconv/canonical_syshpux.h  |   109 +
 graf2d/win32gdk/gdk/src/iconv/canonical_sysosf1.h  |   109 +
 .../win32gdk/gdk/src/iconv/canonical_syssolaris.h  |   109 +
 graf2d/win32gdk/gdk/src/iconv/ces_big5.h           |    70 +
 graf2d/win32gdk/gdk/src/iconv/ces_gbk.h            |    65 +
 graf2d/win32gdk/gdk/src/iconv/cjk_variants.h       |  4241 +++++
 graf2d/win32gdk/gdk/src/iconv/cns11643.h           |    41 +
 graf2d/win32gdk/gdk/src/iconv/cns11643_1.h         |   893 +
 graf2d/win32gdk/gdk/src/iconv/cns11643_15.h        |  1083 ++
 graf2d/win32gdk/gdk/src/iconv/cns11643_2.h         |  1112 ++
 graf2d/win32gdk/gdk/src/iconv/cns11643_3.h         |   974 ++
 graf2d/win32gdk/gdk/src/iconv/cns11643_4.h         |    61 +
 graf2d/win32gdk/gdk/src/iconv/cns11643_4a.h        |   460 +
 graf2d/win32gdk/gdk/src/iconv/cns11643_4b.h        |   668 +
 graf2d/win32gdk/gdk/src/iconv/cns11643_5.h         |  1278 ++
 graf2d/win32gdk/gdk/src/iconv/cns11643_6.h         |   968 ++
 graf2d/win32gdk/gdk/src/iconv/cns11643_7.h         |   988 ++
 graf2d/win32gdk/gdk/src/iconv/cns11643_inv.h       | 15412 ++++++++++++++++++
 graf2d/win32gdk/gdk/src/iconv/config.h             |   458 +
 graf2d/win32gdk/gdk/src/iconv/converters.h         |   297 +
 graf2d/win32gdk/gdk/src/iconv/cp1046.h             |   157 +
 graf2d/win32gdk/gdk/src/iconv/cp1124.h             |   102 +
 graf2d/win32gdk/gdk/src/iconv/cp1125.h             |   129 +
 graf2d/win32gdk/gdk/src/iconv/cp1129.h             |   121 +
 graf2d/win32gdk/gdk/src/iconv/cp1131.h             |   132 +
 graf2d/win32gdk/gdk/src/iconv/cp1133.h             |   110 +
 graf2d/win32gdk/gdk/src/iconv/cp1161.h             |    89 +
 graf2d/win32gdk/gdk/src/iconv/cp1162.h             |    70 +
 graf2d/win32gdk/gdk/src/iconv/cp1163.h             |    63 +
 graf2d/win32gdk/gdk/src/iconv/cp1250.h             |   139 +
 graf2d/win32gdk/gdk/src/iconv/cp1251.h             |   131 +
 graf2d/win32gdk/gdk/src/iconv/cp1252.h             |   103 +
 graf2d/win32gdk/gdk/src/iconv/cp1253.h             |   122 +
 graf2d/win32gdk/gdk/src/iconv/cp1254.h             |   146 +
 graf2d/win32gdk/gdk/src/iconv/cp1255.h             |   380 +
 graf2d/win32gdk/gdk/src/iconv/cp1256.h             |   153 +
 graf2d/win32gdk/gdk/src/iconv/cp1257.h             |   139 +
 graf2d/win32gdk/gdk/src/iconv/cp1258.h             |   288 +
 graf2d/win32gdk/gdk/src/iconv/cp437.h              |   156 +
 graf2d/win32gdk/gdk/src/iconv/cp737.h              |   141 +
 graf2d/win32gdk/gdk/src/iconv/cp775.h              |   142 +
 graf2d/win32gdk/gdk/src/iconv/cp850.h              |   124 +
 graf2d/win32gdk/gdk/src/iconv/cp852.h              |   143 +
 graf2d/win32gdk/gdk/src/iconv/cp853.h              |   151 +
 graf2d/win32gdk/gdk/src/iconv/cp855.h              |   128 +
 graf2d/win32gdk/gdk/src/iconv/cp856.h              |   134 +
 graf2d/win32gdk/gdk/src/iconv/cp857.h              |   138 +
 graf2d/win32gdk/gdk/src/iconv/cp858.h              |    61 +
 graf2d/win32gdk/gdk/src/iconv/cp860.h              |   149 +
 graf2d/win32gdk/gdk/src/iconv/cp861.h              |   156 +
 graf2d/win32gdk/gdk/src/iconv/cp862.h              |   155 +
 graf2d/win32gdk/gdk/src/iconv/cp863.h              |   156 +
 graf2d/win32gdk/gdk/src/iconv/cp864.h              |   188 +
 graf2d/win32gdk/gdk/src/iconv/cp865.h              |   156 +
 graf2d/win32gdk/gdk/src/iconv/cp866.h              |   125 +
 graf2d/win32gdk/gdk/src/iconv/cp869.h              |   137 +
 graf2d/win32gdk/gdk/src/iconv/cp874.h              |   111 +
 graf2d/win32gdk/gdk/src/iconv/cp922.h              |    99 +
 graf2d/win32gdk/gdk/src/iconv/cp932.h              |   240 +
 graf2d/win32gdk/gdk/src/iconv/cp932ext.h           |   709 +
 graf2d/win32gdk/gdk/src/iconv/cp936.h              |   126 +
 graf2d/win32gdk/gdk/src/iconv/cp936ext.h           |    99 +
 graf2d/win32gdk/gdk/src/iconv/cp943.h              |    29 +
 graf2d/win32gdk/gdk/src/iconv/cp949.h              |   128 +
 graf2d/win32gdk/gdk/src/iconv/cp950.h              |   284 +
 graf2d/win32gdk/gdk/src/iconv/cp950ext.h           |   161 +
 graf2d/win32gdk/gdk/src/iconv/dec_hanyu.h          |   115 +
 graf2d/win32gdk/gdk/src/iconv/dec_kanji.h          |    71 +
 graf2d/win32gdk/gdk/src/iconv/encodings.def        |  1025 ++
 graf2d/win32gdk/gdk/src/iconv/encodings_aix.def    |    97 +
 graf2d/win32gdk/gdk/src/iconv/encodings_dos.def    |   127 +
 graf2d/win32gdk/gdk/src/iconv/encodings_extra.def  |    57 +
 graf2d/win32gdk/gdk/src/iconv/encodings_local.def  |    29 +
 graf2d/win32gdk/gdk/src/iconv/encodings_osf1.def   |    37 +
 graf2d/win32gdk/gdk/src/iconv/euc_cn.h             |    72 +
 graf2d/win32gdk/gdk/src/iconv/euc_jisx0213.h       |   268 +
 graf2d/win32gdk/gdk/src/iconv/euc_jp.h             |   191 +
 graf2d/win32gdk/gdk/src/iconv/euc_kr.h             |    74 +
 graf2d/win32gdk/gdk/src/iconv/euc_tw.h             |   116 +
 graf2d/win32gdk/gdk/src/iconv/flags.h              |   156 +
 graf2d/win32gdk/gdk/src/iconv/flushwc.h            |    37 +
 graf2d/win32gdk/gdk/src/iconv/gb12345.h            |    67 +
 graf2d/win32gdk/gdk/src/iconv/gb12345ext.h         |  1796 ++
 graf2d/win32gdk/gdk/src/iconv/gb18030.h            |   382 +
 graf2d/win32gdk/gdk/src/iconv/gb18030ext.h         |   300 +
 graf2d/win32gdk/gdk/src/iconv/gb18030uni.h         |   249 +
 graf2d/win32gdk/gdk/src/iconv/gb2312.h             |  2571 +++
 graf2d/win32gdk/gdk/src/iconv/gbk.h                |   169 +
 graf2d/win32gdk/gdk/src/iconv/gbkext1.h            |   853 +
 graf2d/win32gdk/gdk/src/iconv/gbkext2.h            |  1174 ++
 graf2d/win32gdk/gdk/src/iconv/gbkext_inv.h         |  2343 +++
 graf2d/win32gdk/gdk/src/iconv/georgian_academy.h   |   106 +
 graf2d/win32gdk/gdk/src/iconv/georgian_ps.h        |   123 +
 graf2d/win32gdk/gdk/src/iconv/hkscs1999.h          |  3005 ++++
 graf2d/win32gdk/gdk/src/iconv/hkscs2001.h          |   683 +
 graf2d/win32gdk/gdk/src/iconv/hkscs2004.h          |   679 +
 graf2d/win32gdk/gdk/src/iconv/hp_roman8.h          |   119 +
 graf2d/win32gdk/gdk/src/iconv/hz.h                 |   163 +
 graf2d/win32gdk/gdk/src/iconv/iconv.c              |   592 +
 graf2d/win32gdk/gdk/src/iconv/iconv.h              |   242 +
 graf2d/win32gdk/gdk/src/iconv/iconv_open1.h        |   201 +
 graf2d/win32gdk/gdk/src/iconv/iconv_open2.h        |    89 +
 graf2d/win32gdk/gdk/src/iconv/iso2022_cn.h         |   324 +
 graf2d/win32gdk/gdk/src/iconv/iso2022_cnext.h      |   590 +
 graf2d/win32gdk/gdk/src/iconv/iso2022_jp.h         |   216 +
 graf2d/win32gdk/gdk/src/iconv/iso2022_jp1.h        |   264 +
 graf2d/win32gdk/gdk/src/iconv/iso2022_jp2.h        |   693 +
 graf2d/win32gdk/gdk/src/iconv/iso2022_jp3.h        |   538 +
 graf2d/win32gdk/gdk/src/iconv/iso2022_kr.h         |   222 +
 graf2d/win32gdk/gdk/src/iconv/iso646_cn.h          |    58 +
 graf2d/win32gdk/gdk/src/iconv/iso646_jp.h          |    60 +
 graf2d/win32gdk/gdk/src/iconv/iso8859_1.h          |    41 +
 graf2d/win32gdk/gdk/src/iconv/iso8859_10.h         |   106 +
 graf2d/win32gdk/gdk/src/iconv/iso8859_11.h         |    52 +
 graf2d/win32gdk/gdk/src/iconv/iso8859_13.h         |   109 +
 graf2d/win32gdk/gdk/src/iconv/iso8859_14.h         |   127 +
 graf2d/win32gdk/gdk/src/iconv/iso8859_15.h         |    81 +
 graf2d/win32gdk/gdk/src/iconv/iso8859_16.h         |   116 +
 graf2d/win32gdk/gdk/src/iconv/iso8859_2.h          |   112 +
 graf2d/win32gdk/gdk/src/iconv/iso8859_3.h          |   118 +
 graf2d/win32gdk/gdk/src/iconv/iso8859_4.h          |   112 +
 graf2d/win32gdk/gdk/src/iconv/iso8859_5.h          |    95 +
 graf2d/win32gdk/gdk/src/iconv/iso8859_6.h          |    98 +
 graf2d/win32gdk/gdk/src/iconv/iso8859_7.h          |   111 +
 graf2d/win32gdk/gdk/src/iconv/iso8859_8.h          |   107 +
 graf2d/win32gdk/gdk/src/iconv/iso8859_9.h          |    85 +
 graf2d/win32gdk/gdk/src/iconv/isoir165.h           |   159 +
 graf2d/win32gdk/gdk/src/iconv/isoir165ext.h        |   800 +
 graf2d/win32gdk/gdk/src/iconv/java.h               |   137 +
 graf2d/win32gdk/gdk/src/iconv/jisx0201.h           |    66 +
 graf2d/win32gdk/gdk/src/iconv/jisx0208.h           |  2415 +++
 graf2d/win32gdk/gdk/src/iconv/jisx0212.h           |  2189 +++
 graf2d/win32gdk/gdk/src/iconv/jisx0213.h           |  5924 +++++++
 graf2d/win32gdk/gdk/src/iconv/johab.h              |   139 +
 graf2d/win32gdk/gdk/src/iconv/johab_hangul.h       |   262 +
 graf2d/win32gdk/gdk/src/iconv/koi8_r.h             |   153 +
 graf2d/win32gdk/gdk/src/iconv/koi8_ru.h            |   159 +
 graf2d/win32gdk/gdk/src/iconv/koi8_t.h             |   143 +
 graf2d/win32gdk/gdk/src/iconv/koi8_u.h             |   161 +
 graf2d/win32gdk/gdk/src/iconv/ksc5601.h            |  3022 ++++
 graf2d/win32gdk/gdk/src/iconv/libiconv.rc          |    38 +
 graf2d/win32gdk/gdk/src/iconv/localcharset.c       |   502 +
 graf2d/win32gdk/gdk/src/iconv/localcharset.h       |    49 +
 graf2d/win32gdk/gdk/src/iconv/loop_unicode.h       |   527 +
 graf2d/win32gdk/gdk/src/iconv/loop_wchar.h         |   458 +
 graf2d/win32gdk/gdk/src/iconv/loops.h              |    25 +
 graf2d/win32gdk/gdk/src/iconv/mac_arabic.h         |   132 +
 graf2d/win32gdk/gdk/src/iconv/mac_centraleurope.h  |   139 +
 graf2d/win32gdk/gdk/src/iconv/mac_croatian.h       |   165 +
 graf2d/win32gdk/gdk/src/iconv/mac_cyrillic.h       |   136 +
 graf2d/win32gdk/gdk/src/iconv/mac_greek.h          |   135 +
 graf2d/win32gdk/gdk/src/iconv/mac_hebrew.h         |   132 +
 graf2d/win32gdk/gdk/src/iconv/mac_iceland.h        |   162 +
 graf2d/win32gdk/gdk/src/iconv/mac_roman.h          |   167 +
 graf2d/win32gdk/gdk/src/iconv/mac_romania.h        |   165 +
 graf2d/win32gdk/gdk/src/iconv/mac_thai.h           |   128 +
 graf2d/win32gdk/gdk/src/iconv/mac_turkish.h        |   163 +
 graf2d/win32gdk/gdk/src/iconv/mac_ukraine.h        |   143 +
 graf2d/win32gdk/gdk/src/iconv/makefile.msc         |    83 +
 graf2d/win32gdk/gdk/src/iconv/mulelao.h            |    96 +
 graf2d/win32gdk/gdk/src/iconv/nextstep.h           |   141 +
 graf2d/win32gdk/gdk/src/iconv/pt154.h              |   118 +
 graf2d/win32gdk/gdk/src/iconv/relocatable.c        |   493 +
 graf2d/win32gdk/gdk/src/iconv/relocatable.h        |    83 +
 graf2d/win32gdk/gdk/src/iconv/riscos1.h            |    96 +
 graf2d/win32gdk/gdk/src/iconv/rk1048.h             |   145 +
 graf2d/win32gdk/gdk/src/iconv/shift_jisx0213.h     |   310 +
 graf2d/win32gdk/gdk/src/iconv/sjis.h               |   132 +
 graf2d/win32gdk/gdk/src/iconv/tcvn.h               |   291 +
 graf2d/win32gdk/gdk/src/iconv/tds565.h             |   107 +
 graf2d/win32gdk/gdk/src/iconv/tis620.h             |    52 +
 graf2d/win32gdk/gdk/src/iconv/translit.def         |  3918 +++++
 graf2d/win32gdk/gdk/src/iconv/translit.h           |  4411 +++++
 graf2d/win32gdk/gdk/src/iconv/ucs2.h               |    68 +
 graf2d/win32gdk/gdk/src/iconv/ucs2be.h             |    51 +
 graf2d/win32gdk/gdk/src/iconv/ucs2internal.h       |    51 +
 graf2d/win32gdk/gdk/src/iconv/ucs2le.h             |    51 +
 graf2d/win32gdk/gdk/src/iconv/ucs2swapped.h        |    60 +
 graf2d/win32gdk/gdk/src/iconv/ucs4.h               |    69 +
 graf2d/win32gdk/gdk/src/iconv/ucs4be.h             |    46 +
 graf2d/win32gdk/gdk/src/iconv/ucs4internal.h       |    43 +
 graf2d/win32gdk/gdk/src/iconv/ucs4le.h             |    46 +
 graf2d/win32gdk/gdk/src/iconv/ucs4swapped.h        |    53 +
 graf2d/win32gdk/gdk/src/iconv/uhc_1.h              |  1725 ++
 graf2d/win32gdk/gdk/src/iconv/uhc_2.h              |  1022 ++
 graf2d/win32gdk/gdk/src/iconv/utf16.h              |   113 +
 graf2d/win32gdk/gdk/src/iconv/utf16be.h            |    80 +
 graf2d/win32gdk/gdk/src/iconv/utf16le.h            |    80 +
 graf2d/win32gdk/gdk/src/iconv/utf32.h              |    93 +
 graf2d/win32gdk/gdk/src/iconv/utf32be.h            |    55 +
 graf2d/win32gdk/gdk/src/iconv/utf32le.h            |    55 +
 graf2d/win32gdk/gdk/src/iconv/utf7.h               |   355 +
 graf2d/win32gdk/gdk/src/iconv/utf8.h               |   128 +
 graf2d/win32gdk/gdk/src/iconv/vietcomb.h           |   467 +
 graf2d/win32gdk/gdk/src/iconv/viscii.h             |   141 +
 graf2d/win32gdk/inc/TGWin32InterpreterProxy.h      |     1 +
 graf2d/win32gdk/src/TGWin32.cxx                    |    71 +-
 graf2d/win32gdk/src/TGWin32GL.cxx                  |     4 +-
 graf2d/win32gdk/src/TGWin32InterpreterProxy.cxx    |     1 +
 graf2d/x11/src/GX11Gui.cxx                         |     4 +
 graf2d/x11/src/Rotated.cxx                         |     6 +-
 graf2d/x11ttf/Module.mk                            |     2 +-
 graf3d/CMakeLists.txt                              |     2 +-
 graf3d/eve/CMakeLists.txt                          |     6 +-
 graf3d/eve/Module.mk                               |     3 +
 graf3d/eve/inc/TEveDigitSetEditor.h                |     4 +-
 graf3d/eve/src/TEveBrowser.cxx                     |    15 +-
 graf3d/eve/src/TEveElement.cxx                     |     7 +-
 graf3d/eve/src/TEveProjectionBases.cxx             |     4 +-
 graf3d/eve/src/TEveStraightLineSet.cxx             |     2 +-
 graf3d/eve/src/TEveTrackPropagator.cxx             |     2 +-
 graf3d/ftgl/CMakeLists.txt                         |     3 +
 graf3d/ftgl/Module.mk                              |    14 +-
 graf3d/g3d/CMakeLists.txt                          |     1 -
 graf3d/g3d/inc/TPolyMarker3D.h                     |     6 +-
 graf3d/g3d/src/TView3D.cxx                         |    25 +-
 graf3d/gl/CMakeLists.txt                           |    28 +-
 graf3d/gl/Module.mk                                |     8 +-
 graf3d/gl/inc/TGLFontManager.h                     |    12 +
 graf3d/gl/inc/TGLPadPainter.h                      |    23 +-
 graf3d/gl/inc/TGLPadUtils.h                        |    27 +-
 graf3d/gl/inc/TGLRnrCtx.h                          |     8 +-
 graf3d/gl/inc/TGLUtil.h                            |     7 +
 graf3d/gl/src/TGL5DPainter.cxx                     |     4 +-
 graf3d/gl/src/TGLFontManager.cxx                   |   215 +-
 graf3d/gl/src/TGLHistPainter.cxx                   |    41 +-
 graf3d/gl/src/TGLPadPainter.cxx                    |   668 +-
 graf3d/gl/src/TGLPadUtils.cxx                      |    51 +-
 graf3d/gl/src/TGLPlotBox.cxx                       |    16 +-
 graf3d/gl/src/TGLPlotCamera.cxx                    |     3 +
 graf3d/gl/src/TGLPlotPainter.cxx                   |    64 +-
 graf3d/gl/src/TGLUtil.cxx                          |    65 +-
 graf3d/gl/src/TX11GL.cxx                           |     1 +
 graf3d/gviz3d/CMakeLists.txt                       |     2 +-
 gui/doc/v534/index.html                            |    31 +
 gui/ged/inc/LinkDef.h                              |     1 +
 gui/ged/inc/TAttFillEditor.h                       |    13 +-
 gui/ged/inc/TAttLineEditor.h                       |    10 +
 gui/ged/inc/TAttMarkerEditor.h                     |    10 +
 gui/ged/inc/TAttTextEditor.h                       |    19 +-
 gui/ged/inc/TH1Editor.h                            |     2 +
 gui/ged/inc/TH2Editor.h                            |     2 +
 gui/ged/inc/TTextEditor.h                          |    63 +
 gui/ged/src/TAttFillEditor.cxx                     |   128 +-
 gui/ged/src/TAttLineEditor.cxx                     |   128 +-
 gui/ged/src/TAttMarkerEditor.cxx                   |   128 +-
 gui/ged/src/TAttTextEditor.cxx                     |   142 +-
 gui/ged/src/TGedEditor.cxx                         |    12 +-
 gui/ged/src/TH1Editor.cxx                          |    61 +-
 gui/ged/src/TH2Editor.cxx                          |    58 +-
 gui/ged/src/TPadEditor.cxx                         |     2 +
 gui/ged/src/TTextEditor.cxx                        |   163 +
 gui/gui/inc/TGColorDialog.h                        |     8 +-
 gui/gui/inc/TGColorSelect.h                        |     6 +-
 gui/gui/inc/TGListView.h                           |     2 +
 gui/gui/inc/TRootCanvas.h                          |     3 +
 gui/gui/src/TGButtonGroup.cxx                      |     8 +-
 gui/gui/src/TGColorDialog.cxx                      |    70 +-
 gui/gui/src/TGColorSelect.cxx                      |    40 +-
 gui/gui/src/TGFileBrowser.cxx                      |    18 +-
 gui/gui/src/TGFileDialog.cxx                       |    20 +-
 gui/gui/src/TGTab.cxx                              |     2 +-
 gui/gui/src/TGToolBar.cxx                          |     2 +-
 gui/gui/src/TRootBrowser.cxx                       |     7 +-
 gui/gui/src/TRootCanvas.cxx                        |   240 +-
 gui/gui/src/TRootContextMenu.cxx                   |    18 +
 gui/gui/src/TRootEmbeddedCanvas.cxx                |    89 +-
 gui/sessionviewer/src/TProofProgressDialog.cxx     |     2 +-
 hist/doc/v534/candle.png                           |   Bin 0 -> 17556 bytes
 hist/doc/v534/index.html                           |   147 +
 hist/hbook/CMakeLists.txt                          |     4 +
 hist/hist/inc/HFitInterface.h                      |    10 +
 hist/hist/inc/LinkDef.h                            |     2 +
 hist/hist/inc/TEfficiency.h                        |    17 +-
 hist/hist/inc/TFitResult.h                         |     8 +
 hist/hist/inc/TGraph.h                             |     3 +-
 hist/hist/inc/TGraph2D.h                           |    34 +-
 hist/hist/inc/TGraph2DErrors.h                     |     4 +-
 hist/hist/inc/TGraphAsymmErrors.h                  |     1 +
 hist/hist/inc/TGraphBentErrors.h                   |     2 +
 hist/hist/inc/TGraphErrors.h                       |     2 +
 hist/hist/inc/TH1.h                                |    17 +-
 hist/hist/inc/TH2Poly.h                            |     1 +
 hist/hist/inc/TH3.h                                |    23 +-
 hist/hist/inc/TMultiGraph.h                        |     1 +
 hist/hist/inc/TProfile.h                           |     1 +
 hist/hist/inc/TProfile2D.h                         |     5 +
 hist/hist/inc/TProfile3D.h                         |     7 +-
 hist/hist/inc/TUnfold.h                            |   125 +-
 hist/hist/inc/TUnfoldBinning.h                     |   160 +
 hist/hist/inc/TUnfoldDensity.h                     |   181 +
 hist/hist/inc/TUnfoldSys.h                         |    59 +-
 hist/hist/src/HFitImpl.cxx                         |    82 +-
 hist/hist/src/HFitInterface.cxx                    |    12 +-
 hist/hist/src/TAxis.cxx                            |    13 +-
 hist/hist/src/TEfficiency.cxx                      |  1673 +-
 hist/hist/src/TF1.cxx                              |     2 +-
 hist/hist/src/TFractionFitter.cxx                  |     4 +-
 hist/hist/src/TGraph.cxx                           |   148 +-
 hist/hist/src/TGraph2D.cxx                         |    73 +-
 hist/hist/src/TGraph2DErrors.cxx                   |    46 +
 hist/hist/src/TGraphAsymmErrors.cxx                |    26 +
 hist/hist/src/TGraphBentErrors.cxx                 |    34 +
 hist/hist/src/TGraphDelaunay.cxx                   |    17 +-
 hist/hist/src/TGraphErrors.cxx                     |    48 +-
 hist/hist/src/TH1.cxx                              |   281 +-
 hist/hist/src/TH2.cxx                              |   173 +-
 hist/hist/src/TH2Poly.cxx                          |    12 +
 hist/hist/src/TH3.cxx                              |   159 +-
 hist/hist/src/THStack.cxx                          |    19 +-
 hist/hist/src/THnBase.cxx                          |    11 +-
 hist/hist/src/TMultiDimFit.cxx                     |     3 +-
 hist/hist/src/TMultiGraph.cxx                      |    99 +-
 hist/hist/src/TProfile.cxx                         |    43 +-
 hist/hist/src/TProfile2D.cxx                       |   169 +-
 hist/hist/src/TProfile3D.cxx                       |   210 +-
 hist/hist/src/TProfileHelper.h                     |    39 +-
 hist/hist/src/TSpline.cxx                          |     2 +-
 hist/hist/src/TUnfold.cxx                          |  2415 ++-
 hist/hist/src/TUnfoldBinning.cxx                   |  1749 ++
 hist/hist/src/TUnfoldDensity.cxx                   |  1504 ++
 hist/hist/src/TUnfoldSys.cxx                       |   589 +-
 hist/histpainter/inc/Hoption.h                     |    28 +-
 hist/histpainter/inc/THistPainter.h                |     1 +
 hist/histpainter/src/TGraphPainter.cxx             |   630 +-
 hist/histpainter/src/THistPainter.cxx              |   577 +-
 hist/spectrumpainter/src/TSpectrum2Painter.cxx     |     8 +-
 html/inc/THtml.h                                   |     4 +-
 html/src/TDocOutput.cxx                            |     9 +-
 html/src/THtml.cxx                                 |     6 +-
 io/castor/CMakeLists.txt                           |     6 +-
 io/castor/src/TCastorFile.cxx                      |     8 +-
 io/dcache/Module.mk                                |     6 +-
 io/gfal/src/TGFALFile.cxx                          |    13 +-
 io/io/inc/TBufferFile.h                            |     3 +-
 io/io/inc/TFilePrefetch.h                          |     7 +-
 io/io/inc/TStreamerInfo.h                          |    21 +-
 io/io/inc/TVirtualCollectionIterators.h            |    10 +-
 io/io/src/TBufferFile.cxx                          |   119 +-
 io/io/src/TDirectoryFile.cxx                       |    27 +-
 io/io/src/TEmulatedCollectionProxy.cxx             |     3 +-
 io/io/src/TFile.cxx                                |    78 +-
 io/io/src/TFileCacheRead.cxx                       |     2 +-
 io/io/src/TFileMerger.cxx                          |    48 +-
 io/io/src/TFilePrefetch.cxx                        |    89 +-
 io/io/src/TGenCollectionProxy.cxx                  |    24 +-
 io/io/src/TKey.cxx                                 |    25 +-
 io/io/src/TMakeProject.cxx                         |     8 +-
 io/io/src/TStreamerInfo.cxx                        |   617 +-
 io/io/src/TStreamerInfoActions.cxx                 |    80 +-
 io/io/src/TStreamerInfoReadBuffer.cxx              |     8 +-
 io/io/src/TStreamerInfoWriteBuffer.cxx             |     3 +
 io/rfio/CMakeLists.txt                             |     4 +
 io/rfio/src/TRFIOFile.cxx                          |     2 +-
 io/xml/inc/TXMLEngine.h                            |    11 +-
 io/xml/src/TKeyXML.cxx                             |    12 +-
 io/xml/src/TXMLEngine.cxx                          |   395 +-
 io/xml/src/TXMLFile.cxx                            |     4 +
 io/xmlparser/src/TSAXParser.cxx                    |    20 +-
 main/CMakeLists.txt                                |    10 +-
 main/Module.mk                                     |     4 +-
 main/src/hadd.cxx                                  |     2 +-
 main/src/xpdtest.cxx                               |     2 +-
 math/CMakeLists.txt                                |    10 +
 math/foam/inc/TFoam.h                              |     1 +
 math/foam/src/TFoam.cxx                            |    47 +-
 math/genetic/CMakeLists.txt                        |     2 +
 math/genetic/inc/Math/GeneticMinimizer.h           |     9 +-
 math/genetic/src/GeneticMinimizer.cxx              |    49 +-
 math/genetic/test/CMakeLists.txt                   |    23 +
 math/genetic/test/GAMinTutorial.cxx                |   139 +-
 math/genetic/test/Makefile                         |     2 +
 math/genetic/test/testGAMinimizer.cxx              |    70 +-
 math/genetic/test/timeGA.cxx                       |    25 +-
 math/genvector/Module.mk                           |     1 -
 math/genvector/inc/Math/GenVector/Cartesian2D.h    |     4 +-
 math/genvector/inc/Math/GenVector/Cartesian3D.h    |     4 +-
 math/genvector/inc/Math/GenVector/LorentzVector.h  |    71 +-
 math/genvector/inc/Math/GenVector/PxPyPzE4D.h      |     6 +-
 math/genvector/inc/Math/GenVector/PxPyPzM4D.h      |     6 +-
 math/genvector/inc/Math/GenVector/VectorUtil.h     |    78 +-
 math/genvector/test/Makefile                       |     6 +-
 math/genvector/test/rotationApplication.cxx        |    17 +-
 math/genvector/test/testGenVector.cxx              |    29 +-
 math/mathcore/CMakeLists.txt                       |     8 +-
 math/mathcore/Module.mk                            |     4 +
 math/mathcore/inc/Fit/BinData.h                    |    16 +
 math/mathcore/inc/Fit/DataOptions.h                |     2 +
 math/mathcore/inc/Fit/FitConfig.h                  |     2 +-
 math/mathcore/inc/Fit/FitResult.h                  |    20 +-
 math/mathcore/inc/Fit/Fitter.h                     |     2 +-
 math/mathcore/inc/Fit/LogLikelihoodFCN.h           |     6 +-
 math/mathcore/inc/Fit/ParameterSettings.h          |     5 +-
 math/mathcore/inc/Fit/PoissonLikelihoodFCN.h       |     5 +-
 math/mathcore/inc/LinkDef1.h                       |     3 +
 math/mathcore/inc/LinkDef2.h                       |     4 +
 .../mathcore/inc/Math/AdaptiveIntegratorMultiDim.h |    54 +-
 math/mathcore/inc/Math/BasicMinimizer.h            |   207 +
 math/mathcore/inc/Math/Functor.h                   |   165 +-
 math/mathcore/inc/Math/GaussIntegrator.h           |    12 +-
 math/mathcore/inc/Math/GenAlgoOptions.h            |     2 +-
 math/mathcore/inc/Math/IFunction.h                 |     3 +-
 math/mathcore/inc/Math/MinimTransformFunction.h    |    30 +-
 math/mathcore/inc/Math/MinimTransformVariable.h    |   159 +
 math/mathcore/inc/Math/Minimizer.h                 |   265 +-
 math/mathcore/inc/Math/MinimizerOptions.h          |    92 +-
 math/mathcore/inc/Math/MinimizerVariable.h         |   156 -
 math/mathcore/inc/Math/ParamFunctor.h              |    12 +-
 math/mathcore/inc/Math/Util.h                      |     8 +-
 math/mathcore/inc/TMath.h                          |    58 +-
 math/mathcore/src/AdaptiveIntegratorMultiDim.cxx   |    16 +-
 math/mathcore/src/BasicMinimizer.cxx               |   365 +
 math/mathcore/src/BinData.cxx                      |    50 +-
 math/mathcore/src/Factory.cxx                      |    13 +-
 math/mathcore/src/FitConfig.cxx                    |    13 +-
 math/mathcore/src/FitResult.cxx                    |    54 +-
 math/mathcore/src/FitUtil.cxx                      |    30 +
 math/mathcore/src/Fitter.cxx                       |    11 +-
 math/mathcore/src/FunctorCint.cxx                  |    15 +-
 math/mathcore/src/GaussIntegrator.cxx              |    41 +-
 math/mathcore/src/GaussLegendreIntegrator.cxx      |    16 +-
 math/mathcore/src/GenAlgoOptions.cxx               |     2 +-
 math/mathcore/src/IntegratorOptions.cxx            |     4 +-
 math/mathcore/src/MinimTransformFunction.cxx       |    32 +-
 math/mathcore/src/MinimizerOptions.cxx             |   180 +-
 math/mathcore/src/TMath.cxx                        |    64 +-
 math/mathcore/src/TRandom.cxx                      |    23 +-
 math/mathcore/src/TRandom1.cxx                     |     2 +-
 math/mathcore/src/TRandom2.cxx                     |     2 +
 math/mathcore/src/TRandom3.cxx                     |     7 +-
 math/mathcore/test/CMakeLists.txt                  |    98 +-
 math/mathcore/test/Makefile                        |     2 +
 math/mathcore/test/binarySearchTime.cxx            |   121 +-
 math/mathcore/test/fit/Makefile                    |    34 +-
 math/mathcore/test/fit/SparseDataComparer.cxx      |    61 +-
 math/mathcore/test/fit/SparseFit3.cxx              |   109 +-
 math/mathcore/test/fit/SparseFit4.cxx              |    76 +-
 math/mathcore/test/fit/WrapperRooPdf.h             |    12 +-
 math/mathcore/test/fit/testFit.cxx                 |     6 +-
 math/mathcore/test/fit/testFitPerf.cxx             |    11 +-
 math/mathcore/test/fit/testGraphFit.cxx            |   188 +
 math/mathcore/test/fit/testMinim.cxx               |    71 +-
 math/mathcore/test/fit/testRooFit.cxx              |    70 +-
 math/mathcore/test/kDTreeTest.cxx                  |    42 +-
 math/mathcore/test/newKDTreeTest.cxx               |     1 +
 math/mathcore/test/stdsort.cxx                     |   117 +-
 math/mathcore/test/stressTF1.cxx                   |     4 +-
 math/mathcore/test/stressTMath.cxx                 |    20 +-
 math/mathcore/test/testIntegrationMultiDim.cxx     |   157 +-
 math/mathcore/test/testSortOrder.cxx               |     9 +-
 math/mathcore/test/testSpecFuncBeta.cxx            |    47 +-
 math/mathcore/test/testSpecFuncBetaI.cxx           |    45 +-
 math/mathcore/test/testSpecFuncErf.cxx             |    32 +-
 math/mathcore/test/testSpecFuncGamma.cxx           |    34 +-
 math/mathcore/test/testTMath.cxx                   |     2 +-
 math/mathmore/CMakeLists.txt                       |     4 +-
 math/mathmore/Module.mk                            |     2 +
 math/mathmore/inc/Math/GSLMinimizer.h              |    57 +-
 math/mathmore/inc/Math/GSLMultiRootFinder.h        |     4 +-
 math/mathmore/inc/Math/GSLNLSMinimizer.h           |    53 +-
 math/mathmore/inc/Math/GSLQuasiRandom.h            |   183 +
 math/mathmore/inc/Math/GSLRndmEngines.h            |    10 +
 math/mathmore/inc/Math/GSLSimAnMinimizer.h         |    92 +-
 math/mathmore/inc/Math/Interpolator.h              |     4 +-
 math/mathmore/inc/Math/LinkDef.h                   |    15 +
 math/mathmore/inc/Math/MultiNumGradFunction.h      |     2 +
 math/mathmore/inc/Math/QuasiRandom.h               |   187 +
 math/mathmore/inc/Math/Random.h                    |    16 +
 math/mathmore/src/GSLMinimizer.cxx                 |   215 +-
 math/mathmore/src/GSLMultiFit.h                    |     2 -
 math/mathmore/src/GSLNLSMinimizer.cxx              |   201 +-
 math/mathmore/src/GSLQRngWrapper.h                 |   143 +
 math/mathmore/src/GSLQuasiRandom.cxx               |   186 +
 math/mathmore/src/GSLRndmEngines.cxx               |    21 +-
 math/mathmore/src/GSLRngWrapper.h                  |    42 +-
 math/mathmore/src/GSLSimAnMinimizer.cxx            |   193 +-
 math/mathmore/test/CMakeLists.txt                  |    51 +
 math/mathmore/test/Makefile                        |    30 +-
 math/mathmore/test/VavilovTest.cxx                 |     3 +
 math/mathmore/test/simanTSP.cxx                    |    36 +-
 math/mathmore/test/testChebyshev.cxx               |    12 +-
 math/mathmore/test/testDerivation.cxx              |     6 +-
 math/mathmore/test/testFunctor.cxx                 |     2 +-
 math/mathmore/test/testGSLIntegration.cxx          |   222 +
 math/mathmore/test/testGSLRootFinder.cxx           |   182 +
 math/mathmore/test/testIntegration.cxx             |   208 -
 math/mathmore/test/testIntegrationMultiDim.cxx     |   290 -
 math/mathmore/test/testInterpolation.cxx           |   114 +-
 math/mathmore/test/testMCIntegration.cxx           |   380 +
 math/mathmore/test/testMultiRootFinder.cxx         |     1 +
 math/mathmore/test/testPermute.cxx                 |    32 +-
 math/mathmore/test/testQuasiRandom.cxx             |   133 +
 math/mathmore/test/testRandomDist.cxx              |    88 +-
 math/mathmore/test/testRootFinder.cxx              |   182 -
 math/matrix/inc/TMatrixT.h                         |    13 +-
 math/matrix/inc/TMatrixTUtils.h                    |    12 +-
 math/matrix/src/TMatrixT.cxx                       |    21 +-
 math/minuit/inc/TMinuitMinimizer.h                 |    31 +-
 math/minuit/src/TLinearFitter.cxx                  |    41 +-
 math/minuit/src/TMinuit.cxx                        |     4 +-
 math/minuit/src/TMinuitMinimizer.cxx               |   133 +-
 math/minuit2/CMakeLists.txt                        |     1 +
 math/minuit2/build/configure.in                    |     2 +-
 math/minuit2/build/inc_Math_Makefile.am            |     5 +
 math/minuit2/build/setup.sh                        |    11 +
 math/minuit2/build/src_Makefile.am                 |     3 +
 math/minuit2/build/test_MnSim_Makefile.am          |    11 +
 math/minuit2/inc/LinkDef.h                         |     2 +
 math/minuit2/inc/Minuit2/CombinedMinimizer.h       |     1 +
 math/minuit2/inc/Minuit2/CombinedMinimumBuilder.h  |    26 +-
 math/minuit2/inc/Minuit2/FumiliFCNAdapter.h        |     6 +-
 math/minuit2/inc/Minuit2/FumiliMinimizer.h         |     1 +
 math/minuit2/inc/Minuit2/MinimumBuilder.h          |    36 +-
 math/minuit2/inc/Minuit2/Minuit2Minimizer.h        |    38 +-
 math/minuit2/inc/Minuit2/MinuitParameter.h         |    24 +-
 math/minuit2/inc/Minuit2/MnPrint.h                 |    25 +-
 math/minuit2/inc/Minuit2/MnRefCountedPointer.h     |     2 +-
 math/minuit2/inc/Minuit2/MnStrategy.h              |    10 +-
 math/minuit2/inc/Minuit2/MnTraceObject.h           |    49 +
 math/minuit2/inc/Minuit2/MnUserCovariance.h        |     6 +-
 math/minuit2/inc/Minuit2/MnUserParameterState.h    |    29 +-
 math/minuit2/inc/Minuit2/MnUserParameters.h        |     3 +-
 math/minuit2/inc/Minuit2/MnUserTransformation.h    |    19 +-
 .../minuit2/inc/Minuit2/ModularFunctionMinimizer.h |     1 +
 math/minuit2/inc/Minuit2/ScanMinimizer.h           |     1 +
 math/minuit2/inc/Minuit2/SimplexMinimizer.h        |     1 +
 math/minuit2/inc/Minuit2/VariableMetricBuilder.h   |    21 +-
 math/minuit2/inc/Minuit2/VariableMetricMinimizer.h |     1 +
 math/minuit2/inc/TMinuit2TraceObject.h             |    57 +
 math/minuit2/src/FumiliBuilder.cxx                 |    13 +-
 math/minuit2/src/MinimumBuilder.cxx                |    30 +
 math/minuit2/src/Minuit2Minimizer.cxx              |   143 +-
 math/minuit2/src/MnPrint.cxx                       |    11 +-
 math/minuit2/src/MnSeedGenerator.cxx               |     4 +-
 math/minuit2/src/MnStrategy.cxx                    |     4 +-
 math/minuit2/src/MnTraceObject.cxx                 |    49 +
 math/minuit2/src/MnUserParameterState.cxx          |    10 +-
 math/minuit2/src/MnUserParameters.cxx              |    12 +-
 math/minuit2/src/MnUserTransformation.cxx          |     9 +-
 math/minuit2/src/SimplexBuilder.cxx                |    13 +-
 math/minuit2/src/TMinuit2TraceObject.cxx           |   119 +
 math/minuit2/src/VariableMetricBuilder.cxx         |    51 +-
 math/minuit2/test/CMakeLists.txt                   |    66 +
 math/minuit2/test/Makefile                         |    14 +-
 math/minuit2/test/MnSim/GaussRandomGen.h           |     4 +
 math/minuit2/test/MnSim/Makefile                   |    15 +-
 math/minuit2/test/MnSim/demoMinimizer.cxx          |   101 +
 math/minuit2/test/MnTutorial/Makefile              |     2 +
 math/minuit2/test/testGraph.cxx                    |   157 -
 math/minuit2/test/testNdimFit.cxx                  |     2 +-
 math/minuit2/test/testUnbinGausFit.cxx             |     2 +-
 math/minuit2/test/testUserFunc.cxx                 |     4 +-
 math/physics/inc/TLorentzVector.h                  |     7 +-
 math/physics/inc/TVector2.h                        |     2 +
 math/physics/inc/TVector3.h                        |     5 +-
 math/physics/src/TLorentzVector.cxx                |    13 +-
 math/physics/src/TVector3.cxx                      |    12 +-
 math/smatrix/inc/Math/CholeskyDecomp.h             |   325 +-
 math/smatrix/inc/Math/Dfact.h                      |     6 +-
 math/smatrix/inc/Math/Dfactir.h                    |     4 +-
 math/smatrix/inc/Math/Dfinv.h                      |     6 +-
 math/smatrix/inc/Math/Dinv.h                       |     2 +-
 math/smatrix/inc/Math/Dsfact.h                     |     4 +-
 math/smatrix/inc/Math/Dsinv.h                      |     8 +-
 math/smatrix/inc/Math/Expression.h                 |     9 +
 math/smatrix/inc/Math/MConfig.h                    |     2 +-
 math/smatrix/inc/Math/MatrixFunctions.h            |    19 +
 math/smatrix/inc/Math/MatrixInversion.icc          |    37 +-
 math/smatrix/inc/Math/SMatrix.h                    |     2 +-
 math/smatrix/inc/Math/SVector.h                    |    11 +
 math/smatrix/inc/Math/SVector.icc                  |    23 +-
 math/smatrix/test/Makefile                         |     2 +
 math/smatrix/test/testSMatrix.cxx                  |    25 +
 math/unuran/CMakeLists.txt                         |    21 +-
 math/unuran/Module.mk                              |    21 +-
 math/unuran/test/Makefile                          |     2 +
 math/vc/CMakeLists.txt                             |    62 +
 math/vc/Module.mk                                  |    85 +
 math/vc/cmake/AddCompilerFlag.cmake                |   118 +
 math/vc/cmake/AddTargetProperty.cmake              |    39 +
 math/vc/cmake/CheckCCompilerFlag.cmake             |    69 +
 math/vc/cmake/CheckCXXCompilerFlag.cmake           |    69 +
 math/vc/cmake/OptimizeForArchitecture.cmake        |   466 +
 math/vc/cmake/UserWarning.cmake                    |     9 +
 math/vc/cmake/VcMacros.cmake                       |   543 +
 math/vc/examples/CMakeLists.txt                    |    71 +
 math/vc/examples/buddhabrot/CMakeLists.txt         |    16 +
 math/vc/examples/buddhabrot/main.cpp               |   643 +
 math/vc/examples/buddhabrot/main.h                 |    72 +
 math/vc/examples/finitediff/CMakeLists.txt         |     1 +
 math/vc/examples/finitediff/main.cpp               |   249 +
 .../test => vc/examples}/fit/GaussFunction.h       |     0
 math/vc/examples/fit/Makefile                      |   121 +
 .../test => vc/examples}/fit/MinimizerTypes.h      |     0
 math/vc/examples/fit/testFitPerf.cxx               |  1105 ++
 math/vc/examples/genvector/Makefile                |   109 +
 math/vc/examples/genvector/vectorOperation.cxx     |   907 ++
 math/vc/examples/mandelbrot/CMakeLists.txt         |    56 +
 math/vc/examples/mandelbrot/main.cpp               |   160 +
 math/vc/examples/mandelbrot/main.h                 |    73 +
 math/vc/examples/mandelbrot/mandel.cpp             |   226 +
 math/vc/examples/mandelbrot/mandel.h               |    71 +
 math/vc/examples/matrix/CMakeLists.txt             |     1 +
 math/vc/examples/matrix/main.cpp                   |    80 +
 math/vc/examples/polarcoord/CMakeLists.txt         |     1 +
 math/vc/examples/polarcoord/main.cpp               |    76 +
 math/vc/examples/smatrix/Makefile                  |   147 +
 .../test => vc/examples/smatrix}/TestTimer.h       |     0
 math/vc/examples/smatrix/matrix_op_vec.h           |   643 +
 math/vc/examples/smatrix/matrix_util.h             |    83 +
 math/vc/examples/smatrix/testKalman.cxx            |   655 +
 math/vc/examples/smatrix/testOperations.cxx        |   896 +
 math/vc/examples/tsc.h                             |    68 +
 math/vc/include/Vc/Allocator                       |   247 +
 math/vc/include/Vc/IO                              |   195 +
 math/vc/include/Vc/Memory                          |    37 +
 math/vc/include/Vc/Utils                           |    33 +
 math/vc/include/Vc/Vc                              |    29 +
 math/vc/include/Vc/avx/casts.h                     |   190 +
 math/vc/include/Vc/avx/const.h                     |   112 +
 math/vc/include/Vc/avx/const_data.h                |    74 +
 math/vc/include/Vc/avx/debug.h                     |   102 +
 math/vc/include/Vc/avx/deinterleave.tcc            |   282 +
 math/vc/include/Vc/avx/forceToRegisters.tcc        |   141 +
 math/vc/include/Vc/avx/helperimpl.h                |   104 +
 math/vc/include/Vc/avx/helperimpl.tcc              |    64 +
 math/vc/include/Vc/avx/interleavedmemory.tcc       |   890 +
 math/vc/include/Vc/avx/intrinsics.h                |   601 +
 math/vc/include/Vc/avx/limits.h                    |    55 +
 math/vc/include/Vc/avx/macros.h                    |    26 +
 math/vc/include/Vc/avx/mask.h                      |   246 +
 math/vc/include/Vc/avx/mask.tcc                    |    75 +
 math/vc/include/Vc/avx/math.h                      |   119 +
 math/vc/include/Vc/avx/prefetches.tcc              |    58 +
 math/vc/include/Vc/avx/shuffle.h                   |   239 +
 math/vc/include/Vc/avx/sorthelper.h                |    45 +
 math/vc/include/Vc/avx/types.h                     |   111 +
 math/vc/include/Vc/avx/undomacros.h                |    26 +
 math/vc/include/Vc/avx/vector.h                    |   466 +
 math/vc/include/Vc/avx/vector.tcc                  |  1394 ++
 math/vc/include/Vc/avx/vectorhelper.h              |   765 +
 math/vc/include/Vc/avx/vectorhelper.tcc            |   270 +
 math/vc/include/Vc/avx/writemaskedvector.h         |    82 +
 math/vc/include/Vc/avx/writemaskedvector.tcc       |    93 +
 math/vc/include/Vc/common/aliasingentryhelper.h    |   126 +
 math/vc/include/Vc/common/bitscanintrinsics.h      |    62 +
 math/vc/include/Vc/common/deinterleave.h           |    87 +
 math/vc/include/Vc/common/exponential.h            |   145 +
 math/vc/include/Vc/common/fix_clang_emmintrin.h    |    79 +
 math/vc/include/Vc/common/iif.h                    |    62 +
 math/vc/include/Vc/common/interleavedmemory.h      |   268 +
 math/vc/include/Vc/common/logarithm.h              |   277 +
 math/vc/include/Vc/common/macros.h                 |   381 +
 math/vc/include/Vc/common/memory.h                 |   642 +
 math/vc/include/Vc/common/memorybase.h             |   603 +
 math/vc/include/Vc/common/memoryfwd.h              |    30 +
 math/vc/include/Vc/common/operand.h                |    56 +
 math/vc/include/Vc/common/operators.h              |   209 +
 math/vc/include/Vc/common/storage.h                |   130 +
 math/vc/include/Vc/common/support.h                |     7 +
 math/vc/include/Vc/common/trigonometric.h          |    83 +
 math/vc/include/Vc/common/types.h                  |   225 +
 math/vc/include/Vc/common/undomacros.h             |   109 +
 math/vc/include/Vc/common/vectortuple.h            |   160 +
 math/vc/include/Vc/common/windows_fix_intrin.h     |   300 +
 math/vc/include/Vc/cpuid.h                         |   214 +
 math/vc/include/Vc/double_v                        |     3 +
 math/vc/include/Vc/float_v                         |     3 +
 math/vc/include/Vc/global.h                        |   509 +
 math/vc/include/Vc/int_v                           |     3 +
 math/vc/include/Vc/internal/namespace.h            |    28 +
 math/vc/include/Vc/limits                          |    57 +
 math/vc/include/Vc/scalar/helperimpl.h             |    58 +
 math/vc/include/Vc/scalar/helperimpl.tcc           |    86 +
 math/vc/include/Vc/scalar/interleavedmemory.tcc    |   160 +
 math/vc/include/Vc/scalar/limits.h                 |    24 +
 math/vc/include/Vc/scalar/macros.h                 |    25 +
 math/vc/include/Vc/scalar/mask.h                   |   103 +
 math/vc/include/Vc/scalar/math.h                   |   253 +
 math/vc/include/Vc/scalar/types.h                  |    44 +
 math/vc/include/Vc/scalar/undomacros.h             |    25 +
 math/vc/include/Vc/scalar/vector.h                 |   480 +
 math/vc/include/Vc/scalar/vector.tcc               |   244 +
 math/vc/include/Vc/scalar/writemaskedvector.h      |    91 +
 math/vc/include/Vc/sfloat_v                        |     3 +
 math/vc/include/Vc/short_v                         |     3 +
 math/vc/include/Vc/sse/casts.h                     |   104 +
 math/vc/include/Vc/sse/const.h                     |   108 +
 math/vc/include/Vc/sse/const_data.h                |    77 +
 math/vc/include/Vc/sse/debug.h                     |    90 +
 math/vc/include/Vc/sse/deinterleave.tcc            |   237 +
 math/vc/include/Vc/sse/forceToRegisters.tcc        |   141 +
 math/vc/include/Vc/sse/helperimpl.h                |    87 +
 math/vc/include/Vc/sse/helperimpl.tcc              |    66 +
 math/vc/include/Vc/sse/interleavedmemory.tcc       |  1014 ++
 math/vc/include/Vc/sse/intrinsics.h                |   599 +
 math/vc/include/Vc/sse/limits.h                    |    81 +
 math/vc/include/Vc/sse/macros.h                    |    47 +
 math/vc/include/Vc/sse/mask.h                      |   578 +
 math/vc/include/Vc/sse/math.h                      |   217 +
 math/vc/include/Vc/sse/prefetches.tcc              |    58 +
 math/vc/include/Vc/sse/shuffle.h                   |   175 +
 math/vc/include/Vc/sse/types.h                     |   163 +
 math/vc/include/Vc/sse/undomacros.h                |    32 +
 math/vc/include/Vc/sse/vector.h                    |   550 +
 math/vc/include/Vc/sse/vector.tcc                  |  1533 ++
 math/vc/include/Vc/sse/vectorhelper.h              |   811 +
 math/vc/include/Vc/sse/vectorhelper.tcc            |   493 +
 math/vc/include/Vc/support.h                       |   150 +
 math/vc/include/Vc/uint_v                          |     3 +
 math/vc/include/Vc/ushort_v                        |     3 +
 math/vc/include/Vc/vector.h                        |   151 +
 math/vc/include/Vc/version.h                       |    53 +
 math/vc/makeTest.py                                |    13 +
 math/vc/src/avx_sorthelper.cpp                     |   427 +
 math/vc/src/const.cpp                              |   529 +
 math/vc/src/cpuid.cpp                              |   623 +
 math/vc/src/support.cpp                            |   119 +
 math/vc/src/trigonometric.cpp                      |   463 +
 math/vc/tests/CMakeLists.txt                       |   311 +
 math/vc/tests/Makefile                             |   160 +
 math/vc/tests/arithmetics.cpp                      |   583 +
 math/vc/tests/casts.cpp                            |   144 +
 math/vc/tests/const.h                              |    66 +
 math/vc/tests/convert-sincos-reference.cpp         |   126 +
 math/vc/tests/deinterleave.cpp                     |   421 +
 math/vc/tests/download.cmake                       |     1 +
 math/vc/tests/expandandmerge.cpp                   |    88 +
 math/vc/tests/gather.cpp                           |   212 +
 math/vc/tests/implicit_type_conversion.cpp         |   275 +
 .../vc/tests/implicit_type_conversion_failures.cpp |    13 +
 math/vc/tests/linkTest0.cpp                        |    11 +
 math/vc/tests/linkTest1.cpp                        |    26 +
 math/vc/tests/linkTestLib0.cpp                     |    17 +
 math/vc/tests/linkTestLib1.cpp                     |    17 +
 math/vc/tests/linkTestLib2.cpp                     |    10 +
 math/vc/tests/linkTestLib3.cpp                     |    10 +
 math/vc/tests/load.cpp                             |   270 +
 math/vc/tests/mask.cpp                             |   312 +
 math/vc/tests/math.cpp                             |   957 ++
 math/vc/tests/memory.cpp                           |   314 +
 math/vc/tests/scalaraccess.cpp                     |   146 +
 math/vc/tests/scatter.cpp                          |   173 +
 math/vc/tests/sse_blend.cpp                        |   125 +
 math/vc/tests/stlcontainer.cpp                     |    75 +
 math/vc/tests/store.cpp                            |   164 +
 math/vc/tests/supportfunctions.cpp                 |    68 +
 math/vc/tests/swizzles.cpp                         |   145 +
 math/vc/tests/ulp.h                                |    96 +
 math/vc/tests/unittest.h                           |   681 +
 math/vc/tests/utils.cpp                            |   401 +
 math/vc/tests/vectormemoryhelper.h                 |    41 +
 math/vdt/CMakeLists.cmake                          |     2 +
 math/vdt/CMakeLists.txt                            |     3 +
 math/vdt/Licence.md                                |    12 +
 math/vdt/Module.mk                                 |    48 +
 math/vdt/ReadMe.md                                 |    45 +
 math/vdt/ReleaseNotes.txt                          |    64 +
 math/vdt/include/vdt/asin.h                        |   230 +
 math/vdt/include/vdt/atan.h                        |   169 +
 math/vdt/include/vdt/atan2.h                       |   149 +
 math/vdt/include/vdt/cos.h                         |    36 +
 math/vdt/include/vdt/exp.h                         |   162 +
 math/vdt/include/vdt/inv.h                         |    99 +
 math/vdt/include/vdt/log.h                         |   212 +
 math/vdt/include/vdt/sin.h                         |    52 +
 math/vdt/include/vdt/sincos.h                      |   238 +
 math/vdt/include/vdt/sqrt.h                        |   106 +
 math/vdt/include/vdt/tan.h                         |   176 +
 math/vdt/include/vdt/vdtMath.h                     |    22 +
 math/vdt/include/vdt/vdtcore_common.h              |   246 +
 math/vdt/tests/CMakeLists.txt                      |    26 +
 math/vdt/tests/stressVdt.cxx                       |   462 +
 misc/memstat/CMakeLists.txt                        |     4 +
 misc/memstat/Module.mk                             |     5 +
 misc/minicern/CMakeLists.txt                       |    38 +-
 misc/table/src/TTable.cxx                          |    70 +-
 montecarlo/doc/v534/index.html                     |    25 +-
 montecarlo/pythia6/CMakeLists.txt                  |    12 +-
 montecarlo/pythia6/src/TPythia6.cxx                |    10 +-
 montecarlo/pythia8/Module.mk                       |     2 +-
 montecarlo/pythia8/inc/TPythia8.h                  |     8 +-
 montecarlo/pythia8/inc/TPythia8Decayer.h           |     2 +-
 montecarlo/pythia8/src/TPythia8.cxx                |    43 +
 montecarlo/pythia8/src/TPythia8Decayer.cxx         |     4 +-
 montecarlo/vmc/inc/TMCtls.h                        |    65 +
 montecarlo/vmc/inc/TVirtualMC.h                    |    58 +-
 montecarlo/vmc/inc/TVirtualMCApplication.h         |    19 +-
 montecarlo/vmc/src/TVirtualMC.cxx                  |     9 +-
 montecarlo/vmc/src/TVirtualMCApplication.cxx       |     6 +-
 net/CMakeLists.txt                                 |    16 +-
 net/alien/Module.mk                                |     2 +-
 net/alien/src/TAlienCollection.cxx                 |    30 +-
 net/alien/src/TAlienFile.cxx                       |     6 +-
 net/auth/Module.mk                                 |     4 +
 net/auth/src/rsaaux.cxx                            |    24 +-
 net/davix/CMakeLists.txt                           |    21 +
 net/davix/Module.mk                                |    70 +
 net/davix/inc/LinkDef.h                            |    10 +
 net/davix/inc/TDavixFile.h                         |   113 +
 net/davix/inc/TDavixFileInternal.h                 |   134 +
 net/davix/inc/TDavixSystem.h                       |    65 +
 net/davix/src/TDavixFile.cxx                       |   691 +
 net/davix/src/TDavixSystem.cxx                     |   209 +
 net/doc/v534/index.html                            |    28 +
 net/http/CMakeLists.txt                            |    45 +
 net/http/Module.mk                                 |    82 +
 net/http/README.txt                                |   125 +
 net/http/civetweb/CREDITS.md                       |    68 +
 net/http/civetweb/LICENSE.md                       |   113 +
 net/http/civetweb/README.md                        |   102 +
 net/http/civetweb/civetweb.c                       |  6472 ++++++++
 net/http/civetweb/civetweb.h                       |   496 +
 net/http/civetweb/md5.inl                          |   461 +
 net/http/inc/LinkDef.h                             |    22 +
 net/http/inc/TBufferJSON.h                         |   542 +
 net/http/inc/TCivetweb.h                           |    31 +
 net/http/inc/TFastCgi.h                            |    36 +
 net/http/inc/THttpEngine.h                         |    46 +
 net/http/inc/THttpServer.h                         |   246 +
 net/http/inc/TRootSniffer.h                        |   151 +
 net/http/inc/TRootSnifferStore.h                   |    95 +
 net/http/src/TBufferJSON.cxx                       |  2896 ++++
 net/http/src/TCivetweb.cxx                         |   170 +
 net/http/src/TFastCgi.cxx                          |   314 +
 net/http/src/THttpEngine.cxx                       |    29 +
 net/http/src/THttpServer.cxx                       |   669 +
 net/http/src/TRootSniffer.cxx                      |  1200 ++
 net/http/src/TRootSnifferStore.cxx                 |   176 +
 net/krb5auth/CMakeLists.txt                        |     6 +-
 net/krb5auth/Module.mk                             |     3 +
 net/net/CMakeLists.txt                             |     5 +-
 net/net/Module.mk                                  |     3 +
 net/net/src/TSQLServer.cxx                         |     6 +
 net/net/src/TSQLStatement.cxx                      |   159 +-
 net/net/src/TWebFile.cxx                           |     2 +
 net/netx/CMakeLists.txt                            |     3 +
 net/netx/Module.mk                                 |    26 +-
 net/netxng/CMakeLists.txt                          |    19 +
 net/netxng/Module.mk                               |    83 +
 net/netxng/inc/LinkDef.h                           |    11 +
 net/netxng/inc/TNetXNGFile.h                       |    84 +
 net/netxng/inc/TNetXNGFileStager.h                 |    53 +
 net/netxng/inc/TNetXNGSystem.h                     |    68 +
 net/netxng/src/TNetXNGFile.cxx                     |   798 +
 net/netxng/src/TNetXNGFileStager.cxx               |   195 +
 net/netxng/src/TNetXNGSystem.cxx                   |   376 +
 net/rootd/Module.mk                                |     4 +
 net/rootd/src/rootd.cxx                            |     2 +-
 net/rpdutils/Module.mk                             |     2 +-
 net/rpdutils/src/rpdutils.cxx                      |     5 +-
 proof/CMakeLists.txt                               |     2 +-
 proof/doc/confman/DatasetStager.md                 |     6 +-
 proof/pq2/src/pq2actions.cxx                       |    18 +-
 proof/proof/inc/TDataSetManagerAliEn.h             |    24 +-
 proof/proof/inc/TProofLite.h                       |     9 +-
 proof/proof/inc/TProofMgr.h                        |     2 +-
 proof/proof/src/TDSet.cxx                          |     4 +-
 proof/proof/src/TDataSetManagerAliEn.cxx           |   551 +-
 proof/proof/src/TProof.cxx                         |   181 +-
 proof/proof/src/TProofLite.cxx                     |   226 +-
 proof/proof/src/TProofMgr.cxx                      |    56 +-
 proof/proof/src/TProofServ.cxx                     |     4 +-
 proof/proof/src/TQueryResultManager.cxx            |     9 +-
 proof/proofbench/inc/TProofBench.h                 |    24 +-
 proof/proofbench/inc/TProofBenchRunCPU.h           |     7 +
 proof/proofbench/inc/TProofBenchRunDataRead.h      |    13 +
 proof/proofbench/inc/TProofNodes.h                 |     2 +
 proof/proofbench/inc/TProofPerfAnalysis.h          |     8 +
 proof/proofbench/src/TProofBench.cxx               |   718 +-
 proof/proofbench/src/TProofBenchRunCPU.cxx         |   127 +-
 proof/proofbench/src/TProofBenchRunDataRead.cxx    |   212 +-
 proof/proofbench/src/TProofNodes.cxx               |     6 +-
 proof/proofbench/src/TProofPerfAnalysis.cxx        |    56 +-
 proof/proofbench/src/TSelHandleDataSet.cxx         |     8 +-
 proof/proofd/Module.mk                             |     4 +
 proof/proofd/src/XrdProofConn.cxx                  |     4 +-
 proof/proofd/src/XrdProofdAdmin.cxx                |    15 +-
 proof/proofd/src/XrdProofdManager.cxx              |    66 +-
 proof/proofplayer/inc/TPerfStats.h                 |     2 +-
 proof/proofplayer/inc/TProofPlayer.h               |     2 +-
 proof/proofplayer/src/TPerfStats.cxx               |     6 +-
 proof/proofplayer/src/TProofDraw.cxx               |    15 +-
 proof/proofplayer/src/TProofPlayer.cxx             |    57 +-
 proof/proofplayer/src/TProofPlayerLite.cxx         |    36 +-
 proof/proofx/CMakeLists.txt                        |     4 +
 proof/proofx/inc/TXProofMgr.h                      |     2 +-
 proof/proofx/src/TXProofMgr.cxx                    |     6 +-
 roofit/histfactory/CMakeLists.txt                  |    13 +-
 roofit/histfactory/config/prepareHistFactory       |    46 +-
 roofit/histfactory/inc/LinkDef.h                   |     2 +
 .../histfactory/inc/RooStats/HistFactory/Channel.h |     1 +
 roofit/histfactory/inc/RooStats/HistFactory/Data.h |     4 +-
 .../inc/RooStats/HistFactory/FlexibleInterpVar.h   |    20 +-
 .../histfactory/inc/RooStats/HistFactory/HistRef.h |    71 +
 .../inc/RooStats/HistFactory/ParamHistFunc.h       |     4 +-
 .../RooStats/HistFactory/PiecewiseInterpolation.h  |     2 +-
 .../histfactory/inc/RooStats/HistFactory/Sample.h  |     9 +-
 .../inc/RooStats/HistFactory/Systematics.h         |    20 +-
 roofit/histfactory/src/Channel.cxx                 |    17 +-
 roofit/histfactory/src/Data.cxx                    |     9 +
 roofit/histfactory/src/FlexibleInterpVar.cxx       |   361 +-
 roofit/histfactory/src/HistFactoryNavigation.cxx   |     1 +
 roofit/histfactory/src/HistRef.cxx                 |    32 +
 .../src/HistoToWorkspaceFactoryFast.cxx            |    14 +-
 roofit/histfactory/src/LinInterpVar.cxx            |     3 +-
 .../src/MakeModelAndMeasurementsFast.cxx           |    42 +-
 roofit/histfactory/src/Measurement.cxx             |    22 +-
 roofit/histfactory/src/ParamHistFunc.cxx           |     4 +-
 roofit/histfactory/src/PiecewiseInterpolation.cxx  |   102 +-
 roofit/histfactory/src/Sample.cxx                  |    26 +
 roofit/histfactory/src/Systematics.cxx             |     8 +-
 roofit/roofit/inc/RooGaussian.h                    |     5 +-
 roofit/roofit/inc/RooKeysPdf.h                     |     8 +-
 roofit/roofit/inc/RooMomentMorph.h                 |    13 +-
 roofit/roofit/inc/RooMultiBinomial.h               |     2 +-
 roofit/roofit/inc/RooNDKeysPdf.h                   |     4 +-
 roofit/roofit/inc/RooParamHistFunc.h               |     1 +
 roofit/roofit/inc/RooParametricStepFunction.h      |     2 +
 roofit/roofit/inc/RooPoisson.h                     |     5 +-
 roofit/roofit/src/RooBifurGauss.cxx                |     3 -
 roofit/roofit/src/RooCBShape.cxx                   |     3 -
 roofit/roofit/src/RooChebychev.cxx                 |     4 +-
 roofit/roofit/src/RooDstD0BG.cxx                   |     3 -
 roofit/roofit/src/RooHistConstraint.cxx            |     4 +-
 roofit/roofit/src/RooKeysPdf.cxx                   |   275 +-
 roofit/roofit/src/RooMomentMorph.cxx               |   185 +-
 roofit/roofit/src/RooParamHistFunc.cxx             |    31 +-
 roofit/roofitcore/CMakeLists.txt                   |     2 +-
 roofit/roofitcore/Module.mk                        |     3 +-
 roofit/roofitcore/inc/LinkDef1.h                   |     3 +-
 roofit/roofitcore/inc/LinkDef4.h                   |     4 +
 roofit/roofitcore/inc/RooAbsArg.h                  |    26 +-
 roofit/roofitcore/inc/RooAbsData.h                 |     2 +-
 roofit/roofitcore/inc/RooAbsDataStore.h            |    10 +-
 roofit/roofitcore/inc/RooAbsMoment.h               |    52 +
 roofit/roofitcore/inc/RooAbsOptTestStatistic.h     |     1 +
 roofit/roofitcore/inc/RooAbsPdf.h                  |     2 -
 roofit/roofitcore/inc/RooAbsReal.h                 |    18 +-
 roofit/roofitcore/inc/RooAbsTestStatistic.h        |     2 +-
 roofit/roofitcore/inc/RooAddPdf.h                  |     3 +
 roofit/roofitcore/inc/RooChangeTracker.h           |     1 +
 roofit/roofitcore/inc/RooChi2Var.h                 |     2 +-
 roofit/roofitcore/inc/RooComplex.h                 |     2 +-
 roofit/roofitcore/inc/RooCompositeDataStore.h      |     7 +-
 roofit/roofitcore/inc/RooDataHist.h                |    20 +-
 roofit/roofitcore/inc/RooDataWeightedAverage.h     |     2 +-
 roofit/roofitcore/inc/RooFirstMoment.h             |    52 +
 roofit/roofitcore/inc/RooFormulaVar.h              |     6 +-
 roofit/roofitcore/inc/RooGenCategory.h             |     2 +-
 roofit/roofitcore/inc/RooGlobalFunc.h              |     8 +-
 roofit/roofitcore/inc/RooHistFunc.h                |    16 +-
 roofit/roofitcore/inc/RooLinkedList.h              |     2 +
 roofit/roofitcore/inc/RooMoment.h                  |    16 +-
 roofit/roofitcore/inc/RooNLLVar.h                  |    24 +-
 roofit/roofitcore/inc/RooNormSetCache.h            |   116 +-
 roofit/roofitcore/inc/RooNumIntFactory.h           |     4 +-
 roofit/roofitcore/inc/RooObjCacheManager.h         |     7 +-
 roofit/roofitcore/inc/RooProdPdf.h                 |     3 +
 roofit/roofitcore/inc/RooProduct.h                 |     3 +
 roofit/roofitcore/inc/RooRandom.h                  |    10 +
 roofit/roofitcore/inc/RooRealSumPdf.h              |     7 +-
 roofit/roofitcore/inc/RooRealVar.h                 |     3 +
 roofit/roofitcore/inc/RooSecondMoment.h            |    52 +
 roofit/roofitcore/inc/RooSetPair.h                 |     1 +
 roofit/roofitcore/inc/RooSharedProperties.h        |     3 +
 roofit/roofitcore/inc/RooSharedPropertiesList.h    |     2 +
 roofit/roofitcore/inc/RooSimWSTool.h               |    41 +-
 roofit/roofitcore/inc/RooTrace.h                   |    44 +-
 roofit/roofitcore/inc/RooTreeData.h                |     3 +-
 roofit/roofitcore/inc/RooTreeDataStore.h           |     2 +-
 roofit/roofitcore/inc/RooVectorDataStore.h         |    24 +-
 roofit/roofitcore/inc/RooWorkspace.h               |     5 +-
 roofit/roofitcore/inc/RooXYChi2Var.h               |     2 +-
 roofit/roofitcore/src/BidirMMapPipe.cxx            |    83 +-
 roofit/roofitcore/src/BidirMMapPipe.h              |     4 +
 roofit/roofitcore/src/RooAbsArg.cxx                |    84 +-
 roofit/roofitcore/src/RooAbsCollection.cxx         |     8 +-
 roofit/roofitcore/src/RooAbsData.cxx               |     4 +-
 roofit/roofitcore/src/RooAbsMoment.cxx             |    96 +
 roofit/roofitcore/src/RooAbsOptTestStatistic.cxx   |   137 +-
 roofit/roofitcore/src/RooAbsPdf.cxx                |   129 +-
 roofit/roofitcore/src/RooAbsReal.cxx               |   408 +-
 roofit/roofitcore/src/RooAbsRealLValue.cxx         |     3 +-
 roofit/roofitcore/src/RooAbsTestStatistic.cxx      |    32 +-
 roofit/roofitcore/src/RooAddModel.cxx              |    10 +-
 roofit/roofitcore/src/RooAddPdf.cxx                |    25 +-
 roofit/roofitcore/src/RooArgList.cxx               |    15 +
 roofit/roofitcore/src/RooArgProxy.cxx              |     3 +-
 roofit/roofitcore/src/RooArgSet.cxx                |    23 +-
 roofit/roofitcore/src/RooBanner.cxx                |     2 +-
 roofit/roofitcore/src/RooBinIntegrator.cxx         |     2 +-
 roofit/roofitcore/src/RooBinnedGenContext.cxx      |    14 +-
 roofit/roofitcore/src/RooBinning.cxx               |     2 +-
 roofit/roofitcore/src/RooCategory.cxx              |     6 +-
 roofit/roofitcore/src/RooChangeTracker.cxx         |    27 +-
 roofit/roofitcore/src/RooChi2Var.cxx               |     2 +-
 roofit/roofitcore/src/RooCintUtils.cxx             |     1 -
 roofit/roofitcore/src/RooCompositeDataStore.cxx    |    36 +-
 roofit/roofitcore/src/RooCustomizer.cxx            |    59 +-
 roofit/roofitcore/src/RooDataHist.cxx              |   200 +-
 roofit/roofitcore/src/RooDataSet.cxx               |    16 +-
 roofit/roofitcore/src/RooDataWeightedAverage.cxx   |     2 +-
 roofit/roofitcore/src/RooFactoryWSTool.cxx         |     7 +-
 roofit/roofitcore/src/RooFirstMoment.cxx           |   160 +
 roofit/roofitcore/src/RooFormula.cxx               |    22 +-
 roofit/roofitcore/src/RooFormulaVar.cxx            |    45 +-
 roofit/roofitcore/src/RooGlobalFunc.cxx            |     7 +-
 roofit/roofitcore/src/RooHashTable.cxx             |     1 +
 roofit/roofitcore/src/RooHistFunc.cxx              |   285 +-
 roofit/roofitcore/src/RooHistPdf.cxx               |   183 +-
 roofit/roofitcore/src/RooLinearVar.cxx             |     1 +
 roofit/roofitcore/src/RooLinkedList.cxx            |    48 +-
 roofit/roofitcore/src/RooListProxy.cxx             |     6 +-
 roofit/roofitcore/src/RooMath.cxx                  |    21 +-
 roofit/roofitcore/src/RooMinimizer.cxx             |     2 +
 roofit/roofitcore/src/RooMoment.cxx                |    49 +-
 roofit/roofitcore/src/RooNLLVar.cxx                |   235 +-
 roofit/roofitcore/src/RooNameSet.cxx               |     8 +-
 roofit/roofitcore/src/RooNormSetCache.cxx          |   192 +-
 roofit/roofitcore/src/RooNumIntFactory.cxx         |     7 +-
 roofit/roofitcore/src/RooObjCacheManager.cxx       |    11 +-
 roofit/roofitcore/src/RooPlot.cxx                  |     5 +-
 roofit/roofitcore/src/RooProdPdf.cxx               |    50 +-
 roofit/roofitcore/src/RooProduct.cxx               |    45 +-
 roofit/roofitcore/src/RooRandom.cxx                |    29 +-
 roofit/roofitcore/src/RooRealIntegral.cxx          |    80 +-
 roofit/roofitcore/src/RooRealMPFE.cxx              |    29 +-
 roofit/roofitcore/src/RooRealSumPdf.cxx            |    34 +-
 roofit/roofitcore/src/RooRealVar.cxx               |     8 +
 roofit/roofitcore/src/RooSecondMoment.cxx          |   177 +
 roofit/roofitcore/src/RooSetPair.cxx               |     3 +-
 roofit/roofitcore/src/RooSetProxy.cxx              |     6 +-
 roofit/roofitcore/src/RooSharedPropertiesList.cxx  |    48 +-
 roofit/roofitcore/src/RooSimWSTool.cxx             |     8 +-
 roofit/roofitcore/src/RooStudyManager.cxx          |    10 +-
 roofit/roofitcore/src/RooTrace.cxx                 |   138 +-
 roofit/roofitcore/src/RooTreeDataStore.cxx         |     2 +-
 roofit/roofitcore/src/RooVectorDataStore.cxx       |    29 +-
 roofit/roofitcore/src/RooWorkspace.cxx             |   208 +-
 roofit/roofitcore/src/RooXYChi2Var.cxx             |     2 +-
 roofit/roostats/CMakeLists.txt                     |     2 +-
 roofit/roostats/inc/RooStats/ConfInterval.h        |     7 +
 roofit/roostats/inc/RooStats/HypoTestInverter.h    |     2 +-
 .../roostats/inc/RooStats/HypoTestInverterResult.h |    13 +
 roofit/roostats/inc/RooStats/LikelihoodInterval.h  |     2 +-
 .../roostats/inc/RooStats/LikelihoodIntervalPlot.h |    13 +-
 roofit/roostats/inc/RooStats/ProofConfig.h         |    47 +-
 roofit/roostats/inc/RooStats/RooStatsUtils.h       |     3 +
 roofit/roostats/inc/RooStats/SimpleInterval.h      |     4 +
 roofit/roostats/inc/RooStats/ToyMCStudy.h          |     6 +-
 roofit/roostats/src/AsymptoticCalculator.cxx       |    54 +-
 roofit/roostats/src/BernsteinCorrection.cxx        |     4 +-
 roofit/roostats/src/HypoTestInverter.cxx           |    98 +-
 roofit/roostats/src/HypoTestInverterPlot.cxx       |     2 +-
 roofit/roostats/src/HypoTestInverterResult.cxx     |   251 +-
 roofit/roostats/src/LikelihoodInterval.cxx         |    13 +-
 roofit/roostats/src/LikelihoodIntervalPlot.cxx     |    31 +-
 roofit/roostats/src/ProfileLikelihoodTestStat.cxx  |    14 +-
 roofit/roostats/src/RooStatsUtils.cxx              |    17 +
 roofit/roostats/src/SimpleInterval.cxx             |    34 +
 roofit/roostats/src/ToyMCSampler.cxx               |     8 +
 roofit/roostats/src/ToyMCStudy.cxx                 |    42 +-
 rootx/CMakeLists.txt                               |    15 +-
 rootx/Module.mk                                    |    25 +-
 rootx/src/rootx.cxx                                |    54 +-
 rootx/src/rootxx-cocoa.mm                          |   978 ++
 sql/odbc/CMakeLists.txt                            |     4 +
 sql/odbc/src/TODBCStatement.cxx                    |     4 +-
 sql/pgsql/inc/TPgSQLServer.h                       |     6 +-
 sql/pgsql/src/TPgSQLServer.cxx                     |   179 +-
 sql/pgsql/src/TPgSQLStatement.cxx                  |     4 +-
 sql/sqlite/Module.mk                               |     3 +-
 sql/sqlite/inc/TSQLiteRow.h                        |     6 +-
 sql/sqlite/src/TSQLiteServer.cxx                   |    18 +-
 sql/sqlite/src/TSQLiteStatement.cxx                |     2 +
 test/CMakeLists.txt                                |    33 +-
 test/HistFactoryTest.tar                           |   Bin 0 -> 40960 bytes
 test/Makefile                                      |    28 +-
 test/Makefile.win32                                |    42 +-
 test/TBench.cxx                                    |     8 +-
 test/bench.cxx                                     |     2 +-
 test/guitest.cxx                                   |     2 -
 test/ios/RootBrowser/AxisFontInspector.h           |    25 -
 test/ios/RootBrowser/AxisFontInspector.mm          |   194 -
 test/ios/RootBrowser/AxisInspector.h               |    19 -
 test/ios/RootBrowser/AxisInspector.mm              |   167 -
 test/ios/RootBrowser/AxisInspector.xib             |  4646 ------
 test/ios/RootBrowser/AxisLabelsInspector.h         |    33 -
 test/ios/RootBrowser/AxisLabelsInspector.mm        |   153 -
 test/ios/RootBrowser/AxisTicksInspector.h          |    33 -
 test/ios/RootBrowser/AxisTicksInspector.mm         |   229 -
 test/ios/RootBrowser/AxisTitleInspector.h          |    31 -
 test/ios/RootBrowser/AxisTitleInspector.mm         |   205 -
 test/ios/RootBrowser/ColorCell.mm                  |    53 -
 test/ios/RootBrowser/Constants.cxx                 |    90 -
 test/ios/RootBrowser/Constants.h                   |    89 -
 test/ios/RootBrowser/EditorPlateView.h             |    13 -
 test/ios/RootBrowser/EditorPlateView.mm            |    74 -
 test/ios/RootBrowser/EditorView.h                  |    30 -
 test/ios/RootBrowser/EditorView.mm                 |   418 -
 test/ios/RootBrowser/FileContainerElement.h        |     6 -
 test/ios/RootBrowser/FileContentController.h       |    32 -
 test/ios/RootBrowser/FileContentController.mm      |   468 -
 test/ios/RootBrowser/FileContentController.xib     |   201 -
 test/ios/RootBrowser/FileShortcut.h                |    24 -
 test/ios/RootBrowser/FileShortcut.mm               |   106 -
 test/ios/RootBrowser/FileUtils.cxx                 |   345 -
 test/ios/RootBrowser/FilledAreaInspector.h         |    12 -
 test/ios/RootBrowser/FilledAreaInspector.mm        |   200 -
 test/ios/RootBrowser/H1BinsInspector.h             |    19 -
 test/ios/RootBrowser/H1BinsInspector.mm            |   131 -
 test/ios/RootBrowser/H1ErrorsInspector.h           |    13 -
 test/ios/RootBrowser/H1ErrorsInspector.mm          |   145 -
 test/ios/RootBrowser/H1Inspector.h                 |    14 -
 test/ios/RootBrowser/H1Inspector.mm                |   142 -
 test/ios/RootBrowser/HorizontalPickerDelegate.h    |     9 -
 test/ios/RootBrowser/HorizontalPickerView.h        |    12 -
 test/ios/RootBrowser/HorizontalPickerView.mm       |   166 -
 .../RootBrowser/{ => Images/Browser}/directory.png |   Bin
 .../RootBrowser/{ => Images/Browser}/file_icon.png |   Bin
 .../Browser}/file_shortcut_background.png          |   Bin
 .../{ => Images/Core}/Default-Landscape.png        |   Bin
 .../{ => Images/Core}/Default-LandscapeLeft.png    |   Bin
 .../{ => Images/Core}/Default-LandscapeRight.png   |   Bin
 .../{ => Images/Core}/Default-Portrait.png         |   Bin
 .../Core}/Default-PortraitUpsideDown.png           |   Bin
 .../ios/RootBrowser/{ => Images/Core}/app_icon.png |   Bin
 .../{ => Images/CustomUI}/bar-background.png       |   Bin
 .../{ => Images/CustomUI}/bar-highlight.png        |   Bin
 .../{ => Images/CustomUI}/handle-hover.png         |   Bin
 .../RootBrowser/{ => Images/CustomUI}/handle.png   |   Bin
 .../{ => Images/CustomUI}/picker_arrow.png         |   Bin
 .../{ => Images/CustomUI}/picker_bkn.png           |   Bin
 .../{ => Images/CustomUI}/picker_frame_bkn.png     |   Bin
 .../{ => Images/ObjectInspector}/back_btn.png      |   Bin
 .../{ => Images/ObjectInspector}/brush_tab.png     |   Bin
 .../ObjectInspector}/dec_line_width.png            |   Bin
 .../{ => Images/ObjectInspector}/editor_plate.png  |   Bin
 .../ObjectInspector}/editor_state_arrow.png        |   Bin
 .../{ => Images/ObjectInspector}/forward_btn.png   |   Bin
 .../{ => Images/ObjectInspector}/h1_errors_tab.png |   Bin
 .../{ => Images/ObjectInspector}/h1_tab.png        |   Bin
 .../ObjectInspector}/inc_line_width.png            |   Bin
 .../{ => Images/ObjectInspector}/label_tab.png     |   Bin
 .../{ => Images/ObjectInspector}/lg_tab.png        |   Bin
 .../{ => Images/ObjectInspector}/line_cell.png     |   Bin
 .../ObjectInspector}/line_style_tab.png            |   Bin
 .../ObjectInspector}/line_width_bkn.png            |   Bin
 .../{ => Images/ObjectInspector}/minus_btn.png     |   Bin
 .../{ => Images/ObjectInspector}/plus_btn.png      |   Bin
 .../{ => Images/ObjectInspector}/separator.png     |   Bin
 .../{ => Images/ObjectInspector}/text_cell_bkn.png |   Bin
 .../{ => Images/ObjectInspector}/ticks_tab.png     |   Bin
 .../{ => Images/ObjectInspector}/title_tab.png     |   Bin
 test/ios/RootBrowser/InspectorWithNavigation.h     |    12 -
 test/ios/RootBrowser/InspectorWithNavigation.mm    |    85 -
 test/ios/RootBrowser/LineInspector.h               |    27 -
 test/ios/RootBrowser/LineInspector.mm              |   234 -
 test/ios/RootBrowser/LineStyleCell.h               |     7 -
 test/ios/RootBrowser/LineStyleCell.mm              |    55 -
 test/ios/RootBrowser/LineWidthCell.h               |     8 -
 test/ios/RootBrowser/LineWidthCell.mm              |    54 -
 test/ios/RootBrowser/LineWidthPicker.h             |     7 -
 test/ios/RootBrowser/LineWidthPicker.mm            |    45 -
 test/ios/RootBrowser/MarkerInspector.h             |    20 -
 test/ios/RootBrowser/MarkerInspector.mm            |   228 -
 test/ios/RootBrowser/MarkerStyleCell.h             |     9 -
 test/ios/RootBrowser/MarkerStyleCell.mm            |    40 -
 test/ios/RootBrowser/ObjectInspector.h             |    15 -
 test/ios/RootBrowser/ObjectInspector.mm            |   200 -
 test/ios/RootBrowser/ObjectInspectorComponent.h    |    22 -
 test/ios/RootBrowser/ObjectShortcut.h              |    23 -
 test/ios/RootBrowser/ObjectShortcut.mm             |   135 -
 test/ios/RootBrowser/PadImageScrollView.h          |    20 -
 test/ios/RootBrowser/PadImageScrollView.mm         |   213 -
 test/ios/RootBrowser/PadInspector.h                |    17 -
 test/ios/RootBrowser/PadInspector.mm               |   142 -
 test/ios/RootBrowser/PadLogScaleInspector.h        |    17 -
 test/ios/RootBrowser/PadLogScaleInspector.mm       |    82 -
 test/ios/RootBrowser/PadTicksGridInspector.h       |    19 -
 test/ios/RootBrowser/PadTicksGridInspector.mm      |    99 -
 test/ios/RootBrowser/PadView.h                     |    36 -
 test/ios/RootBrowser/PadView.mm                    |   389 -
 test/ios/RootBrowser/PatternCell.h                 |     8 -
 test/ios/RootBrowser/PatternCell.mm                |    71 -
 test/ios/RootBrowser/ROOTObjectController.h        |    28 -
 test/ios/RootBrowser/ROOTObjectController.mm       |   796 -
 test/ios/RootBrowser/ROOTObjectController.xib      |   271 -
 test/ios/RootBrowser/RangeSlider.h                 |    38 -
 test/ios/RootBrowser/RangeSlider.mm                |   152 -
 .../RootBrowser.xcodeproj/project.pbxproj          |  1269 +-
 test/ios/RootBrowser/RootFileController.h          |    19 -
 test/ios/RootBrowser/RootFileController.mm         |   247 -
 test/ios/RootBrowser/RootFileController.xib        |   398 -
 test/ios/RootBrowser/ScrollViewWithPadView.h       |     8 -
 test/ios/RootBrowser/ScrollViewWithPadView.mm      |    28 -
 test/ios/RootBrowser/ScrollViewWithPickers.mm      |    23 -
 test/ios/RootBrowser/SearchController.h            |    19 -
 test/ios/RootBrowser/SearchController.mm           |    88 -
 test/ios/RootBrowser/SelectionView.h               |    21 -
 test/ios/RootBrowser/SelectionView.mm              |   121 -
 test/ios/RootBrowser/Shortcuts.h                   |    19 -
 test/ios/RootBrowser/Shortcuts.mm                  |    39 -
 test/ios/RootBrowser/SlideView.h                   |    19 -
 test/ios/RootBrowser/SlideView.mm                  |    68 -
 test/ios/RootBrowser/SlideshowController.h         |    21 -
 test/ios/RootBrowser/SlideshowController.mm        |   192 -
 test/ios/RootBrowser/SlideshowController.xib       |   261 -
 test/ios/RootBrowser/SpotView.h                    |     5 -
 test/ios/RootBrowser/SpotView.mm                   |    18 -
 .../Controllers/FileCollectionViewController.h     |    16 +
 .../Controllers/FileCollectionViewController.mm    |   316 +
 .../Controllers/FileContentViewController.h        |    35 +
 .../Controllers/FileContentViewController.mm       |   503 +
 .../Src/Browser/Controllers/ObjectViewController.h |    24 +
 .../Browser/Controllers/ObjectViewController.mm    |   796 +
 .../Src/Browser/Controllers/SearchViewController.h |    20 +
 .../Browser/Controllers/SearchViewController.mm    |    86 +
 .../Browser/Controllers/SlideshowViewController.h  |    17 +
 .../Browser/Controllers/SlideshowViewController.mm |   192 +
 .../RootBrowser/Src/Browser/FileContainerElement.h |     6 +
 .../{ => Src/Browser}/FileContainerElement.mm      |     0
 .../Src/Browser/Views/FileShortcutView.h           |    24 +
 .../Src/Browser/Views/FileShortcutView.mm          |   111 +
 .../Src/Browser/Views/ObjectShortcutView.h         |    20 +
 .../Src/Browser/Views/ObjectShortcutView.mm        |   142 +
 .../Src/Browser/Views/PadEditorScrollView.h        |    13 +
 .../Src/Browser/Views/PadEditorScrollView.mm       |    30 +
 .../RootBrowser/Src/Browser/Views/PadScrollView.h  |    26 +
 .../RootBrowser/Src/Browser/Views/PadScrollView.mm |   214 +
 .../Src/Browser/Views/PadSelectionView.h           |    26 +
 .../Src/Browser/Views/PadSelectionView.mm          |   134 +
 .../RootBrowser/Src/Browser/Views/PadSlideView.h   |    25 +
 .../RootBrowser/Src/Browser/Views/PadSlideView.mm  |    70 +
 test/ios/RootBrowser/Src/Browser/Views/PadView.h   |    36 +
 test/ios/RootBrowser/Src/Browser/Views/PadView.mm  |   403 +
 .../RootBrowser/Src/Browser/Views/SpotObjectView.h |     5 +
 .../Src/Browser/Views/SpotObjectView.mm            |    17 +
 .../{root_browser/main.m => Src/Core/main.mm}      |     0
 .../Core}/root_browserAppDelegate.h                |     0
 .../Src/Core/root_browserAppDelegate.mm            |   130 +
 .../Src/CustomUI/HorizontalPickerDelegate.h        |     9 +
 .../Src/CustomUI/HorizontalPickerView.h            |    12 +
 .../Src/CustomUI/HorizontalPickerView.mm           |   164 +
 test/ios/RootBrowser/Src/CustomUI/RangeSlider.h    |    22 +
 test/ios/RootBrowser/Src/CustomUI/RangeSlider.mm   |   161 +
 .../{ => Src/CustomUI}/ScrollViewWithPickers.h     |     0
 .../Src/CustomUI/ScrollViewWithPickers.mm          |    21 +
 .../{ => Src/CustomUI}/TransparentToolbar.h        |     0
 .../RootBrowser/Src/CustomUI/TransparentToolbar.m  |    10 +
 .../Controllers/AxisFontInspector.h                |    17 +
 .../Controllers/AxisFontInspector.mm               |   187 +
 .../ObjectInspector/Controllers/AxisInspector.h    |    22 +
 .../ObjectInspector/Controllers/AxisInspector.mm   |   148 +
 .../Controllers/AxisLabelsInspector.h              |    21 +
 .../Controllers/AxisLabelsInspector.mm             |   154 +
 .../Controllers/AxisTicksInspector.h               |    12 +
 .../Controllers/AxisTicksInspector.mm              |   240 +
 .../Controllers/AxisTitleInspector.h               |    17 +
 .../Controllers/AxisTitleInspector.mm              |   217 +
 .../Controllers/FilledAreaInspector.h              |    14 +
 .../Controllers/FilledAreaInspector.mm             |   194 +
 .../ObjectInspector/Controllers/H1BinsInspector.h  |    16 +
 .../ObjectInspector/Controllers/H1BinsInspector.mm |   131 +
 .../Controllers/H1ErrorsInspector.h                |    13 +
 .../Controllers/H1ErrorsInspector.mm               |   136 +
 .../Src/ObjectInspector/Controllers/H1Inspector.h  |    15 +
 .../Src/ObjectInspector/Controllers/H1Inspector.mm |   124 +
 .../Controllers/InspectorWithNavigation.h          |    19 +
 .../Controllers/InspectorWithNavigation.mm         |    62 +
 .../ObjectInspector/Controllers/LineInspector.h    |    23 +
 .../ObjectInspector/Controllers/LineInspector.mm   |   217 +
 .../ObjectInspector/Controllers/MarkerInspector.h  |    17 +
 .../ObjectInspector/Controllers/MarkerInspector.mm |   225 +
 .../ObjectInspector/Controllers/ObjectInspector.h  |    15 +
 .../ObjectInspector/Controllers/ObjectInspector.mm |   180 +
 .../Controllers/ObjectInspectorComponent.h         |    23 +
 .../Src/ObjectInspector/Controllers/PadInspector.h |    19 +
 .../ObjectInspector/Controllers/PadInspector.mm    |   125 +
 .../Controllers/PadLogScaleInspector.h             |    14 +
 .../Controllers/PadLogScaleInspector.mm            |    79 +
 .../Controllers/PadTicksGridInspector.h            |    10 +
 .../Controllers/PadTicksGridInspector.mm           |    92 +
 .../{ => Src/ObjectInspector/Views}/ColorCell.h    |     0
 .../Src/ObjectInspector/Views/ColorCell.mm         |    55 +
 .../Src/ObjectInspector/Views/EditorPlateView.h    |    13 +
 .../Src/ObjectInspector/Views/EditorPlateView.mm   |    74 +
 .../Src/ObjectInspector/Views/EditorView.h         |    30 +
 .../Src/ObjectInspector/Views/EditorView.mm        |   427 +
 .../Src/ObjectInspector/Views/LineStyleCell.h      |     7 +
 .../Src/ObjectInspector/Views/LineStyleCell.mm     |    54 +
 .../Src/ObjectInspector/Views/LineWidthCell.h      |     8 +
 .../Src/ObjectInspector/Views/LineWidthCell.mm     |    57 +
 .../Src/ObjectInspector/Views/LineWidthPicker.h    |     7 +
 .../Src/ObjectInspector/Views/LineWidthPicker.mm   |    48 +
 .../Src/ObjectInspector/Views/MarkerStyleCell.h    |     9 +
 .../Src/ObjectInspector/Views/MarkerStyleCell.mm   |    38 +
 .../Src/ObjectInspector/Views/PatternCell.h        |     8 +
 .../Src/ObjectInspector/Views/PatternCell.mm       |    76 +
 test/ios/RootBrowser/Src/Utils/Constants.h         |    95 +
 test/ios/RootBrowser/Src/Utils/Constants.mm        |    95 +
 test/ios/RootBrowser/{ => Src/Utils}/FileUtils.h   |     0
 test/ios/RootBrowser/Src/Utils/FileUtils.mm        |   345 +
 test/ios/RootBrowser/Src/Utils/Shortcuts.h         |    20 +
 test/ios/RootBrowser/Src/Utils/Shortcuts.mm        |    42 +
 test/ios/RootBrowser/ThumbnailView.h               |    49 -
 test/ios/RootBrowser/ThumbnailView.mm              |   287 -
 test/ios/RootBrowser/TransparentToolbar.m          |    10 -
 .../RootBrowser/UI/Browser/Browser_iPad.storyboard |   230 +
 .../en.lproj => UI/Core}/MainWindow.xib            |     0
 .../{ => UI/ObjectInspector}/AxisFontInspector.xib |     0
 .../UI/ObjectInspector/AxisInspector.xib           |    40 +
 .../ObjectInspector}/AxisLabelsInspector.xib       |     0
 .../ObjectInspector}/AxisTicksInspector.xib        |     0
 .../ObjectInspector}/AxisTitleInspector.xib        |     0
 .../ObjectInspector}/FilledAreaInspector.xib       |     0
 .../{ => UI/ObjectInspector}/H1BinsInspector.xib   |     0
 .../{ => UI/ObjectInspector}/H1ErrorsInspector.xib |     0
 .../{ => UI/ObjectInspector}/H1Inspector.xib       |     0
 .../{ => UI/ObjectInspector}/LineInspector.xib     |     0
 .../{ => UI/ObjectInspector}/MarkerInspector.xib   |     0
 .../{ => UI/ObjectInspector}/PadInspector.xib      |     0
 .../ObjectInspector}/PadLogScaleInspector.xib      |     0
 .../ObjectInspector}/PadTicksGridInspector.xib     |     0
 .../root_browser/root_browser-Info.plist           |    34 +-
 .../root_browser/root_browserAppDelegate.mm        |   137 -
 test/ios/Tutorials/DemoHelper.cxx                  |    12 +-
 test/ios/Tutorials/ExclusionGraphDemo.cxx          |    13 +-
 test/ios/Tutorials/ExclusionGraphDemo.h            |    18 +-
 test/ios/Tutorials/H2PolyDemo.cxx                  |     4 +-
 test/ios/Tutorials/H2PolyDemo.h                    |    18 +-
 test/ios/Tutorials/HintView.h                      |     3 +
 test/ios/Tutorials/HintView.mm                     |    16 +-
 test/ios/Tutorials/HsimpleDemo.cxx                 |     2 +-
 test/ios/Tutorials/HsimpleDemo.h                   |     8 +-
 test/ios/Tutorials/LegoDemo.cxx                    |     2 +-
 test/ios/Tutorials/LegoDemo.h                      |    18 +-
 test/ios/Tutorials/PadOptionsController.h          |    20 +-
 test/ios/Tutorials/PadOptionsController.mm         |   208 +-
 test/ios/Tutorials/PadView.h                       |     9 +-
 test/ios/Tutorials/PadView.mm                      |   111 +-
 test/ios/Tutorials/PatternCell.h                   |     3 +
 test/ios/Tutorials/PatternCell.mm                  |    23 +-
 test/ios/Tutorials/PictView.h                      |     4 +-
 test/ios/Tutorials/PictView.m                      |    28 -
 test/ios/Tutorials/PictView.mm                     |    30 +
 test/ios/Tutorials/PolarGraphDemo.cxx              |     2 +-
 test/ios/Tutorials/PolarGraphDemo.h                |    12 +-
 test/ios/Tutorials/SelectionView.mm                |    11 +-
 test/ios/Tutorials/SurfaceDemo.cxx                 |     2 +-
 test/ios/Tutorials/SurfaceDemo.h                   |     6 +-
 test/ios/Tutorials/Tutorials.xcodeproj/ColorCell.h |    11 -
 test/ios/Tutorials/Tutorials.xcodeproj/ColorCell.m |    36 -
 .../Tutorials/Tutorials.xcodeproj/project.pbxproj  |    61 +-
 .../ios/Tutorials/Tutorials/DetailViewController.h |     2 -
 .../Tutorials/Tutorials/DetailViewController.mm    |   440 +-
 test/ios/Tutorials/Tutorials/HelpView.xib          |   634 +-
 test/ios/Tutorials/Tutorials/RootViewController.mm |   159 +-
 .../Tutorials/Tutorials/TutorialsAppDelegate.mm    |    52 +-
 test/stress.cxx                                    |    24 +-
 test/stressEntryList.cxx                           |     4 +-
 test/stressFit.cxx                                 |   486 +-
 test/stressGeometry.cxx                            |     9 +-
 test/stressGraphics.cxx                            |     5 +-
 test/stressGraphics.ref                            |    94 +-
 test/stressHistFactory.cxx                         |   250 +
 test/stressHistFactory_models.cxx                  |    85 +
 test/stressHistFactory_ref.root                    |   Bin 0 -> 526 bytes
 test/stressHistFactory_tests.cxx                   |   477 +
 test/stressHistoFit.cxx                            |   291 +-
 test/stressHistogram.cxx                           |   478 +-
 test/stressInterpreter.cxx                         |     2 +-
 test/stressLinear.cxx                              |     1 +
 test/stressMathCore.cxx                            |     5 +-
 test/stressProof.cxx                               |   221 +-
 test/stressRooStats.cxx                            |    49 +-
 test/stressRooStats_ref.root                       |   Bin 29524 -> 29478 bytes
 test/stressRooStats_tests.cxx                      |    79 +-
 test/stressShapes.cxx                              |     1 +
 test/stressSpectrum.cxx                            |     2 +-
 test/stressTMVA.cxx                                |    27 +-
 tmva/CMakeLists.txt                                |    19 +-
 tmva/Makefile                                      |     8 +-
 tmva/Makefile.arch                                 |    13 +
 tmva/Module.mk                                     |     6 +-
 tmva/doc/README                                    |    25 +-
 tmva/doc/v534/index.html                           |    96 +
 tmva/inc/LinkDef.h                                 |     4 +
 tmva/inc/LinkDef1.h                                |     1 -
 tmva/inc/LinkDef2.h                                |     1 +
 tmva/inc/LinkDef3.h                                |     1 +
 tmva/inc/TMVA/BinarySearchTree.h                   |     1 -
 tmva/inc/TMVA/BinaryTree.h                         |    12 +-
 tmva/inc/TMVA/CCPruner.h                           |     1 +
 tmva/inc/TMVA/CCTreeWrapper.h                      |     4 +-
 tmva/inc/TMVA/Configurable.h                       |    36 +-
 tmva/inc/TMVA/DataSet.h                            |    42 +-
 tmva/inc/TMVA/DataSetFactory.h                     |    10 +-
 tmva/inc/TMVA/DataSetInfo.h                        |    20 +
 tmva/inc/TMVA/DecisionTree.h                       |    44 +-
 tmva/inc/TMVA/DecisionTreeNode.h                   |    36 +-
 tmva/inc/TMVA/Event.h                              |    38 +-
 tmva/inc/TMVA/Factory.h                            |     4 +-
 tmva/inc/TMVA/GeneticPopulation.h                  |     2 +-
 tmva/inc/TMVA/IMethod.h                            |     3 -
 tmva/inc/TMVA/IPruneTool.h                         |     2 +-
 tmva/inc/TMVA/Interval.h                           |    26 +-
 tmva/inc/TMVA/KDEKernel.h                          |     4 +
 tmva/inc/TMVA/LogInterval.h                        |   116 +
 tmva/inc/TMVA/MethodANNBase.h                      |    57 +-
 tmva/inc/TMVA/MethodBDT.h                          |    95 +-
 tmva/inc/TMVA/MethodBase.h                         |    24 +-
 tmva/inc/TMVA/MethodBayesClassifier.h              |     2 +-
 tmva/inc/TMVA/MethodBoost.h                        |    67 +-
 tmva/inc/TMVA/MethodCFMlpANN.h                     |     8 +-
 tmva/inc/TMVA/MethodCFMlpANN_Utils.h               |     1 +
 tmva/inc/TMVA/MethodCommittee.h                    |   168 -
 tmva/inc/TMVA/MethodCompositeBase.h                |    24 +-
 tmva/inc/TMVA/MethodDT.h                           |    23 +-
 tmva/inc/TMVA/MethodFisher.h                       |     7 +-
 tmva/inc/TMVA/MethodHMatrix.h                      |     2 +-
 tmva/inc/TMVA/MethodLikelihood.h                   |     4 +-
 tmva/inc/TMVA/MethodMLP.h                          |     2 +-
 tmva/inc/TMVA/MethodPDERS.h                        |     2 +-
 tmva/inc/TMVA/MethodRuleFit.h                      |     2 +-
 tmva/inc/TMVA/MethodTMlpANN.h                      |     2 +-
 tmva/inc/TMVA/MsgLogger.h                          |     7 +-
 tmva/inc/TMVA/OptimizeConfigParameters.h           |     5 +-
 tmva/inc/TMVA/Option.h                             |    16 +-
 tmva/inc/TMVA/PDEFoam.h                            |    23 +-
 tmva/inc/TMVA/PDEFoamDecisionTreeDensity.h         |     2 +-
 tmva/inc/TMVA/PDEFoamDiscriminant.h                |     2 +-
 tmva/inc/TMVA/PDEFoamDiscriminantDensity.h         |     2 +-
 tmva/inc/TMVA/PDEFoamEvent.h                       |     2 +-
 tmva/inc/TMVA/PDEFoamEventDensity.h                |     2 +-
 tmva/inc/TMVA/PDEFoamKernelGauss.h                 |     2 +-
 tmva/inc/TMVA/PDEFoamKernelLinN.h                  |     2 +-
 tmva/inc/TMVA/PDEFoamKernelTrivial.h               |     2 +-
 tmva/inc/TMVA/PDEFoamMultiTarget.h                 |     2 +-
 tmva/inc/TMVA/PDEFoamTarget.h                      |     2 +-
 tmva/inc/TMVA/PDEFoamTargetDensity.h               |     2 +-
 tmva/inc/TMVA/PDF.h                                |    10 +-
 tmva/inc/TMVA/QuickMVAProbEstimator.h              |    48 +
 tmva/inc/TMVA/RegressionVariance.h                 |     2 +-
 tmva/inc/TMVA/Results.h                            |     6 +-
 tmva/inc/TMVA/ResultsClassification.h              |     2 +-
 tmva/inc/TMVA/ResultsMulticlass.h                  |     2 +-
 tmva/inc/TMVA/ResultsRegression.h                  |     2 +-
 tmva/inc/TMVA/Rule.h                               |    12 +-
 tmva/inc/TMVA/RuleEnsemble.h                       |    14 +-
 tmva/inc/TMVA/RuleFit.h                            |    10 +-
 tmva/inc/TMVA/RuleFitAPI.h                         |    21 +-
 tmva/inc/TMVA/RuleFitParams.h                      |     2 +-
 tmva/inc/TMVA/SdivSqrtSplusB.h                     |     4 +
 tmva/inc/TMVA/SeparationBase.h                     |     4 +-
 tmva/inc/TMVA/Tools.h                              |     6 +-
 tmva/inc/TMVA/TransformationHandler.h              |    10 +-
 tmva/inc/TMVA/Types.h                              |     8 +-
 tmva/inc/TMVA/VariableDecorrTransform.h            |     8 +-
 tmva/inc/TMVA/VariableGaussTransform.h             |     4 +-
 tmva/inc/TMVA/VariableIdentityTransform.h          |     2 +-
 tmva/inc/TMVA/VariableNormalizeTransform.h         |     6 +-
 tmva/inc/TMVA/VariablePCATransform.h               |     4 +-
 tmva/inc/TMVA/VariableRearrangeTransform.h         |     4 +-
 tmva/inc/TMVA/VariableTransformBase.h              |     6 +-
 tmva/inc/TMVA/Version.h                            |     8 +-
 tmva/src/BinarySearchTree.cxx                      |    11 +-
 tmva/src/BinarySearchTreeNode.cxx                  |     6 +-
 tmva/src/BinaryTree.cxx                            |    10 +-
 tmva/src/CCPruner.cxx                              |     3 +-
 tmva/src/CCTreeWrapper.cxx                         |     6 +-
 tmva/src/Configurable.cxx                          |     5 +-
 tmva/src/ConvergenceTest.cxx                       |     2 +-
 tmva/src/CostComplexityPruneTool.cxx               |     2 +-
 tmva/src/DataInputHandler.cxx                      |    10 +-
 tmva/src/DataSet.cxx                               |    15 +-
 tmva/src/DataSetFactory.cxx                        |   213 +-
 tmva/src/DataSetInfo.cxx                           |    22 +
 tmva/src/DecisionTree.cxx                          |   408 +-
 tmva/src/DecisionTreeNode.cxx                      |    16 +-
 tmva/src/Event.cxx                                 |    63 +-
 tmva/src/Factory.cxx                               |    26 +-
 tmva/src/GeneticAlgorithm.cxx                      |     2 +-
 tmva/src/GeneticPopulation.cxx                     |     6 +-
 tmva/src/Interval.cxx                              |    30 +-
 tmva/src/LDA.cxx                                   |     4 +-
 tmva/src/LogInterval.cxx                           |   152 +
 tmva/src/MethodANNBase.cxx                         |   175 +-
 tmva/src/MethodBDT.cxx                             |  1639 +-
 tmva/src/MethodBase.cxx                            |   496 +-
 tmva/src/MethodBayesClassifier.cxx                 |     6 +-
 tmva/src/MethodBoost.cxx                           |   937 +-
 tmva/src/MethodCFMlpANN.cxx                        |    36 +-
 tmva/src/MethodCFMlpANN_Utils.cxx                  |     4 +-
 tmva/src/MethodCategory.cxx                        |     9 +
 tmva/src/MethodCommittee.cxx                       |   540 -
 tmva/src/MethodCompositeBase.cxx                   |    22 +-
 tmva/src/MethodCuts.cxx                            |    46 +-
 tmva/src/MethodDT.cxx                              |   184 +-
 tmva/src/MethodFDA.cxx                             |    56 +-
 tmva/src/MethodFisher.cxx                          |   111 +-
 tmva/src/MethodHMatrix.cxx                         |   152 +-
 tmva/src/MethodKNN.cxx                             |     6 +-
 tmva/src/MethodLD.cxx                              |   123 +-
 tmva/src/MethodLikelihood.cxx                      |   290 +-
 tmva/src/MethodMLP.cxx                             |    18 +-
 tmva/src/MethodPDEFoam.cxx                         |   120 +-
 tmva/src/MethodPDERS.cxx                           |    10 +-
 tmva/src/MethodRuleFit.cxx                         |    35 +-
 tmva/src/MethodSVM.cxx                             |   131 +-
 tmva/src/MethodTMlpANN.cxx                         |    10 +-
 tmva/src/ModulekNN.cxx                             |     2 +-
 tmva/src/MsgLogger.cxx                             |     3 +-
 tmva/src/Node.cxx                                  |     4 +-
 tmva/src/OptimizeConfigParameters.cxx              |    62 +-
 tmva/src/PDEFoam.cxx                               |    91 +-
 tmva/src/PDEFoamCell.cxx                           |    26 +-
 tmva/src/PDEFoamDecisionTreeDensity.cxx            |     6 +-
 tmva/src/PDEFoamDensityBase.cxx                    |     1 +
 tmva/src/PDEFoamMultiTarget.cxx                    |     4 +-
 tmva/src/PDEFoamVect.cxx                           |    14 +-
 tmva/src/PDF.cxx                                   |    10 +-
 tmva/src/QuickMVAProbEstimator.cxx                 |    65 +
 tmva/src/Reader.cxx                                |    81 +-
 tmva/src/Results.cxx                               |    23 +-
 tmva/src/ResultsClassification.cxx                 |     6 +-
 tmva/src/ResultsMulticlass.cxx                     |    13 +-
 tmva/src/ResultsRegression.cxx                     |    18 +-
 tmva/src/Rule.cxx                                  |    10 +-
 tmva/src/RuleEnsemble.cxx                          |    44 +-
 tmva/src/RuleFit.cxx                               |    55 +-
 tmva/src/RuleFitParams.cxx                         |    21 +-
 tmva/src/SdivSqrtSplusB.cxx                        |    34 +
 tmva/src/SeparationBase.cxx                        |    17 +-
 tmva/src/TActivationChooser.cxx                    |     4 +-
 tmva/src/TNeuron.cxx                               |    34 +-
 tmva/src/Tools.cxx                                 |     6 +-
 tmva/src/TransformationHandler.cxx                 |   137 +-
 tmva/src/VariableDecorrTransform.cxx               |     6 +-
 tmva/src/VariableGaussTransform.cxx                |    11 +-
 tmva/src/VariableIdentityTransform.cxx             |     2 +-
 tmva/src/VariableNormalizeTransform.cxx            |    17 +-
 tmva/src/VariablePCATransform.cxx                  |     6 +-
 tmva/src/VariableRearrangeTransform.cxx            |     4 +-
 tmva/src/VariableTransformBase.cxx                 |    16 +-
 tmva/test/.rootrc                                  |     6 +-
 tmva/test/BDTControlPlots.C                        |    99 +-
 tmva/test/Boost.C                                  |    11 +-
 tmva/test/Boost2.C                                 |    11 +-
 tmva/test/BoostControlPlots.C                      |    26 +-
 tmva/test/Makefile                                 |    38 +-
 tmva/test/PlotDecisionBoundary.C                   |     3 +-
 tmva/test/PlotFoams.C                              |    90 +-
 tmva/test/TMVAAutoencoder.cxx                      |   398 +
 tmva/test/TMVAClassification.C                     |    27 +-
 tmva/test/TMVAClassification.cxx                   |    21 +-
 tmva/test/TMVAClassification.py                    |     8 +-
 tmva/test/TMVAClassificationApplication.C          |     2 -
 tmva/test/TMVAClassificationCategory.C             |    13 +-
 tmva/test/TMVAGAexample.cxx                        |     2 +-
 tmva/test/TMVAGAexample2.cxx                       |     2 +-
 tmva/test/TMVAGui.C                                |     9 +-
 tmva/test/TMVAMultiClassGui.C                      |     6 +-
 tmva/test/TMVAMulticlass.C                         |    12 +-
 tmva/test/TMVAMulticlass.cxx                       |    17 +-
 tmva/test/TMVAMultipleBackgroundExample.cxx        |     6 +-
 tmva/test/TMVARegression.C                         |    13 +-
 tmva/test/TMVARegression.cxx                       |     4 +-
 tmva/test/TMVAlogon.C                              |     7 +-
 tmva/test/createData.C                             |     2 +
 tmva/test/efficiencies.C                           |    46 +-
 tmva/test/mvas.C                                   |     4 +-
 tmva/test/mvasMulticlass.C                         |     2 +-
 tmva/test/setup.csh                                |   100 +-
 tmva/test/setup.sh                                 |    64 +-
 tree/tree/inc/TBranchElement.h                     |     5 +-
 tree/tree/inc/TLeaf.h                              |    21 +
 tree/tree/inc/TLeafElement.h                       |     8 +-
 tree/tree/inc/TLeafL.h                             |     8 +-
 tree/tree/inc/TSelectorList.h                      |    10 +-
 tree/tree/inc/TTree.h                              |     4 +-
 tree/tree/inc/TVirtualIndex.h                      |     4 +-
 tree/tree/inc/TreeUtils.h                          |    48 +
 tree/tree/src/TBasket.cxx                          |    10 +-
 tree/tree/src/TBranch.cxx                          |     4 +-
 tree/tree/src/TBranchBrowsable.cxx                 |     6 +-
 tree/tree/src/TBranchElement.cxx                   |   181 +-
 tree/tree/src/TBranchSTL.cxx                       |     2 +-
 tree/tree/src/TChain.cxx                           |    11 +-
 tree/tree/src/TLeafL.cxx                           |    12 +
 tree/tree/src/TNtuple.cxx                          |     7 +-
 tree/tree/src/TNtupleD.cxx                         |     8 +-
 tree/tree/src/TQueryResult.cxx                     |    20 +-
 tree/tree/src/TSelectorList.cxx                    |    18 +-
 tree/tree/src/TTree.cxx                            |    18 +-
 tree/tree/src/TTreeCache.cxx                       |     2 +-
 tree/tree/src/TreeUtils.cxx                        |   312 +
 tree/treeplayer/inc/TChainIndex.h                  |    23 +-
 tree/treeplayer/inc/TFormLeafInfo.h                |   119 +-
 tree/treeplayer/inc/TFormLeafInfoReference.h       |     6 +-
 tree/treeplayer/inc/TTreeDrawArgsParser.h          |     3 +-
 tree/treeplayer/inc/TTreeFormula.h                 |    11 +-
 tree/treeplayer/inc/TTreeIndex.h                   |    14 +-
 tree/treeplayer/inc/TTreePerfStats.h               |     2 +-
 tree/treeplayer/src/TChainIndex.cxx                |    39 +-
 tree/treeplayer/src/TFormLeafInfo.cxx              |   220 +-
 tree/treeplayer/src/TFormLeafInfoReference.cxx     |    22 +-
 tree/treeplayer/src/TSelectorDraw.cxx              |    14 +-
 tree/treeplayer/src/TTreeDrawArgsParser.cxx        |    13 +-
 tree/treeplayer/src/TTreeFormula.cxx               |   321 +-
 tree/treeplayer/src/TTreeIndex.cxx                 |   174 +-
 tree/treeplayer/src/TTreePerfStats.cxx             |    20 +-
 tree/treeplayer/src/TTreeProxyGenerator.cxx        |    54 +-
 tree/treeviewer/inc/TParallelCoordEditor.h         |     5 +
 tree/treeviewer/src/TParallelCoord.cxx             |     2 +
 tree/treeviewer/src/TParallelCoordEditor.cxx       |   171 +-
 tutorials/CMakeLists.txt                           |   248 +
 tutorials/cocoa/customcolors.h                     |    55 +
 tutorials/cocoa/flower.C                           |   111 +
 tutorials/cocoa/grad.C                             |    93 +-
 tutorials/cocoa/grad2.C                            |    56 +-
 tutorials/cocoa/gradients.C                        |   130 +
 tutorials/cocoa/parallelcoordtrans.C               |    18 +-
 tutorials/cocoa/radialgradients.C                  |   118 +
 tutorials/cocoa/transp.C                           |    39 +-
 tutorials/cocoa/transp_text.C                      |    69 +-
 tutorials/fit/combinedFit.C                        |     6 +
 tutorials/fit/fit1.C                               |    26 +-
 tutorials/fit/fit1_C.C                             |    17 -
 tutorials/fit/fit1_C.txt                           |    13 +
 tutorials/fit/fit2a.C                              |     3 +
 tutorials/fit/fitslicesy.C                         |     6 +-
 tutorials/fit/line3Dfit.C                          |   119 +-
 tutorials/fit/minuit2FitBench.C                    |    44 +-
 tutorials/fit/multidimfit.C                        |    64 +-
 tutorials/fitsio/FITS_tutorial1.C                  |     5 +-
 tutorials/fitsio/FITS_tutorial2.C                  |     3 +-
 tutorials/fitsio/FITS_tutorial3.C                  |     5 +-
 tutorials/fitsio/FITS_tutorial4.C                  |     5 +-
 tutorials/fitsio/FITS_tutorial5.C                  |    11 +-
 tutorials/fitsio/FITS_tutorial6.C                  |     5 +-
 tutorials/foam/foam_demo.C                         |    10 +
 tutorials/foam/foam_demopers.C                     |    28 +-
 tutorials/foam/foam_kanwa.C                        |    38 +-
 tutorials/geom/geomAlice.C                         |    54 +-
 tutorials/geom/geomAlice_itsv.C                    |    17 +-
 tutorials/geom/parallel_world.C                    |    97 +
 tutorials/geom/robot.C                             |     4 +-
 tutorials/geom/rootgeom.C                          |     2 +-
 tutorials/geom/xtruSamples.C                       |     4 +-
 tutorials/gl/customcolors.h                        |    55 +
 tutorials/gl/grad.C                                |   105 +
 tutorials/gl/grad2.C                               |    64 +
 tutorials/gl/gradients.C                           |   128 +
 tutorials/gl/parallelcoordtrans.C                  |   126 +
 tutorials/gl/radialgradients.C                     |   121 +
 tutorials/gl/transp.C                              |    50 +
 tutorials/gl/transp_text.C                         |    72 +
 tutorials/graphics/canvas2.C                       |   181 +
 tutorials/graphics/crown.C                         |    22 +
 tutorials/graphics/diamond.C                       |    11 +
 tutorials/graphics/gaxis2.C                        |    29 +
 tutorials/graphics/latex.C                         |     8 +-
 tutorials/graphics/latex2.C                        |     6 +-
 tutorials/graphics/latex3.C                        |     4 +-
 tutorials/graphics/triangles.C                     |     7 +-
 tutorials/graphs/graphpolar2.C                     |    35 +
 tutorials/graphs/graphpolar3.C                     |    25 +
 tutorials/graphs/graphtext.C                       |    43 +
 tutorials/graphs/multipalette.C                    |     3 +-
 tutorials/graphs/timeonaxis3.C                     |     4 +-
 tutorials/gui/exec_macro.C                         |     2 +-
 tutorials/hist/fillrandom.C                        |     2 +-
 tutorials/hist/h2proj.C                            |    46 +
 tutorials/hist/hbars.C                             |    30 +-
 tutorials/hist/ratioplot.C                         |    83 +
 tutorials/hist/rebin.C                             |     7 +-
 tutorials/hist/reverseaxis.C                       |    55 +
 tutorials/hist/th2polyUSA.C                        |     4 +-
 tutorials/histfactory/example.C                    |     9 +-
 tutorials/histfactory/makeExample.C                |     2 +-
 tutorials/http/httpserver.C                        |    84 +
 tutorials/io/copyFiles.C                           |     6 +
 tutorials/io/hadd.C                                |     6 +
 tutorials/math/Legendre.C                          |     8 +-
 tutorials/math/LegendreAssoc.C                     |     7 -
 tutorials/math/goftest.C                           |     5 +-
 tutorials/math/quasirandom.C                       |   109 +
 tutorials/math/tStudent.C                          |   122 +-
 tutorials/math/testUnfold1.C                       |   119 +-
 tutorials/math/testUnfold2.C                       |    32 +-
 tutorials/math/testUnfold3.C                       |   582 +-
 tutorials/math/testUnfold4.C                       |    45 +-
 tutorials/math/testrandom.C                        |    55 +-
 tutorials/mc/CompareMasses.C                       |    44 +-
 tutorials/net/parallelMergeClient.C                |     2 +-
 tutorials/proof/ProcFileElements.h                 |     1 +
 tutorials/proof/ProofAux.C                         |    51 +-
 tutorials/proof/ProofAux.h                         |     2 +
 tutorials/proof/ProofFriends.C                     |    73 +-
 tutorials/proof/ProofFriends.h                     |     1 +
 tutorials/pyroot/fit1.py                           |     4 +-
 tutorials/pyroot/shapes.py                         |     3 +-
 tutorials/pyroot/staff.py                          |     5 +-
 tutorials/pythia/pythia8.C                         |     2 +
 tutorials/quadp/portfolio.C                        |    50 +-
 tutorials/roofit/rf507_debugtools.C                |     2 +-
 tutorials/roostats/ModelInspector.C                |    78 +-
 .../OneSidedFrequentistUpperLimitWithBands.C       |    85 +-
 tutorials/roostats/StandardBayesianMCMCDemo.C      |    68 +-
 tutorials/roostats/StandardBayesianNumericalDemo.C |    97 +-
 tutorials/roostats/StandardFeldmanCousinsDemo.C    |    46 +-
 tutorials/roostats/StandardFrequentistDiscovery.C  |    56 +-
 .../StandardHistFactoryPlotsWithCategories.C       |    82 +-
 tutorials/roostats/StandardHypoTestDemo.C          |    64 +-
 tutorials/roostats/StandardHypoTestInvDemo.C       |   195 +-
 tutorials/roostats/StandardProfileInspectorDemo.C  |    65 +-
 tutorials/roostats/StandardProfileLikelihoodDemo.C |    65 +-
 .../roostats/StandardTestStatDistributionDemo.C    |    64 +-
 tutorials/roostats/TestNonCentral.C                |     2 +-
 .../TwoSidedFrequentistUpperLimitWithBands.C       |    93 +-
 tutorials/roostats/rs101_limitexample.C            |    14 +-
 tutorials/roostats/rs_bernsteinCorrection.C        |     5 +
 tutorials/splot/TestSPlot.C                        |     3 +-
 tutorials/splot/TestSPlot_toyMC.dat                | 16260 +++++++------------
 tutorials/thread/stressThreadPool.C                |     9 +
 tutorials/thread/threadPool.C                      |     9 +-
 tutorials/tree/bill.C                              |    12 +-
 tutorials/tree/cernstaff.C                         |     6 +-
 tutorials/tree/clonesA_Event.C                     |     3 +-
 tutorials/tree/h1analysis.C                        |     3 +
 tutorials/unuran/unuranFoamTest.C                  |    12 +-
 tutorials/xml/DOMParsePerson.C                     |     4 +-
 tutorials/xml/DOMRecursive.C                       |     4 +-
 tutorials/xml/SAXHandler.C                         |     3 +-
 3384 files changed, 410111 insertions(+), 91654 deletions(-)
 create mode 100644 bindings/pyroot/cppyy.py
 create mode 100755 build/unix/installDavix.sh
 create mode 100755 build/win/inttypes.h
 create mode 100644 cint/cint/lib/libcxxstrm/Makefile
 create mode 100644 cint/cint/lib/libcxxstrm/README.txt
 create mode 100644 cint/cint/lib/libcxxstrm/fstrm.h
 create mode 100644 cint/cint/lib/libcxxstrm/iostrm.h
 create mode 100644 cint/cint/lib/libcxxstrm/iostrm.h.org
 copy cint/cint/lib/{gcc4strm => libcxxstrm}/linkdef.h (100%)
 create mode 100644 cint/cint/lib/libcxxstrm/sstrm.h
 create mode 100644 cint/cint/lib/vc11strm/G__stream.def
 copy cint/cint/lib/{vc10strm => vc11strm}/Makefile (100%)
 copy cint/cint/lib/{iccstrm => vc11strm}/README.txt (100%)
 create mode 100644 cint/cint/lib/vc11strm/cint_process_file.ps1
 copy cint/cint/lib/{alphastrm => vc11strm}/fstrm.h (100%)
 create mode 100644 cint/cint/lib/vc11strm/iostrm.h
 create mode 100644 cint/cint/lib/vc11strm/linkdef.h
 create mode 100644 cint/cint/lib/vc11strm/sstrm.h
 create mode 100644 cint/cint/lib/vc11strm/vc11strm.cxx
 create mode 100644 cint/cint/lib/vc11strm/vc11strm.h
 create mode 100644 cint/cint/src/dict/libcxxstrm.cxx
 create mode 100644 cint/cint/src/dict/libcxxstrm.h
 create mode 100644 cint/cint/src/dict/vc11strm.cxx
 create mode 100644 cint/cint/src/dict/vc11strm.h
 copy cint/iosenum/{iosenum.linuxarm3 => iosenum.win64gcc3} (100%)
 create mode 100644 cmake/modules/FindDavix.cmake
 delete mode 100644 cmake/modules/FindOpenGL.cmake
 delete mode 100644 cmake/modules/FindROOTInternal.cmake
 create mode 100644 cmake/modules/RootInstallDirs.cmake
 create mode 100644 cmake/patches/davix-0.3.1.patch
 delete mode 100644 cmake/scripts/CMakeLists.template
 delete mode 100644 cmake/scripts/Makefile-comp.in
 delete mode 100644 cmake/scripts/RConfigOptions.in
 delete mode 100644 cmake/scripts/RConfigure.in
 delete mode 100644 cmake/scripts/configcint.h
 delete mode 100644 cmake/scripts/configcint.in
 delete mode 100644 cmake/scripts/configcint.mk
 delete mode 100644 cmake/scripts/genreflex-rootcint.in
 delete mode 100644 cmake/scripts/genreflex.final.in
 delete mode 100644 cmake/scripts/genreflex.in
 create mode 100644 cmake/scripts/local_install.cmake
 delete mode 100644 cmake/scripts/memprobe.in
 delete mode 100644 cmake/scripts/root-config.in
 delete mode 100644 cmake/scripts/rootrc.in
 delete mode 100644 cmake/scripts/testsingle.cxx.in
 delete mode 100755 cmake/scripts/thisroot.sh
 create mode 100644 config/Makefile.ios64
 create mode 100644 config/Makefile.win64gcc
 mode change 100644 => 100755 config/genreflex.in
 mode change 100644 => 100755 config/proofserv.in
 create mode 100644 core/base/inc/TAttBBox2D.h
 create mode 100644 core/base/src/TAttBBox2D.cxx
 delete mode 100644 core/meta/inc/TClassAttributeMap.h
 create mode 100644 core/meta/inc/TDictAttributeMap.h
 delete mode 100644 core/meta/src/TClassAttributeMap.cxx
 create mode 100644 core/meta/src/TDictAttributeMap.cxx
 create mode 100644 core/metautils/inc/ESTLType.h
 create mode 100644 debian/missing-sources/d3.v2.js
 create mode 100644 debian/missing-sources/jquery-ui.js
 create mode 100644 debian/missing-sources/jquery.js
 create mode 100644 debian/missing-sources/justgage.1.0.1.js
 create mode 100644 debian/missing-sources/raphael.2.1.0.js
 create mode 100644 debian/missing-sources/three.js
 create mode 100644 debian/patches/06-globus-header.patch
 delete mode 100644 debian/patches/06-inline-function.patch
 create mode 100644 debian/patches/77-ruby-header-path.patch
 create mode 100644 debian/patches/78-html-header-logo.patch
 create mode 100644 debian/source/lintian-overrides
 delete mode 100644 docbook/primer/Introduction.xml
 delete mode 100644 docbook/primer/ROOTPrimer.xml
 delete mode 100644 docbook/primer/ROOT_as_calculator.xml
 delete mode 100644 docbook/primer/bibliography.xml
 delete mode 100644 docbook/primer/concludingRemarks.xml
 delete mode 100644 docbook/primer/figures/ROOTPanel_FitPanel.png
 delete mode 100644 docbook/primer/filio.xml
 delete mode 100644 docbook/primer/functions_and_parameter_estimation.xml
 delete mode 100644 docbook/primer/graphs.xml
 delete mode 100644 docbook/primer/histograms.xml
 delete mode 100644 docbook/primer/macros/ExampleMacro.C
 delete mode 100644 docbook/primer/macros/ExampleMacro_GUI.C
 delete mode 100644 docbook/primer/macros/MySelector.C
 delete mode 100644 docbook/primer/macros/macro1.C
 delete mode 100644 docbook/primer/macros/macro2.C
 delete mode 100644 docbook/primer/macros/macro4.C
 delete mode 100644 docbook/primer/macros/macro5.C
 delete mode 100644 docbook/primer/macros/macro6.C
 delete mode 100644 docbook/primer/macros/macro7.C
 delete mode 100644 docbook/primer/macros/macro8.C
 delete mode 100644 docbook/primer/macros/macro9.C
 delete mode 100644 docbook/primer/macros/makeMySelector.C
 delete mode 100644 docbook/primer/macros/read_ntuple_from_file.C
 delete mode 100644 docbook/primer/macros/rootlogon.C
 delete mode 100644 docbook/primer/macros/slits.C
 delete mode 100644 docbook/primer/macros/write_ntuple_to_file.C
 delete mode 100644 docbook/primer/macros/write_ntuple_to_file_advanced.C
 delete mode 100644 docbook/primer/primer.xpr
 delete mode 100644 docbook/primer/titlepage.xml
 delete mode 100644 docbook/primer/your_first_ROOT_macro.xml
 delete mode 100644 docbook/users-guide/ALittleC++.xml
 delete mode 100644 docbook/users-guide/AddingaClass.xml
 delete mode 100644 docbook/users-guide/CINT.xml
 delete mode 100644 docbook/users-guide/CollectionClasses.xml
 delete mode 100644 docbook/users-guide/Cover.xml
 delete mode 100644 docbook/users-guide/ExampleAnalysis.xml
 delete mode 100644 docbook/users-guide/FittingHistograms.xml
 delete mode 100644 docbook/users-guide/FoldersTasks.xml
 delete mode 100644 docbook/users-guide/Geometry.xml
 delete mode 100644 docbook/users-guide/GettingStarted.xml
 delete mode 100644 docbook/users-guide/Graphics.xml
 delete mode 100644 docbook/users-guide/Graphs.xml
 delete mode 100644 docbook/users-guide/HTMLDoc.xml
 delete mode 100644 docbook/users-guide/Histograms.xml
 delete mode 100644 docbook/users-guide/InputOutput.xml
 delete mode 100644 docbook/users-guide/InstallandBuild.xml
 delete mode 100644 docbook/users-guide/Introduction.xml
 delete mode 100644 docbook/users-guide/LinearAlgebra.xml
 delete mode 100644 docbook/users-guide/MathLibraries.xml
 delete mode 100644 docbook/users-guide/Networking.xml
 delete mode 100644 docbook/users-guide/ObjectOwnership.xml
 delete mode 100644 docbook/users-guide/PROOF.xml
 delete mode 100644 docbook/users-guide/PhysicsVectors.xml
 delete mode 100644 docbook/users-guide/Preface.xml
 delete mode 100644 docbook/users-guide/PythonRuby.xml
 delete mode 100644 docbook/users-guide/ROOTUsersGuide.xml
 delete mode 100644 docbook/users-guide/ROOTandQt.xml
 delete mode 100644 docbook/users-guide/Threads.xml
 delete mode 100644 docbook/users-guide/Trees.xml
 delete mode 100644 docbook/users-guide/TutorialsandTests.xml
 delete mode 100644 docbook/users-guide/Users-Guide.xpr
 delete mode 100644 docbook/users-guide/WritingGUI.xml
 delete mode 100755 docbook/users-guide/makeepub.sh
 delete mode 100755 docbook/users-guide/makehtml.sh
 delete mode 100755 docbook/users-guide/makehtmlchunk.sh
 delete mode 100755 docbook/users-guide/makepdf.sh
 delete mode 100644 docbook/users-guide/pictures/02000030.jpg
 delete mode 100644 docbook/users-guide/pictures/02000031.jpg
 delete mode 100644 docbook/users-guide/pictures/02000032.jpg
 delete mode 100644 docbook/users-guide/pictures/02000034.jpg
 delete mode 100644 docbook/users-guide/pictures/02000035.jpg
 delete mode 100644 docbook/users-guide/pictures/02000036.jpg
 delete mode 100644 docbook/users-guide/pictures/02000037.jpg
 delete mode 100644 docbook/users-guide/pictures/02000039.jpg
 delete mode 100644 docbook/users-guide/pictures/0200003C.jpg
 delete mode 100644 docbook/users-guide/pictures/020000A2.jpg
 delete mode 100644 docbook/users-guide/pictures/03000005.png
 delete mode 100644 docbook/users-guide/pictures/03000028.png
 delete mode 100644 docbook/users-guide/pictures/03000029.png
 delete mode 100644 docbook/users-guide/pictures/0300002B.png
 delete mode 100644 docbook/users-guide/pictures/0300002C.png
 delete mode 100644 docbook/users-guide/pictures/0300002F.png
 delete mode 100644 docbook/users-guide/pictures/03000033.png
 delete mode 100644 docbook/users-guide/pictures/03000038.png
 delete mode 100644 docbook/users-guide/pictures/0300003A.png
 delete mode 100644 docbook/users-guide/pictures/0300003D.png
 delete mode 100644 docbook/users-guide/pictures/0300003E.png
 delete mode 100644 docbook/users-guide/pictures/03000040.png
 delete mode 100644 docbook/users-guide/pictures/03000041.png
 delete mode 100644 docbook/users-guide/pictures/03000042.png
 delete mode 100644 docbook/users-guide/pictures/03000043.png
 delete mode 100644 docbook/users-guide/pictures/03000044.png
 delete mode 100644 docbook/users-guide/pictures/03000045.png
 delete mode 100644 docbook/users-guide/pictures/03000046.png
 delete mode 100644 docbook/users-guide/pictures/03000047.png
 delete mode 100644 docbook/users-guide/pictures/03000048.png
 delete mode 100644 docbook/users-guide/pictures/03000049.png
 delete mode 100644 docbook/users-guide/pictures/0300004A.png
 delete mode 100644 docbook/users-guide/pictures/0300004B.png
 delete mode 100644 docbook/users-guide/pictures/0300004C.png
 delete mode 100644 docbook/users-guide/pictures/0300004D.png
 delete mode 100644 docbook/users-guide/pictures/0300004E.png
 delete mode 100644 docbook/users-guide/pictures/0300004F.png
 delete mode 100644 docbook/users-guide/pictures/03000050.png
 delete mode 100644 docbook/users-guide/pictures/03000051.png
 delete mode 100644 docbook/users-guide/pictures/03000052.png
 delete mode 100644 docbook/users-guide/pictures/03000053.png
 delete mode 100644 docbook/users-guide/pictures/03000054.png
 delete mode 100644 docbook/users-guide/pictures/03000055.png
 delete mode 100644 docbook/users-guide/pictures/03000056.png
 delete mode 100644 docbook/users-guide/pictures/03000057.png
 delete mode 100644 docbook/users-guide/pictures/03000058.png
 delete mode 100644 docbook/users-guide/pictures/0300005A.png
 delete mode 100644 docbook/users-guide/pictures/0300005B.png
 delete mode 100644 docbook/users-guide/pictures/0300005D.png
 delete mode 100644 docbook/users-guide/pictures/0300005E.png
 delete mode 100644 docbook/users-guide/pictures/03000060.png
 delete mode 100644 docbook/users-guide/pictures/03000061.png
 delete mode 100644 docbook/users-guide/pictures/03000062.png
 delete mode 100644 docbook/users-guide/pictures/03000070.png
 delete mode 100644 docbook/users-guide/pictures/0300008E.png
 delete mode 100644 docbook/users-guide/pictures/0300008F.png
 delete mode 100644 docbook/users-guide/pictures/030000EF.png
 delete mode 100644 docbook/users-guide/pictures/030000F0.png
 delete mode 100644 docbook/users-guide/pictures/030000F6.png
 delete mode 100644 docbook/users-guide/pictures/030000F7.png
 delete mode 100644 docbook/users-guide/pictures/030000F8.png
 delete mode 100644 docbook/users-guide/pictures/030000F9.png
 delete mode 100644 docbook/users-guide/pictures/030000FA.png
 delete mode 100644 docbook/users-guide/pictures/030000FB.png
 delete mode 100644 docbook/users-guide/pictures/030000FC.png
 delete mode 100644 docbook/users-guide/pictures/030000FD.png
 delete mode 100644 docbook/users-guide/pictures/030000FF.png
 delete mode 100644 docbook/users-guide/pictures/03000100.png
 delete mode 100644 docbook/users-guide/pictures/03000103.png
 delete mode 100644 docbook/users-guide/pictures/03000104.png
 delete mode 100644 docbook/users-guide/pictures/03000105.png
 delete mode 100644 docbook/users-guide/pictures/03000106.png
 delete mode 100644 docbook/users-guide/pictures/03000107.png
 delete mode 100644 docbook/users-guide/pictures/03000128.png
 delete mode 100644 docbook/users-guide/pictures/030001A1.png
 delete mode 100644 docbook/users-guide/pictures/030001A2.png
 delete mode 100644 docbook/users-guide/pictures/0600002E.png
 delete mode 100644 docbook/users-guide/pictures/0600003B.png
 delete mode 100644 docbook/users-guide/pictures/060000A1.png
 delete mode 100644 docbook/users-guide/pictures/0600010A.png
 delete mode 100644 docbook/users-guide/pictures/0600010B.png
 delete mode 100644 docbook/users-guide/pictures/0600010C.png
 delete mode 100644 docbook/users-guide/pictures/0600010D.png
 delete mode 100644 docbook/users-guide/pictures/0600010E.png
 delete mode 100644 docbook/users-guide/pictures/0600010F.png
 delete mode 100644 docbook/users-guide/pictures/06000110.png
 delete mode 100644 docbook/users-guide/pictures/06000111.png
 delete mode 100644 docbook/users-guide/pictures/06000112.png
 delete mode 100644 docbook/users-guide/pictures/06000113.png
 delete mode 100644 docbook/users-guide/pictures/06000114.png
 delete mode 100644 docbook/users-guide/pictures/06000115.png
 delete mode 100644 docbook/users-guide/pictures/06000116.png
 delete mode 100644 docbook/users-guide/pictures/06000117.png
 delete mode 100644 docbook/users-guide/pictures/06000118.png
 delete mode 100644 docbook/users-guide/pictures/06000119.png
 delete mode 100644 docbook/users-guide/pictures/0600011A.png
 delete mode 100644 docbook/users-guide/pictures/0600011B.png
 delete mode 100644 docbook/users-guide/pictures/0600011C.png
 delete mode 100644 docbook/users-guide/pictures/0600011D.png
 delete mode 100644 docbook/users-guide/pictures/0600011E.png
 delete mode 100644 docbook/users-guide/pictures/0600011F.png
 delete mode 100644 docbook/users-guide/pictures/06000120.png
 delete mode 100644 docbook/users-guide/pictures/06000121.png
 delete mode 100644 docbook/users-guide/pictures/06000122.png
 delete mode 100644 docbook/users-guide/pictures/06000123.png
 delete mode 100644 docbook/users-guide/pictures/06000124.png
 delete mode 100644 docbook/users-guide/pictures/06000125.png
 delete mode 100644 docbook/users-guide/pictures/06000126.png
 delete mode 100644 docbook/users-guide/pictures/06000127.png
 delete mode 100644 docbook/users-guide/pictures/06000129.png
 delete mode 100644 docbook/users-guide/pictures/0600012A.png
 delete mode 100644 docbook/users-guide/pictures/0600012B.png
 delete mode 100644 docbook/users-guide/pictures/0600012C.png
 delete mode 100644 docbook/users-guide/pictures/0800003F.png
 delete mode 100644 docbook/users-guide/pictures/08000063.png
 delete mode 100644 docbook/users-guide/pictures/08000064.png
 delete mode 100644 docbook/users-guide/pictures/08000065.png
 delete mode 100644 docbook/users-guide/pictures/08000066.png
 delete mode 100644 docbook/users-guide/pictures/08000067.png
 delete mode 100644 docbook/users-guide/pictures/08000068.png
 delete mode 100644 docbook/users-guide/pictures/08000069.png
 delete mode 100644 docbook/users-guide/pictures/0800006A.png
 delete mode 100644 docbook/users-guide/pictures/0800006B.png
 delete mode 100644 docbook/users-guide/pictures/0800006C.png
 delete mode 100644 docbook/users-guide/pictures/0800006D.png
 delete mode 100644 docbook/users-guide/pictures/0800006E.png
 delete mode 100644 docbook/users-guide/pictures/0800006F.png
 delete mode 100644 docbook/users-guide/pictures/08000071.png
 delete mode 100644 docbook/users-guide/pictures/08000072.png
 delete mode 100644 docbook/users-guide/pictures/08000073.png
 delete mode 100644 docbook/users-guide/pictures/08000074.png
 delete mode 100644 docbook/users-guide/pictures/08000075.png
 delete mode 100644 docbook/users-guide/pictures/08000076.png
 delete mode 100644 docbook/users-guide/pictures/08000077.png
 delete mode 100644 docbook/users-guide/pictures/08000078.png
 delete mode 100644 docbook/users-guide/pictures/08000079.png
 delete mode 100644 docbook/users-guide/pictures/0800007A.png
 delete mode 100644 docbook/users-guide/pictures/0800007B.png
 delete mode 100644 docbook/users-guide/pictures/0800007C.png
 delete mode 100644 docbook/users-guide/pictures/0800007D.png
 delete mode 100644 docbook/users-guide/pictures/0800007E.png
 delete mode 100644 docbook/users-guide/pictures/0800007F.png
 delete mode 100644 docbook/users-guide/pictures/08000080.png
 delete mode 100644 docbook/users-guide/pictures/08000081.png
 delete mode 100644 docbook/users-guide/pictures/08000082.png
 delete mode 100644 docbook/users-guide/pictures/08000083.png
 delete mode 100644 docbook/users-guide/pictures/08000084.png
 delete mode 100644 docbook/users-guide/pictures/08000085.png
 delete mode 100644 docbook/users-guide/pictures/08000086.png
 delete mode 100644 docbook/users-guide/pictures/08000087.png
 delete mode 100644 docbook/users-guide/pictures/08000088.png
 delete mode 100644 docbook/users-guide/pictures/08000089.png
 delete mode 100644 docbook/users-guide/pictures/0800008A.png
 delete mode 100644 docbook/users-guide/pictures/0800008B.png
 delete mode 100644 docbook/users-guide/pictures/0800008C.png
 delete mode 100644 docbook/users-guide/pictures/0800012E.png
 delete mode 100644 docbook/users-guide/pictures/0800012F.png
 delete mode 100644 docbook/users-guide/pictures/08000130.png
 delete mode 100644 docbook/users-guide/pictures/08000131.png
 delete mode 100644 docbook/users-guide/pictures/08000132.png
 delete mode 100644 docbook/users-guide/pictures/08000133.png
 delete mode 100644 docbook/users-guide/pictures/08000134.png
 delete mode 100644 docbook/users-guide/pictures/08000135.png
 delete mode 100644 docbook/users-guide/pictures/08000136.png
 delete mode 100644 docbook/users-guide/pictures/08000137.png
 delete mode 100644 docbook/users-guide/pictures/08000138.png
 delete mode 100644 docbook/users-guide/pictures/08000139.png
 delete mode 100644 docbook/users-guide/pictures/0800013A.png
 delete mode 100644 docbook/users-guide/pictures/0800013B.png
 delete mode 100644 docbook/users-guide/pictures/0800013C.png
 delete mode 100644 docbook/users-guide/pictures/0800013D.png
 delete mode 100644 docbook/users-guide/pictures/0800013E.png
 delete mode 100644 docbook/users-guide/pictures/0800013F.png
 delete mode 100644 docbook/users-guide/pictures/08000140.png
 delete mode 100644 docbook/users-guide/pictures/08000141.png
 delete mode 100644 docbook/users-guide/pictures/08000142.png
 delete mode 100644 docbook/users-guide/pictures/08000143.png
 delete mode 100644 docbook/users-guide/pictures/08000144.png
 delete mode 100644 docbook/users-guide/pictures/08000145.png
 delete mode 100644 docbook/users-guide/pictures/08000146.png
 delete mode 100644 docbook/users-guide/pictures/08000147.png
 delete mode 100644 docbook/users-guide/pictures/08000148.png
 delete mode 100644 docbook/users-guide/pictures/08000149.png
 delete mode 100644 docbook/users-guide/pictures/0800014A.png
 delete mode 100644 docbook/users-guide/pictures/0800014B.png
 delete mode 100644 docbook/users-guide/pictures/0800014C.png
 delete mode 100644 docbook/users-guide/pictures/0800014D.png
 delete mode 100644 docbook/users-guide/pictures/0800014E.png
 delete mode 100644 docbook/users-guide/pictures/0800014F.png
 delete mode 100644 docbook/users-guide/pictures/08000150.png
 delete mode 100644 docbook/users-guide/pictures/08000151.png
 delete mode 100644 docbook/users-guide/pictures/08000152.png
 delete mode 100644 docbook/users-guide/pictures/08000153.png
 delete mode 100644 docbook/users-guide/pictures/08000154.png
 delete mode 100644 docbook/users-guide/pictures/08000155.png
 delete mode 100644 docbook/users-guide/pictures/08000156.png
 delete mode 100644 docbook/users-guide/pictures/08000157.png
 delete mode 100644 docbook/users-guide/pictures/08000158.png
 delete mode 100644 docbook/users-guide/pictures/08000159.png
 delete mode 100644 docbook/users-guide/pictures/0800015A.png
 delete mode 100644 docbook/users-guide/pictures/0800015B.png
 delete mode 100644 docbook/users-guide/pictures/0800015C.png
 delete mode 100644 docbook/users-guide/pictures/0800015D.png
 delete mode 100644 docbook/users-guide/pictures/0800015E.png
 delete mode 100644 docbook/users-guide/pictures/0800015F.png
 delete mode 100644 docbook/users-guide/pictures/08000160.png
 delete mode 100644 docbook/users-guide/pictures/08000161.png
 delete mode 100644 docbook/users-guide/pictures/08000162.png
 delete mode 100644 docbook/users-guide/pictures/08000163.png
 delete mode 100644 docbook/users-guide/pictures/08000164.png
 delete mode 100644 docbook/users-guide/pictures/08000165.png
 delete mode 100644 docbook/users-guide/pictures/08000166.png
 delete mode 100644 docbook/users-guide/pictures/08000167.png
 delete mode 100644 docbook/users-guide/pictures/08000168.png
 delete mode 100644 docbook/users-guide/pictures/08000169.png
 delete mode 100644 docbook/users-guide/pictures/0800016A.png
 delete mode 100644 docbook/users-guide/pictures/0800016B.png
 delete mode 100644 docbook/users-guide/pictures/0800016C.png
 delete mode 100644 docbook/users-guide/pictures/0800016D.png
 delete mode 100644 docbook/users-guide/pictures/0800016E.png
 delete mode 100644 docbook/users-guide/pictures/0800016F.png
 delete mode 100644 docbook/users-guide/pictures/08000170.png
 delete mode 100644 docbook/users-guide/pictures/08000171.png
 delete mode 100644 docbook/users-guide/pictures/08000172.png
 delete mode 100644 docbook/users-guide/pictures/08000173.png
 delete mode 100644 docbook/users-guide/pictures/08000174.png
 delete mode 100644 docbook/users-guide/pictures/08000175.png
 delete mode 100644 docbook/users-guide/pictures/08000176.png
 delete mode 100644 docbook/users-guide/pictures/08000177.png
 delete mode 100644 docbook/users-guide/pictures/08000178.png
 delete mode 100644 docbook/users-guide/pictures/08000179.png
 delete mode 100644 docbook/users-guide/pictures/0800017A.png
 delete mode 100644 docbook/users-guide/pictures/0800017B.png
 delete mode 100644 docbook/users-guide/pictures/0800017C.png
 delete mode 100644 docbook/users-guide/pictures/0800017D.png
 delete mode 100644 docbook/users-guide/pictures/0800017E.png
 delete mode 100644 docbook/users-guide/pictures/0800017F.png
 delete mode 100644 docbook/users-guide/pictures/08000180.png
 delete mode 100644 docbook/users-guide/pictures/08000181.png
 delete mode 100644 docbook/users-guide/pictures/08000182.png
 delete mode 100644 docbook/users-guide/pictures/08000183.png
 delete mode 100644 docbook/users-guide/pictures/08000184.png
 delete mode 100644 docbook/users-guide/pictures/08000185.png
 delete mode 100644 docbook/users-guide/pictures/08000186.png
 delete mode 100644 docbook/users-guide/pictures/08000187.png
 delete mode 100644 docbook/users-guide/pictures/08000188.png
 delete mode 100644 docbook/users-guide/pictures/08000189.png
 delete mode 100644 docbook/users-guide/pictures/0800018A.png
 delete mode 100644 docbook/users-guide/pictures/0800018B.png
 delete mode 100644 docbook/users-guide/pictures/0800018C.png
 delete mode 100644 docbook/users-guide/pictures/0800018D.png
 delete mode 100644 docbook/users-guide/pictures/0800018E.png
 delete mode 100644 docbook/users-guide/pictures/0800018F.png
 delete mode 100644 docbook/users-guide/pictures/08000190.png
 delete mode 100644 docbook/users-guide/pictures/08000191.png
 delete mode 100644 docbook/users-guide/pictures/08000192.png
 delete mode 100644 docbook/users-guide/pictures/08000193.png
 delete mode 100644 docbook/users-guide/pictures/08000194.png
 delete mode 100644 docbook/users-guide/pictures/08000195.png
 delete mode 100644 docbook/users-guide/pictures/08000196.png
 delete mode 100644 docbook/users-guide/pictures/08000197.png
 delete mode 100644 docbook/users-guide/pictures/08000198.png
 delete mode 100644 docbook/users-guide/pictures/08000199.png
 delete mode 100644 docbook/users-guide/pictures/0800019A.png
 delete mode 100644 docbook/users-guide/pictures/0800019B.png
 delete mode 100644 docbook/users-guide/pictures/0800019C.png
 delete mode 100644 docbook/users-guide/pictures/0800019D.png
 delete mode 100644 docbook/users-guide/pictures/0800019E.png
 delete mode 100644 docbook/users-guide/pictures/0800019F.png
 delete mode 100644 docbook/users-guide/pictures/080001A0.png
 delete mode 100644 docbook/users-guide/pictures/080001AA.png
 delete mode 100644 docbook/users-guide/pictures/080001AB.png
 delete mode 100644 docbook/users-guide/pictures/080001AC.png
 delete mode 100644 docbook/users-guide/pictures/080001AD.png
 delete mode 100644 docbook/users-guide/pictures/080001AE.png
 delete mode 100644 docbook/users-guide/pictures/080001AF.png
 delete mode 100644 docbook/users-guide/pictures/080001B0.png
 delete mode 100644 docbook/users-guide/pictures/080001BC.png
 delete mode 100644 docbook/users-guide/pictures/080001CA.png
 delete mode 100644 docbook/users-guide/pictures/080001CB.png
 delete mode 100644 docbook/users-guide/pictures/080001CC.png
 delete mode 100644 docbook/users-guide/pictures/080001D0.png
 delete mode 100644 docbook/users-guide/pictures/080001D1.png
 delete mode 100644 docbook/users-guide/pictures/080001D2.png
 delete mode 100644 docbook/users-guide/pictures/080001D3.png
 delete mode 100644 docbook/users-guide/pictures/080001D4.png
 delete mode 100644 docbook/users-guide/pictures/080001D5.png
 delete mode 100644 docbook/users-guide/pictures/080001D6.png
 delete mode 100644 docbook/users-guide/pictures/080001D7.png
 delete mode 100644 docbook/users-guide/pictures/080001D8.png
 delete mode 100644 docbook/users-guide/pictures/080001D9.png
 delete mode 100644 docbook/users-guide/pictures/080001DA.png
 delete mode 100644 docbook/users-guide/pictures/080001DB.png
 delete mode 100644 docbook/users-guide/pictures/080001DC.png
 delete mode 100644 docbook/users-guide/pictures/080001DD.png
 delete mode 100644 docbook/users-guide/pictures/080001E6.png
 delete mode 100644 docbook/users-guide/pictures/080001FA.png
 delete mode 100644 docbook/users-guide/pictures/080001FB.png
 delete mode 100644 docbook/users-guide/pictures/image144.jpg
 create mode 100644 documentation/HttpServer/HttpServer.md
 create mode 100644 documentation/HttpServer/Makefile
 copy {proof/doc/confman => documentation/HttpServer}/css/github.css (100%)
 mode change 100755 => 100644
 create mode 100644 documentation/HttpServer/figures/cover.png
 create mode 100644 documentation/HttpServer/figures/fcnbase.png
 create mode 100644 documentation/HttpServer/figures/fcngradientbase.png
 create mode 100644 documentation/HttpServer/metadata.xml
 create mode 100644 documentation/HttpServer/title.txt
 create mode 100644 documentation/HttpServer/titlepage.md
 create mode 100644 documentation/minuit2/Makefile
 create mode 100644 documentation/minuit2/Minuit2.md
 copy {proof/doc/confman => documentation/minuit2}/css/github.css (100%)
 create mode 100644 documentation/minuit2/figures/cover.png
 create mode 100644 documentation/minuit2/figures/fcnbase.png
 create mode 100644 documentation/minuit2/figures/fcngradientbase.png
 create mode 100644 documentation/minuit2/metadata.xml
 create mode 100644 documentation/minuit2/title.txt
 create mode 100644 documentation/minuit2/titlepage.md
 create mode 100644 documentation/primer/Introduction.md
 create mode 100644 documentation/primer/Makefile
 create mode 100644 documentation/primer/ROOTPrimer.md
 create mode 100644 documentation/primer/ROOT_as_calculator.md
 create mode 100644 documentation/primer/bibliography.bib
 create mode 100644 documentation/primer/concludingRemarks.md
 copy {proof/doc/confman => documentation/primer}/css/github.css (100%)
 create mode 100644 documentation/primer/figures/Cover.png
 create mode 100644 documentation/primer/figures/ROOTPanel_FitPanel.png
 rename {docbook => documentation}/primer/figures/ROOTPanel_SetParameters.png (100%)
 rename {docbook => documentation}/primer/figures/TF1_DoubleSlit.png (100%)
 rename {docbook => documentation}/primer/figures/TGraphErrors_Example.png (100%)
 rename {docbook => documentation}/primer/figures/TH1F_Example.png (100%)
 rename {docbook => documentation}/primer/figures/examplefit.png (100%)
 rename {docbook => documentation}/primer/figures/fitted2dFunction.png (100%)
 rename {docbook => documentation}/primer/figures/functions.png (100%)
 rename {docbook => documentation}/primer/figures/graf_with_law.png (100%)
 rename {docbook => documentation}/primer/figures/graph_with_expectation.png (100%)
 rename {docbook => documentation}/primer/figures/histo_ratio.png (100%)
 rename {docbook => documentation}/primer/figures/histo_sum.png (100%)
 copy docbook/users-guide/pictures/03000003.png => documentation/primer/figures/logo.png (100%)
 rename {docbook => documentation}/primer/figures/poisson.png (100%)
 rename {docbook => documentation}/primer/figures/polar_graph.png (100%)
 rename {docbook => documentation}/primer/figures/proj_and_prof.png (100%)
 rename {docbook => documentation}/primer/figures/th2f.png (100%)
 create mode 100644 documentation/primer/filio.md
 create mode 100644 documentation/primer/functions_and_parameter_estimation.md
 create mode 100644 documentation/primer/graphs.md
 create mode 100644 documentation/primer/histograms.md
 rename {docbook => documentation}/primer/macros/ExampleData.txt (100%)
 create mode 100644 documentation/primer/macros/ExampleMacro.C
 create mode 100644 documentation/primer/macros/ExampleMacro_GUI.C
 create mode 100644 documentation/primer/macros/MySelector.C
 rename {docbook => documentation}/primer/macros/MySelector.h (100%)
 rename {docbook => documentation}/primer/macros/MySelector_0.C (100%)
 rename {docbook => documentation}/primer/macros/RunMySelector.C (100%)
 create mode 100644 documentation/primer/macros/macro1.C
 create mode 100644 documentation/primer/macros/macro2.C
 rename {docbook => documentation}/primer/macros/macro2_input.txt (100%)
 rename {docbook => documentation}/primer/macros/macro2_input_expected.txt (100%)
 rename {docbook => documentation}/primer/macros/macro3.C (100%)
 create mode 100644 documentation/primer/macros/macro4.C
 create mode 100644 documentation/primer/macros/macro5.C
 create mode 100644 documentation/primer/macros/macro6.C
 create mode 100644 documentation/primer/macros/macro7.C
 create mode 100644 documentation/primer/macros/macro8.C
 create mode 100644 documentation/primer/macros/macro9.C
 create mode 100644 documentation/primer/macros/makeMySelector.C
 rename {docbook => documentation}/primer/macros/read_from_file.C (100%)
 create mode 100644 documentation/primer/macros/read_ntuple_from_file.C
 rename {docbook => documentation}/primer/macros/read_ntuple_with_chain.C (100%)
 create mode 100644 documentation/primer/macros/rootlogon.C
 create mode 100644 documentation/primer/macros/slits.C
 create mode 100644 documentation/primer/macros/write_ntuple_to_file.C
 create mode 100644 documentation/primer/macros/write_ntuple_to_file_advanced.C
 rename {docbook => documentation}/primer/macros/write_to_file.C (100%)
 create mode 100644 documentation/primer/metadata.xml
 create mode 100644 documentation/primer/references.md
 create mode 100644 documentation/primer/title.txt
 create mode 100644 documentation/primer/titlepage.md
 create mode 100644 documentation/primer/your_first_ROOT_macro.md
 create mode 100644 documentation/spectrum/Makefile
 create mode 100644 documentation/spectrum/Spectrum.md
 copy {proof/doc/confman => documentation/spectrum}/css/github.css (100%)
 create mode 100644 documentation/spectrum/figures/cover.png
 create mode 100644 documentation/spectrum/figures/image004.png
 create mode 100644 documentation/spectrum/figures/image006.png
 create mode 100644 documentation/spectrum/figures/image008.png
 create mode 100644 documentation/spectrum/figures/image010.png
 create mode 100644 documentation/spectrum/figures/image012.png
 create mode 100644 documentation/spectrum/figures/image014.png
 create mode 100644 documentation/spectrum/figures/image016.png
 create mode 100644 documentation/spectrum/figures/image018.png
 create mode 100644 documentation/spectrum/figures/image020.png
 create mode 100644 documentation/spectrum/figures/image024.png
 create mode 100644 documentation/spectrum/figures/image026.png
 create mode 100644 documentation/spectrum/figures/image028.png
 create mode 100644 documentation/spectrum/figures/image030.png
 create mode 100644 documentation/spectrum/figures/image032.png
 create mode 100644 documentation/spectrum/figures/image034.png
 create mode 100644 documentation/spectrum/figures/image036.png
 create mode 100644 documentation/spectrum/figures/image038.png
 create mode 100644 documentation/spectrum/figures/image040.png
 create mode 100644 documentation/spectrum/figures/image042.png
 create mode 100644 documentation/spectrum/figures/image044.png
 create mode 100644 documentation/spectrum/figures/image046.png
 create mode 100644 documentation/spectrum/figures/image048.png
 create mode 100644 documentation/spectrum/figures/image050.png
 create mode 100644 documentation/spectrum/figures/image052.png
 create mode 100644 documentation/spectrum/figures/image054.png
 create mode 100644 documentation/spectrum/figures/image056.png
 create mode 100644 documentation/spectrum/figures/image058.png
 create mode 100644 documentation/spectrum/figures/image060.png
 create mode 100644 documentation/spectrum/figures/image062.png
 create mode 100644 documentation/spectrum/figures/image064.png
 create mode 100644 documentation/spectrum/figures/image066.png
 create mode 100644 documentation/spectrum/figures/image068.png
 create mode 100644 documentation/spectrum/figures/image070.png
 create mode 100644 documentation/spectrum/figures/image072.png
 create mode 100644 documentation/spectrum/figures/image074.png
 create mode 100644 documentation/spectrum/figures/image076.png
 create mode 100644 documentation/spectrum/figures/image078.png
 create mode 100644 documentation/spectrum/figures/image086.png
 create mode 100644 documentation/spectrum/figures/image088.png
 create mode 100644 documentation/spectrum/figures/image090.png
 create mode 100644 documentation/spectrum/figures/image094.png
 create mode 100644 documentation/spectrum/figures/image096.png
 create mode 100644 documentation/spectrum/figures/image098.png
 create mode 100644 documentation/spectrum/figures/image100.png
 create mode 100644 documentation/spectrum/figures/image102.png
 create mode 100644 documentation/spectrum/figures/image104.png
 create mode 100644 documentation/spectrum/figures/image106.png
 create mode 100644 documentation/spectrum/figures/image108.png
 create mode 100644 documentation/spectrum/figures/image110.png
 create mode 100644 documentation/spectrum/figures/image114.png
 create mode 100644 documentation/spectrum/figures/image116.png
 create mode 100644 documentation/spectrum/figures/image118.png
 create mode 100644 documentation/spectrum/figures/image120.png
 create mode 100644 documentation/spectrum/figures/image172.png
 create mode 100644 documentation/spectrum/figures/image174.png
 create mode 100644 documentation/spectrum/figures/image176.png
 create mode 100644 documentation/spectrum/figures/image178.png
 create mode 100644 documentation/spectrum/figures/image180.png
 create mode 100644 documentation/spectrum/figures/image188.png
 create mode 100644 documentation/spectrum/figures/image190.png
 create mode 100644 documentation/spectrum/figures/image192.png
 create mode 100644 documentation/spectrum/figures/image194.png
 create mode 100644 documentation/spectrum/figures/image196.png
 create mode 100644 documentation/spectrum/figures/image198.png
 create mode 100644 documentation/spectrum/figures/image200.png
 create mode 100644 documentation/spectrum/figures/image202.png
 create mode 100644 documentation/spectrum/figures/image204.png
 create mode 100644 documentation/spectrum/figures/image206.png
 create mode 100644 documentation/spectrum/figures/image208.png
 create mode 100644 documentation/spectrum/figures/image210.png
 create mode 100644 documentation/spectrum/figures/image212.png
 create mode 100644 documentation/spectrum/figures/image214.png
 create mode 100644 documentation/spectrum/figures/image216.png
 create mode 100644 documentation/spectrum/figures/image218.png
 create mode 100644 documentation/spectrum/figures/image220.png
 create mode 100644 documentation/spectrum/figures/image222.png
 create mode 100644 documentation/spectrum/figures/image224.png
 create mode 100644 documentation/spectrum/figures/image226.png
 create mode 100644 documentation/spectrum/figures/image228.png
 create mode 100644 documentation/spectrum/figures/image230.png
 create mode 100644 documentation/spectrum/figures/image232.png
 create mode 100644 documentation/spectrum/figures/image234.png
 create mode 100644 documentation/spectrum/figures/image236.png
 create mode 100644 documentation/spectrum/figures/image238.png
 create mode 100644 documentation/spectrum/figures/image240.png
 create mode 100644 documentation/spectrum/figures/image242.png
 create mode 100644 documentation/spectrum/figures/image244.png
 create mode 100644 documentation/spectrum/figures/image246.png
 create mode 100644 documentation/spectrum/metadata.xml
 create mode 100644 documentation/spectrum/title.txt
 create mode 100644 documentation/spectrum/titlepage.md
 create mode 100644 documentation/users-guide/.gitignore
 create mode 100644 documentation/users-guide/ALittleC++.md
 create mode 100644 documentation/users-guide/AddingaClass.md
 create mode 100644 documentation/users-guide/CINT.md
 create mode 100644 documentation/users-guide/CollectionClasses.md
 create mode 100644 documentation/users-guide/ExampleAnalysis.md
 create mode 100644 documentation/users-guide/FittingHistograms.md
 create mode 100644 documentation/users-guide/FoldersTasks.md
 create mode 100644 documentation/users-guide/Geometry.md
 create mode 100644 documentation/users-guide/GettingStarted.md
 create mode 100644 documentation/users-guide/Graphics.md
 create mode 100644 documentation/users-guide/Graphs.md
 create mode 100644 documentation/users-guide/HTMLDoc.md
 create mode 100644 documentation/users-guide/Histograms.md
 create mode 100644 documentation/users-guide/InputOutput.md
 create mode 100644 documentation/users-guide/InstallandBuild.md
 create mode 100644 documentation/users-guide/Introduction.md
 create mode 100644 documentation/users-guide/LinearAlgebra.md
 create mode 100644 documentation/users-guide/Makefile
 create mode 100644 documentation/users-guide/MathLibraries.md
 create mode 100644 documentation/users-guide/Networking.md
 create mode 100644 documentation/users-guide/ObjectOwnership.md
 create mode 100644 documentation/users-guide/PROOF.md
 create mode 100644 documentation/users-guide/PhysicsVectors.md
 create mode 100644 documentation/users-guide/Preface.md
 create mode 100644 documentation/users-guide/PythonRuby.md
 create mode 100644 documentation/users-guide/ROOTUsersGuide.ist
 create mode 100644 documentation/users-guide/ROOTUsersGuide.md
 create mode 100644 documentation/users-guide/ROOTandQt.md
 create mode 100644 documentation/users-guide/Threads.md
 create mode 100644 documentation/users-guide/Trees.md
 create mode 100644 documentation/users-guide/TutorialsandTests.md
 create mode 100644 documentation/users-guide/WritingGUI.md
 create mode 100755 documentation/users-guide/css/github.css
 create mode 100644 documentation/users-guide/metadata.xml
 rename {docbook => documentation}/users-guide/pictures/02000004.jpg (100%)
 create mode 100644 documentation/users-guide/pictures/02000030.png
 create mode 100644 documentation/users-guide/pictures/02000031.png
 create mode 100644 documentation/users-guide/pictures/02000032.png
 create mode 100644 documentation/users-guide/pictures/02000034.png
 create mode 100644 documentation/users-guide/pictures/02000035.png
 create mode 100644 documentation/users-guide/pictures/02000036.png
 create mode 100644 documentation/users-guide/pictures/02000037.png
 create mode 100644 documentation/users-guide/pictures/02000039.png
 create mode 100644 documentation/users-guide/pictures/0200003C.png
 rename {docbook => documentation}/users-guide/pictures/02000095.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/02000096.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/02000097.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/02000098.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/02000099.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/0200009A.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/0200009B.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/0200009C.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/0200009D.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/0200009E.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020000A4.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020000A6.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020000A7.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020000A8.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020000A9.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020000AA.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020000AB.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020000AC.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020000AF.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020000C1.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020000C2.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020000C3.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020000DA.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020000DB.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020000DC.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020000DD.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020000E2.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020000E3.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020000EB.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020000EC.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020000ED.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020000EE.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020000F1.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/02000101.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/02000102.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/02000108.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/02000109.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020001A3.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020001A4.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020001A5.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020001A6.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020001A7.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020001A8.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020001B1.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020001B2.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020001E4.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020001EA.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020001EB.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020001EC.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020001ED.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020001EE.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020001F0.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020001F1.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020001F2.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020001F3.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020001F5.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020001F6.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020001F7.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/020001F8.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/02000201.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/02000202.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/02000203.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/02000204.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/02000205.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/02000206.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/02000207.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/02000208.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/02000209.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/0200020A.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/0200020B.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/0200020C.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/0200020E.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/0200020F.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/02000219.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/0200021A.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/0200021B.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/0200021C.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/0200021E.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/0200021F.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/02000220.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/02000228.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/02000229.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/0200022A.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/0200022C.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/03000003.png (100%)
 create mode 100644 documentation/users-guide/pictures/03000005.png
 rename {docbook => documentation}/users-guide/pictures/03000006.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000007.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000008.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000009.png (100%)
 rename {docbook => documentation}/users-guide/pictures/0300000A.png (100%)
 rename {docbook => documentation}/users-guide/pictures/0300000B.png (100%)
 rename {docbook => documentation}/users-guide/pictures/0300000C.png (100%)
 rename {docbook => documentation}/users-guide/pictures/0300000D.png (100%)
 rename {docbook => documentation}/users-guide/pictures/0300000E.png (100%)
 rename {docbook => documentation}/users-guide/pictures/0300000F.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000010.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000011.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000012.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000013.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000014.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000015.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000016.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000017.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000018.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000019.png (100%)
 rename {docbook => documentation}/users-guide/pictures/0300001A.png (100%)
 rename {docbook => documentation}/users-guide/pictures/0300001B.png (100%)
 rename {docbook => documentation}/users-guide/pictures/0300001C.png (100%)
 rename {docbook => documentation}/users-guide/pictures/0300001D.png (100%)
 rename {docbook => documentation}/users-guide/pictures/0300001E.png (100%)
 rename {docbook => documentation}/users-guide/pictures/0300001F.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000020.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000021.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000022.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000023.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000024.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000025.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000026.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000027.png (100%)
 create mode 100644 documentation/users-guide/pictures/03000028.png
 rename {docbook => documentation}/users-guide/pictures/0300002A.png (100%)
 create mode 100644 documentation/users-guide/pictures/0300002B.png
 rename {docbook => documentation}/users-guide/pictures/0300002D.png (100%)
 create mode 100644 documentation/users-guide/pictures/0300002F.png
 create mode 100644 documentation/users-guide/pictures/03000033.png
 create mode 100644 documentation/users-guide/pictures/03000038.png
 create mode 100644 documentation/users-guide/pictures/0300003A.png
 create mode 100644 documentation/users-guide/pictures/0300003D.png
 create mode 100644 documentation/users-guide/pictures/0300003E.png
 create mode 100644 documentation/users-guide/pictures/03000040.png
 create mode 100644 documentation/users-guide/pictures/03000041.png
 create mode 100644 documentation/users-guide/pictures/03000042.png
 create mode 100644 documentation/users-guide/pictures/03000043.png
 create mode 100644 documentation/users-guide/pictures/03000045.png
 create mode 100644 documentation/users-guide/pictures/03000047.png
 create mode 100644 documentation/users-guide/pictures/03000049.png
 create mode 100644 documentation/users-guide/pictures/0300004B.png
 create mode 100644 documentation/users-guide/pictures/0300004C.png
 create mode 100644 documentation/users-guide/pictures/0300004D.png
 create mode 100644 documentation/users-guide/pictures/0300004E.png
 create mode 100644 documentation/users-guide/pictures/0300004F.png
 create mode 100644 documentation/users-guide/pictures/03000050.png
 create mode 100644 documentation/users-guide/pictures/03000052.png
 create mode 100644 documentation/users-guide/pictures/03000053.png
 create mode 100644 documentation/users-guide/pictures/03000054.png
 create mode 100644 documentation/users-guide/pictures/03000055.png
 create mode 100644 documentation/users-guide/pictures/03000056.png
 create mode 100644 documentation/users-guide/pictures/03000057.png
 create mode 100644 documentation/users-guide/pictures/03000058.png
 rename {docbook => documentation}/users-guide/pictures/03000059.png (100%)
 create mode 100644 documentation/users-guide/pictures/0300005A.png
 rename {docbook => documentation}/users-guide/pictures/0300005C.png (100%)
 create mode 100644 documentation/users-guide/pictures/0300005D.png
 create mode 100644 documentation/users-guide/pictures/0300005E.png
 rename {docbook => documentation}/users-guide/pictures/0300005F.png (100%)
 create mode 100644 documentation/users-guide/pictures/03000060.png
 create mode 100644 documentation/users-guide/pictures/03000061.png
 create mode 100644 documentation/users-guide/pictures/03000062.png
 create mode 100644 documentation/users-guide/pictures/03000070.png
 rename {docbook => documentation}/users-guide/pictures/0300008D.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000092.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000093.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000094.png (100%)
 rename {docbook => documentation}/users-guide/pictures/0300009F.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000A0.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000A5.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000AD.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000AE.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000B0.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000B1.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000B2.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000B3.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000B4.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000BC.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000BD.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000BE.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000C5.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000C6.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000C7.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000C8.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000C9.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000CA.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000CB.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000CC.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000CD.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000CE.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000CF.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000D0.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000D1.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000D2.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000D3.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000D4.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000D5.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000D6.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000D7.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000D8.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000D9.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000DE.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000DF.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000E0.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000E1.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000E4.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000E5.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000E6.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000E7.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000E8.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000E9.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000EA.png (100%)
 create mode 100644 documentation/users-guide/pictures/030000EF.png
 rename {docbook => documentation}/users-guide/pictures/030000F2.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000F3.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000F4.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030000F5.png (100%)
 create mode 100644 documentation/users-guide/pictures/030000F6.png
 create mode 100644 documentation/users-guide/pictures/030000F8.png
 create mode 100644 documentation/users-guide/pictures/030000FA.png
 create mode 100644 documentation/users-guide/pictures/030000FC.png
 rename {docbook => documentation}/users-guide/pictures/030000FE.png (100%)
 create mode 100644 documentation/users-guide/pictures/030000FF.png
 create mode 100644 documentation/users-guide/pictures/03000103.png
 create mode 100644 documentation/users-guide/pictures/03000104.png
 create mode 100644 documentation/users-guide/pictures/03000105.png
 create mode 100644 documentation/users-guide/pictures/03000106.png
 create mode 100644 documentation/users-guide/pictures/03000128.png
 rename {docbook => documentation}/users-guide/pictures/0300012D.png (100%)
 create mode 100644 documentation/users-guide/pictures/030001A1.png
 rename {docbook => documentation}/users-guide/pictures/030001A9.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030001B3.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030001B4.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030001B5.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030001C9.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030001CE.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030001DE.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030001DF.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030001E0.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030001E1.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030001E2.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030001E3.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030001E5.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030001E9.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030001EF.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030001F4.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030001F9.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030001FC.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030001FD.png (100%)
 rename {docbook => documentation}/users-guide/pictures/030001FE.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000200.png (100%)
 rename {docbook => documentation}/users-guide/pictures/0300020D.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000210.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000211.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000212.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000213.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000214.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000215.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000216.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000217.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000218.png (100%)
 rename {docbook => documentation}/users-guide/pictures/0300021D.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000221.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000222.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000223.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000224.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000225.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000226.png (100%)
 rename {docbook => documentation}/users-guide/pictures/03000227.png (100%)
 rename {docbook => documentation}/users-guide/pictures/0300022B.png (100%)
 rename {docbook => documentation}/users-guide/pictures/0300022D.png (100%)
 create mode 100644 documentation/users-guide/pictures/0600002E.png
 create mode 100644 documentation/users-guide/pictures/0600003B.png
 rename {docbook => documentation}/users-guide/pictures/060000C4.png (100%)
 rename {docbook => documentation}/users-guide/pictures/060001B6.png (100%)
 rename {docbook => documentation}/users-guide/pictures/060001B7.png (100%)
 rename {docbook => documentation}/users-guide/pictures/060001B8.png (100%)
 rename {docbook => documentation}/users-guide/pictures/060001B9.png (100%)
 rename {docbook => documentation}/users-guide/pictures/060001BB.png (100%)
 rename {docbook => documentation}/users-guide/pictures/060001BD.png (100%)
 rename {docbook => documentation}/users-guide/pictures/060001BE.png (100%)
 rename {docbook => documentation}/users-guide/pictures/060001BF.png (100%)
 rename {docbook => documentation}/users-guide/pictures/060001C0.png (100%)
 rename {docbook => documentation}/users-guide/pictures/060001C2.png (100%)
 rename {docbook => documentation}/users-guide/pictures/060001C3.png (100%)
 rename {docbook => documentation}/users-guide/pictures/060001C4.png (100%)
 rename {docbook => documentation}/users-guide/pictures/060001C5.png (100%)
 rename {docbook => documentation}/users-guide/pictures/060001C7.png (100%)
 rename {docbook => documentation}/users-guide/pictures/060001C8.png (100%)
 create mode 100644 documentation/users-guide/pictures/0800003F.png
 rename {docbook => documentation}/users-guide/pictures/080000A3.png (100%)
 create mode 100644 documentation/users-guide/pictures/080001BC.png
 rename {docbook => documentation}/users-guide/pictures/080001C1.png (100%)
 rename {docbook => documentation}/users-guide/pictures/080001C6.png (100%)
 create mode 100644 documentation/users-guide/pictures/080001CA.png
 create mode 100644 documentation/users-guide/pictures/080001CB.png
 create mode 100644 documentation/users-guide/pictures/080001CC.png
 rename {docbook => documentation}/users-guide/pictures/080001CD.png (100%)
 rename {docbook => documentation}/users-guide/pictures/080001CF.png (100%)
 create mode 100644 documentation/users-guide/pictures/080001E6.png
 rename {docbook => documentation}/users-guide/pictures/080001E7.png (100%)
 rename {docbook => documentation}/users-guide/pictures/080001E8.png (100%)
 create mode 100644 documentation/users-guide/pictures/080001FA.png
 create mode 100644 documentation/users-guide/pictures/080001FB.png
 rename {docbook => documentation}/users-guide/pictures/080001FF.png (100%)
 create mode 100644 documentation/users-guide/pictures/bp1.png
 create mode 100644 documentation/users-guide/pictures/image144.png
 rename {docbook => documentation}/users-guide/pictures/image145.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/image212.jpg (100%)
 rename {docbook => documentation}/users-guide/pictures/image443.jpg (100%)
 create mode 100644 documentation/users-guide/pictures/mathtext.png
 create mode 100644 documentation/users-guide/pictures/pad_01.png
 create mode 100644 documentation/users-guide/pictures/pad_02.png
 create mode 100644 documentation/users-guide/pictures/para1.png
 create mode 100644 documentation/users-guide/pictures/para10.png
 create mode 100644 documentation/users-guide/pictures/para11.png
 create mode 100644 documentation/users-guide/pictures/para12.png
 create mode 100644 documentation/users-guide/pictures/para13.png
 create mode 100644 documentation/users-guide/pictures/para14.png
 create mode 100644 documentation/users-guide/pictures/para2.png
 create mode 100644 documentation/users-guide/pictures/para3.png
 create mode 100644 documentation/users-guide/pictures/para4.png
 create mode 100644 documentation/users-guide/pictures/para5.png
 create mode 100644 documentation/users-guide/pictures/para6.png
 create mode 100644 documentation/users-guide/pictures/para7.png
 create mode 100644 documentation/users-guide/pictures/para8.png
 create mode 100644 documentation/users-guide/pictures/para9.png
 create mode 100644 documentation/users-guide/pictures/spider1.png
 create mode 100644 documentation/users-guide/pictures/spider2.png
 create mode 100644 documentation/users-guide/pictures/th2poly1.png
 create mode 100644 documentation/users-guide/template.tex
 create mode 100644 documentation/users-guide/title.txt
 create mode 100644 etc/gitinfo.txt
 create mode 100644 etc/http/JSRootIO/changes.txt
 create mode 100644 etc/http/JSRootIO/files/web.config
 create mode 100644 etc/http/JSRootIO/fonts/helvetiker_bold.typeface.js
 create mode 100644 etc/http/JSRootIO/fonts/helvetiker_regular.typeface.js
 create mode 100644 etc/http/JSRootIO/hsimple.htm
 create mode 100644 etc/http/JSRootIO/img/base.gif
 create mode 100644 etc/http/JSRootIO/img/branch.png
 create mode 100644 etc/http/JSRootIO/img/canvas.png
 create mode 100644 etc/http/JSRootIO/img/cd.gif
 create mode 100644 etc/http/JSRootIO/img/empty.gif
 create mode 100644 etc/http/JSRootIO/img/folder.gif
 create mode 100644 etc/http/JSRootIO/img/folderopen.gif
 create mode 100644 etc/http/JSRootIO/img/globe.gif
 create mode 100644 etc/http/JSRootIO/img/graph.png
 create mode 100644 etc/http/JSRootIO/img/graphical.png
 create mode 100644 etc/http/JSRootIO/img/histo.png
 create mode 100644 etc/http/JSRootIO/img/histo2d.png
 create mode 100644 etc/http/JSRootIO/img/histo3d.png
 create mode 100644 etc/http/JSRootIO/img/imgfolder.gif
 create mode 100644 etc/http/JSRootIO/img/join.gif
 create mode 100644 etc/http/JSRootIO/img/joinbottom.gif
 create mode 100644 etc/http/JSRootIO/img/leaf.png
 create mode 100644 etc/http/JSRootIO/img/line.gif
 create mode 100644 etc/http/JSRootIO/img/minus.gif
 create mode 100644 etc/http/JSRootIO/img/minusbottom.gif
 create mode 100644 etc/http/JSRootIO/img/musicfolder.gif
 create mode 100644 etc/http/JSRootIO/img/nolines_minus.gif
 create mode 100644 etc/http/JSRootIO/img/nolines_plus.gif
 create mode 100644 etc/http/JSRootIO/img/page.gif
 create mode 100644 etc/http/JSRootIO/img/plus.gif
 create mode 100644 etc/http/JSRootIO/img/plusbottom.gif
 create mode 100644 etc/http/JSRootIO/img/profile.png
 create mode 100644 etc/http/JSRootIO/img/question.gif
 create mode 100644 etc/http/JSRootIO/img/remove.gif
 create mode 100644 etc/http/JSRootIO/img/trash.gif
 create mode 100644 etc/http/JSRootIO/img/tree.png
 create mode 100644 etc/http/JSRootIO/img/tree_t.png
 create mode 100644 etc/http/JSRootIO/index.htm
 create mode 100644 etc/http/JSRootIO/index_local.htm
 create mode 100644 etc/http/JSRootIO/index_simple.htm
 create mode 100644 etc/http/JSRootIO/scripts/JSRootCore.js
 create mode 100644 etc/http/JSRootIO/scripts/JSRootD3ExpPainter.js
 create mode 100644 etc/http/JSRootIO/scripts/JSRootIOEvolution.js
 create mode 100644 etc/http/JSRootIO/scripts/JSRootInterface.js
 create mode 100644 etc/http/JSRootIO/scripts/d3.v2.min.js
 create mode 100644 etc/http/JSRootIO/scripts/dtree.js
 create mode 100644 etc/http/JSRootIO/scripts/jquery-ui.min.js
 create mode 100644 etc/http/JSRootIO/scripts/jquery.min.js
 create mode 100644 etc/http/JSRootIO/scripts/jquery.mousewheel.js
 create mode 100644 etc/http/JSRootIO/scripts/rawinflate.js
 create mode 100644 etc/http/JSRootIO/scripts/three.min.js
 create mode 100644 etc/http/JSRootIO/style/JSRootInterface.css
 create mode 100644 etc/http/JSRootIO/style/dtree.css
 create mode 100644 etc/http/JSRootIO/style/images/ui-bg_flat_0_aaaaaa_40x100.png
 create mode 100644 etc/http/JSRootIO/style/images/ui-bg_flat_75_ffffff_40x100.png
 create mode 100644 etc/http/JSRootIO/style/images/ui-bg_glass_55_fbf9ee_1x400.png
 create mode 100644 etc/http/JSRootIO/style/images/ui-bg_glass_65_ffffff_1x400.png
 create mode 100644 etc/http/JSRootIO/style/images/ui-bg_glass_75_dadada_1x400.png
 create mode 100644 etc/http/JSRootIO/style/images/ui-bg_glass_75_e6e6e6_1x400.png
 create mode 100644 etc/http/JSRootIO/style/images/ui-bg_glass_75_ffffff_1x400.png
 create mode 100644 etc/http/JSRootIO/style/images/ui-bg_glass_95_fef1ec_1x400.png
 create mode 100644 etc/http/JSRootIO/style/images/ui-bg_highlight-soft_75_cccccc_1x100.png
 create mode 100644 etc/http/JSRootIO/style/images/ui-icons_222222_256x240.png
 create mode 100644 etc/http/JSRootIO/style/images/ui-icons_2e83ff_256x240.png
 create mode 100644 etc/http/JSRootIO/style/images/ui-icons_454545_256x240.png
 create mode 100644 etc/http/JSRootIO/style/images/ui-icons_888888_256x240.png
 create mode 100644 etc/http/JSRootIO/style/images/ui-icons_cd0a0a_256x240.png
 create mode 100644 etc/http/JSRootIO/style/jquery-ui.css
 create mode 100644 etc/http/files/dabc.css
 create mode 100644 etc/http/files/main.htm
 create mode 100644 etc/http/files/single.htm
 create mode 100644 etc/http/img/dabcicon.png
 create mode 100644 etc/http/scripts/dabc.js
 create mode 100644 etc/http/scripts/justgage.1.0.1.min.js
 create mode 100644 etc/http/scripts/raphael.2.1.0.min.js
 create mode 100644 etc/plugins/TFile/P130_TDavixFile.C
 create mode 100644 etc/plugins/TGLManager/P030_TGOSXGLManager.C
 create mode 100644 etc/plugins/TSystem/P045_TDavixSystem.C
 delete mode 100644 fonts/arial.ttf
 delete mode 100644 fonts/arialbd.ttf
 delete mode 100644 fonts/arialbi.ttf
 delete mode 100644 fonts/ariali.ttf
 delete mode 100644 fonts/ariblk.ttf
 delete mode 100644 fonts/comic.ttf
 delete mode 100644 fonts/comicbd.ttf
 delete mode 100644 fonts/cour.ttf
 delete mode 100644 fonts/courbd.ttf
 delete mode 100644 fonts/courbi.ttf
 delete mode 100644 fonts/couri.ttf
 delete mode 100644 fonts/georgia.ttf
 delete mode 100644 fonts/georgiab.ttf
 delete mode 100644 fonts/georgiai.ttf
 delete mode 100644 fonts/georgiaz.ttf
 delete mode 100644 fonts/impact.ttf
 delete mode 100644 fonts/monotype.ttf
 delete mode 100644 fonts/times.ttf
 delete mode 100644 fonts/timesbd.ttf
 delete mode 100644 fonts/timesbi.ttf
 delete mode 100644 fonts/timesi.ttf
 delete mode 100644 fonts/trebuc.ttf
 delete mode 100644 fonts/trebucbd.ttf
 delete mode 100644 fonts/trebucbi.ttf
 delete mode 100644 fonts/trebucit.ttf
 delete mode 100644 fonts/verdana.ttf
 delete mode 100644 fonts/verdanab.ttf
 delete mode 100644 fonts/verdanai.ttf
 delete mode 100644 fonts/verdanaz.ttf
 delete mode 100644 fonts/webdings.ttf
 delete mode 100644 fonts/wingding.ttf
 create mode 100644 geom/geom/inc/TGeoParallelWorld.h
 create mode 100644 geom/geom/src/TGeoParallelWorld.cxx
 create mode 100644 graf2d/cocoa/inc/TGOSXGL.h
 create mode 100644 graf2d/cocoa/src/TGOSXGL.mm
 create mode 100644 graf2d/doc/v534/mathtext.png
 delete mode 100755 graf2d/win32gdk/gdk/dll/glib-1.3.dll
 delete mode 100755 graf2d/win32gdk/gdk/dll/iconv-1.3.dll
 delete mode 100644 graf2d/win32gdk/gdk/lib/glib-1.3.lib
 create mode 100644 graf2d/win32gdk/gdk/src/glib/config.h
 create mode 100644 graf2d/win32gdk/gdk/src/glib/config.h.win32
 create mode 100644 graf2d/win32gdk/gdk/src/glib/garray.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gasyncqueue.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gbacktrace.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gbsearcharray.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gbsearcharray.h
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gcache.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gcompletion.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gconvert.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gdataset.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gdate.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gerror.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gfileutils.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/ghash.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/ghook.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/giochannel.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/giounix.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/giowin32.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/glib.def
 create mode 100644 graf2d/win32gdk/gdk/src/glib/glib.rc
 copy graf2d/win32gdk/gdk/src/glib/{glibconfig.h => glibconfig-bogus.h} (100%)
 create mode 100644 graf2d/win32gdk/gdk/src/glib/glibconfig.h.win32
 create mode 100644 graf2d/win32gdk/gdk/src/glib/glibintl.h
 create mode 100644 graf2d/win32gdk/gdk/src/glib/glist.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gmain.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gmarkup.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gmem.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gmessages.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gnode.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gobject/gtype.h
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gpattern.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gpattern.h
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gprimes.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gqsort.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gqueue.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/grand.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/grel.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gscanner.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gshell.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gslist.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gspawn-win32-helper.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gspawn-win32.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gspawn.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gstrfuncs.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gstring.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gthread.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gthreadpool.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gtimer.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gtree.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gtypes.h
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gunibreak.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gunicollate.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gunicomp.h
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gunidecomp.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/guniprop.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gutf8.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gutils.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/gwin32.c
 create mode 100644 graf2d/win32gdk/gdk/src/glib/makefile.msc
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/aliases.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/aliases2.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/aliases_aix.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/aliases_aix_sysaix.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/aliases_dos.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/aliases_extra.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/aliases_osf1.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/aliases_osf1_sysosf1.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/aliases_sysaix.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/aliases_syshpux.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/aliases_sysosf1.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/aliases_syssolaris.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/armscii_8.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/ascii.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/atarist.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/big5.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/big5_2003.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/big5hkscs1999.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/big5hkscs2001.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/big5hkscs2004.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/c99.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/canonical.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/canonical_aix.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/canonical_aix_sysaix.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/canonical_dos.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/canonical_extra.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/canonical_local.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/canonical_local_sysaix.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/canonical_local_syshpux.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/canonical_local_sysosf1.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/canonical_local_syssolaris.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/canonical_osf1.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/canonical_osf1_sysosf1.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/canonical_sysaix.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/canonical_syshpux.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/canonical_sysosf1.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/canonical_syssolaris.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/ces_big5.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/ces_gbk.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cjk_variants.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cns11643.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cns11643_1.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cns11643_15.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cns11643_2.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cns11643_3.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cns11643_4.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cns11643_4a.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cns11643_4b.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cns11643_5.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cns11643_6.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cns11643_7.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cns11643_inv.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/config.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/converters.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp1046.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp1124.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp1125.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp1129.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp1131.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp1133.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp1161.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp1162.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp1163.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp1250.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp1251.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp1252.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp1253.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp1254.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp1255.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp1256.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp1257.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp1258.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp437.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp737.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp775.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp850.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp852.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp853.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp855.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp856.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp857.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp858.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp860.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp861.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp862.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp863.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp864.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp865.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp866.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp869.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp874.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp922.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp932.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp932ext.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp936.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp936ext.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp943.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp949.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp950.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/cp950ext.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/dec_hanyu.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/dec_kanji.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/encodings.def
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/encodings_aix.def
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/encodings_dos.def
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/encodings_extra.def
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/encodings_local.def
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/encodings_osf1.def
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/euc_cn.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/euc_jisx0213.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/euc_jp.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/euc_kr.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/euc_tw.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/flags.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/flushwc.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/gb12345.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/gb12345ext.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/gb18030.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/gb18030ext.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/gb18030uni.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/gb2312.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/gbk.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/gbkext1.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/gbkext2.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/gbkext_inv.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/georgian_academy.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/georgian_ps.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/hkscs1999.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/hkscs2001.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/hkscs2004.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/hp_roman8.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/hz.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/iconv.c
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/iconv.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/iconv_open1.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/iconv_open2.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/iso2022_cn.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/iso2022_cnext.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/iso2022_jp.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/iso2022_jp1.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/iso2022_jp2.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/iso2022_jp3.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/iso2022_kr.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/iso646_cn.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/iso646_jp.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/iso8859_1.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/iso8859_10.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/iso8859_11.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/iso8859_13.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/iso8859_14.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/iso8859_15.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/iso8859_16.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/iso8859_2.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/iso8859_3.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/iso8859_4.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/iso8859_5.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/iso8859_6.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/iso8859_7.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/iso8859_8.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/iso8859_9.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/isoir165.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/isoir165ext.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/java.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/jisx0201.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/jisx0208.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/jisx0212.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/jisx0213.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/johab.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/johab_hangul.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/koi8_r.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/koi8_ru.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/koi8_t.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/koi8_u.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/ksc5601.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/libiconv.rc
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/localcharset.c
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/localcharset.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/loop_unicode.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/loop_wchar.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/loops.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/mac_arabic.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/mac_centraleurope.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/mac_croatian.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/mac_cyrillic.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/mac_greek.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/mac_hebrew.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/mac_iceland.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/mac_roman.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/mac_romania.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/mac_thai.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/mac_turkish.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/mac_ukraine.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/makefile.msc
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/mulelao.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/nextstep.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/pt154.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/relocatable.c
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/relocatable.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/riscos1.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/rk1048.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/shift_jisx0213.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/sjis.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/tcvn.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/tds565.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/tis620.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/translit.def
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/translit.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/ucs2.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/ucs2be.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/ucs2internal.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/ucs2le.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/ucs2swapped.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/ucs4.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/ucs4be.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/ucs4internal.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/ucs4le.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/ucs4swapped.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/uhc_1.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/uhc_2.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/utf16.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/utf16be.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/utf16le.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/utf32.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/utf32be.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/utf32le.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/utf7.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/utf8.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/vietcomb.h
 create mode 100644 graf2d/win32gdk/gdk/src/iconv/viscii.h
 create mode 100644 gui/ged/inc/TTextEditor.h
 create mode 100644 gui/ged/src/TTextEditor.cxx
 create mode 100644 hist/doc/v534/candle.png
 create mode 100644 hist/hist/inc/TUnfoldBinning.h
 create mode 100644 hist/hist/inc/TUnfoldDensity.h
 create mode 100644 hist/hist/src/TUnfoldBinning.cxx
 create mode 100644 hist/hist/src/TUnfoldDensity.cxx
 create mode 100644 math/genetic/test/CMakeLists.txt
 create mode 100644 math/mathcore/inc/Math/BasicMinimizer.h
 create mode 100644 math/mathcore/inc/Math/MinimTransformVariable.h
 delete mode 100644 math/mathcore/inc/Math/MinimizerVariable.h
 create mode 100644 math/mathcore/src/BasicMinimizer.cxx
 create mode 100644 math/mathcore/test/fit/testGraphFit.cxx
 create mode 100644 math/mathmore/inc/Math/GSLQuasiRandom.h
 create mode 100644 math/mathmore/inc/Math/QuasiRandom.h
 create mode 100644 math/mathmore/src/GSLQRngWrapper.h
 create mode 100644 math/mathmore/src/GSLQuasiRandom.cxx
 create mode 100644 math/mathmore/test/CMakeLists.txt
 create mode 100644 math/mathmore/test/testGSLIntegration.cxx
 create mode 100644 math/mathmore/test/testGSLRootFinder.cxx
 delete mode 100644 math/mathmore/test/testIntegration.cxx
 delete mode 100644 math/mathmore/test/testIntegrationMultiDim.cxx
 create mode 100644 math/mathmore/test/testMCIntegration.cxx
 create mode 100644 math/mathmore/test/testQuasiRandom.cxx
 delete mode 100644 math/mathmore/test/testRootFinder.cxx
 create mode 100644 math/minuit2/inc/Minuit2/MnTraceObject.h
 create mode 100644 math/minuit2/inc/TMinuit2TraceObject.h
 create mode 100644 math/minuit2/src/MinimumBuilder.cxx
 create mode 100644 math/minuit2/src/MnTraceObject.cxx
 create mode 100644 math/minuit2/src/TMinuit2TraceObject.cxx
 create mode 100644 math/minuit2/test/CMakeLists.txt
 create mode 100644 math/minuit2/test/MnSim/demoMinimizer.cxx
 delete mode 100644 math/minuit2/test/testGraph.cxx
 create mode 100644 math/vc/CMakeLists.txt
 create mode 100644 math/vc/Module.mk
 create mode 100644 math/vc/cmake/AddCompilerFlag.cmake
 create mode 100644 math/vc/cmake/AddTargetProperty.cmake
 create mode 100644 math/vc/cmake/CheckCCompilerFlag.cmake
 create mode 100644 math/vc/cmake/CheckCXXCompilerFlag.cmake
 create mode 100644 math/vc/cmake/OptimizeForArchitecture.cmake
 create mode 100644 math/vc/cmake/UserWarning.cmake
 create mode 100644 math/vc/cmake/VcMacros.cmake
 create mode 100644 math/vc/examples/CMakeLists.txt
 create mode 100644 math/vc/examples/buddhabrot/CMakeLists.txt
 create mode 100644 math/vc/examples/buddhabrot/main.cpp
 create mode 100644 math/vc/examples/buddhabrot/main.h
 create mode 100644 math/vc/examples/finitediff/CMakeLists.txt
 create mode 100644 math/vc/examples/finitediff/main.cpp
 copy math/{mathcore/test => vc/examples}/fit/GaussFunction.h (100%)
 create mode 100644 math/vc/examples/fit/Makefile
 copy math/{mathcore/test => vc/examples}/fit/MinimizerTypes.h (100%)
 create mode 100644 math/vc/examples/fit/testFitPerf.cxx
 create mode 100644 math/vc/examples/genvector/Makefile
 create mode 100644 math/vc/examples/genvector/vectorOperation.cxx
 create mode 100644 math/vc/examples/mandelbrot/CMakeLists.txt
 create mode 100644 math/vc/examples/mandelbrot/main.cpp
 create mode 100644 math/vc/examples/mandelbrot/main.h
 create mode 100644 math/vc/examples/mandelbrot/mandel.cpp
 create mode 100644 math/vc/examples/mandelbrot/mandel.h
 create mode 100644 math/vc/examples/matrix/CMakeLists.txt
 create mode 100644 math/vc/examples/matrix/main.cpp
 create mode 100644 math/vc/examples/polarcoord/CMakeLists.txt
 create mode 100644 math/vc/examples/polarcoord/main.cpp
 create mode 100644 math/vc/examples/smatrix/Makefile
 copy math/{smatrix/test => vc/examples/smatrix}/TestTimer.h (100%)
 create mode 100644 math/vc/examples/smatrix/matrix_op_vec.h
 create mode 100644 math/vc/examples/smatrix/matrix_util.h
 create mode 100644 math/vc/examples/smatrix/testKalman.cxx
 create mode 100644 math/vc/examples/smatrix/testOperations.cxx
 create mode 100644 math/vc/examples/tsc.h
 create mode 100644 math/vc/include/Vc/Allocator
 create mode 100644 math/vc/include/Vc/IO
 create mode 100644 math/vc/include/Vc/Memory
 create mode 100644 math/vc/include/Vc/Utils
 create mode 100644 math/vc/include/Vc/Vc
 create mode 100644 math/vc/include/Vc/avx/casts.h
 create mode 100644 math/vc/include/Vc/avx/const.h
 create mode 100644 math/vc/include/Vc/avx/const_data.h
 create mode 100644 math/vc/include/Vc/avx/debug.h
 create mode 100644 math/vc/include/Vc/avx/deinterleave.tcc
 create mode 100644 math/vc/include/Vc/avx/forceToRegisters.tcc
 create mode 100644 math/vc/include/Vc/avx/helperimpl.h
 create mode 100644 math/vc/include/Vc/avx/helperimpl.tcc
 create mode 100644 math/vc/include/Vc/avx/interleavedmemory.tcc
 create mode 100644 math/vc/include/Vc/avx/intrinsics.h
 create mode 100644 math/vc/include/Vc/avx/limits.h
 create mode 100644 math/vc/include/Vc/avx/macros.h
 create mode 100644 math/vc/include/Vc/avx/mask.h
 create mode 100644 math/vc/include/Vc/avx/mask.tcc
 create mode 100644 math/vc/include/Vc/avx/math.h
 create mode 100644 math/vc/include/Vc/avx/prefetches.tcc
 create mode 100644 math/vc/include/Vc/avx/shuffle.h
 create mode 100644 math/vc/include/Vc/avx/sorthelper.h
 create mode 100644 math/vc/include/Vc/avx/types.h
 create mode 100644 math/vc/include/Vc/avx/undomacros.h
 create mode 100644 math/vc/include/Vc/avx/vector.h
 create mode 100644 math/vc/include/Vc/avx/vector.tcc
 create mode 100644 math/vc/include/Vc/avx/vectorhelper.h
 create mode 100644 math/vc/include/Vc/avx/vectorhelper.tcc
 create mode 100644 math/vc/include/Vc/avx/writemaskedvector.h
 create mode 100644 math/vc/include/Vc/avx/writemaskedvector.tcc
 create mode 100644 math/vc/include/Vc/common/aliasingentryhelper.h
 create mode 100644 math/vc/include/Vc/common/bitscanintrinsics.h
 create mode 100644 math/vc/include/Vc/common/deinterleave.h
 create mode 100644 math/vc/include/Vc/common/exponential.h
 create mode 100644 math/vc/include/Vc/common/fix_clang_emmintrin.h
 create mode 100644 math/vc/include/Vc/common/iif.h
 create mode 100644 math/vc/include/Vc/common/interleavedmemory.h
 create mode 100644 math/vc/include/Vc/common/logarithm.h
 create mode 100644 math/vc/include/Vc/common/macros.h
 create mode 100644 math/vc/include/Vc/common/memory.h
 create mode 100644 math/vc/include/Vc/common/memorybase.h
 create mode 100644 math/vc/include/Vc/common/memoryfwd.h
 create mode 100644 math/vc/include/Vc/common/operand.h
 create mode 100644 math/vc/include/Vc/common/operators.h
 create mode 100644 math/vc/include/Vc/common/storage.h
 create mode 100644 math/vc/include/Vc/common/support.h
 create mode 100644 math/vc/include/Vc/common/trigonometric.h
 create mode 100644 math/vc/include/Vc/common/types.h
 create mode 100644 math/vc/include/Vc/common/undomacros.h
 create mode 100644 math/vc/include/Vc/common/vectortuple.h
 create mode 100644 math/vc/include/Vc/common/windows_fix_intrin.h
 create mode 100644 math/vc/include/Vc/cpuid.h
 create mode 100644 math/vc/include/Vc/double_v
 create mode 100644 math/vc/include/Vc/float_v
 create mode 100644 math/vc/include/Vc/global.h
 create mode 100644 math/vc/include/Vc/int_v
 create mode 100644 math/vc/include/Vc/internal/namespace.h
 create mode 100644 math/vc/include/Vc/limits
 create mode 100644 math/vc/include/Vc/scalar/helperimpl.h
 create mode 100644 math/vc/include/Vc/scalar/helperimpl.tcc
 create mode 100644 math/vc/include/Vc/scalar/interleavedmemory.tcc
 create mode 100644 math/vc/include/Vc/scalar/limits.h
 create mode 100644 math/vc/include/Vc/scalar/macros.h
 create mode 100644 math/vc/include/Vc/scalar/mask.h
 create mode 100644 math/vc/include/Vc/scalar/math.h
 create mode 100644 math/vc/include/Vc/scalar/types.h
 create mode 100644 math/vc/include/Vc/scalar/undomacros.h
 create mode 100644 math/vc/include/Vc/scalar/vector.h
 create mode 100644 math/vc/include/Vc/scalar/vector.tcc
 create mode 100644 math/vc/include/Vc/scalar/writemaskedvector.h
 create mode 100644 math/vc/include/Vc/sfloat_v
 create mode 100644 math/vc/include/Vc/short_v
 create mode 100644 math/vc/include/Vc/sse/casts.h
 create mode 100644 math/vc/include/Vc/sse/const.h
 create mode 100644 math/vc/include/Vc/sse/const_data.h
 create mode 100644 math/vc/include/Vc/sse/debug.h
 create mode 100644 math/vc/include/Vc/sse/deinterleave.tcc
 create mode 100644 math/vc/include/Vc/sse/forceToRegisters.tcc
 create mode 100644 math/vc/include/Vc/sse/helperimpl.h
 create mode 100644 math/vc/include/Vc/sse/helperimpl.tcc
 create mode 100644 math/vc/include/Vc/sse/interleavedmemory.tcc
 create mode 100644 math/vc/include/Vc/sse/intrinsics.h
 create mode 100644 math/vc/include/Vc/sse/limits.h
 create mode 100644 math/vc/include/Vc/sse/macros.h
 create mode 100644 math/vc/include/Vc/sse/mask.h
 create mode 100644 math/vc/include/Vc/sse/math.h
 create mode 100644 math/vc/include/Vc/sse/prefetches.tcc
 create mode 100644 math/vc/include/Vc/sse/shuffle.h
 create mode 100644 math/vc/include/Vc/sse/types.h
 create mode 100644 math/vc/include/Vc/sse/undomacros.h
 create mode 100644 math/vc/include/Vc/sse/vector.h
 create mode 100644 math/vc/include/Vc/sse/vector.tcc
 create mode 100644 math/vc/include/Vc/sse/vectorhelper.h
 create mode 100644 math/vc/include/Vc/sse/vectorhelper.tcc
 create mode 100644 math/vc/include/Vc/support.h
 create mode 100644 math/vc/include/Vc/uint_v
 create mode 100644 math/vc/include/Vc/ushort_v
 create mode 100644 math/vc/include/Vc/vector.h
 create mode 100644 math/vc/include/Vc/version.h
 create mode 100644 math/vc/makeTest.py
 create mode 100644 math/vc/src/avx_sorthelper.cpp
 create mode 100644 math/vc/src/const.cpp
 create mode 100644 math/vc/src/cpuid.cpp
 create mode 100644 math/vc/src/support.cpp
 create mode 100644 math/vc/src/trigonometric.cpp
 create mode 100644 math/vc/tests/CMakeLists.txt
 create mode 100644 math/vc/tests/Makefile
 create mode 100644 math/vc/tests/arithmetics.cpp
 create mode 100644 math/vc/tests/casts.cpp
 create mode 100644 math/vc/tests/const.h
 create mode 100644 math/vc/tests/convert-sincos-reference.cpp
 create mode 100644 math/vc/tests/deinterleave.cpp
 create mode 100644 math/vc/tests/download.cmake
 create mode 100644 math/vc/tests/expandandmerge.cpp
 create mode 100644 math/vc/tests/gather.cpp
 create mode 100644 math/vc/tests/implicit_type_conversion.cpp
 create mode 100644 math/vc/tests/implicit_type_conversion_failures.cpp
 create mode 100644 math/vc/tests/linkTest0.cpp
 create mode 100644 math/vc/tests/linkTest1.cpp
 create mode 100644 math/vc/tests/linkTestLib0.cpp
 create mode 100644 math/vc/tests/linkTestLib1.cpp
 create mode 100644 math/vc/tests/linkTestLib2.cpp
 create mode 100644 math/vc/tests/linkTestLib3.cpp
 create mode 100644 math/vc/tests/load.cpp
 create mode 100644 math/vc/tests/mask.cpp
 create mode 100644 math/vc/tests/math.cpp
 create mode 100644 math/vc/tests/memory.cpp
 create mode 100644 math/vc/tests/scalaraccess.cpp
 create mode 100644 math/vc/tests/scatter.cpp
 create mode 100644 math/vc/tests/sse_blend.cpp
 create mode 100644 math/vc/tests/stlcontainer.cpp
 create mode 100644 math/vc/tests/store.cpp
 create mode 100644 math/vc/tests/supportfunctions.cpp
 create mode 100644 math/vc/tests/swizzles.cpp
 create mode 100644 math/vc/tests/ulp.h
 create mode 100644 math/vc/tests/unittest.h
 create mode 100644 math/vc/tests/utils.cpp
 create mode 100644 math/vc/tests/vectormemoryhelper.h
 create mode 100644 math/vdt/CMakeLists.cmake
 create mode 100644 math/vdt/CMakeLists.txt
 create mode 100644 math/vdt/Licence.md
 create mode 100644 math/vdt/Module.mk
 create mode 100644 math/vdt/ReadMe.md
 create mode 100644 math/vdt/ReleaseNotes.txt
 create mode 100644 math/vdt/include/vdt/asin.h
 create mode 100644 math/vdt/include/vdt/atan.h
 create mode 100644 math/vdt/include/vdt/atan2.h
 create mode 100644 math/vdt/include/vdt/cos.h
 create mode 100644 math/vdt/include/vdt/exp.h
 create mode 100644 math/vdt/include/vdt/inv.h
 create mode 100644 math/vdt/include/vdt/log.h
 create mode 100644 math/vdt/include/vdt/sin.h
 create mode 100644 math/vdt/include/vdt/sincos.h
 create mode 100644 math/vdt/include/vdt/sqrt.h
 create mode 100644 math/vdt/include/vdt/tan.h
 create mode 100644 math/vdt/include/vdt/vdtMath.h
 create mode 100644 math/vdt/include/vdt/vdtcore_common.h
 create mode 100644 math/vdt/tests/CMakeLists.txt
 create mode 100644 math/vdt/tests/stressVdt.cxx
 create mode 100644 montecarlo/vmc/inc/TMCtls.h
 create mode 100644 net/davix/CMakeLists.txt
 create mode 100644 net/davix/Module.mk
 create mode 100644 net/davix/inc/LinkDef.h
 create mode 100644 net/davix/inc/TDavixFile.h
 create mode 100644 net/davix/inc/TDavixFileInternal.h
 create mode 100644 net/davix/inc/TDavixSystem.h
 create mode 100644 net/davix/src/TDavixFile.cxx
 create mode 100644 net/davix/src/TDavixSystem.cxx
 create mode 100644 net/http/CMakeLists.txt
 create mode 100644 net/http/Module.mk
 create mode 100644 net/http/README.txt
 create mode 100644 net/http/civetweb/CREDITS.md
 create mode 100644 net/http/civetweb/LICENSE.md
 create mode 100644 net/http/civetweb/README.md
 create mode 100644 net/http/civetweb/civetweb.c
 create mode 100644 net/http/civetweb/civetweb.h
 create mode 100644 net/http/civetweb/md5.inl
 create mode 100644 net/http/inc/LinkDef.h
 create mode 100644 net/http/inc/TBufferJSON.h
 create mode 100644 net/http/inc/TCivetweb.h
 create mode 100644 net/http/inc/TFastCgi.h
 create mode 100644 net/http/inc/THttpEngine.h
 create mode 100644 net/http/inc/THttpServer.h
 create mode 100644 net/http/inc/TRootSniffer.h
 create mode 100644 net/http/inc/TRootSnifferStore.h
 create mode 100644 net/http/src/TBufferJSON.cxx
 create mode 100644 net/http/src/TCivetweb.cxx
 create mode 100644 net/http/src/TFastCgi.cxx
 create mode 100644 net/http/src/THttpEngine.cxx
 create mode 100644 net/http/src/THttpServer.cxx
 create mode 100644 net/http/src/TRootSniffer.cxx
 create mode 100644 net/http/src/TRootSnifferStore.cxx
 create mode 100644 net/netxng/CMakeLists.txt
 create mode 100644 net/netxng/Module.mk
 create mode 100644 net/netxng/inc/LinkDef.h
 create mode 100644 net/netxng/inc/TNetXNGFile.h
 create mode 100644 net/netxng/inc/TNetXNGFileStager.h
 create mode 100644 net/netxng/inc/TNetXNGSystem.h
 create mode 100644 net/netxng/src/TNetXNGFile.cxx
 create mode 100644 net/netxng/src/TNetXNGFileStager.cxx
 create mode 100644 net/netxng/src/TNetXNGSystem.cxx
 create mode 100644 roofit/histfactory/inc/RooStats/HistFactory/HistRef.h
 create mode 100644 roofit/histfactory/src/HistRef.cxx
 create mode 100644 roofit/roofitcore/inc/RooAbsMoment.h
 create mode 100644 roofit/roofitcore/inc/RooFirstMoment.h
 create mode 100644 roofit/roofitcore/inc/RooSecondMoment.h
 create mode 100644 roofit/roofitcore/src/RooAbsMoment.cxx
 create mode 100644 roofit/roofitcore/src/RooFirstMoment.cxx
 create mode 100644 roofit/roofitcore/src/RooSecondMoment.cxx
 create mode 100644 rootx/src/rootxx-cocoa.mm
 create mode 100644 test/HistFactoryTest.tar
 delete mode 100644 test/ios/RootBrowser/AxisFontInspector.h
 delete mode 100644 test/ios/RootBrowser/AxisFontInspector.mm
 delete mode 100644 test/ios/RootBrowser/AxisInspector.h
 delete mode 100644 test/ios/RootBrowser/AxisInspector.mm
 delete mode 100644 test/ios/RootBrowser/AxisInspector.xib
 delete mode 100644 test/ios/RootBrowser/AxisLabelsInspector.h
 delete mode 100644 test/ios/RootBrowser/AxisLabelsInspector.mm
 delete mode 100644 test/ios/RootBrowser/AxisTicksInspector.h
 delete mode 100644 test/ios/RootBrowser/AxisTicksInspector.mm
 delete mode 100644 test/ios/RootBrowser/AxisTitleInspector.h
 delete mode 100644 test/ios/RootBrowser/AxisTitleInspector.mm
 delete mode 100644 test/ios/RootBrowser/ColorCell.mm
 delete mode 100644 test/ios/RootBrowser/Constants.cxx
 delete mode 100644 test/ios/RootBrowser/Constants.h
 delete mode 100644 test/ios/RootBrowser/EditorPlateView.h
 delete mode 100644 test/ios/RootBrowser/EditorPlateView.mm
 delete mode 100644 test/ios/RootBrowser/EditorView.h
 delete mode 100644 test/ios/RootBrowser/EditorView.mm
 delete mode 100644 test/ios/RootBrowser/FileContainerElement.h
 delete mode 100644 test/ios/RootBrowser/FileContentController.h
 delete mode 100644 test/ios/RootBrowser/FileContentController.mm
 delete mode 100644 test/ios/RootBrowser/FileContentController.xib
 delete mode 100644 test/ios/RootBrowser/FileShortcut.h
 delete mode 100644 test/ios/RootBrowser/FileShortcut.mm
 delete mode 100644 test/ios/RootBrowser/FileUtils.cxx
 delete mode 100644 test/ios/RootBrowser/FilledAreaInspector.h
 delete mode 100644 test/ios/RootBrowser/FilledAreaInspector.mm
 delete mode 100644 test/ios/RootBrowser/H1BinsInspector.h
 delete mode 100644 test/ios/RootBrowser/H1BinsInspector.mm
 delete mode 100644 test/ios/RootBrowser/H1ErrorsInspector.h
 delete mode 100644 test/ios/RootBrowser/H1ErrorsInspector.mm
 delete mode 100644 test/ios/RootBrowser/H1Inspector.h
 delete mode 100644 test/ios/RootBrowser/H1Inspector.mm
 delete mode 100644 test/ios/RootBrowser/HorizontalPickerDelegate.h
 delete mode 100644 test/ios/RootBrowser/HorizontalPickerView.h
 delete mode 100644 test/ios/RootBrowser/HorizontalPickerView.mm
 rename test/ios/RootBrowser/{ => Images/Browser}/directory.png (100%)
 rename test/ios/RootBrowser/{ => Images/Browser}/file_icon.png (100%)
 rename test/ios/RootBrowser/{ => Images/Browser}/file_shortcut_background.png (100%)
 rename test/ios/RootBrowser/{ => Images/Core}/Default-Landscape.png (100%)
 rename test/ios/RootBrowser/{ => Images/Core}/Default-LandscapeLeft.png (100%)
 rename test/ios/RootBrowser/{ => Images/Core}/Default-LandscapeRight.png (100%)
 rename test/ios/RootBrowser/{ => Images/Core}/Default-Portrait.png (100%)
 rename test/ios/RootBrowser/{ => Images/Core}/Default-PortraitUpsideDown.png (100%)
 rename test/ios/RootBrowser/{ => Images/Core}/app_icon.png (100%)
 rename test/ios/RootBrowser/{ => Images/CustomUI}/bar-background.png (100%)
 rename test/ios/RootBrowser/{ => Images/CustomUI}/bar-highlight.png (100%)
 rename test/ios/RootBrowser/{ => Images/CustomUI}/handle-hover.png (100%)
 rename test/ios/RootBrowser/{ => Images/CustomUI}/handle.png (100%)
 rename test/ios/RootBrowser/{ => Images/CustomUI}/picker_arrow.png (100%)
 rename test/ios/RootBrowser/{ => Images/CustomUI}/picker_bkn.png (100%)
 rename test/ios/RootBrowser/{ => Images/CustomUI}/picker_frame_bkn.png (100%)
 rename test/ios/RootBrowser/{ => Images/ObjectInspector}/back_btn.png (100%)
 rename test/ios/RootBrowser/{ => Images/ObjectInspector}/brush_tab.png (100%)
 rename test/ios/RootBrowser/{ => Images/ObjectInspector}/dec_line_width.png (100%)
 rename test/ios/RootBrowser/{ => Images/ObjectInspector}/editor_plate.png (100%)
 rename test/ios/RootBrowser/{ => Images/ObjectInspector}/editor_state_arrow.png (100%)
 rename test/ios/RootBrowser/{ => Images/ObjectInspector}/forward_btn.png (100%)
 rename test/ios/RootBrowser/{ => Images/ObjectInspector}/h1_errors_tab.png (100%)
 rename test/ios/RootBrowser/{ => Images/ObjectInspector}/h1_tab.png (100%)
 rename test/ios/RootBrowser/{ => Images/ObjectInspector}/inc_line_width.png (100%)
 rename test/ios/RootBrowser/{ => Images/ObjectInspector}/label_tab.png (100%)
 rename test/ios/RootBrowser/{ => Images/ObjectInspector}/lg_tab.png (100%)
 rename test/ios/RootBrowser/{ => Images/ObjectInspector}/line_cell.png (100%)
 rename test/ios/RootBrowser/{ => Images/ObjectInspector}/line_style_tab.png (100%)
 rename test/ios/RootBrowser/{ => Images/ObjectInspector}/line_width_bkn.png (100%)
 rename test/ios/RootBrowser/{ => Images/ObjectInspector}/minus_btn.png (100%)
 rename test/ios/RootBrowser/{ => Images/ObjectInspector}/plus_btn.png (100%)
 rename test/ios/RootBrowser/{ => Images/ObjectInspector}/separator.png (100%)
 rename test/ios/RootBrowser/{ => Images/ObjectInspector}/text_cell_bkn.png (100%)
 rename test/ios/RootBrowser/{ => Images/ObjectInspector}/ticks_tab.png (100%)
 rename test/ios/RootBrowser/{ => Images/ObjectInspector}/title_tab.png (100%)
 delete mode 100644 test/ios/RootBrowser/InspectorWithNavigation.h
 delete mode 100644 test/ios/RootBrowser/InspectorWithNavigation.mm
 delete mode 100644 test/ios/RootBrowser/LineInspector.h
 delete mode 100644 test/ios/RootBrowser/LineInspector.mm
 delete mode 100644 test/ios/RootBrowser/LineStyleCell.h
 delete mode 100644 test/ios/RootBrowser/LineStyleCell.mm
 delete mode 100644 test/ios/RootBrowser/LineWidthCell.h
 delete mode 100644 test/ios/RootBrowser/LineWidthCell.mm
 delete mode 100644 test/ios/RootBrowser/LineWidthPicker.h
 delete mode 100644 test/ios/RootBrowser/LineWidthPicker.mm
 delete mode 100644 test/ios/RootBrowser/MarkerInspector.h
 delete mode 100644 test/ios/RootBrowser/MarkerInspector.mm
 delete mode 100644 test/ios/RootBrowser/MarkerStyleCell.h
 delete mode 100644 test/ios/RootBrowser/MarkerStyleCell.mm
 delete mode 100644 test/ios/RootBrowser/ObjectInspector.h
 delete mode 100644 test/ios/RootBrowser/ObjectInspector.mm
 delete mode 100644 test/ios/RootBrowser/ObjectInspectorComponent.h
 delete mode 100644 test/ios/RootBrowser/ObjectShortcut.h
 delete mode 100644 test/ios/RootBrowser/ObjectShortcut.mm
 delete mode 100644 test/ios/RootBrowser/PadImageScrollView.h
 delete mode 100644 test/ios/RootBrowser/PadImageScrollView.mm
 delete mode 100644 test/ios/RootBrowser/PadInspector.h
 delete mode 100644 test/ios/RootBrowser/PadInspector.mm
 delete mode 100644 test/ios/RootBrowser/PadLogScaleInspector.h
 delete mode 100644 test/ios/RootBrowser/PadLogScaleInspector.mm
 delete mode 100644 test/ios/RootBrowser/PadTicksGridInspector.h
 delete mode 100644 test/ios/RootBrowser/PadTicksGridInspector.mm
 delete mode 100644 test/ios/RootBrowser/PadView.h
 delete mode 100644 test/ios/RootBrowser/PadView.mm
 delete mode 100644 test/ios/RootBrowser/PatternCell.h
 delete mode 100644 test/ios/RootBrowser/PatternCell.mm
 delete mode 100644 test/ios/RootBrowser/ROOTObjectController.h
 delete mode 100644 test/ios/RootBrowser/ROOTObjectController.mm
 delete mode 100644 test/ios/RootBrowser/ROOTObjectController.xib
 delete mode 100644 test/ios/RootBrowser/RangeSlider.h
 delete mode 100644 test/ios/RootBrowser/RangeSlider.mm
 delete mode 100644 test/ios/RootBrowser/RootFileController.h
 delete mode 100644 test/ios/RootBrowser/RootFileController.mm
 delete mode 100644 test/ios/RootBrowser/RootFileController.xib
 delete mode 100644 test/ios/RootBrowser/ScrollViewWithPadView.h
 delete mode 100644 test/ios/RootBrowser/ScrollViewWithPadView.mm
 delete mode 100644 test/ios/RootBrowser/ScrollViewWithPickers.mm
 delete mode 100644 test/ios/RootBrowser/SearchController.h
 delete mode 100644 test/ios/RootBrowser/SearchController.mm
 delete mode 100644 test/ios/RootBrowser/SelectionView.h
 delete mode 100644 test/ios/RootBrowser/SelectionView.mm
 delete mode 100644 test/ios/RootBrowser/Shortcuts.h
 delete mode 100644 test/ios/RootBrowser/Shortcuts.mm
 delete mode 100644 test/ios/RootBrowser/SlideView.h
 delete mode 100644 test/ios/RootBrowser/SlideView.mm
 delete mode 100644 test/ios/RootBrowser/SlideshowController.h
 delete mode 100644 test/ios/RootBrowser/SlideshowController.mm
 delete mode 100644 test/ios/RootBrowser/SlideshowController.xib
 delete mode 100644 test/ios/RootBrowser/SpotView.h
 delete mode 100644 test/ios/RootBrowser/SpotView.mm
 create mode 100644 test/ios/RootBrowser/Src/Browser/Controllers/FileCollectionViewController.h
 create mode 100644 test/ios/RootBrowser/Src/Browser/Controllers/FileCollectionViewController.mm
 create mode 100644 test/ios/RootBrowser/Src/Browser/Controllers/FileContentViewController.h
 create mode 100644 test/ios/RootBrowser/Src/Browser/Controllers/FileContentViewController.mm
 create mode 100644 test/ios/RootBrowser/Src/Browser/Controllers/ObjectViewController.h
 create mode 100644 test/ios/RootBrowser/Src/Browser/Controllers/ObjectViewController.mm
 create mode 100644 test/ios/RootBrowser/Src/Browser/Controllers/SearchViewController.h
 create mode 100644 test/ios/RootBrowser/Src/Browser/Controllers/SearchViewController.mm
 create mode 100644 test/ios/RootBrowser/Src/Browser/Controllers/SlideshowViewController.h
 create mode 100644 test/ios/RootBrowser/Src/Browser/Controllers/SlideshowViewController.mm
 create mode 100644 test/ios/RootBrowser/Src/Browser/FileContainerElement.h
 rename test/ios/RootBrowser/{ => Src/Browser}/FileContainerElement.mm (100%)
 create mode 100644 test/ios/RootBrowser/Src/Browser/Views/FileShortcutView.h
 create mode 100644 test/ios/RootBrowser/Src/Browser/Views/FileShortcutView.mm
 create mode 100644 test/ios/RootBrowser/Src/Browser/Views/ObjectShortcutView.h
 create mode 100644 test/ios/RootBrowser/Src/Browser/Views/ObjectShortcutView.mm
 create mode 100644 test/ios/RootBrowser/Src/Browser/Views/PadEditorScrollView.h
 create mode 100644 test/ios/RootBrowser/Src/Browser/Views/PadEditorScrollView.mm
 create mode 100644 test/ios/RootBrowser/Src/Browser/Views/PadScrollView.h
 create mode 100644 test/ios/RootBrowser/Src/Browser/Views/PadScrollView.mm
 create mode 100644 test/ios/RootBrowser/Src/Browser/Views/PadSelectionView.h
 create mode 100644 test/ios/RootBrowser/Src/Browser/Views/PadSelectionView.mm
 create mode 100644 test/ios/RootBrowser/Src/Browser/Views/PadSlideView.h
 create mode 100644 test/ios/RootBrowser/Src/Browser/Views/PadSlideView.mm
 create mode 100644 test/ios/RootBrowser/Src/Browser/Views/PadView.h
 create mode 100644 test/ios/RootBrowser/Src/Browser/Views/PadView.mm
 create mode 100644 test/ios/RootBrowser/Src/Browser/Views/SpotObjectView.h
 create mode 100644 test/ios/RootBrowser/Src/Browser/Views/SpotObjectView.mm
 rename test/ios/RootBrowser/{root_browser/main.m => Src/Core/main.mm} (100%)
 rename test/ios/RootBrowser/{root_browser => Src/Core}/root_browserAppDelegate.h (100%)
 create mode 100644 test/ios/RootBrowser/Src/Core/root_browserAppDelegate.mm
 create mode 100644 test/ios/RootBrowser/Src/CustomUI/HorizontalPickerDelegate.h
 create mode 100644 test/ios/RootBrowser/Src/CustomUI/HorizontalPickerView.h
 create mode 100644 test/ios/RootBrowser/Src/CustomUI/HorizontalPickerView.mm
 create mode 100644 test/ios/RootBrowser/Src/CustomUI/RangeSlider.h
 create mode 100644 test/ios/RootBrowser/Src/CustomUI/RangeSlider.mm
 rename test/ios/RootBrowser/{ => Src/CustomUI}/ScrollViewWithPickers.h (100%)
 create mode 100644 test/ios/RootBrowser/Src/CustomUI/ScrollViewWithPickers.mm
 rename test/ios/RootBrowser/{ => Src/CustomUI}/TransparentToolbar.h (100%)
 create mode 100644 test/ios/RootBrowser/Src/CustomUI/TransparentToolbar.m
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Controllers/AxisFontInspector.h
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Controllers/AxisFontInspector.mm
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Controllers/AxisInspector.h
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Controllers/AxisInspector.mm
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Controllers/AxisLabelsInspector.h
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Controllers/AxisLabelsInspector.mm
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Controllers/AxisTicksInspector.h
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Controllers/AxisTicksInspector.mm
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Controllers/AxisTitleInspector.h
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Controllers/AxisTitleInspector.mm
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Controllers/FilledAreaInspector.h
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Controllers/FilledAreaInspector.mm
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Controllers/H1BinsInspector.h
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Controllers/H1BinsInspector.mm
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Controllers/H1ErrorsInspector.h
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Controllers/H1ErrorsInspector.mm
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Controllers/H1Inspector.h
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Controllers/H1Inspector.mm
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Controllers/InspectorWithNavigation.h
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Controllers/InspectorWithNavigation.mm
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Controllers/LineInspector.h
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Controllers/LineInspector.mm
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Controllers/MarkerInspector.h
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Controllers/MarkerInspector.mm
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Controllers/ObjectInspector.h
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Controllers/ObjectInspector.mm
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Controllers/ObjectInspectorComponent.h
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Controllers/PadInspector.h
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Controllers/PadInspector.mm
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Controllers/PadLogScaleInspector.h
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Controllers/PadLogScaleInspector.mm
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Controllers/PadTicksGridInspector.h
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Controllers/PadTicksGridInspector.mm
 rename test/ios/RootBrowser/{ => Src/ObjectInspector/Views}/ColorCell.h (100%)
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Views/ColorCell.mm
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Views/EditorPlateView.h
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Views/EditorPlateView.mm
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Views/EditorView.h
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Views/EditorView.mm
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Views/LineStyleCell.h
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Views/LineStyleCell.mm
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Views/LineWidthCell.h
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Views/LineWidthCell.mm
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Views/LineWidthPicker.h
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Views/LineWidthPicker.mm
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Views/MarkerStyleCell.h
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Views/MarkerStyleCell.mm
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Views/PatternCell.h
 create mode 100644 test/ios/RootBrowser/Src/ObjectInspector/Views/PatternCell.mm
 create mode 100644 test/ios/RootBrowser/Src/Utils/Constants.h
 create mode 100644 test/ios/RootBrowser/Src/Utils/Constants.mm
 rename test/ios/RootBrowser/{ => Src/Utils}/FileUtils.h (100%)
 create mode 100644 test/ios/RootBrowser/Src/Utils/FileUtils.mm
 create mode 100644 test/ios/RootBrowser/Src/Utils/Shortcuts.h
 create mode 100644 test/ios/RootBrowser/Src/Utils/Shortcuts.mm
 delete mode 100644 test/ios/RootBrowser/ThumbnailView.h
 delete mode 100644 test/ios/RootBrowser/ThumbnailView.mm
 delete mode 100644 test/ios/RootBrowser/TransparentToolbar.m
 create mode 100644 test/ios/RootBrowser/UI/Browser/Browser_iPad.storyboard
 rename test/ios/RootBrowser/{root_browser/en.lproj => UI/Core}/MainWindow.xib (100%)
 rename test/ios/RootBrowser/{ => UI/ObjectInspector}/AxisFontInspector.xib (100%)
 create mode 100644 test/ios/RootBrowser/UI/ObjectInspector/AxisInspector.xib
 rename test/ios/RootBrowser/{ => UI/ObjectInspector}/AxisLabelsInspector.xib (100%)
 rename test/ios/RootBrowser/{ => UI/ObjectInspector}/AxisTicksInspector.xib (100%)
 rename test/ios/RootBrowser/{ => UI/ObjectInspector}/AxisTitleInspector.xib (100%)
 rename test/ios/RootBrowser/{ => UI/ObjectInspector}/FilledAreaInspector.xib (100%)
 rename test/ios/RootBrowser/{ => UI/ObjectInspector}/H1BinsInspector.xib (100%)
 rename test/ios/RootBrowser/{ => UI/ObjectInspector}/H1ErrorsInspector.xib (100%)
 rename test/ios/RootBrowser/{ => UI/ObjectInspector}/H1Inspector.xib (100%)
 rename test/ios/RootBrowser/{ => UI/ObjectInspector}/LineInspector.xib (100%)
 rename test/ios/RootBrowser/{ => UI/ObjectInspector}/MarkerInspector.xib (100%)
 rename test/ios/RootBrowser/{ => UI/ObjectInspector}/PadInspector.xib (100%)
 rename test/ios/RootBrowser/{ => UI/ObjectInspector}/PadLogScaleInspector.xib (100%)
 rename test/ios/RootBrowser/{ => UI/ObjectInspector}/PadTicksGridInspector.xib (100%)
 delete mode 100644 test/ios/RootBrowser/root_browser/root_browserAppDelegate.mm
 delete mode 100644 test/ios/Tutorials/PictView.m
 create mode 100644 test/ios/Tutorials/PictView.mm
 delete mode 100644 test/ios/Tutorials/Tutorials.xcodeproj/ColorCell.h
 delete mode 100644 test/ios/Tutorials/Tutorials.xcodeproj/ColorCell.m
 create mode 100644 test/stressHistFactory.cxx
 create mode 100644 test/stressHistFactory_models.cxx
 create mode 100644 test/stressHistFactory_ref.root
 create mode 100644 test/stressHistFactory_tests.cxx
 create mode 100644 tmva/inc/LinkDef.h
 create mode 100644 tmva/inc/TMVA/LogInterval.h
 delete mode 100644 tmva/inc/TMVA/MethodCommittee.h
 create mode 100644 tmva/inc/TMVA/QuickMVAProbEstimator.h
 create mode 100644 tmva/src/LogInterval.cxx
 delete mode 100644 tmva/src/MethodCommittee.cxx
 create mode 100644 tmva/src/QuickMVAProbEstimator.cxx
 create mode 100644 tmva/test/TMVAAutoencoder.cxx
 create mode 100644 tree/tree/inc/TreeUtils.h
 create mode 100644 tree/tree/src/TreeUtils.cxx
 create mode 100644 tutorials/CMakeLists.txt
 create mode 100644 tutorials/cocoa/customcolors.h
 create mode 100644 tutorials/cocoa/flower.C
 create mode 100644 tutorials/cocoa/gradients.C
 create mode 100644 tutorials/cocoa/radialgradients.C
 delete mode 100644 tutorials/fit/fit1_C.C
 create mode 100644 tutorials/fit/fit1_C.txt
 create mode 100644 tutorials/geom/parallel_world.C
 create mode 100644 tutorials/gl/customcolors.h
 create mode 100644 tutorials/gl/grad.C
 create mode 100644 tutorials/gl/grad2.C
 create mode 100644 tutorials/gl/gradients.C
 create mode 100644 tutorials/gl/parallelcoordtrans.C
 create mode 100644 tutorials/gl/radialgradients.C
 create mode 100644 tutorials/gl/transp.C
 create mode 100644 tutorials/gl/transp_text.C
 create mode 100644 tutorials/graphics/canvas2.C
 create mode 100644 tutorials/graphics/crown.C
 create mode 100644 tutorials/graphics/diamond.C
 create mode 100644 tutorials/graphics/gaxis2.C
 create mode 100644 tutorials/graphs/graphpolar2.C
 create mode 100644 tutorials/graphs/graphpolar3.C
 create mode 100644 tutorials/graphs/graphtext.C
 create mode 100644 tutorials/hist/h2proj.C
 create mode 100644 tutorials/hist/ratioplot.C
 create mode 100644 tutorials/hist/reverseaxis.C
 create mode 100644 tutorials/http/httpserver.C
 create mode 100644 tutorials/math/quasirandom.C

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/root-system.git



More information about the debian-science-commits mailing list