]> www.ginac.de Git - ginac.git/history - ginsh
Add .gitignore files.
[ginac.git] / ginsh /
2020-04-10 Richard KreckelAdd .gitignore files.
2020-01-01 Richard KreckelHappy New Year!
2019-09-10 Richard KreckelConvert shebangs to python3.
2019-02-16 Richard KreckelHappy New Year!
2018-01-01 Richard KreckelHappy New Year!
2017-01-09 Richard KreckelHappy New Year!
2016-04-13 Richard KreckelPrefer C library wrappers over C headers, where possible.
2016-04-05 Richard KreckelMerge branch 'c++11' in preparation for version 1.7.0.
2016-02-25 Richard KreckelUse C++11 'auto' and range-based for loops where possible.
2016-02-22 Richard KreckelUse C++11 'nullptr' where applicable.
2016-01-28 Richard KreckelRemove 'level' argument of normal().
2016-01-28 Richard KreckelRemove 'level' argument of evalf().
2016-01-01 Richard KreckelHappy New Year!
2016-01-01 Richard KreckelHappy New Year!
2016-01-01 Richard KreckelDe-document eval() in ginsh help and manpage.
2015-12-16 Richard KreckelMake .eval() evaluate top-level only.
2015-11-26 Richard KreckelUse initializer lists to construct container<>, lst.
2015-11-26 Richard KreckelMake ample use of the contextual keyword 'override'.
2015-11-03 Richard KreckelFix most remaining GCC compiler warnings.
2015-11-03 Richard KreckelUse C++11 range-based foor loops and auto, where possible.
2015-04-14 Martin ValaMake compile_ex() work with CMake.
2015-01-25 Richard KreckelHappy new year!
2014-10-14 Richard KreckelUpdate copyright statements.
2014-10-14 Richard KreckelThe FSF has moved (long ago).
2014-02-02 Alexei Sheplyakov[build] Include CMake related files into the tarball.
2014-01-28 Alexei Sheplyakov[build] ginsh: fix `make distcheck' failure.
2013-08-11 Richard Kreckel[build] fix ginsh build for automake <=1.11.
2013-07-31 Richard KreckelFix build from git repository.
2013-07-31 Richard KreckelShut up recent automake warning.
2012-07-17 Alexei Sheplyakov[build] GiNaC can be built with CMake now.
2012-07-17 Alexei Sheplyakov[build] Rewrite ginsh related sed scripts in python.
2012-07-17 Alexei Sheplyakov[build] include config.h conditionally to not break...
2012-07-17 Alexei SheplyakovConvert function.pl into C++ (well, almost) source...
2012-02-23 Alexei SheplyakovMerge branch 'master' of git://github.com/AlexeiSheplya...
2011-06-21 Jens VollingaMade yyerror() string argument constant to avoid an...
2011-05-19 Jens VollingaAvoiding a spurious missing ginac_parser.h error when...
2011-02-04 Richard KreckelExtend copyright to 2011.
2010-05-13 Richard KreckelExplicit function disambiguation.
2010-05-13 Richard KreckelExplicit function disambiguation.
2010-03-05 Jens VollingaCopyright goes 2010.
2010-03-05 Jens VollingaCopyright goes 2010.
2010-02-27 Richard KreckelUpdate copyright notice.
2009-02-06 Jens VollingaPrettified source code.
2008-10-19 Alexei Sheplyakovsymbol: make get_domain() a virtual method, remove...
2008-09-30 Jens VollingaMerge branch 'master' of git://ffmssmsc.jinr.ru:443...
2008-09-19 Alexei Sheplyakovmatch() (find()): use exmap (exset) to store matched...
2008-09-09 Jens VollingaMerge branch 'master' of git://ffmssmsc.jinr.ru:443...
2008-09-09 Alexei Sheplyakovbuild: don't run any ${host} binaries while checking...
2008-09-09 Alexei Sheplyakovginsh: use exmap for storing assigned symbols.
2008-08-09 Jens VollingaAdded polynomial factorization (univariate case).
2008-03-27 Jens VollingaMerge commit 'origin/master'
2008-03-26 Richard B. KreckelMerge git://www.ginac.de/ginac
2008-03-25 Richard B. KreckelHappy new year!
2007-02-05 Jens VollingaSynced to ginac_1-3:
2007-02-01 Richard Kreckel* Happy New Year(s)!
2006-08-06 Richard KreckelCompilation for GCC 4.2.
2006-04-22 Richard Kreckel* Belated Happy New Year!
2005-11-04 Richard Kreckel* Avoid getrusage(2) on systems that don't have it...
2005-09-12 Richard Kreckel* Added fsolve() numerical univariate real-valued funct...
2005-05-01 Richard Kreckel* Last week, the FSF has moved their office.
2005-02-22 Christian BauerHappy new year!
2005-02-21 Christian Bauerremove dependence on YYTEXT_POINTER which is not being...
2004-10-27 Christian Bauermake integral() and eval_integ() available in ginsh
2004-08-06 Christian Bauerpatch for readline 5.0 [Howard B. Golden]
2004-08-02 Christian Bauerexpand() before integer_content()
2004-08-02 Christian Baueradded integer_content() function
2004-06-28 Richard Kreckel* Added resultant() function (by Ralf Stephan <ralf...
2004-06-15 Richard Kreckel- Added method matrix::rank().
2004-02-18 Christian Bauerupdated list of authors
2004-01-08 Jens VollingaMan-page mentions keywords real_symbols and complex_sym...
2004-01-08 Jens VollingaChanged symbol_options to domain.
2004-01-08 Christian BauerHappy New Year!
2004-01-06 Christian Baueradded online help for conjugate()
2004-01-04 Jens VollingaAdded keywords "complex_symbols" and "real_symbols...
2003-12-19 Richard Kreckel* s/LFLAGS/AM_LFLAGS/.
2003-11-29 Jens Vollinga* Removed convert_H_notation, added convert_H_to_Li
2003-11-18 Jens Vollinga* Made function "convert_H_notation" available to ginsh
2003-11-17 Jens Vollinga* Removed mZeta
2003-09-06 Richard Kreckel* ginsh_input(): Modern versions of flex want us to...
2003-08-24 Christian Bauersome functions that were restricted to symbols for...
2003-08-22 Christian Baueradded on-line help for nestedsums functions
2003-07-02 Christian Bauermerging 1.2 branch into main trunk
2003-05-06 Christian Bauer- updated docs
2003-01-21 Christian Bauerprepared for 1.0.13 release
2002-11-21 Christian Bauer- added collect_common_factors()
2002-10-29 Christian Baueradded the sprem() function
2002-10-17 Christian Bauer- added print_latex() and print_csrc()
2002-01-25 Richard Kreckel* Finilize version 1.0.4 (version numbers, copyrights... release_1-0-4
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 Christian BauerThe last 3 evaluated expressions in ginsh are now refer...
2001-10-27 Richard Kreckel* Headers only include <iosfwd> from now on, since...
2001-08-22 Richard Kreckel- Cleanups: My evil plot of making ex::bp private may...
2001-08-18 Richard Kreckel- carried on with felonious plot about making ex::bp...
2001-08-08 Christian Bauershould work with readline 4.1 again
2001-08-07 Christian Bauer- increased compatibility with RedHat's readline-4...
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...
next