This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GiNaC -- a C++ library for symbolic computations". The branch, master has been updated via f38cbcd651246fb5c1294705d29399f3cbfddaf5 (commit) via feed241b95f7dbd6294795b4afc2bcae41880c31 (commit) from 71803f13294618ddd3f19fd0d9871cc44023c155 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f38cbcd651246fb5c1294705d29399f3cbfddaf5 Author: Jens Vollinga <jensv@nikhef.nl> Date: Fri Jul 10 15:01:04 2009 +0200 Changed the parser such that it understands all defined functions including the user defined ones. To this end a method has been added to class function to allow the modified get_default_reader() function to build up a complete prototype table. The autogen tool is no longer required. commit feed241b95f7dbd6294795b4afc2bcae41880c31 Author: Jens Vollinga <jensv@nikhef.nl> Date: Fri Jul 10 09:54:09 2009 +0200 Fixed manual to correctly explain return_type_tinfo(). ----------------------------------------------------------------------- Summary of changes: INSTALL | 3 +- configure.ac | 4 -- doc/tutorial/ginac.texi | 63 ++++++++++++++++----------- ginac/Makefile.am | 18 +------- ginac/function.pl | 1 + ginac/parser/builtin_fcns.def | 90 --------------------------------------- ginac/parser/default_reader.tpl | 50 --------------------- ginac/parser/parse_context.cpp | 20 +++++++++ ginac/parser/parse_context.h | 21 +++------ ginac/parser/parser.cpp | 3 +- 10 files changed, 69 insertions(+), 204 deletions(-) delete mode 100644 ginac/parser/builtin_fcns.def delete mode 100644 ginac/parser/default_reader.tpl hooks/post-receive -- GiNaC -- a C++ library for symbolic computations