[libmwaw] branch upstream updated (7e1f063 -> afc77e7)

Rene Engelhard rene at moszumanska.debian.org
Tue Sep 13 02:54:33 UTC 2016


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

rene pushed a change to branch upstream
in repository libmwaw.

      from  7e1f063   Imported Upstream version 0.3.7
       new  afc77e7   Import Upstream version 0.3.8

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:
 CHANGES                                            |   42 +-
 README                                             |   37 +
 aclocal.m4                                         |  211 +-
 build/win32/libmwaw.dsp                            |   76 +-
 build/win32/libmwaw.vcproj                         |   76 +-
 build/win32/libmwaw.vcxproj                        |   58 +-
 configure                                          |   53 +-
 configure.ac                                       |   17 +-
 inc/libmwaw/MWAWDocument.hxx                       |   28 +-
 libmwaw.spec                                       |    4 +-
 ltmain.sh                                          |    4 +-
 src/conv/csv/mwaw2csv.cpp                          |   36 +-
 src/conv/html/mwaw2html.cpp                        |    4 +-
 src/conv/raw/mwaw2raw.cpp                          |    4 +-
 src/conv/svg/mwaw2svg.cpp                          |    6 +-
 src/conv/text/mwaw2text.cpp                        |   14 +-
 src/lib/ActaParser.cxx                             |   50 +-
 src/lib/ActaText.cxx                               |   38 +-
 src/lib/ApplePictParser.cxx                        |  435 ++-
 src/lib/ApplePictParser.hxx                        |    4 +
 src/lib/BeagleWksBMParser.cxx                      |   74 +-
 src/lib/BeagleWksDBParser.cxx                      |  184 +-
 src/lib/BeagleWksDRParser.cxx                      |  136 +-
 src/lib/BeagleWksParser.cxx                        |   18 +-
 src/lib/BeagleWksSSParser.cxx                      |  144 +-
 src/lib/BeagleWksStructManager.cxx                 |  104 +-
 src/lib/BeagleWksText.cxx                          |   82 +-
 src/lib/ClarisDrawGraph.cxx                        |  224 +-
 src/lib/ClarisDrawParser.cxx                       |  204 +-
 src/lib/ClarisDrawStyleManager.cxx                 |   92 +-
 src/lib/ClarisDrawText.cxx                         |  145 +-
 src/lib/ClarisWksBMParser.cxx                      |    5 +-
 src/lib/ClarisWksDatabase.cxx                      |   83 +-
 src/lib/ClarisWksDbaseContent.cxx                  |  122 +-
 src/lib/ClarisWksDocument.cxx                      |  302 +-
 src/lib/ClarisWksDocument.hxx                      |    3 +
 src/lib/ClarisWksGraph.cxx                         |  250 +-
 src/lib/ClarisWksPRParser.cxx                      |    1 +
 src/lib/ClarisWksParser.cxx                        |    1 +
 src/lib/ClarisWksPresentation.cxx                  |   27 +-
 src/lib/ClarisWksSSParser.cxx                      |    1 +
 src/lib/ClarisWksSpreadsheet.cxx                   |   59 +-
 src/lib/ClarisWksStruct.cxx                        |   36 +-
 src/lib/ClarisWksStruct.hxx                        |    2 +
 src/lib/ClarisWksStyleManager.cxx                  |  180 +-
 src/lib/ClarisWksStyleManager.hxx                  |    2 +
 src/lib/ClarisWksTable.cxx                         |   77 +-
 src/lib/ClarisWksText.cxx                          |  203 +-
 src/lib/CricketDrawParser.cxx                      | 1534 +++++++++
 .../{MacDrawParser.hxx => CricketDrawParser.hxx}   |   44 +-
 src/lib/DocMkrParser.cxx                           |   40 +-
 src/lib/DocMkrText.cxx                             |   60 +-
 src/lib/EDocParser.cxx                             |   82 +-
 src/lib/FreeHandParser.cxx                         | 3566 ++++++++++++++++++++
 src/lib/FreeHandParser.hxx                         |  168 +
 src/lib/FullWrtGraph.cxx                           |   52 +-
 src/lib/FullWrtParser.cxx                          |  122 +-
 src/lib/FullWrtStruct.cxx                          |   74 +-
 src/lib/FullWrtStruct.hxx                          |    2 +-
 src/lib/FullWrtText.cxx                            |  259 +-
 src/lib/GreatWksBMParser.cxx                       |   10 +-
 src/lib/GreatWksDBParser.cxx                       |  204 +-
 src/lib/GreatWksDocument.cxx                       |   50 +-
 src/lib/GreatWksDocument.hxx                       |    1 +
 src/lib/GreatWksGraph.cxx                          |  192 +-
 src/lib/GreatWksParser.cxx                         |   14 +-
 src/lib/GreatWksSSParser.cxx                       |  122 +-
 src/lib/GreatWksText.cxx                           |  130 +-
 src/lib/HanMacWrdJGraph.cxx                        |  237 +-
 src/lib/HanMacWrdJParser.cxx                       |   70 +-
 src/lib/HanMacWrdJText.cxx                         |  248 +-
 src/lib/HanMacWrdKGraph.cxx                        |  184 +-
 src/lib/HanMacWrdKParser.cxx                       |   52 +-
 src/lib/HanMacWrdKParser.hxx                       |    4 +-
 src/lib/HanMacWrdKText.cxx                         |  176 +-
 src/lib/LightWayTxtGraph.cxx                       |    8 +-
 src/lib/LightWayTxtParser.cxx                      |   44 +-
 src/lib/LightWayTxtText.cxx                        |  110 +-
 src/lib/MWAWCell.cxx                               |  145 +-
 src/lib/MWAWCell.hxx                               |    4 +-
 src/lib/MWAWChart.cxx                              |   31 +-
 src/lib/MWAWChart.hxx                              |    4 +-
 src/lib/MWAWDebug.cxx                              |    4 +-
 src/lib/MWAWDocument.cxx                           |   77 +-
 .../file/file_internal.h => lib/MWAWEntry.cxx}     |   21 +-
 src/lib/MWAWEntry.hxx                              |    9 +-
 src/lib/MWAWFont.cxx                               |   22 +-
 src/lib/MWAWFont.hxx                               |    8 +-
 src/lib/MWAWFontConverter.cxx                      |   16 +-
 src/lib/MWAWGraphicDecoder.hxx                     |    8 +-
 src/lib/MWAWGraphicEncoder.hxx                     |    6 +-
 src/lib/MWAWGraphicListener.cxx                    |  143 +-
 src/lib/MWAWGraphicListener.hxx                    |    4 +-
 src/lib/MWAWGraphicShape.cxx                       |  275 +-
 src/lib/MWAWGraphicShape.hxx                       |    8 +-
 src/lib/MWAWGraphicStyle.cxx                       |   70 +-
 src/lib/MWAWGraphicStyle.hxx                       |   53 +-
 src/lib/MWAWHeader.cxx                             |   90 +-
 src/lib/MWAWInputStream.cxx                        |  112 +-
 src/lib/MWAWInputStream.hxx                        |    5 +-
 src/lib/MWAWList.cxx                               |    8 +
 src/lib/MWAWList.hxx                               |   10 +-
 .../file/file_internal.h => lib/MWAWListener.cxx}  |   21 +-
 src/lib/MWAWListener.hxx                           |    6 +-
 src/lib/MWAWOLEParser.cxx                          |   44 +-
 src/lib/MWAWPageSpan.cxx                           |   16 +-
 src/lib/MWAWPageSpan.hxx                           |    8 +-
 src/lib/MWAWParagraph.cxx                          |   29 +-
 src/lib/MWAWParagraph.hxx                          |    3 +-
 src/lib/MWAWParser.cxx                             |   25 +-
 src/lib/MWAWParser.hxx                             |   12 +-
 .../file/file_internal.h => lib/MWAWPict.cxx}      |   21 +-
 src/lib/MWAWPict.hxx                               |    8 +-
 src/lib/MWAWPictBitmap.cxx                         |   52 +-
 src/lib/MWAWPictBitmap.hxx                         |    8 +-
 src/lib/MWAWPictData.cxx                           |   12 +
 src/lib/MWAWPictData.hxx                           |   10 +-
 src/lib/MWAWPictMac.cxx                            |  260 +-
 src/lib/MWAWPictMac.hxx                            |    7 +-
 .../file/file_internal.h => lib/MWAWPosition.cxx}  |   21 +-
 src/lib/MWAWPosition.hxx                           |   10 +-
 src/lib/MWAWPresentationListener.cxx               |  136 +-
 src/lib/MWAWPresentationListener.hxx               |    4 +-
 src/lib/MWAWPrinter.cxx                            |   30 +-
 src/lib/MWAWPropertyHandler.cxx                    |   26 +-
 src/lib/MWAWPropertyHandler.hxx                    |    2 +-
 src/lib/MWAWRSRCParser.cxx                         |   56 +-
 src/lib/MWAWRSRCParser.hxx                         |   15 +-
 src/lib/MWAWSection.cxx                            |    8 +-
 src/lib/MWAWSection.hxx                            |    5 +-
 src/lib/MWAWSpreadsheetDecoder.hxx                 |    8 +-
 src/lib/MWAWSpreadsheetEncoder.hxx                 |    6 +-
 src/lib/MWAWSpreadsheetListener.cxx                |  141 +-
 src/lib/MWAWSpreadsheetListener.hxx                |    4 +-
 src/lib/MWAWStringStream.cxx                       |   16 +-
 src/lib/MWAWTable.cxx                              |   26 +-
 src/lib/MWAWTextListener.cxx                       |  128 +-
 src/lib/MWAWTextListener.hxx                       |    4 +-
 src/lib/MacDocParser.cxx                           |   34 +-
 src/lib/MacDraft5Parser.cxx                        |  408 +--
 src/lib/MacDraft5StyleManager.cxx                  |  204 +-
 src/lib/MacDraftParser.cxx                         |  184 +-
 src/lib/MacDrawParser.cxx                          |   90 +-
 src/lib/MacDrawProParser.cxx                       |  282 +-
 src/lib/MacDrawProStyleManager.cxx                 |  310 +-
 src/lib/MacPaintParser.cxx                         |   12 +-
 src/lib/MacWrtParser.cxx                           |  142 +-
 src/lib/MacWrtProParser.cxx                        |  154 +-
 src/lib/MacWrtProStructures.cxx                    |  284 +-
 src/lib/Makefile.am                                |   13 +
 src/lib/Makefile.in                                |   73 +-
 src/lib/MarinerWrtGraph.cxx                        |   46 +-
 src/lib/MarinerWrtParser.cxx                       |   48 +-
 src/lib/MarinerWrtParser.hxx                       |    2 +
 src/lib/MarinerWrtText.cxx                         |   98 +-
 src/lib/MaxWrtParser.cxx                           |  389 +++
 src/lib/{TeachTxtParser.hxx => MaxWrtParser.hxx}   |   46 +-
 src/lib/MindWrtParser.cxx                          |  142 +-
 src/lib/MoreParser.cxx                             |  115 +-
 src/lib/MoreText.cxx                               |  134 +-
 src/lib/MouseWrtParser.cxx                         |  929 +++++
 src/lib/{GreatWksParser.hxx => MouseWrtParser.hxx} |   71 +-
 src/lib/MsWks3Text.cxx                             |   80 +-
 src/lib/MsWks4Text.cxx                             |  209 +-
 src/lib/MsWks4Zone.cxx                             |   70 +-
 src/lib/MsWksDBParser.cxx                          |  294 +-
 src/lib/MsWksDRParser.cxx                          |   14 +-
 src/lib/MsWksDocument.cxx                          |  280 +-
 src/lib/MsWksDocument.hxx                          |    5 +-
 src/lib/MsWksGraph.cxx                             |  300 +-
 src/lib/MsWksGraph.hxx                             |    2 +
 src/lib/MsWksSSParser.cxx                          |   88 +-
 src/lib/MsWksTable.cxx                             |   62 +-
 src/lib/MsWrd1Parser.cxx                           |  140 +-
 src/lib/MsWrdParser.cxx                            |  202 +-
 src/lib/MsWrdParser.hxx                            |    3 +
 src/lib/MsWrdStruct.cxx                            |  124 +-
 src/lib/MsWrdStruct.hxx                            |   36 +-
 src/lib/MsWrdText.cxx                              |  222 +-
 src/lib/MsWrdTextStyles.cxx                        |  165 +-
 src/lib/NisusWrtGraph.cxx                          |   18 +-
 src/lib/NisusWrtParser.cxx                         |  110 +-
 src/lib/NisusWrtStruct.cxx                         |    8 +-
 src/lib/NisusWrtText.cxx                           |  144 +-
 src/lib/PixelPaintParser.cxx                       |  122 +-
 src/lib/README                                     |   21 +-
 src/lib/RagTime5Chart.cxx                          |  286 +-
 src/lib/RagTime5ClusterManager.cxx                 |  240 +-
 src/lib/RagTime5ClusterManager.hxx                 |   10 +-
 src/lib/RagTime5Graph.cxx                          |  299 +-
 src/lib/RagTime5Layout.cxx                         |  111 +-
 src/lib/RagTime5Parser.cxx                         |  157 +-
 src/lib/RagTime5Pipeline.cxx                       |   60 +-
 src/lib/RagTime5Spreadsheet.cxx                    |  200 +-
 src/lib/RagTime5StructManager.cxx                  |  183 +-
 src/lib/RagTime5StructManager.hxx                  |   10 +-
 src/lib/RagTime5StyleManager.cxx                   |  158 +-
 src/lib/RagTime5StyleManager.hxx                   |    8 +-
 src/lib/RagTime5Text.cxx                           |  215 +-
 src/lib/RagTimeParser.cxx                          |  300 +-
 src/lib/RagTimeSpreadsheet.cxx                     |  296 +-
 src/lib/RagTimeStruct.cxx                          |   18 +-
 src/lib/RagTimeText.cxx                            |  130 +-
 src/lib/StyleParser.cxx                            |  194 +-
 src/lib/SuperPaintParser.cxx                       |  120 +-
 src/lib/TeachTxtParser.cxx                         |   20 +-
 src/lib/WingzParser.cxx                            |  408 +--
 .../file/file_internal.h => lib/WriteNowEntry.cxx} |   21 +-
 src/lib/WriteNowEntry.hxx                          |    4 +
 src/lib/WriteNowParser.cxx                         |   80 +-
 src/lib/WriteNowText.cxx                           |  196 +-
 src/lib/WriterPlsParser.cxx                        |  214 +-
 src/lib/ZWrtParser.cxx                             |   14 +-
 src/lib/ZWrtParser.hxx                             |    2 +-
 src/lib/ZWrtText.cxx                               |   48 +-
 src/lib/libmwaw_internal.cxx                       |  259 +-
 src/lib/libmwaw_internal.hxx                       |  411 ++-
 src/tools/file/file.cpp                            |   72 +-
 src/tools/file/input.cpp                           |   20 +-
 src/tools/file/input.h                             |    6 +-
 src/tools/file/ole.cpp                             |   74 +-
 src/tools/file/ole.h                               |    6 +-
 src/tools/file/rsrc.cpp                            |   48 +-
 src/tools/file/rsrc.h                              |    2 +-
 src/tools/file/xattr.cpp                           |   32 +-
 src/tools/file/xattr.h                             |    2 +-
 src/tools/zip/input.cpp                            |   20 +-
 src/tools/zip/input.h                              |    4 +-
 src/tools/zip/mwawZip.cpp                          |   16 +-
 src/tools/zip/xattr.cpp                            |   38 +-
 src/tools/zip/xattr.h                              |    2 +-
 src/tools/zip/zip.cpp                              |   21 +-
 src/tools/zip/zip.h                                |    2 +-
 233 files changed, 17555 insertions(+), 8549 deletions(-)
 create mode 100644 src/lib/CricketDrawParser.cxx
 copy src/lib/{MacDrawParser.hxx => CricketDrawParser.hxx} (74%)
 create mode 100644 src/lib/FreeHandParser.cxx
 create mode 100644 src/lib/FreeHandParser.hxx
 copy src/{tools/file/file_internal.h => lib/MWAWEntry.cxx} (80%)
 copy src/{tools/file/file_internal.h => lib/MWAWListener.cxx} (79%)
 copy src/{tools/file/file_internal.h => lib/MWAWPict.cxx} (80%)
 copy src/{tools/file/file_internal.h => lib/MWAWPosition.cxx} (79%)
 create mode 100644 src/lib/MaxWrtParser.cxx
 copy src/lib/{TeachTxtParser.hxx => MaxWrtParser.hxx} (71%)
 create mode 100644 src/lib/MouseWrtParser.cxx
 copy src/lib/{GreatWksParser.hxx => MouseWrtParser.hxx} (68%)
 copy src/{tools/file/file_internal.h => lib/WriteNowEntry.cxx} (79%)

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



More information about the Pkg-openoffice-commits mailing list