[libwps] branch master updated (c68c192 -> fc44aa4)

Rene Engelhard rene at moszumanska.debian.org
Mon Nov 27 18:57:25 UTC 2017


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

rene pushed a change to branch master
in repository libwps.

      from  c68c192   update changelog
       new  4ae8b09   New upstream version 0.4.8
       new  32e94aa   Merge tag 'upstream/0.4.8'
       new  fc44aa4   update changelog

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:
 ChangeLog                                          |  470 ++++
 Makefile.in                                        |   16 +-
 NEWS                                               |    6 +
 aclocal.m4                                         |   42 +
 autogen.sh                                         |    2 +-
 build/Makefile.in                                  |   12 +-
 build/win32/Makefile.am                            |   29 +-
 build/win32/Makefile.in                            |   41 +-
 build/win32/libwps.dsp                             |  466 ----
 build/win32/libwps.dsw                             |  120 -
 build/win32/libwps.vcproj                          | 1276 ----------
 build/win32/libwps.vcproj.sln                      |   46 -
 build/win32/libwps.vcxproj                         |  339 ---
 build/win32/libwps.vcxproj.sln                     |   37 -
 build/win32/wks2csv.dsp                            |  106 -
 build/win32/wks2csv.vcproj                         |  235 --
 build/win32/wks2csv.vcxproj                        |  148 --
 build/win32/wks2raw.dsp                            |  106 -
 build/win32/wks2raw.vcproj                         |  235 --
 build/win32/wks2raw.vcxproj                        |  148 --
 build/win32/wks2text.dsp                           |  106 -
 build/win32/wks2text.vcproj                        |  235 --
 build/win32/wks2text.vcxproj                       |  148 --
 build/win32/wps2html.dsp                           |  106 -
 build/win32/wps2html.vcproj                        |  235 --
 build/win32/wps2html.vcxproj                       |  148 --
 build/win32/wps2raw.dsp                            |  106 -
 build/win32/wps2raw.vcproj                         |  235 --
 build/win32/wps2raw.vcxproj                        |  148 --
 build/win32/wps2text.dsp                           |  106 -
 build/win32/wps2text.vcproj                        |  235 --
 build/win32/wps2text.vcxproj                       |  148 --
 config.h.in                                        |   21 +-
 configure                                          | 1350 ++++++++--
 configure.ac                                       |   82 +-
 debian/changelog                                   |    6 +
 docs/Makefile.in                                   |   12 +-
 docs/doxygen/Makefile.in                           |   12 +-
 inc/Makefile.in                                    |   12 +-
 inc/libwps/Makefile.in                             |   12 +-
 m4/ax_cxx_compile_stdcxx.m4                        |  982 ++++++++
 m4/ax_cxx_compile_stdcxx_11.m4                     |   39 +
 m4/ax_gcc_func_attribute.m4                        |  226 ++
 m4/dlp_fallthrough.m4                              |   65 +
 src/Makefile.in                                    |   12 +-
 src/conv/Makefile.in                               |   12 +-
 src/conv/helper/Makefile.in                        |   12 +-
 src/conv/helper/helper.cpp                         |   57 +-
 src/conv/helper/helper.h                           |   21 +-
 src/conv/html/Makefile.am                          |    2 +-
 src/conv/html/Makefile.in                          |   14 +-
 src/conv/html/wps2html.cpp                         |    6 +-
 src/conv/raw/Makefile.am                           |    2 +-
 src/conv/raw/Makefile.in                           |   14 +-
 src/conv/raw/wps2raw.cpp                           |    8 +-
 src/conv/text/Makefile.am                          |    2 +-
 src/conv/text/Makefile.in                          |   14 +-
 src/conv/text/wps2text.cpp                         |    6 +-
 src/conv/wks2csv/Makefile.am                       |    2 +-
 src/conv/wks2csv/Makefile.in                       |   14 +-
 src/conv/wks2csv/wks2csv.cpp                       |    6 +-
 src/conv/wks2raw/Makefile.am                       |    2 +-
 src/conv/wks2raw/Makefile.in                       |   14 +-
 src/conv/wks2raw/wks2raw.cpp                       |    8 +-
 src/conv/wks2text/Makefile.am                      |    2 +-
 src/conv/wks2text/Makefile.in                      |   14 +-
 src/conv/wks2text/wks2text.cpp                     |    8 +-
 src/fuzz/123fuzzer.cpp                             |    4 +-
 src/fuzz/Makefile.in                               |   12 +-
 src/fuzz/docfuzzer.cpp                             |    4 +-
 src/fuzz/wdbfuzzer.cpp                             |    4 +-
 src/fuzz/wkfuzzer.cpp                              |    4 +-
 src/fuzz/wksfuzzer.cpp                             |    4 +-
 src/fuzz/wpsfuzzer.cpp                             |    4 +-
 src/fuzz/wqfuzzer.cpp                              |    4 +-
 src/fuzz/wrifuzzer.cpp                             |    4 +-
 src/lib/DosWord.cpp                                |   67 +-
 src/lib/DosWord.h                                  |   27 +-
 src/lib/Lotus.cpp                                  |  647 +++--
 src/lib/Lotus.h                                    |   99 +-
 src/lib/LotusChart.cpp                             | 2195 ++++++++++++++++
 src/lib/LotusChart.h                               |  142 ++
 src/lib/LotusGraph.cpp                             |  474 ++--
 src/lib/LotusGraph.h                               |   52 +-
 src/lib/LotusSpreadsheet.cpp                       |  655 ++---
 src/lib/LotusSpreadsheet.h                         |   41 +-
 src/lib/LotusStyleManager.cpp                      |  236 +-
 src/lib/LotusStyleManager.h                        |   44 +-
 src/lib/MSWrite.cpp                                |   96 +-
 src/lib/MSWrite.h                                  |   66 +-
 src/lib/Makefile.am                                |  200 +-
 src/lib/Makefile.in                                |  236 +-
 src/lib/Quattro.cpp                                | 1923 +++++++++-----
 src/lib/Quattro.h                                  |  113 +-
 src/lib/{Quattro.cpp => QuattroDos.cpp}            |  591 ++---
 src/lib/{Quattro.h => QuattroDos.h}                |   62 +-
 src/lib/QuattroDosChart.cpp                        |  971 +++++++
 src/lib/QuattroDosChart.h                          |  107 +
 ...roSpreadsheet.cpp => QuattroDosSpreadsheet.cpp} |  702 +++---
 ...uattroSpreadsheet.h => QuattroDosSpreadsheet.h} |   33 +-
 src/lib/QuattroGraph.cpp                           | 1142 +++++++++
 src/lib/QuattroGraph.h                             |  132 +
 src/lib/QuattroSpreadsheet.cpp                     | 2651 +++++++++-----------
 src/lib/QuattroSpreadsheet.h                       |   91 +-
 src/lib/WKS4.cpp                                   |  760 ++----
 src/lib/WKS4.h                                     |   51 +-
 src/lib/WKS4Chart.cpp                              | 1415 +++++++++++
 src/lib/WKS4Chart.h                                |  136 +
 src/lib/WKS4Format.cpp                             |   53 +-
 src/lib/WKS4Format.h                               |    8 +-
 src/lib/WKS4Spreadsheet.cpp                        |  277 +-
 src/lib/WKS4Spreadsheet.h                          |   14 +-
 src/lib/WKSChart.cpp                               |  901 +++++++
 src/lib/WKSChart.h                                 |  381 +++
 src/lib/WKSContentListener.cpp                     |  223 +-
 src/lib/WKSContentListener.h                       |   82 +-
 src/lib/WKSParser.cpp                              |    7 +-
 src/lib/WKSParser.h                                |    6 +-
 src/lib/WKSSubDocument.cpp                         |    8 +-
 src/lib/WKSSubDocument.h                           |   12 +-
 src/lib/WPS4.cpp                                   |   88 +-
 src/lib/WPS4.h                                     |   18 +-
 src/lib/WPS4Graph.cpp                              |  308 +--
 src/lib/WPS4Graph.h                                |   11 +-
 src/lib/WPS4Text.cpp                               |  203 +-
 src/lib/WPS4Text.h                                 |    6 +-
 src/lib/WPS8.cpp                                   |  164 +-
 src/lib/WPS8.h                                     |   20 +-
 src/lib/WPS8Graph.cpp                              |  237 +-
 src/lib/WPS8Graph.h                                |   27 +-
 src/lib/WPS8Struct.cpp                             |   19 +-
 src/lib/WPS8Struct.h                               |   14 +-
 src/lib/WPS8Table.cpp                              |  104 +-
 src/lib/WPS8Table.h                                |    8 +-
 src/lib/WPS8Text.cpp                               |  252 +-
 src/lib/WPS8Text.h                                 |    8 +-
 src/lib/WPS8TextStyle.cpp                          |  115 +-
 src/lib/WPS8TextStyle.h                            |   11 +-
 src/lib/WPSCell.h                                  |   31 +-
 src/lib/WPSContentListener.cpp                     |  169 +-
 src/lib/WPSContentListener.h                       |   46 +-
 src/lib/WPSDebug.cpp                               |   22 +-
 src/lib/WPSDebug.h                                 |   21 +-
 src/lib/WPSDocument.cpp                            |   36 +-
 src/lib/WPSEntry.h                                 |    9 +-
 src/lib/WPSFont.h                                  |    9 +-
 src/lib/WPSGraphicShape.cpp                        |   34 +-
 src/lib/WPSGraphicShape.h                          |   26 +-
 src/lib/WPSGraphicStyle.cpp                        |   30 +-
 src/lib/WPSGraphicStyle.h                          |   63 +-
 src/lib/WPSHeader.cpp                              |   24 +-
 src/lib/WPSHeader.h                                |   14 +-
 src/lib/WPSList.cpp                                |    4 +-
 src/lib/WPSList.h                                  |   20 +-
 src/lib/WPSOLE1Parser.cpp                          |  210 +-
 src/lib/WPSOLE1Parser.h                            |   13 +-
 src/lib/WPSOLEObject.cpp                           |  384 +++
 src/lib/WPSOLEObject.h                             |   73 +
 src/lib/WPSOLEParser.cpp                           |  327 ++-
 src/lib/WPSOLEParser.h                             |   55 +-
 src/lib/WPSOLEStream.cpp                           | 1890 ++++++++++++++
 src/{fuzz/wpsfuzzer.cpp => lib/WPSOLEStream.h}     |   29 +-
 src/lib/WPSPageSpan.cpp                            |   50 +-
 src/lib/WPSPageSpan.h                              |    6 +-
 src/lib/WPSParagraph.cpp                           |    8 +-
 src/lib/WPSParagraph.h                             |   22 +-
 src/lib/WPSParser.cpp                              |    8 +-
 src/lib/WPSParser.h                                |    4 +-
 src/lib/WPSPosition.h                              |   31 +-
 src/lib/WPSStream.cpp                              |   12 +-
 src/lib/WPSStringStream.cpp                        |   21 +-
 src/lib/WPSStringStream.h                          |   32 +-
 src/lib/WPSSubDocument.cpp                         |    6 +-
 src/lib/WPSSubDocument.h                           |   10 +-
 src/lib/WPSTable.cpp                               |   37 +-
 src/lib/WPSTable.h                                 |    5 +-
 src/lib/WPSTextParser.cpp                          |   14 +-
 src/lib/WPSTextParser.h                            |   10 +-
 src/lib/WPSTextSubDocument.cpp                     |    6 +-
 src/lib/WPSTextSubDocument.h                       |   14 +-
 src/lib/libwps_internal.cpp                        |   74 +-
 src/lib/libwps_internal.h                          |  251 +-
 182 files changed, 20518 insertions(+), 12335 deletions(-)
 delete mode 100644 build/win32/libwps.dsp
 delete mode 100644 build/win32/libwps.dsw
 delete mode 100644 build/win32/libwps.vcproj
 delete mode 100644 build/win32/libwps.vcproj.sln
 delete mode 100644 build/win32/libwps.vcxproj
 delete mode 100644 build/win32/libwps.vcxproj.sln
 delete mode 100644 build/win32/wks2csv.dsp
 delete mode 100644 build/win32/wks2csv.vcproj
 delete mode 100644 build/win32/wks2csv.vcxproj
 delete mode 100644 build/win32/wks2raw.dsp
 delete mode 100644 build/win32/wks2raw.vcproj
 delete mode 100644 build/win32/wks2raw.vcxproj
 delete mode 100644 build/win32/wks2text.dsp
 delete mode 100644 build/win32/wks2text.vcproj
 delete mode 100644 build/win32/wks2text.vcxproj
 delete mode 100644 build/win32/wps2html.dsp
 delete mode 100644 build/win32/wps2html.vcproj
 delete mode 100644 build/win32/wps2html.vcxproj
 delete mode 100644 build/win32/wps2raw.dsp
 delete mode 100644 build/win32/wps2raw.vcproj
 delete mode 100644 build/win32/wps2raw.vcxproj
 delete mode 100644 build/win32/wps2text.dsp
 delete mode 100644 build/win32/wps2text.vcproj
 delete mode 100644 build/win32/wps2text.vcxproj
 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 m4/dlp_fallthrough.m4
 create mode 100644 src/lib/LotusChart.cpp
 create mode 100644 src/lib/LotusChart.h
 copy src/lib/{Quattro.cpp => QuattroDos.cpp} (64%)
 copy src/lib/{Quattro.h => QuattroDos.h} (65%)
 create mode 100644 src/lib/QuattroDosChart.cpp
 create mode 100644 src/lib/QuattroDosChart.h
 copy src/lib/{QuattroSpreadsheet.cpp => QuattroDosSpreadsheet.cpp} (71%)
 copy src/lib/{QuattroSpreadsheet.h => QuattroDosSpreadsheet.h} (78%)
 create mode 100644 src/lib/QuattroGraph.cpp
 create mode 100644 src/lib/QuattroGraph.h
 create mode 100644 src/lib/WKS4Chart.cpp
 create mode 100644 src/lib/WKS4Chart.h
 create mode 100644 src/lib/WKSChart.cpp
 create mode 100644 src/lib/WKSChart.h
 create mode 100644 src/lib/WPSOLEObject.cpp
 create mode 100644 src/lib/WPSOLEObject.h
 create mode 100644 src/lib/WPSOLEStream.cpp
 copy src/{fuzz/wpsfuzzer.cpp => lib/WPSOLEStream.h} (66%)

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



More information about the Pkg-openoffice-commits mailing list