CINT

CINT's directory structure has been re-arranged; the top-most cint directory now contains CINT, Reflex, and Cintex. CINT's headers can now alternatively be included as #include "cint/header.h", i.e. from the cint/ subdirectory. This will become the default location in a coming release.

In view of future changes and because we want to further decouple ROOT from CINT we strongly recommend to not include any CINT headers directly. Instead please use TInterpreter as a virtual interface; it has been updated to satisfy most of ROOT's use cases of CINT. If you still need to include CINT headers directly because functionality is missing from TInterpreter then please let us know!

CINT, Reflex, and Cintex have been ported to GCC 4.3.