2000-10-05 |
Richard Kreckel | - config.guess, config.sub: upgraded from FSF. |
commit | commitdiff | tree | snapshot |
2000-09-26 |
Richard Kreckel | - target distclean removes G__*, which are sometimes... |
commit | commitdiff | tree | snapshot |
2000-09-26 |
Richard Kreckel | - Updated Cint status. |
commit | commitdiff | tree | snapshot |
2000-09-23 |
Richard Kreckel | - pseries::print(): did not insert parenthesis when... |
commit | commitdiff | tree | snapshot |
2000-09-18 |
Richard Kreckel | - matrix::inverse(): Added a shortcut for sparse cases. |
commit | commitdiff | tree | snapshot |
2000-09-18 |
Richard Kreckel | - matrix::gauss_elimination(): Added a shortcut for... |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Richard Kreckel | - Fixed a memory corruption in matrix::determinant_minor(). |
commit | commitdiff | tree | snapshot |
2000-08-28 |
Christian Bauer | - removed non-sources from CVS |
commit | commitdiff | tree | snapshot |
2000-08-21 |
Richard Kreckel | - Updated Cint status. |
commit | commitdiff | tree | snapshot |
2000-08-14 |
Richard Kreckel | - Duh, we had some style discussion again... |
commit | commitdiff | tree | snapshot |
2000-08-14 |
Richard Kreckel | - removed the compatiblity stuff for broken slink linkers. |
commit | commitdiff | tree | snapshot |
2000-08-14 |
Richard Kreckel | - Inserted some more std:: to make it compile under... |
commit | commitdiff | tree | snapshot |
2000-08-14 |
Richard Kreckel | - Updated from FSF. |
commit | commitdiff | tree | snapshot |
2000-08-14 |
Richard Kreckel | - Corrected Cint 5.14.45 status. |
commit | commitdiff | tree | snapshot |
2000-08-12 |
Richard Kreckel | - Changes to make it more ANSI-conformant. Stuff detec... |
commit | commitdiff | tree | snapshot |
2000-08-12 |
Richard Kreckel | - New file. |
commit | commitdiff | tree | snapshot |
2000-08-12 |
Richard Kreckel | - Same shit as Christian did yesterday in ginac/. |
commit | commitdiff | tree | snapshot |
2000-08-11 |
Christian Bauer | - more indentation fixes |
commit | commitdiff | tree | snapshot |
2000-08-11 |
Christian Bauer | - fixes to the indentation |
commit | commitdiff | tree | snapshot |
2000-08-11 |
Christian Bauer | - indentation is now done with tabs |
commit | commitdiff | tree | snapshot |
2000-08-10 |
Richard Kreckel | - Huh, \includegraphics doesn't like dots. Disabled. release_0-6-4 |
commit | commitdiff | tree | snapshot |
2000-08-10 |
Richard Kreckel | - Complete revamp of methods in class matrix. Some... |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Christian Bauer | - fixed normal((b*a-c*a)/(4-a)) bug: heur_gcd() only... |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Christian Bauer | - added check for normal((b*a-c*a)/(4-a)) bug |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Richard Kreckel | - Check the normal(c-(b*a-c*a)/(4-a)) bug. |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Richard Kreckel | - Check *this for zeroness before .invert()ing it. |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Christian Bauer | - fixed "normal(2-2*(1+a)/(-1-a))" bug: add::normal... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Christian Bauer | - added check for "normal(2-2*(1+a)/(-1-a))" bug |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Christian Bauer | - I'm fired. Fixed a really stupid bug in sr_gcd()... |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Richard Kreckel | - Fixed an assertion-thinko in matrix::fraction_free_el... |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Richard Kreckel | - Bernard Parisse's patch for Order_eval(). |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Richard Kreckel | - Fixed a thinko in atan(const numeric &). |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Richard Kreckel | - Bumped up version to 0.6.3. release_0-6-3 |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Richard Kreckel | - Inserted date. |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Richard Kreckel | - Made determinant_algo (in flags.h) really work. |
commit | commitdiff | tree | snapshot |
2000-07-22 |
Richard Kreckel | - Fixed the bug that broke xloop's po_redux. |
commit | commitdiff | tree | snapshot |
2000-07-21 |
Richard Kreckel | - Derivatives are now assembled in a slightly different... |
commit | commitdiff | tree | snapshot |
2000-07-07 |
Richard Kreckel | - added a warning that things like sin(Li2(x)).series... |
commit | commitdiff | tree | snapshot |
2000-07-07 |
Richard Kreckel | - added a test for Li2(sin(x)).series(x==0,8). |
commit | commitdiff | tree | snapshot |
2000-07-06 |
Richard Kreckel | - Introduced derivative of Li2. |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Richard Kreckel | - Patches needed for cygwin. |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Richard Kreckel | - suppress zero-terms in expansion. |
commit | commitdiff | tree | snapshot |
2000-06-22 |
Richard Kreckel | - version.h: change triggered. release_0-6-2 |
commit | commitdiff | tree | snapshot |
2000-06-22 |
Richard Kreckel | - stamp-vti, version.texi: bumped up version to 0.6.2. |
commit | commitdiff | tree | snapshot |
2000-06-22 |
Richard Kreckel | - exam_mansamples.cpp, exam_paranoia.cpp: fixes and... |
commit | commitdiff | tree | snapshot |
2000-06-22 |
Richard Kreckel | - configure, configure.in: Bumped version up to 0.6.2. |
commit | commitdiff | tree | snapshot |
2000-06-21 |
Christian Bauer | - '#' as the first character of a line starts a comment |
commit | commitdiff | tree | snapshot |
2000-06-21 |
Christian Bauer | - constructor from strings once again accepts Lisp... |
commit | commitdiff | tree | snapshot |
2000-06-21 |
Christian Bauer | - moved polynomial interpolation in heur_gcd() to its... |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Richard Kreckel | - cint/*: Revamped the launch-scheme for ginaccint... |
commit | commitdiff | tree | snapshot |
2000-06-09 |
Richard Kreckel | - pseries::print(): Make it print more nicely. |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Richard Kreckel | - bernoulli(): Really sped the Bernoulli numbers up... |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Christian Bauer | - whoops, accidentally commented out gamma series test... |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Christian Bauer | - fixed bug in Euclidean PRS algorithm |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Christian Bauer | *sigh* when will we move the Makefile.in's out of CVS? |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Christian Bauer | *sigh* when will we move these files out of CVS? |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Richard Kreckel | - ginac/operators.cpp: added some missing debugmsg... |
commit | commitdiff | tree | snapshot |
2000-06-02 |
Richard Kreckel | - bernoulli(numeric): speedup. |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Richard Kreckel | - Fixed syntax errors that hit only when not defining... |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Richard Kreckel | - Added CPPFLAGS to makecint. |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Richard Kreckel | - config.guess config.sub ltconfig ltmain.sh: updated... |
commit | commitdiff | tree | snapshot |
2000-05-29 |
Richard Kreckel | - Cleaned up launching procedure for ginaccint.bin. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Richard Kreckel | - Updated note about how to compile with Cint. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Richard Kreckel | - triggered. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Richard Kreckel | - WIP. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Richard Kreckel | - Fixed wrong conversion documentation: fibonacci(numer... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Richard Kreckel | - config.guess, config.sub: updated to newer version... |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Richard Kreckel | - Fixed "unterminated sed command". |
commit | commitdiff | tree | snapshot |
2000-05-18 |
Richard Kreckel | - Added version.h.in to EXTRA_DIST. release_0-6-1 |
commit | commitdiff | tree | snapshot |
2000-05-18 |
Richard Kreckel | - texinfo.tex: upgraded to newest version from FSF. |
commit | commitdiff | tree | snapshot |
2000-05-18 |
Richard Kreckel | - Included manpage in dist. |
commit | commitdiff | tree | snapshot |
2000-05-18 |
Richard Kreckel | - Additions for version 0.6.1. |
commit | commitdiff | tree | snapshot |
2000-05-18 |
Richard Kreckel | - Added version.h to the list of files to be installed. |
commit | commitdiff | tree | snapshot |
2000-05-18 |
Richard Kreckel | - Bumped up version to 0.6.1, incremented binary- and... |
commit | commitdiff | tree | snapshot |
2000-05-17 |
Alexander Frink | special commands '.cmd' can now also be invoked with... |
commit | commitdiff | tree | snapshot |
2000-05-17 |
Richard Kreckel | - Added parameter passing. |
commit | commitdiff | tree | snapshot |
2000-05-17 |
Richard Kreckel | - removed bogus checking for libstdc++, since new libto... |
commit | commitdiff | tree | snapshot |
2000-05-16 |
Richard Kreckel | - pass $CXXFLAGS down to makecint. |
commit | commitdiff | tree | snapshot |
2000-05-16 |
Richard Kreckel | - GiNaCcint also builds with --disable-static now. |
commit | commitdiff | tree | snapshot |
2000-05-16 |
Richard Kreckel | - Fixed hang if no html-docu was generated. |
commit | commitdiff | tree | snapshot |
2000-05-16 |
Richard Kreckel | - Adjusted build-environment for "Cint without crutches... |
commit | commitdiff | tree | snapshot |
2000-05-16 |
Alexander Frink | friend void ginsh_get_ginac_functions(void) is now... |
commit | commitdiff | tree | snapshot |
2000-05-16 |
Alexander Frink | Support for cint versions older than 5.14.38 is discont... |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Christian Bauer | - mentioned "Derivative" function |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Richard Kreckel | - Updated Cint install status. release_0-6-0 |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Richard Kreckel | - numeric::numeric(const char*): parse complex numbers. |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Richard Kreckel | - Updated date. |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Alexander Frink | More features for GiNaC-cint: |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Christian Bauer | - small efficiency fix in mul_series |
commit | commitdiff | tree | snapshot |
2000-05-10 |
Alexander Frink | more modifications for future cints with correct namesp... |
commit | commitdiff | tree | snapshot |
2000-05-10 |
Alexander Frink | #pragmas for MAKECINT in combination with namespaces |
commit | commitdiff | tree | snapshot |
2000-05-10 |
Alexander Frink | enhanced ginaccint.bin.cpp (help, read from file, save... |
commit | commitdiff | tree | snapshot |
2000-05-06 |
Richard Kreckel | - matrix::determinant_numeric(): deleted. It was dupli... |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Christian Bauer | - normal() respects the "level" parameter to limit... |
commit | commitdiff | tree | snapshot |
2000-04-29 |
Richard Kreckel | - introduced info_flag::algebraic. |
commit | commitdiff | tree | snapshot |
2000-04-29 |
Richard Kreckel | - documented info_flags::algebraic. |
commit | commitdiff | tree | snapshot |
2000-04-29 |
Richard Kreckel | - Extended check (FIXME: may under certain conditions... |
commit | commitdiff | tree | snapshot |
2000-04-21 |
Richard Kreckel | - numeric::to_rational(): fixed thinko. |
commit | commitdiff | tree | snapshot |
2000-04-20 |
Richard Kreckel | - expairseq::to_rational(): Fixed thinko. |
commit | commitdiff | tree | snapshot |
2000-04-20 |
Richard Kreckel | - expairseq.cpp: moved expairseq::to_rational to... |
commit | commitdiff | tree | snapshot |
next |