]> www.ginac.de Git - ginac.git/history - ginsh
adjusted for the fact that "A + c" is now rejected by add::eval if A is
[ginac.git] / ginsh /
2001-06-26 Richard Kreckel- added ginsh_extensions.h to ginsh_SOURCES.
2001-06-25 Christian Bauerfixed some -Wall stuff
2001-06-25 Christian Baueradded map()
2001-06-23 Christian Bauer- added find() (like has(), but returns list of all...
2001-06-22 Christian Baueradded a way to add more functions to ginsh in the file...
2001-06-22 Christian Bauersome cleanups
2001-06-21 Christian Bauerremoved a lot of superfluous const_cast<>()s
2001-06-19 Christian Baueradded decomp_rational()
2001-06-16 Richard Kreckel* Supplement some (now deprecated) macros by inlined...
2001-06-15 Richard Kreckel* Supplement some (now deprecated) macros by inlined...
2001-06-11 Christian Bauerfixed typos
2001-06-01 Christian Bauer- list delimiters are now { } and matrix delimiters...
2001-06-01 Christian Bauer- added numer_denom()
2001-05-25 Christian Baueradded description of wildcards
2001-05-24 Christian Bauer- first implementation of pattern matching
2001-05-11 Richard Kreckel- Renamed our detected libreadline version in order...
2001-05-03 Richard Kreckel* Fix incompatibilities with recent versions of libread...
2001-04-20 Christian Bauer- degree(), ldegree(), coeff(), lcoeff(), tcoeff()...
2001-04-15 Richard Kreckel* Added example about series expansion.
2001-04-13 Richard Kreckel* Removed obsolete exponent marker in float output...
2001-04-09 Christian Baueradapted to change symbol::getname() -> symbol::get_name()
2001-04-06 Christian Bauerprinttree() -> print(print_tree())
2001-03-23 Christian Bauerlst_to_matrix() takes a "lst &" instead of an "ex &"
2001-03-22 Richard Kreckel* Eliminated overloaded operator% for noncommunistic...
2001-03-11 Richard Kreckelnormal.cpp, normal.h: Fix Yun's algorithm (there was...
2001-02-28 Richard Kreckel* Macro deobfuscation.
2001-02-27 Christian Bauerbuilding in separate directory didn't work
2001-01-31 Christian Bauerlist of completion work break characters set correctly
2001-01-22 Richard Kreckel- See if __GNUC__ < 2.97 before using std::vector<...
2001-01-07 Richard Kreckel- Import namespace std globally.
2000-12-30 Christian Bauer-DIN_GINAC moved from CPPFLAGS to INCLUDES (as suggeste...
2000-11-16 Christian Bauerall man pages now display the current GiNaC version...
2000-08-28 Christian Bauer- removed non-sources from CVS
2000-07-21 Richard Kreckel- Derivatives are now assembled in a slightly different...
2000-07-03 Richard Kreckel- Patches needed for cygwin.
2000-06-21 Christian Bauer- '#' as the first character of a line starts a comment
2000-06-15 Richard Kreckel- cint/*: Revamped the launch-scheme for ginaccint...
2000-06-06 Christian Bauer*sigh* when will we move the Makefile.in's out of CVS?
2000-05-16 Richard Kreckel- Adjusted build-environment for "Cint without crutches...
2000-04-13 Christian Bauer- '?time' now works
2000-04-05 Christian Bauer- fixed a small oops: iprint() didn't reset the number...
2000-04-05 Christian Bauer- changed comment starter from # to //
2000-03-31 Christian Bauer- the ex stream >> operator is gone
2000-03-30 Richard Kreckel- dramatic speedup for characteristic polynomials of...
2000-03-29 Christian Bauer- expressions can now be read from streams; the input...
2000-03-26 Richard Kreckel- As advertised: we are calling the Gamma function...
2000-03-24 Christian Bauer- ginac.h includes version.h (created by configure...
2000-03-23 Richard Kreckel- We now write f(x).series(x==3,5) instead of f(x)...
2000-03-21 Richard Kreckel- gamma() -> Gamma().
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-02-29 Richard Kreckel- Completely restructured the checks in subdir check/.
2000-02-21 Alexander Frinkregistered_function_info struct changed to function_opt...
2000-02-07 Richard Kreckel- changes triggered by fucking new version of automake
2000-02-07 Christian Bauer- cint dir was missing from distribution
2000-02-07 Richard Kreckel- Changes to */Makefile.in triggered by stupid automake...
2000-02-07 Richard Kreckel- */Makefile.in: changes triggered by newer automake.
2000-02-04 Christian Bauer- ginsh now includes "ginac.h" when compiled as part...
2000-02-02 Richard Kreckel- diff() is now only defined on classes ex and basic...
2000-01-31 Richard Kreckel- introduced function void greeting(void).
2000-01-31 Christian Bauer- updated Makefiles
2000-01-30 Richard Kreckel- Renamed flag NO_GINAC_NAMESPACE to NO_NAMESPACE_GINAC...
2000-01-27 Christian Bauer- building GiNaC in a separate directory now works
2000-01-26 Christian Bauer- updated dates
2000-01-24 Christian Bauer- renamed archive::dump() to archive::printraw() for...
2000-01-20 Richard Kreckel- changed old-style power() to new-style pow()
2000-01-19 Richard Kreckel- change triggered by newer automake version
2000-01-19 Christian Bauer- added tokens "read" and "write" (in preparation for...
2000-01-11 Richard Kreckel- changed the fucking dates i had forgotten the last...
2000-01-11 Richard Kreckel- made nops() return unsigned instead of int
2000-01-10 Christian Bauer- now compiles with readline V4 headers
1999-12-17 Richard Kreckel- Banned exZERO(), exONE(), exMINUSHALF() and all this...
1999-12-13 Richard Kreckel- Run automake again on squark, as we had agreed earlier.
1999-12-13 Richard Kreckel- introduced info_flags::cinteger, info_flags::crational,
1999-12-10 Richard Kreckel- Introduced exception do_taylor to signal Taylor expan...
1999-12-02 Richard Kreckel- added the beta function to GiNaC
1999-12-02 Alexander Frinkginsh did not compile
1999-12-02 Alexander Frink#ifndef around namespace GiNaC { }
1999-12-01 Christian Bauer- added 'ginac-config' script and 'ginac.m4' macros...
1999-11-26 Christian Bauer- files which are generated by perl scripts are made...
1999-11-26 Christian Bauer- building GiNaC will no longer bomb if Doxygen is...
1999-11-25 Christian Bauer- tutorial now built with texinfo
1999-11-25 Christian Bauer- automake 1.4 was complaining about EXTRA_DATA in...
1999-11-25 Christian Bauer- automake 1.4 was complaining about AM_PROG_INSTALL...
1999-11-19 Christian Bauer- some files were missing in the distribution
1999-11-19 Richard Kreckel- removed an obscure reference that broke internal...
1999-11-18 Christian Bauer- added on-line help system
1999-11-17 Christian Bauer- libginac.la no longer includes a dependency on librea...
1999-11-17 Christian Bauer- put everything in "GiNaC" namespace
1999-11-16 Christian Bauer- ginsh can handle multiple input files which are speci...
1999-11-12 Christian Bauer- removed translated ginsh sources from CVS; they shoul...
1999-11-12 Christian Bauer- docs now under automake control
1999-11-11 Christian Bauer- removed strdup() replacement from ginsh
1999-11-11 Christian Bauer- "make dist" should now include all necessary files...
1999-11-10 Christian Bauer- enforced GiNaC coding standards :-)
1999-11-09 Christian Bauer- switched to automake build environment
1999-11-09 Richard Kreckelkilled typo.
1999-11-09 Richard KreckelAnother restructuring: moved include/*.h -> include...
1999-11-09 Richard KreckelTarget install should work now more or less.
1999-11-08 Richard KreckelInitial revision