[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[asymptote] 02/05: Merge tag 'upstream/2.37.real'



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

preining pushed a commit to branch master
in repository asymptote.

commit 5fbe37a94b12eab0e967204492de456100851804
Merge: d2a6920 f03550e
Author: Norbert Preining <norbert@preining.info>
Date:   Tue Mar 15 11:37:48 2016 +0900

    Merge tag 'upstream/2.37.real'
    
    Upstream version 2.37.real
    
    # gpg: Signature made Tue 15 Mar 2016 11:37:43 AM JST
    # gpg:                using RSA key 0xEC00B8DAD32266AA
    # gpg: Good signature from "Norbert Preining <norbert@preining.info>" [ultimate]
    # gpg:                 aka "Norbert Preining <preining@logic.at>" [ultimate]
    # gpg:                 aka "Norbert Preining <preining@debian.org>" [ultimate]
    # gpg:                 aka "Norbert Preining <preining@jaist.ac.jp>" [ultimate]
    # gpg:                 aka "[jpeg image of size 4185]" [ultimate]
    # Primary key fingerprint: F7D8 A928 26E3 16A1 9FA0  ACF0 6CAC A448 860C DC13
    #      Subkey fingerprint: 5871 F824 2DCC 3660 2362  BE7D EC00 B8DA D322 66AA

 .gitignore                           |   113 -
 ChangeLog                            | 38732 +++++++++++++++++++++++++++++++++
 GUI/CubicBezier.py                   |    11 +-
 GUI/UndoRedoStack.py                 |    22 +-
 GUI/xasy.py                          |    11 +-
 GUI/xasy2asy.py                      |    79 +-
 GUI/xasyActions.py                   |     6 +-
 GUI/xasyBezierEditor.py              |     7 +-
 GUI/xasyCodeEditor.py                |     5 +-
 GUI/xasyColorPicker.py               |    40 +-
 GUI/xasyFile.py                      |    54 +-
 GUI/xasyGUIIcons.py                  |    30 +-
 GUI/xasyMainWin.py                   |   137 +-
 GUI/xasyOptions.py                   |    20 +-
 GUI/xasyOptionsDialog.py             |    46 +-
 Makefile.in                          |     5 +-
 ReleaseNotes                         |  2000 ++
 allsymbols.h                         |   862 +
 arrayop.h                            |     7 +-
 asy-keywords.el                      |    17 +
 asy.list                             |  3803 ++++
 asymptote.spec                       |     2 +-
 base/bezulate.asy                    |     2 +-
 base/embed.asy                       |    11 +-
 base/math.asy                        |    12 +
 base/plain_strings.asy               |    21 +
 base/smoothcontour3.asy              |   684 +-
 base/three_surface.asy               |   144 +-
 beziertriangle.cc                    |    37 +-
 builtin.symbols.h                    |    90 +
 camp.tab.cc                          |  3372 +++
 camp.tab.h                           |   171 +
 config.h.in                          |   240 +
 configure                            |  9321 ++++++++
 doc/asy-latex.dtx                    |     3 +-
 doc/{asy-latex.dtx => asymptote.sty} |   351 +-
 doc/asymptote.texi                   |   535 +-
 doc/externalprc.tex                  |     3 +-
 doc/latexusage.tex                   |     4 +-
 drawgroup.h                          |     3 +-
 drawpath.cc                          |     6 +-
 drawsurface.cc                       |    18 +-
 fftw++.cc                            |     5 +-
 fftw++.h                             |    63 +-
 fileio.h                             |     3 +
 gc-7.4.2.tar.gz                      |   Bin 0 -> 1082597 bytes
 glrender.cc                          |     2 +-
 gsl.symbols.h                        |   394 +
 keywords.cc                          |    46 +
 lex.yy.cc                            |  3224 +++
 libatomic_ops-7.4.2.tar.gz           |   Bin 0 -> 465710 bytes
 opsymbols.h                          |    43 +
 path.cc                              |    14 +-
 picture.cc                           |     1 +
 revision.cc                          |     1 +
 runarray.in => runarray.cc           |  1184 +-
 runarray.h                           |    48 +
 runarray.in                          |   102 +
 runarray.symbols.h                   |    60 +
 runbacktrace.cc                      |   117 +
 runbacktrace.h                       |     8 +
 runbacktrace.symbols.h               |    16 +
 runfile.cc                           |   688 +
 runfile.h                            |    34 +
 runfile.symbols.h                    |    42 +
 runhistory.cc                        |   321 +
 runhistory.h                         |     8 +
 runhistory.symbols.h                 |    22 +
 runlabel.in => runlabel.cc           |   215 +-
 runlabel.h                           |     8 +
 runlabel.in                          |    44 +-
 runlabel.symbols.h                   |    27 +
 runmath.cc                           |   639 +
 runmath.h                            |    12 +
 runmath.symbols.h                    |    54 +
 runpair.cc                           |   567 +
 runpair.h                            |    13 +
 runpair.symbols.h                    |    54 +
 runpath.cc                           |   846 +
 runpath.h                            |     9 +
 runpath.symbols.h                    |    71 +
 runpath3d.cc                         |   767 +
 runpath3d.h                          |     9 +
 runpath3d.symbols.h                  |    60 +
 runpicture.cc                        |  1328 ++
 runpicture.h                         |     9 +
 runpicture.in                        |     1 +
 runpicture.symbols.h                 |   140 +
 runstring.cc                         |   657 +
 runstring.h                          |     9 +
 runstring.in                         |    43 +-
 runstring.symbols.h                  |    38 +
 runsystem.cc                         |   453 +
 runsystem.h                          |     8 +
 runsystem.symbols.h                  |    40 +
 runtime.cc                           |  2083 ++
 runtime.h                            |    38 +
 runtime.in                           |     2 +-
 runtime.symbols.h                    |   113 +
 runtriple.cc                         |   422 +
 runtriple.h                          |    13 +
 runtriple.symbols.h                  |    44 +
 settings.cc                          |    10 +-
 stack.cc                             |     3 +-
 tests/gs/ghostscript.asy             |     4 +-
 texfile.cc                           |     2 +-
 texfile.h                            |     7 +-
 types.symbols.h                      |    51 +
 wce                                  |     6 +-
 109 files changed, 74698 insertions(+), 1704 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/asymptote.git


Reply to: