]> www.ginac.de Git - ginac.git/shortlog
ginac.git
2002-03-31 Richard Kreckel* Bump timestamps and version numbers. release_1-0-8
2002-03-28 Richard Kreckel* mul::expand(): Fix bug in aggressive version of expan...
2002-03-28 Richard Kreckel* Clean up the output of all timings to stderr.
2002-03-28 Richard Kreckel* mul::expand() (mul.cpp): When multiplying two sums...
2002-03-28 Richard Kreckel* expairseq::combine_same_terms_sorted_seq() (expairseq...
2002-03-28 Richard Kreckel* Bump up version, keep INTERFACE_AGE at zero.
2002-03-28 Richard Kreckel* (time_fateman_expand.cpp): new file.
2002-03-28 Richard Kreckel* expairseq::expairseq(const epvector&, const ex& oc...
2002-03-27 Richard Kreckel* power::expand_add(): allocate the precise amount...
2002-03-27 Richard Kreckel* Don't push void to static Bernoulli vector, it breaks...
2002-03-27 Christian Bauerinlined ex::swap() and provided versions of iter_swap...
2002-03-24 Richard Kreckel* Add namespace declarators to is_ex_the_function().
2002-03-18 Richard Kreckel* Update dates, touch, and all this... release_1-0-7
2002-03-08 Richard Kreckel* Bump version (early, but I don't want to forget to...
2002-03-08 Richard Kreckel* matrix:;pow(): Fix exponent==0 case.
2002-03-06 Christian Bauerupdated the description of degree()/ldegree()
2002-03-05 Christian Bauerfixed LaTeX output of indexed objects
2002-03-05 Christian Bauerdocumentation update
2002-03-04 Richard Kreckel* Insert date. release_1-0-6
2002-03-04 Richard KreckelPrepare for release 1.0.6:
2002-02-28 Christian Bauer"(x+1).subs(x==x-1)" now returns the correct result...
2002-02-28 Christian Bauerfixed typos in examples
2002-02-28 Christian Baueradded some checks for subs() behavior
2002-02-28 Christian Bauerdocumentation update
2002-01-29 Christian Baueradded check for consistency of numeric input/output...
2002-01-27 Richard Kreckel* Bump up versions to 1.0.5, adjust dates.
2002-01-26 Richard Kreckel* Add Roberto Bagnara.
2002-01-26 Richard Kreckel* numeric::print(): Treat imaginary numbers correctly.
2002-01-25 Christian Bauer- (l)degree(s), coeff(s, n) and collect(s) were extende...
2002-01-25 Richard Kreckel* Finilize version 1.0.4 (version numbers, copyrights... release_1-0-4
2002-01-25 Richard Kreckel* mul::expand(): Considerable speedup through caching...
2002-01-22 Richard Kreckel* bernoulli(): Add Markus Nullmeier's new implementation.
2002-01-19 Richard Kreckel* Enable EXTRACT_ALL for LaTeX.
2002-01-19 Richard Kreckel* Docu: elaborate definition of sqrfree() (by Roberto...
2002-01-18 Richard Kreckel* Updated.
2002-01-18 Richard Kreckel* Updated.
2002-01-18 Richard Kreckel* Faster Bernoulli numbers (Markus Nullmeier).
2002-01-15 Richard Kreckel* GINAC_CHECK_ERRORS: Don't delete cache_file /dev...
2002-01-11 Richard Kreckel* Document the rounding behavior as dicussed on ginac...
2001-12-21 Richard Kreckel* Adjust for 1.0.3. release_1-0-3
2001-12-21 Richard Kreckel* Fix thinkos in print_csrc context.
2001-12-20 Christian Bauerfixed a bug where quo() would call vector::reserve...
2001-12-20 Christian Baueradded check for quo() bug
2001-12-20 Christian Bauerdocumentation update
2001-12-19 Richard Kreckel* Packaging update. release_1-0-2
2001-12-19 Richard Kreckel* Remove check for empty seq in Python output.
2001-12-19 Richard Kreckel* Old and future changes: relativity at work...
2001-12-19 Richard Kreckel* Huh, huh...
2001-12-19 Richard Kreckel* Added output-support for Python bindings and LaTeX...
2001-12-18 Richard Kreckel* Added some long-pending docu.
2001-12-18 Christian Bauer- input parser recognizes "sqrt()", which is also used...
2001-11-22 Richard Kreckel* Bump version number. release_1-0-1
2001-11-22 Richard Kreckel* Add Pearu's patch canonicalizing class relational...
2001-11-22 Richard Kreckel* Minor cleanups to avoid copying of symbols and stuff...
2001-11-20 Christian Bauerreadline versions like "4.735beta5-pl2" should now...
2001-11-19 Richard Kreckel* Make zeta1_eval() more lightweight by copying less...
2001-11-18 Richard Kreckel* Change section about Square-free decomposition reflec...
2001-11-17 Richard Kreckel* sqrfree(ex, lst): after factoring in the first variab...
2001-11-16 Richard Kreckel* Some minor optimization glitches.
2001-11-12 Richard Kreckel* Debian packaging reorganized to meet policy.
2001-11-06 Richard Kreckel* Really remove silly acronyms. The fucking network... release_1-0-0
2001-11-06 Richard Kreckel* ctor from string: fix for GCC3.0, avoid some string...
2001-11-06 Richard Kreckel* Removed @acronym{}, it looks silly.
2001-11-06 Richard Kreckel* Adjusted Debinization.
2001-11-06 Richard Kreckel* Inserted date.
2001-11-05 Richard Kreckel* Bump up version, fix typos.
2001-11-05 Richard Kreckel* Remove timing for -O0, people really shouldn't use it.
2001-11-05 Richard Kreckel* Unobfuscate the estimate check for the last coefficient.
2001-11-05 Richard Kreckel* Fix bug in ctor from string, reported by Christopher...
2001-11-01 Christian Bauermoved ginsh and viewgar into GiNaC-utils package
2001-11-01 Richard Kreckel* Make installdirs before trying to write there.
2001-11-01 Richard Kreckel* Distinguish between name and longname variables.
2001-11-01 Richard Kreckel* Remove obsolete macros.
2001-11-01 Richard Kreckel* create dirs ${prefix}/share/doc/GiNaC/{tutorial,refer...
2001-10-31 Christian Bauer"make distclean" didn't remove all necessary files
2001-10-31 Christian Bauer- ginsh_fcn_help/ginsh_op_help.c are renamed to *.h...
2001-10-29 Richard Kreckel* Mention it's configure.ac now, not configure.in.
2001-10-29 Christian BauerThe last 3 evaluated expressions in ginsh are now refer...
2001-10-29 Christian Bauer- renamed configure.in to configure.ac as suggested...
2001-10-28 Richard Kreckel* Hahaha! The second of the two tests was actually...
2001-10-28 Richard Kreckel* Require Autoconf 2.50.
2001-10-28 Richard Kreckel* Updated from FSF.
2001-10-27 Richard Kreckel* Headers only include <iosfwd> from now on, since...
2001-10-26 Richard Kreckel* Ran through ispell.
2001-10-26 Richard Kreckel* As agreed upon at lunch, remove debugmsg since it...
2001-10-26 Richard Kreckel* Remove support for <strstream>. It is too bug-ridden.
2001-10-22 Richard Kreckel* Some internal reorganization WRT flyweight handling...
2001-10-02 Richard Kreckel- Call `ginac-config --version` only once and safe...
2001-09-25 Richard Kreckel- clarify comment about counterintuitive sorting for...
2001-09-24 Richard Kreckel- Add build-dependency on flex and bison; closes: ...
2001-09-20 Richard Kreckel- Explain what's going on with <sstream>.
2001-09-20 Richard Kreckel- version bump. release_0-9-4
2001-09-20 Richard Kreckel- minor fix in error log.
2001-09-19 Richard Kreckel- Updated from FSF, reflecting libtool version 1.4.2.
2001-09-18 Christian BauerGINAC_RL_VERSION_* defines didn't get set when running...
2001-09-14 Richard Kreckel- Mention evalf(2^Pi)-bug, lest we forget about it.
2001-09-07 Christian BauerI really think that changes to top-level files should...
2001-09-07 Christian Bauerdo changes to top-level files get posted to ginac-cvs...
2001-09-07 Richard Kreckel- Make some tests more stringent and meaningful.
2001-09-06 Richard Kreckel- replaced dumb consistency check by a rigorous one.
next