[libfreehand] 03/04: Merge tag 'upstream/0.1.2'

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 commit to branch master
in repository libfreehand.

commit 8d97bed05300b3f4d474c18b21c6cb9690e96b69
Merge: 6630daa 665bc41
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Sun Sep 17 12:28:06 2017 +0200

    Merge tag 'upstream/0.1.2'
    
    Upstream version 0.1.2

 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              |   31 +
 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, 7535 insertions(+), 2310 deletions(-)

-- 
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