]> www.ginac.de Git - ginac.git/shortlog
ginac.git
2001-07-31 Christian Bauerfixed potential crash in power:(l)degree() when used...
2001-07-31 Christian Bauerexit() is in stdlib.h
2001-07-31 Richard Kreckel- configure.in: bumped up version.
2001-07-31 Richard Kreckel- fixed three little standard-conformance issues.
2001-07-30 Christian Bauerepsilon tensor contractions evaluate to metric tensors...
2001-07-30 Richard Kreckel- moved is_of_type and friend macros into utils.h so...
2001-07-30 Richard Kreckel- updated semantics of pseries truncation to reflect...
2001-07-30 Christian Bauer- (a+b)*gamma5 was incorrectly rewritten as -gamma5...
2001-07-28 Richard Kreckel- Move several comments into doxygen comment blocks.
2001-07-27 Christian Bauer- fixed a problem where (p\-m*ONE)*(p\-m*ONE) would...
2001-07-27 Christian Bauerfixed bogus assertion
2001-07-27 Richard Kreckel- power::eval(): for the case (b_n/b_d)^(e_n/e_d) we...
2001-07-27 Richard Kreckel- no, no, no, there is no such thing as is_of_type...
2001-07-26 Christian Bauer- epsilon*epsilon contractions work
2001-07-26 Christian BauerHm, what exactly changed here...?
2001-07-26 Christian Bauerdocumentation update
2001-07-24 Richard Kreckel- in LaTeX context, fractions now print as \frac{n...
2001-07-24 Richard Kreckel- rewrote binary scanning in matrix::pow(), stealing...
2001-07-23 Richard Kreckel- comment: elaborate on matrix::pow().
2001-07-23 Richard Kreckel- added Knuth as useful reference.
2001-07-23 Christian Bauer- dummy index renaming works better
2001-07-23 Christian Baueradded another map_function example
2001-07-23 Christian Bauer- added check for epsilon tensor contraction
2001-07-18 Richard Kreckel- removed this file. it has become obsolete as of...
2001-07-17 Richard Kreckel- added historical note.
2001-06-30 Richard Kreckel- insert class fderivative.
2001-06-30 Richard Kreckel- fix typo.
2001-06-28 Richard Kreckel- symmetrize eta(x,y).
2001-06-27 Richard Kreckel- finalize. release_0-9-1
2001-06-27 Richard Kreckel- finalize.
2001-06-27 Richard Kreckel- eta(x,y) was broken all along since ages: eta(I,I...
2001-06-27 Richard Kreckel- finalize.
2001-06-27 Richard Kreckel- minor cleanup
2001-06-27 Christian Baueradded print_tree-style output for symmetry objects
2001-06-27 Christian Bauer- added fderivative class to archive exam
2001-06-27 Christian Bauermoved ToString() here from utils.h
2001-06-27 Christian Bauer- replaced the Derivative() function by a more resonabl...
2001-06-27 Christian Baueradded note about the necessity of dirac_ONE()/color_ONE()
2001-06-27 Christian Baueradjusted for the fact that "A + c" is now rejected...
2001-06-26 Richard Kreckel- silly test
2001-06-26 Richard Kreckel- Updated to libtool 1.4 from FSF.
2001-06-26 Richard Kreckel- added ginsh_extensions.h to ginsh_SOURCES.
2001-06-26 Richard Kreckel* Ctors of class numeric are not explicit any more...
2001-06-25 Christian Bauerfixed some -Wall stuff
2001-06-25 Christian Baueradded map()
2001-06-25 Christian Bauersome more comments and cleanups to mul::expand() and...
2001-06-25 Christian Bauer- documented map(), find(), and new symmetry specificat...
2001-06-25 Richard Kreckelsome cleanups
2001-06-23 Christian Bauer- added find() (like has(), but returns list of all...
2001-06-22 Christian Baueradded a way to add more functions to ginsh in the file...
2001-06-22 Christian Bauersome cleanups
2001-06-22 Richard Kreckel* shift stuff into CVS before I start breaking things...
2001-06-21 Christian Bauerremoved a lot of superfluous const_cast<>()s
2001-06-19 Christian Bauersome sections where sums/products are constructed are...
2001-06-19 Richard Kreckel* Fix the other half of the test.
2001-06-19 Richard Kreckel* Fix a bitch of a bug where 1<I (and all other relatio...
2001-06-19 Christian Baueradded decomp_rational()
2001-06-19 Christian Bauer- The default implementations of evalf(), diff(), norma...
2001-06-19 Christian Bauerdocumentation update
2001-06-18 Richard Kreckel- do something about the mad cast disease.
2001-06-17 Richard Kreckel* fix strange indentation thingie.
2001-06-16 Christian Bauerfixed comments
2001-06-16 Christian Bauerbumped archive version because of new way of specifying...
2001-06-16 Richard Kreckel* Remove some cruft.
2001-06-16 Richard Kreckel* Supplement some (now deprecated) macros by inlined...
2001-06-16 Richard Kreckel* Supplement some (now deprecated) macros by inlined...
2001-06-16 Richard Kreckel* Supplement some (now deprecated) macros by inlined...
2001-06-15 Richard Kreckel* Supplement some (now deprecated) macros by inlined...
2001-06-12 Richard Kreckel- Just because it's fun: make the test more general...
2001-06-12 Richard Kreckel- Fix GCC 2.95.x brokenness.
2001-06-12 Richard Kreckel- cruft removed.
2001-06-11 Christian Bauerintroduced new class for constructing symmetry tree...
2001-06-11 Christian Bauer- Instead of just totally symmetric or antisymmetric...
2001-06-11 Christian Bauerfixed typos
2001-06-11 Christian Baueradapted for new method of specifying symmetries
2001-06-11 Christian Bauerdocumentation update
2001-06-09 Christian Bauer- added lst::remove_first() and lst::remove_last()
2001-06-07 Richard Kreckel- Updated to reflect new version and split-off of ginac... release_0-9-0
2001-06-07 Richard Kreckel- don't recomment EGCS any more, it's crappy.
2001-06-07 Richard Kreckel- insert date.
2001-06-07 Richard Kreckel- some concept index tags.
2001-06-07 Richard Kreckel- matrix::pow(): omit last big multiplication if it...
2001-06-07 Christian Bauerbuilding DVI/PS in separate directory now works
2001-06-07 Christian Bauer- maximum number of arguments for lists bumped to 16...
2001-06-07 Christian Baueradded section about matrices
2001-06-07 Christian Bauerusing () operator for setting matrix elements
2001-06-07 Christian Bauerdocumentation update
2001-06-06 Christian Bauer- mentioned that powers of matrices are not automatical...
2001-06-06 Richard Kreckel- Removed obsolete (even for Cint!) malloc_alloc templa...
2001-06-06 Richard Kreckel- Removed cint subdir for good because the new separate...
2001-06-06 Richard Kreckel- config.*: updated from FSF.
2001-06-05 Richard Kreckel- inserted a couple of missing namepace std:: resolutions.
2001-06-05 Richard Kreckel- document: collect's argument must be expanded.
2001-06-05 Richard Kreckel- Small LaTeX output fixes as suggested by Stefan.
2001-06-05 Christian Bauer- fixed typos
2001-06-05 Richard Kreckel- ++version_major.
2001-06-01 Christian Bauer- list delimiters are now { } and matrix delimiters...
2001-06-01 Christian Bauer- in the output, list delimiters are now { } and matrix...
2001-06-01 Christian Bauer- list delimiters are now { }, matrix delimiters are...
2001-06-01 Christian Baueradded test for evalm()
next