my root 2.21 cvs repository
Jacek M. Holeczek (holeczek@us.edu.pl)
Tue, 4 May 1999 14:09:54 +0200 (MET DST)
Hi,
Thanks to Fons I was able to "upgrade" my root 2.21 cvs repository ( for
more details see my http://p2a01.nuph.us.edu.pl/ROOT page ).
First what IS NOT upgraded :
- CINT is left as it was
- Rtypes.h and rootcint are left as they were
- any *[wW][iI][nN]32* file is left as it was - sorry, but I don't
need WIN32, and have too little time ...
- only some small changes in EG/PDG and related files
What IS upgraded :
- a lot of bug fixes in different files
- some classes ( TMap, TClass, TString, TMath, TLorenztVector,
TVector2, TVector3 ) are slightly extended
- global gErrorIgnoreLevel exported to the interpreter
- New class TTabCom: very useful new class made by Christian Lacunza
<lacunza@cdfsg5.lbl.gov>. This class performs basic tab completion.
You should be able to hit [TAB] to complete a partially typed:
username
environment variable
preprocessor directive
pragma
filename (with a context-sensitive path)
public member function or data member
global variable, function, or class name
Also, something like gWhatever->Func([TAB] will print the appropriate
list of prototypes.
- Getline: several new features provided by Christian Lacunza
Note - this source code is NOT officially supported.
Have fun,
Jacek.