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

[asymptote] branch upstream updated (82b5890 -> f03550e)



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

preining pushed a change to branch upstream
in repository asymptote.

      from  82b5890   Imported Upstream version 2.37
       new  f03550e   Imported Upstream version 2.37.real

The 1 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:
 .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.in => runhistory.cc       |   135 +-
 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, 74493 insertions(+), 1723 deletions(-)
 delete mode 100644 .gitignore
 create mode 100644 ChangeLog
 create mode 100644 ReleaseNotes
 create mode 100644 allsymbols.h
 create mode 100644 asy-keywords.el
 create mode 100644 asy.list
 create mode 100644 builtin.symbols.h
 create mode 100644 camp.tab.cc
 create mode 100644 camp.tab.h
 create mode 100644 config.h.in
 create mode 100755 configure
 copy doc/{asy-latex.dtx => asymptote.sty} (51%)
 create mode 100644 gc-7.4.2.tar.gz
 create mode 100644 gsl.symbols.h
 create mode 100644 keywords.cc
 create mode 100644 lex.yy.cc
 create mode 100644 libatomic_ops-7.4.2.tar.gz
 create mode 100644 opsymbols.h
 create mode 100644 revision.cc
 copy runarray.in => runarray.cc (52%)
 create mode 100644 runarray.h
 create mode 100644 runarray.symbols.h
 create mode 100644 runbacktrace.cc
 create mode 100644 runbacktrace.h
 create mode 100644 runbacktrace.symbols.h
 create mode 100644 runfile.cc
 create mode 100644 runfile.h
 create mode 100644 runfile.symbols.h
 copy runhistory.in => runhistory.cc (56%)
 create mode 100644 runhistory.h
 create mode 100644 runhistory.symbols.h
 copy runlabel.in => runlabel.cc (66%)
 create mode 100644 runlabel.h
 create mode 100644 runlabel.symbols.h
 create mode 100644 runmath.cc
 create mode 100644 runmath.h
 create mode 100644 runmath.symbols.h
 create mode 100644 runpair.cc
 create mode 100644 runpair.h
 create mode 100644 runpair.symbols.h
 create mode 100644 runpath.cc
 create mode 100644 runpath.h
 create mode 100644 runpath.symbols.h
 create mode 100644 runpath3d.cc
 create mode 100644 runpath3d.h
 create mode 100644 runpath3d.symbols.h
 create mode 100644 runpicture.cc
 create mode 100644 runpicture.h
 create mode 100644 runpicture.symbols.h
 create mode 100644 runstring.cc
 create mode 100644 runstring.h
 create mode 100644 runstring.symbols.h
 create mode 100644 runsystem.cc
 create mode 100644 runsystem.h
 create mode 100644 runsystem.symbols.h
 create mode 100644 runtime.cc
 create mode 100644 runtime.h
 create mode 100644 runtime.symbols.h
 create mode 100644 runtriple.cc
 create mode 100644 runtriple.h
 create mode 100644 runtriple.symbols.h
 create mode 100644 types.symbols.h

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


Reply to: