]> www.ginac.de Git - ginac.git/shortlog
ginac.git
2000-08-11 Christian Bauer- indentation is now done with tabs
2000-08-10 Richard Kreckel- Huh, \includegraphics doesn't like dots. Disabled. release_0-6-4
2000-08-10 Richard Kreckel- Complete revamp of methods in class matrix. Some...
2000-08-04 Christian Bauer- fixed normal((b*a-c*a)/(4-a)) bug: heur_gcd() only...
2000-08-04 Christian Bauer- added check for normal((b*a-c*a)/(4-a)) bug
2000-08-04 Richard Kreckel- Check the normal(c-(b*a-c*a)/(4-a)) bug.
2000-08-04 Richard Kreckel- Check *this for zeroness before .invert()ing it.
2000-08-02 Christian Bauer- fixed "normal(2-2*(1+a)/(-1-a))" bug: add::normal...
2000-08-02 Christian Bauer- added check for "normal(2-2*(1+a)/(-1-a))" bug
2000-07-31 Christian Bauer- I'm fired. Fixed a really stupid bug in sr_gcd()...
2000-07-31 Richard Kreckel- Fixed an assertion-thinko in matrix::fraction_free_el...
2000-07-31 Richard Kreckel- Bernard Parisse's patch for Order_eval().
2000-07-27 Richard Kreckel- Fixed a thinko in atan(const numeric &).
2000-07-26 Richard Kreckel- Bumped up version to 0.6.3. release_0-6-3
2000-07-26 Richard Kreckel- Inserted date.
2000-07-26 Richard Kreckel- Made determinant_algo (in flags.h) really work.
2000-07-22 Richard Kreckel- Fixed the bug that broke xloop's po_redux.
2000-07-21 Richard Kreckel- Derivatives are now assembled in a slightly different...
2000-07-07 Richard Kreckel- added a warning that things like sin(Li2(x)).series...
2000-07-07 Richard Kreckel- added a test for Li2(sin(x)).series(x==0,8).
2000-07-06 Richard Kreckel- Introduced derivative of Li2.
2000-07-03 Richard Kreckel- Patches needed for cygwin.
2000-07-03 Richard Kreckel- suppress zero-terms in expansion.
2000-06-22 Richard Kreckel- version.h: change triggered. release_0-6-2
2000-06-22 Richard Kreckel- stamp-vti, version.texi: bumped up version to 0.6.2.
2000-06-22 Richard Kreckel- exam_mansamples.cpp, exam_paranoia.cpp: fixes and...
2000-06-22 Richard Kreckel- configure, configure.in: Bumped version up to 0.6.2.
2000-06-21 Christian Bauer- '#' as the first character of a line starts a comment
2000-06-21 Christian Bauer- constructor from strings once again accepts Lisp...
2000-06-21 Christian Bauer- moved polynomial interpolation in heur_gcd() to its...
2000-06-15 Richard Kreckel- cint/*: Revamped the launch-scheme for ginaccint...
2000-06-09 Richard Kreckel- pseries::print(): Make it print more nicely.
2000-06-07 Richard Kreckel- bernoulli(): Really sped the Bernoulli numbers up...
2000-06-06 Christian Bauer- whoops, accidentally commented out gamma series test...
2000-06-06 Christian Bauer- fixed bug in Euclidean PRS algorithm
2000-06-06 Christian Bauer*sigh* when will we move the Makefile.in's out of CVS?
2000-06-06 Christian Bauer*sigh* when will we move these files out of CVS?
2000-06-05 Richard Kreckel- ginac/operators.cpp: added some missing debugmsg...
2000-06-02 Richard Kreckel- bernoulli(numeric): speedup.
2000-06-01 Richard Kreckel- Fixed syntax errors that hit only when not defining...
2000-06-01 Richard Kreckel- Added CPPFLAGS to makecint.
2000-05-31 Richard Kreckel- config.guess config.sub ltconfig ltmain.sh: updated...
2000-05-29 Richard Kreckel- Cleaned up launching procedure for ginaccint.bin.
2000-05-23 Richard Kreckel- Updated note about how to compile with Cint.
2000-05-23 Richard Kreckel- triggered.
2000-05-23 Richard Kreckel- WIP.
2000-05-23 Richard Kreckel- Fixed wrong conversion documentation: fibonacci(numer...
2000-05-23 Richard Kreckel- config.guess, config.sub: updated to newer version...
2000-05-19 Richard Kreckel- Fixed "unterminated sed command".
2000-05-18 Richard Kreckel- Added version.h.in to EXTRA_DIST. release_0-6-1
2000-05-18 Richard Kreckel- texinfo.tex: upgraded to newest version from FSF.
2000-05-18 Richard Kreckel- Included manpage in dist.
2000-05-18 Richard Kreckel- Additions for version 0.6.1.
2000-05-18 Richard Kreckel- Added version.h to the list of files to be installed.
2000-05-18 Richard Kreckel- Bumped up version to 0.6.1, incremented binary- and...
2000-05-17 Alexander Frinkspecial commands '.cmd' can now also be invoked with...
2000-05-17 Richard Kreckel- Added parameter passing.
2000-05-17 Richard Kreckel- removed bogus checking for libstdc++, since new libto...
2000-05-16 Richard Kreckel- pass $CXXFLAGS down to makecint.
2000-05-16 Richard Kreckel- GiNaCcint also builds with --disable-static now.
2000-05-16 Richard Kreckel- Fixed hang if no html-docu was generated.
2000-05-16 Richard Kreckel- Adjusted build-environment for "Cint without crutches...
2000-05-16 Alexander Frinkfriend void ginsh_get_ginac_functions(void) is now...
2000-05-16 Alexander FrinkSupport for cint versions older than 5.14.38 is discont...
2000-05-11 Christian Bauer- mentioned "Derivative" function
2000-05-11 Richard Kreckel- Updated Cint install status. release_0-6-0
2000-05-11 Richard Kreckel- numeric::numeric(const char*): parse complex numbers.
2000-05-11 Richard Kreckel- Updated date.
2000-05-11 Alexander FrinkMore features for GiNaC-cint:
2000-05-11 Christian Bauer- small efficiency fix in mul_series
2000-05-10 Alexander Frinkmore modifications for future cints with correct namesp...
2000-05-10 Alexander Frink#pragmas for MAKECINT in combination with namespaces
2000-05-10 Alexander Frinkenhanced ginaccint.bin.cpp (help, read from file, save...
2000-05-06 Richard Kreckel- matrix::determinant_numeric(): deleted. It was dupli...
2000-05-05 Christian Bauer- normal() respects the "level" parameter to limit...
2000-04-29 Richard Kreckel- introduced info_flag::algebraic.
2000-04-29 Richard Kreckel- documented info_flags::algebraic.
2000-04-29 Richard Kreckel- Extended check (FIXME: may under certain conditions...
2000-04-21 Richard Kreckel- numeric::to_rational(): fixed thinko.
2000-04-20 Richard Kreckel- expairseq::to_rational(): Fixed thinko.
2000-04-20 Richard Kreckel- expairseq.cpp: moved expairseq::to_rational to...
2000-04-20 Richard Kreckel- New figure classhierarchy.fig, which we all know...
2000-04-20 Richard Kreckel- Timings D and E: finer time resolution
2000-04-20 Christian Bauer- fixed a typo
2000-04-20 Christian Bauer- fixed typos
2000-04-18 Richard Kreckel- Overwritten: pseries::printtree().
2000-04-13 Christian Bauer- '?time' now works
2000-04-11 Richard Kreckel- numeric::archive(): fixed a typo.
2000-04-10 Richard Kreckel- De-mystified the chapter about relationals.
2000-04-10 Christian Bauer- normal() works for relationals: it normalizes both...
2000-04-10 Christian Bauer- modified printcsrc() example
2000-04-07 Christian Bauer- extended the "Algorithms" chapter which has been...
2000-04-07 Christian Bauer- mentioned to_rational() and input parser
2000-04-06 Christian Bauer- added ex::to_rational() to convert general expression...
2000-04-05 Christian Bauer- fixed a small oops: iprint() didn't reset the number...
2000-04-05 Christian Bauer- streamlined the code in numeric::numeric(archive_node...
2000-04-05 Christian Bauer- implemented #b, #o, #x and #nR prefixes for binary...
2000-04-05 Christian Bauer- changed comment starter from # to //
2000-04-03 Richard Kreckel- atanh_series(): corrected an oops.
2000-04-03 Richard Kreckel- Some corrections in series expansion of several funct...
next