head 1.5; access; symbols pkgsrc-2014Q2:1.4.0.18 pkgsrc-2014Q2-base:1.4 pkgsrc-2014Q1:1.4.0.16 pkgsrc-2014Q1-base:1.4 pkgsrc-2013Q4:1.4.0.14 pkgsrc-2013Q4-base:1.4 pkgsrc-2013Q3:1.4.0.12 pkgsrc-2013Q3-base:1.4 pkgsrc-2013Q2:1.4.0.10 pkgsrc-2013Q2-base:1.4 pkgsrc-2013Q1:1.4.0.8 pkgsrc-2013Q1-base:1.4 pkgsrc-2012Q4:1.4.0.6 pkgsrc-2012Q4-base:1.4 pkgsrc-2012Q3:1.4.0.4 pkgsrc-2012Q3-base:1.4 pkgsrc-2012Q2:1.4.0.2 pkgsrc-2012Q2-base:1.4 pkgsrc-2012Q1:1.3.0.2 pkgsrc-2012Q1-base:1.3 pkgsrc-2011Q4:1.1.0.8 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.6 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.4 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.2 pkgsrc-2011Q1-base:1.1; locks; strict; comment @// @; 1.5 date 2014.07.23.06.29.53; author wiz; state dead; branches; next 1.4; commitid TvOq74MQbVbh3tJx; 1.4 date 2012.04.07.15.08.02; author wiz; state Exp; branches; next 1.3; 1.3 date 2012.03.28.15.17.19; author wiz; state Exp; branches; next 1.2; 1.2 date 2012.02.16.18.04.08; author hans; state Exp; branches; next 1.1; 1.1 date 2011.02.04.20.10.32; author adam; state Exp; branches; next ; desc @@ 1.5 log @Update to 0.3.0. Ride libwpd bump. 0.2.x -> 0.3.0 - switch to librevenge - add support for Works Spreadsheet - add support for Works Database - miscellaneous fixes and cleanups @ text @$NetBSD: patch-src_lib_WPS8.cpp,v 1.4 2012/04/07 15:08:02 wiz Exp $ Fix clang error: expression result unused [-Werror,-Wunused-value] https://sourceforge.net/tracker/?func=detail&aid=3512534&group_id=176121&atid=875977 --- src/lib/WPS8.cpp.orig 2011-11-10 16:05:28.000000000 +0000 +++ src/lib/WPS8.cpp @@@@ -205,8 +205,6 @@@@ void WPS8Parser::readNotes(std::vectorsecond.length; - uint32_t unk1; uint32_t count; uint32_t boff; @ 1.4 log @Update to 0.2.4: Bump version for possible release Update doxygen.cfg file Ignore the unprintable characters which can appear in the text. Ignore some more files Add -Weffc++ option for GCC to avoid producing crappy code :) Fix build inside a new LibreOffice Add Laurent to main authors (my apology for this forgetful attitude) Fix distcheck in build/win32 Fixing MSVC build Bump version for a possible release + remove autopackage that nobody uses anyway Update of src/conv/ by using libwpd/src/conv as model. Small changes: - in WPS4.cpp: correction of an uninitialized variable, - in WPS8.cpp: small improvement of the footnote/endnote display, - in WPSContentListener.cpp: check that the lists are closed before closing a section. Plant some .gitignore files all around the place Generate ChangeLog on make dist Fix callgraph when footnotes are present check that the property remains in the FOD zone (patch Laurent Alonso) Fix different errors (patch Laurent Alonso) Fix some debug build warnings/errors Cleanup and rewrite of build system (patch Tomas Chvatal) Fix windows gcc build of libwps inside LibreOffice tree (patch Jan Holesovsky ) It seems that cfod 0x54 is legitimate (patch Urmas D. ) Update configure.ac to new syntax. Patch of Tomas Chvatal Rename configure.in to configure.ac Patch of Tomas Chvatal Fix makefile.am's to new syntax. Patch of Tomas Chvatal Fix gcc-4.6 build @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Fix build with clang. @ text @d1 1 a1 1 $NetBSD: patch-src_lib_WPS8.cpp,v 1.2 2012/02/16 18:04:08 hans Exp $ d3 2 a4 1 3rd chunk: fix clang error: expression result unused [-Werror,-Wunused-value] d6 1 a6 1 --- src/lib/WPS8.cpp.orig 2011-05-03 13:00:13.000000000 +0000 d8 1 a8 19 @@@@ -159,7 +159,7 @@@@ void WPS8Parser::readStreams(WPXInputStr for (unsigned i=0; i < n_streams; i++) { uint16_t len; - uint32_t unknown, type = 0; + uint32_t type = 0; len = readU16(input); if (len > 10) { @@@@ -168,7 +168,7 @@@@ void WPS8Parser::readStreams(WPXInputStr } if (len > 4) { - unknown = readU32(input); // assume == 0x22000000 + (void) readU32(input); // assume == 0x22000000 type = readU32(input); } else input->seek(len-2,WPX_SEEK_CUR); @@@@ -196,8 +196,6 @@@@ void WPS8Parser::readNotes(std::vectoratEOS()) { fail = true; @ 1.2 log @Remove set but unused variable. @ text @d1 1 a1 1 $NetBSD: patch-src_lib_WPS8.cpp,v 1.1 2011/02/04 20:10:32 adam Exp $ d3 3 a5 1 --- src/lib/WPS8.cpp.orig 2011-02-04 20:04:48.000000000 +0000 d25 10 a34 1 @@@@ -251,7 +251,7 @@@@ void WPS8Parser::appendUTF16LE(WPXInputS @ 1.1 log @Fix building with Clang; switch to .tar.bz2 @ text @d1 1 a1 1 $NetBSD$ d5 19 a23 1 @@@@ -128,7 +128,7 @@@@ void WPS8Parser::appendUTF16LE(WPXInputS @