]> www.ginac.de Git - ginac.git/shortlog
ginac.git
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...
2000-04-03 Richard Kreckel- NOT building the documentation is the default now.
2000-04-03 Richard Kreckel- inline int csgn(const numeric &): fixed a typo.
2000-04-03 Richard Kreckel- Fixed for new input parser scheme.
2000-03-31 Christian Bauer- the ex stream >> operator is gone
2000-03-31 Richard Kreckel- Documentation adjusted to new tgamma-lgamma-Euler...
2000-03-30 Richard Kreckel- dramatic speedup for characteristic polynomials of...
2000-03-29 Alexander Frinkbug fixed in an incomplete assertion in power.cpp
2000-03-29 Christian Bauer- parsed functions are now correctly evaluated (.eval...
2000-03-29 Christian Bauer- expressions can now be read from streams; the input...
2000-03-28 Christian Bauer- remembering in divide_in_z() turned off (will eventua...
2000-03-28 Richard Kreckel- New tests from the Lewis-Wester Paper: I, J, K and L.
2000-03-27 Richard Kreckel- Primitive heuristics to make determinants of sparse...
2000-03-27 Richard Kreckel- Finally: the test M1 from Lewis and Wester works.
2000-03-26 Richard Kreckel- As advertised: we are calling the Gamma function...
2000-03-26 Richard Kreckel- added test O1 from Lewis-Wester paper.
2000-03-25 Richard Kreckel- Two more tests from the Lewis-Wester paper.
2000-03-25 Richard Kreckel- Added some tests from the Lewis-Wester testsuite.
2000-03-24 Christian Bauer- ginac.h includes version.h (created by configure...
2000-03-23 Christian Bauer- raised coefficient bit-length limit in heur_gcd(...
2000-03-23 Richard Kreckel- We now write f(x).series(x==3,5) instead of f(x)...
2000-03-22 Christian Bauer- removed inert Diff() function; only Derivative()...
2000-03-21 Richard Kreckel- gamma() -> Gamma().
2000-03-21 Richard Kreckel- 0^a -> 0^a instead of 0.
2000-03-21 Richard Kreckel- print 0 without parens.
2000-03-20 Richard Kreckel- Changes reflect beautifying of floating-point output.
2000-03-20 Richard Kreckel- Output of floats is now in a more beautiful form.
2000-03-20 Christian Bauer- fixed bug in normal(): normal(x^a) became (x^(-a...
2000-03-20 Richard Kreckel- Mention `warranty;' in splash-screen instead of file...
2000-03-15 Richard Kreckel- Updated the timings. release_0-5-4
2000-03-15 Richard Kreckel- Updated for Version 0.5.4.
2000-03-15 Christian Bauer- update NEWS file
2000-03-15 Richard Kreckel- Updated for 0.5.4.
2000-03-15 Richard Kreckel- According to CLTL 0^I is undefined, 0^(I+epsilon...
2000-03-15 Richard Kreckel- The status_flags::expanded is now used on some occasions.
2000-03-15 Richard Kreckel- New file exam_inifcns.cpp holds some functions that...
2000-03-14 Richard Kreckel- Doxygen'ed a bunch of comments.
2000-03-14 Richard Kreckel- Cleanup and clarifications.
2000-03-13 Christian Bauer- ex::series() catches and re-throws exceptions happeni...
next