[libfreehand] branch upstream updated (c19d8f7 -> 665bc41)

Rene Engelhard rene at moszumanska.debian.org
Sun Sep 17 10:31:41 UTC 2017


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

rene pushed a change to branch upstream
in repository libfreehand.

      from  c19d8f7   Imported Upstream version 0.1.1
       new  665bc41   New upstream version 0.1.2

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:
 ChangeLog                                     |  393 +++++
 Makefile.am                                   |    2 +
 Makefile.in                                   |   29 +-
 NEWS                                          |   20 +
 aclocal.m4                                    |  310 +++-
 ar-lib                                        |    2 +-
 build/Makefile.in                             |   15 +-
 build/win32/Makefile.in                       |   15 +-
 config.guess                                  |  437 +++---
 config.h.in                                   |    9 +
 config.sub                                    |  130 +-
 configure                                     | 1927 +++++++++++++++++++------
 configure.ac                                  |   81 +-
 docs/Makefile.in                              |   15 +-
 docs/doxygen/Makefile.in                      |   15 +-
 inc/Makefile.in                               |   15 +-
 inc/libfreehand/Makefile.am                   |    4 +-
 inc/libfreehand/Makefile.in                   |  179 ++-
 install-sh                                    |  374 ++---
 ltmain.sh                                     |    0
 m4/ax_cxx_compile_stdcxx.m4                   |  982 +++++++++++++
 m4/ax_cxx_compile_stdcxx_11.m4                |   39 +
 m4/ax_gcc_func_attribute.m4                   |  226 +++
 m4/libtool.m4                                 |    6 +-
 src/Makefile.am                               |    8 +
 src/Makefile.in                               |   21 +-
 src/conv/Makefile.in                          |   15 +-
 src/conv/raw/Makefile.in                      |   15 +-
 src/conv/raw/fh2raw.cpp                       |   32 +-
 src/conv/svg/Makefile.in                      |   15 +-
 src/conv/svg/fh2svg.cpp                       |   29 +-
 src/conv/text/Makefile.in                     |   15 +-
 src/conv/text/fh2text.cpp                     |   29 +-
 src/fuzz/Makefile.am                          |   17 +
 src/{conv/svg => fuzz}/Makefile.in            |  172 +--
 src/fuzz/fhfuzzer.cpp                         |   27 +
 src/lib/FHCollector.cpp                       | 1113 +++++++++++---
 src/lib/FHCollector.h                         |  104 +-
 src/lib/FHConstants.h                         |   28 +-
 src/lib/FHInternalStream.cpp                  |    6 +-
 src/lib/FHInternalStream.h                    |   28 +-
 src/lib/FHParser.cpp                          |  452 ++++--
 src/lib/FHParser.h                            |    3 +
 src/lib/FHPath.cpp                            |  164 ++-
 src/lib/FHPath.h                              |   12 +-
 src/lib/FHTypes.h                             |   91 +-
 src/lib/FreeHandDocument.cpp                  |   15 +-
 src/lib/Makefile.am                           |   45 +-
 src/lib/Makefile.in                           |  248 ++--
 src/lib/{libfreehand.rc.in => libfreehand.rc} |    8 +-
 src/lib/libfreehand_utils.cpp                 |   35 +
 src/lib/libfreehand_utils.h                   |   62 +-
 src/lib/tokenhash.h                           |  665 ++++-----
 src/lib/tokens.h                              |  231 +--
 src/lib/tokens.txt                            |    3 +
 src/test/FHInternalStreamTest.cpp             |  108 ++
 src/test/Makefile.am                          |   27 +
 src/{conv/text => test}/Makefile.in           |  560 +++++--
 src/test/test.cpp                             |   46 +
 test-driver                                   |  148 ++
 60 files changed, 7508 insertions(+), 2314 deletions(-)
 mode change 100755 => 100644 ltmain.sh
 create mode 100644 m4/ax_cxx_compile_stdcxx.m4
 create mode 100644 m4/ax_cxx_compile_stdcxx_11.m4
 create mode 100644 m4/ax_gcc_func_attribute.m4
 create mode 100644 src/fuzz/Makefile.am
 copy src/{conv/svg => fuzz}/Makefile.in (77%)
 create mode 100644 src/fuzz/fhfuzzer.cpp
 copy src/lib/{libfreehand.rc.in => libfreehand.rc} (65%)
 create mode 100644 src/test/FHInternalStreamTest.cpp
 create mode 100644 src/test/Makefile.am
 copy src/{conv/text => test}/Makefile.in (50%)
 create mode 100644 src/test/test.cpp
 create mode 100755 test-driver

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libfreehand.git



More information about the Pkg-openoffice-commits mailing list