GiNaC/ginac add.cpp add.h archive.cpp archive.h assertion.h basic.cpp basic.h clifford.cpp clifford.h color.cpp color.h coloridx.cpp coloridx.h constant.cpp constant.h container.pl debugmsg.h ex.cpp ex.h expair.h expairseq.cpp expairseq.h exprseq_suppl.cpp fail.cpp fail.h flags.h function.pl ginac.h idx.cpp idx.h indexed.cpp indexed.h inifcns.cpp inifcns.h inifcns_gamma.cpp inifcns_trans.cpp inifcns_zeta.cpp input_lexer.h input_lexer.ll input_parser.yy isospin.cpp isospin.h lorentzidx.cpp lorentzidx.h lortensor.cpp lortensor.h lst_suppl.cpp matrix.cpp matrix.h mul.cpp mul.h ncmul.cpp ncmul.h normal.cpp normal.h numeric.cpp numeric.h operators.cpp operators.h power.cpp power.h pseries.cpp pseries.h registrar.cpp registrar.h relational.cpp relational.h remember.cpp remember.h simp_lor.cpp simp_lor.h structure.cpp structure.h structure.pl symbol.cpp symbol.h tinfos.h utils.cpp utils.h version.h.in

Richard Kreckel kreckel at thep.physik.uni-mainz.de
Mon Jan 22 16:12:11 CET 2001


Update of /home/cvs/GiNaC/ginac

Modified Files:
	add.cpp add.h archive.cpp archive.h assertion.h basic.cpp 
	basic.h clifford.cpp clifford.h color.cpp color.h coloridx.cpp 
	coloridx.h constant.cpp constant.h container.pl debugmsg.h 
	ex.cpp ex.h expair.h expairseq.cpp expairseq.h 
	exprseq_suppl.cpp fail.cpp fail.h flags.h function.pl ginac.h 
	idx.cpp idx.h indexed.cpp indexed.h inifcns.cpp inifcns.h 
	inifcns_gamma.cpp inifcns_trans.cpp inifcns_zeta.cpp 
	input_lexer.h input_lexer.ll input_parser.yy isospin.cpp 
	isospin.h lorentzidx.cpp lorentzidx.h lortensor.cpp 
	lortensor.h lst_suppl.cpp matrix.cpp matrix.h mul.cpp mul.h 
	ncmul.cpp ncmul.h normal.cpp normal.h numeric.cpp numeric.h 
	operators.cpp operators.h power.cpp power.h pseries.cpp 
	pseries.h registrar.cpp registrar.h relational.cpp 
	relational.h remember.cpp remember.h simp_lor.cpp simp_lor.h 
	structure.cpp structure.h structure.pl symbol.cpp symbol.h 
	tinfos.h utils.cpp utils.h version.h.in 
Log Message:
- See if __GNUC__ < 2.97 before using std::vector<..,malloc_alloc>.  Sorry,
  there is no way having this depend on whether we are setting up Cint or
  not because the malloc_alloc goes into the mangled signature and the
  result won't link if one tries to be more clever.  It really sucks. 
  Let's all just pray Masaharu throws away that old STL implementation
  really soon now.  (Jeez, he still calls this old junk 'reference'!)
- Bumped up a few dates.  :-)




More information about the GiNaC-cvs mailing list