]> www.ginac.de Git - ginac.git/shortlog
ginac.git
2003-12-13 Christian Bauerfixed omission in power::expand()
2003-12-11 Christian Baueroptimization to ex::expand()
2003-12-11 Jens VollingaSynced to HEAD.
2003-12-11 Christian Bauersynced to 1.1 (expand() problem)
2003-12-11 Christian Bauerhash keys of indices must not depend on the index dimen...
2003-12-10 Richard Kreckel* Fix some spellos.
2003-12-08 Jens VollingaSynced to HEAD.
2003-12-01 Jens Vollinga* Improved exams for S
2003-12-01 Jens VollingaFixed severe bug that caused Li and S to hang for certa...
2003-12-01 Jens VollingaFixed {} bug
2003-12-01 Jens Vollinga* Fixed bug in convert_H_to_Li()
2003-12-01 Jens VollingaUpdated documentation for multiple polylogarithms
2003-12-01 Jens Vollinga* Fixed bug in example
2003-12-01 Jens Vollinga* eval() now completed for every function
2003-11-29 Jens Vollinga* Removed convert_H_notation, added convert_H_to_Li
2003-11-29 Jens Vollinga* Removed H(m,s,x)
2003-11-20 Christian Bauerfixed typo
2003-11-20 Christian Bauerremoved "ginac" from includedir (as in ginac-config)
2003-11-20 Christian Baueradded pkg-config support
2003-11-20 Christian Bauerfderivative wasn't printed correctly
2003-11-18 Jens Vollinga* Made function "convert_H_notation" available to ginsh
2003-11-18 Jens Vollinga* Added harmonic polylog with signed parameters as...
2003-11-18 Christian Baueradded a do-nothing function option "dummy()" to simplif...
2003-11-18 Christian Bauermention the "dummy()" function option
2003-11-18 Christian Baueradded example for namespace bracing
2003-11-18 Jens Vollinga* Fixed bug in zeta(m,s).
2003-11-17 Jens Vollinga* Removed mZeta
2003-11-17 Jens Vollinga* zeta(n,x) is now zetaderiv(n,s)
2003-11-09 Richard Kreckel* Indentation^WAligment fix. ;-)
2003-11-08 Christian BauerAdded a document about the coding conventions used...
2003-11-03 Jens VollingaSynced changes to HEAD.
2003-11-03 Jens VollingaSynced nested sums functions documentation to HEAD
2003-11-03 Christian Bauerdocumentation update
2003-11-03 Christian Baueradded a section on adding new output formats
2003-10-30 Christian Bauerlocation of C++ FAQ Lite has changed
2003-10-20 Christian Baueradded an "options" parameter to simplify_indexed()...
2003-10-17 Christian Baueradded docs for new-style printing system
2003-10-17 Christian Bauersynced to 1.1
2003-10-14 Richard Kreckel* Dox fix.
2003-10-13 Richard Kreckel* Made use of new operator, when constructing test...
2003-10-13 Richard Kreckel* Multiplication by 4 is easier than by 25/4. ;-)
2003-10-13 Richard Kreckel* time_lw_H.cpp (test): Simplification of Hilbert deter...
2003-10-12 Richard Kreckel* All your dependent bases are... D'Oh!
2003-10-12 Richard Kreckel* times.cpp (randomify_symbol_serials): New.
2003-10-12 Richard Kreckel* Some of your (dependent) bases are belong to somebody...
2003-10-12 Richard Kreckel* All your dependent bases are belong to us!
2003-10-12 Richard Kreckel* All your dependent bases are belong to us!
2003-10-09 Christian Bauercompare(ex(0)) -> is_zero()
2003-10-01 Christian Baueradded insert(iterator, value_type)
2003-09-30 Jens VollingaSynced to 1.1
2003-09-30 Christian BauerImplemented the Blitz++ trick to allow the initializati...
2003-09-29 Christian Bauerparallel build uses NCPU jobs instead of NCPU+1
2003-09-29 Jens VollingaSynced to 1.1
2003-09-18 Christian Bauertidied up ex::subs()
2003-09-06 Richard Kreckel* ginsh_input(): Modern versions of flex want us to...
2003-09-05 Christian BauerImproved the pre-/postorder iterators: They visit the...
2003-09-04 Christian Baueradded a note about expressions in STL containers
2003-09-04 Christian Bauermention the subs(exmap &) form
2003-09-04 Christian Bauerdocumentation update
2003-09-04 Christian Bauerthe old methods of ex remain for compatibility
2003-09-03 Christian Bauerminor optimizations to ex::subs()
2003-09-03 Christian Bauerimplemented operator-> for the iterators
2003-09-02 Christian Baueradded some words of warning to ex_to<>()
2003-09-02 Christian Bauer- added missing #include <stdexcept>
2003-09-02 Christian Bauersynced to 1.1
2003-08-29 Christian BauerAdded const_iterator, const_preorder_iterator, const_po...
2003-08-29 Christian Bauermoved the reference counter into its own class "refcounted"
2003-08-29 Richard Kreckel* Fix for lintian error "package-lacks-versioned-build...
2003-08-29 Richard Kreckel* Oops, forgot to cvs add the two new files in last...
2003-08-29 Richard Kreckel* Preliminar update over Debian's ginac_1.1.3-1.diff.gz.
2003-08-27 Christian Bauerlsts are not shareable by default
2003-08-26 Christian Bauer- added some (empty) exception specifications (reduces...
2003-08-26 Christian Bauerdocumentation update (sort of)
2003-08-26 Christian Bauersymbols can be made noncommutative (see symbol construc...
2003-08-26 Christian Bauerbumped archive version number because of added attribut...
2003-08-26 Christian Bauergenerous use of auto_ptr to provide better exception...
2003-08-25 Christian Bauerprint_tree prints the object addresses
2003-08-25 Christian Bauer- documented numeric::to_int()/to_long()/to_double...
2003-08-24 Christian Bauersome functions that were restricted to symbols for...
2003-08-24 Christian Bauersome functions that took a "const symbol &" now take...
2003-08-24 Christian Bauerremoved some obsolete functions
2003-08-24 Christian Bauer- implemented object fusion as proposed by Richy
2003-08-24 Christian Bauer- quo(), rem(), prem(), sprem() and decomp_rational...
2003-08-24 Christian Baueradded flag to disable object fusion
2003-08-24 Christian Bauer- charpoly(): lambda is now a "const ex &" instead...
2003-08-24 Christian Bauerfixed typo (flags -> fl) and made the set of flags...
2003-08-22 Christian Baueradded on-line help for nestedsums functions
2003-08-22 Christian Bauerhash_map.h didn't get installed
2003-08-21 Christian Baueroperator[] -> insert() (probably more efficient)
2003-08-21 Christian Bauerremoved unused function
2003-08-21 Christian Bauermore efficient constructors
2003-08-21 Christian Bauerex_to<>(), is_a<>() and is_exactly_a<>() weren't inlined
2003-08-20 Christian Baueradded exams and timings for exhashmap<>
2003-08-20 Christian Baueradded exhashmap<> as a replacement for map<> that uses...
2003-08-20 Christian Bauercleaned up specializations of swap()/iter_swap()
2003-08-20 Christian Bauerfixed typo
2003-08-18 Christian Baueradded ex::const_iterator, ex::begin(), ex::end()
2003-08-18 Christian Bauer- string -> const char * (compiles about 100 times...
2003-08-15 Jens Vollingasynced to 1.2
2003-08-15 Richard Kreckel* acinclude.m4 (GINAC_CHECK_ERRORS): exit with non...
next