]> www.ginac.de Git - ginac.git/shortlog
ginac.git
2008-08-27 Alexei Sheplyakovrefactor gcd() a little bit (no functional changes).
2008-08-27 Alexei Sheplyakovintroduce gcd_pf_mul: gcd helper to handle partially...
2008-08-27 Alexei Sheplyakovintroduce gcd_pf_pow: gcd helper to handle partially...
2008-08-27 Alexei Sheplyakovgcd: allow user to override (some of) heuristics.
2008-08-27 Alexei Sheplyakovinifscn_nstdsums: make functions handling Li/G transfor...
2008-08-27 Alexei SheplyakovBail out if both autogen and autogen'erated file(s...
2008-08-21 Alexei SheplyakovFaster, better (recursive descent) expression parser.
2008-08-21 Jens VollingaDaily bugfix in the polynomial factorization (code...
2008-08-20 Jens VollingaFixed bug in the Q matrix calculation and the univariat...
2008-08-18 Jens VollingaFixed bug in modular square-free factorization.
2008-08-09 Jens VollingaAdded polynomial factorization (univariate case).
2008-08-09 Jens VollingaAdded polynomial factorization (univariate case).
2008-08-09 Alexei SheplyakovAny complex number can be (un)archived properly.
2008-07-28 Alexei Sheplyakovdefine lgamma and tgamma taking cl_N as an argument.
2008-07-28 Alexei SheplyakovImplicit conversion from cl_N to numeric considered...
2008-07-28 Alexei Sheplyakovbernoulli, fibonacci, iquo: explicitly convert return...
2008-07-28 Alexei Sheplyakovtgamma, lgamma: convert to take cl_N as an argument...
2008-07-28 Alexei SheplyakovLi2, zeta, sqrt, abs, gcd, etc.: explicitly convert...
2008-07-28 Alexei Sheplyakovelementary functions: explicitly convert return values...
2008-07-28 Alexei Sheplyakovinifcns_nstdsums.cpp: Lin_numeric takes cl_N as an...
2008-07-28 Alexei Sheplyakovinifcns_nstdsums.cpp: S_num takes cl_N as an argument...
2008-07-15 Richard B.... documentation: it is get_dim(), not get_dimension()
2008-07-15 Alexei Sheplyakovclifford_unit: fix possible bugs due to wrong operator...
2008-06-25 Jens VollingaRemoved left-over debugging line.
2008-06-25 Jens VollingaMake the behaviour of class function more consistent...
2008-06-24 Jens VollingaImprove heur_gcd() so it can handle rational polynomial...
2008-04-04 Jens VollingaFixed bug in mLi summation causing premature drop-out...
2008-04-04 Jens VollingaAdded legacy tests for zeta and multiple polylog.
2008-04-04 Jens VollingaCheck for fixed bug in multiple polylogs.
2008-04-03 Jens VollingaFixed bugs found by Jianqiang Zhao.
2008-03-27 Richard B.... Adjust for GiNaC 1.5.
2008-03-27 Jens VollingaMerge commit 'origin/master'
2008-03-27 Jens VollingaFixed make distcheck issues.
2008-03-26 Richard B.... Update debian/changelog in anticipation of release.
2008-03-26 Richard B.... Merge git://www.ginac.de/ginac
2008-03-26 Jens VollingaSmall improvement to VPATH fix.
2008-03-26 Jens VollingaFixed info-generation problems with VPATH builds.
2008-03-25 Richard B.... Update debian/ files.
2008-03-25 Richard B.... Happy new year!
2008-03-18 Alexei Sheplyakovmove rotate_left() function away from the public header.
2008-03-18 Alexei SheplyakovINSTALL: libreadline is not mandatory; ginsh builds...
2008-03-18 Alexei Sheplyakovupdate the compiler info; tell users to avoid GCC 4.3.0
2008-03-04 Alexei Sheplyakovsymbol.cpp: shut up useless warnings
2008-03-04 Alexei Sheplyakovcheck: indicate the test failures with non-zero exit...
2008-02-25 Richard Kreckel* Version 1.5.
2008-02-22 Richard Kreckel* Improved lsolve() of systems containing non-numeric...
2007-12-28 Alexei Sheplyakovkill spurious comma in flags.h
2007-12-14 Alexei Sheplyakovcheck/*_memleak.cpp: fix botched CVS commit[s].
2007-12-14 Alexei SheplyakovImprove instructions for installing GiNaC from CVS.
2007-12-13 Richard Kreckel* Fix GCC 4.3 compilation issue by removing storage...
2007-11-22 Jens VollingaFixed memory leak program.
2007-11-21 Jens Vollinga* Fixed module loading bug (occured if . was not in...
2007-11-21 Jens Vollinga* Fixed broken preprocessor instruction [Sheplyakov].
2007-11-21 Jens Vollinga* Fixed memory leak in ginac_yylex() [Sheplyakov].
2007-11-21 Jens VollingaAdded small program that exhibits the memory leak in...
2007-11-21 Jens Vollinga* Deleted bogus try -- catch block in the ex::series...
2007-11-21 Jens Vollinga* Added check for memory leak in {mul,power}::eval...
2007-11-21 Jens Vollinga* Fixed macro checking for version of libreadline ...
2007-10-16 Richard Kreckel* Fix optimization opportunities missed by Alexei's...
2007-10-15 Jens Vollinga- Do not bother to rename indices if object has no...
2007-10-15 Jens Vollinga- This helps mul::expand() and friends to recognize...
2007-10-15 Jens Vollinga- Apparently, in ~ 30% of calls to mul::expand the...
2007-10-15 Jens Vollinga- Partially solves performance regression in expand...
2007-10-15 Jens Vollinga- info(info_flags::has_indices) now works for sums...
2007-09-07 Jens VollingaImproved CLN output [Sheplyakov].
2007-09-05 Jens VollingaAdded example for mystring class [Sheplyakov].
2007-09-05 Jens VollingaRemoved reference to autogen.sh [Sheplyakov]
2007-09-05 Richard Kreckel* Adjust to files used for rolling Debian's 1.4.0-1...
2007-09-05 Richard KreckelPut entire GiNaC documentation into @dircategory 'Mathe...
2007-09-05 Jens VollingaAdded missing example source.
2007-09-01 Jens VollingaAdded CLEANFILES. release_1-4-0
2007-09-01 Jens VollingaHide failure due to term reordering.
2007-08-31 Jens VollingaPreparing for release.
2007-08-28 Jens VollingaAdded compiler.h
2007-08-28 Jens VollingaFile added [A.Sheplyakov]
2007-08-27 Jens VollingaAdded changes.
2007-08-27 Jens Vollingainput_parser accepts also pow() [A.Sheplyakov]
2007-08-27 Jens VollingaConverting terms into primitive polynomials optimized...
2007-08-27 Jens Vollingainfo_flags::expanded added [A.Sheplyakov]
2007-08-27 Jens Vollingalst_to_clifford() and clifford_to_lst() can handle...
2007-08-27 Jens VollingaRemoved texinfo.tex
2007-08-16 Richard Kreckel* Fix GCC-4.3 compilation issue.
2007-08-02 Jens Vollinga- Fixed typos and layout problems.
2007-08-02 Jens VollingaAdded missing is_negative() inline function.
2007-08-02 Jens VollingaUpdating all changes.
2007-08-01 Jens VollingaImproved clifford_moebius_map() [V.Kisil]
2007-07-31 Jens VollingaFixed error in examples for match.
2007-07-25 Richard Kreckel* Analytic continuation for atan2(y,x) for complex...
2007-07-13 Jens VollingaClifford units now honor representation labels.
2007-07-11 Jens VollingaAdditional transformations for mul and power [Sheplyakov].
2007-07-11 Jens VollingaCorrect csrc output for fderivative [Grabner].
2007-07-09 Jens VollingaApplied print_csrc patch [Grabner/Sheplyakov]
2007-05-16 Chris DamsPatch by Stefan Weinzierl that fixes a bug in series...
2007-04-02 Richard Kreckel* Fix compilation issues with prereleases of GCC 4...
2007-03-29 Richard Kreckel* Use pkg-config for detecting CLN, advertise it in...
2007-03-28 Chris DamsPatch by Alexei.
2007-03-28 Chris DamsAlexeis patch for faster Lanczos coefficient calculation.
2007-03-05 Jens VollingaImproved handling of convergence transformationis for...
2007-03-01 Chris DamsAlexeis patches for documentation and correct degree...
2007-03-01 Chris DamsFaster archiving by adding a map from strings to idices...
next