[giac] branch master updated (7eaa712 -> 1b1e6c2)

Ximin Luo infinity0 at debian.org
Sat Jun 24 13:08:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a change to branch master
in repository giac.

      from  7eaa712   Release 1.2.3.25+dfsg1-4 to Debian unstable.
       new  57efad6   Exclude more files from the next source import
      adds  13a26d5   New upstream version 1.2.3.51+dfsg1
       new  acad977   Merge tag 'upstream/1.2.3.51+dfsg1'
       new  1b1e6c2   Update d/changelog, refresh patches

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am                                      |   24 +-
 check/TP12-sol.cas.out1                          |    2 +-
 check/TP21-sol.cas.out1                          |    2 +-
 check/cas.out                                    |    8 +-
 check/geo.out                                    |    2 +-
 check/integrate.out                              |    2 +-
 check/log                                        | 2164 ++++++-------
 configure.in                                     |    1 +
 debian/changelog                                 |    6 +
 debian/copyright                                 |    5 +
 debian/patches/dont-bg-hevea.patch               |   20 +-
 debian/patches/dont-build-files-excluded.patch   |   15 +-
 debian/patches/dont-include-remote-scripts.patch |  105 +-
 debian/patches/find-doc-files-at-buildtime.patch |    6 +-
 doc/Makefile.am                                  |    2 +-
 doc/aide_cas                                     |  123 +-
 doc/el/cas_el.log                                |    2 +-
 doc/giac.tex                                     |  114 +-
 doc/giacfr.tex                                   |  109 +-
 doc/menuen.js                                    |  484 +++
 doc/menufr.js                                    |  488 +++
 doc/test.tex                                     |   16 +-
 doc/testfr.tex                                   |   76 +-
 doc/xcasen.html                                  |  960 ++----
 doc/xcasfr.html                                  | 3512 +++++++++++++++-------
 doc/xcasmode.js                                  |   12 +-
 examples/Exemples/arit/multfft.xws               |  Bin 13123 -> 13126 bytes
 examples/Exemples/capes2006/0807.xws             |  Bin 6831 -> 6765 bytes
 examples/Exemples/geo3d/animcube.xws             |    2 +-
 examples/Exemples/poly/afactor.xws               |  Bin 13125 -> 14209 bytes
 examples/Exemples/poly/reed_sol.xws              |  304 +-
 examples/Exemples/proba/kolmogorov.xws           |  667 ++--
 examples/Exemples/proba/moivre_laplace.xws       |  124 +-
 examples/Exemples/spects/spec_proie.xws          |   87 +-
 po/de.gmo                                        |  Bin 65080 -> 0 bytes
 po/de.po                                         | 2972 +++++++++---------
 po/el.gmo                                        |  Bin 101100 -> 0 bytes
 po/el.po                                         | 2972 +++++++++---------
 po/en.gmo                                        |  Bin 65091 -> 0 bytes
 po/en.po                                         | 2972 +++++++++---------
 po/es.gmo                                        |  Bin 6375 -> 0 bytes
 po/es.po                                         | 2972 +++++++++---------
 po/fr.gmo                                        |  Bin 138644 -> 0 bytes
 po/fr.po                                         | 2974 +++++++++---------
 po/giac.pot                                      | 2972 +++++++++---------
 po/it.gmo                                        |  Bin 382 -> 0 bytes
 po/it.po                                         | 2972 +++++++++---------
 po/pt.gmo                                        |  Bin 413 -> 0 bytes
 po/pt.po                                         | 2972 +++++++++---------
 po/zh.gmo                                        |  Bin 24939 -> 0 bytes
 po/zh.po                                         | 2972 +++++++++---------
 src/Cfg.cc                                       |    8 +-
 src/Editeur.cc                                   |    9 +-
 src/Equation.cc                                  |   37 +-
 src/Graph.cc                                     |   37 +-
 src/History.cc                                   |    9 +-
 src/Makefile.am                                  |    2 +-
 src/Tableur.cc                                   |   49 +-
 src/Xcas1.cc                                     |   26 +-
 src/alg_ext.cc                                   |    4 +-
 src/cocoa.cc                                     |  151 +-
 src/config.h                                     |    3 +
 src/derive.cc                                    |   32 +-
 src/desolve.cc                                   |    5 +-
 src/dispatch.h                                   |    2 +-
 src/first.h                                      |   39 +-
 src/gausspol.cc                                  |  126 +-
 src/gausspol.h                                   |   38 +
 src/gen.cc                                       |   92 +-
 src/gen.h                                        |   16 +-
 src/global.cc                                    |  139 +-
 src/global.h                                     |   11 +-
 src/help.cc                                      |   12 +-
 src/hist.cxx                                     |    7 +-
 src/hist.fl                                      |    5 +
 src/hist.h                                       |  535 ++--
 src/icas.cc                                      |   67 +-
 src/ifactor.cc                                   |   16 +-
 src/index.cc                                     |    4 +-
 src/input_parser.yy                              |    3 +-
 src/intg.cc                                      |  117 +-
 src/intgab.cc                                    |   12 +-
 src/lexer_tab_int.h                              |    4 +-
 src/maple.cc                                     |    4 +-
 src/mathml.cc                                    |  131 +-
 src/mathml.h                                     |    3 +-
 src/misc.cc                                      |  271 +-
 src/misc.h                                       |    6 +-
 src/modfactor.cc                                 |    5 +-
 src/modpoly.cc                                   |   46 +-
 src/moyal.cc                                     |   11 +-
 src/pari.cc                                      |    2 +-
 src/path.h                                       |    6 +-
 src/permu.cc                                     |  111 +-
 src/plot.cc                                      |  332 +-
 src/plot.h                                       |    2 +-
 src/prog.cc                                      |   26 +-
 src/quater.cc                                    |  183 +-
 src/quater.h                                     |   12 +
 src/risch.cc                                     |    4 +
 src/rpn.cc                                       |    7 +-
 src/series.cc                                    |   41 +-
 src/solve.cc                                     |   51 +-
 src/subst.cc                                     |   75 +-
 src/subst.h                                      |    2 +-
 src/sym2poly.cc                                  |    9 +-
 src/symbolic.cc                                  |    4 +-
 src/tex.cc                                       |    2 +-
 src/threaded.cc                                  |   30 +-
 src/threaded.h                                   |  355 ++-
 src/ti89.h                                       |    2 +
 src/unary.cc                                     |    2 +-
 src/usual.cc                                     |   85 +-
 src/usual.h                                      |    4 +-
 src/vecteur.cc                                   |  315 +-
 src/vecteur.h                                    |    1 +
 src/vector.h                                     |   10 +-
 117 files changed, 22085 insertions(+), 17876 deletions(-)
 create mode 100644 doc/menuen.js
 create mode 100644 doc/menufr.js
 delete mode 100644 po/de.gmo
 delete mode 100644 po/el.gmo
 delete mode 100644 po/en.gmo
 delete mode 100644 po/es.gmo
 delete mode 100644 po/fr.gmo
 delete mode 100644 po/it.gmo
 delete mode 100644 po/pt.gmo
 delete mode 100644 po/zh.gmo

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/giac.git



More information about the debian-science-commits mailing list