Commit graph

4 commits

Author SHA1 Message Date
ryoon
6ff51c4fd9 libmspub: Fix build with GCC 10 in NetBSD base
Fix errors like uint32_t not found.
2021-04-15 14:56:35 +00:00
wiz
9c5e0d537a libmspub: update to 0.1.3.
libmspub 0.1.3

- Workaround a build error on some 32-bit systems.
- Parse table row and column sizes. (tdf#89061)
- Fix various problems when parsing broken files, found with the help of
  american-fuzzy-lop and oss-fuzz.
- Make the output of pub2foo --help more compatible with help2man.
- Extract more metadata from documents.
- Require C++11 for build.
- Drop outdated MSVC project files.
- Handle table cells containing multiple paragraphs correctly. (tdf#89393)
- Parse more text formatting attributes: all underline types, small
  caps, all caps, outline, emboss, engrave, shadow.
- Parse text language.
- Various minor changes and improvements.
2018-01-10 10:17:05 +00:00
richard
7628827d21 use std::pow in order to avoid being ambiguous (on SunOS anyway) 2015-08-25 08:15:18 +00:00
wiz
c1aace4f00 Update to 0.1.2:
libmspub 0.1.2

- Check arguments of public functions. Passing NULL no longer causes
  a crash.
- Use symbol visibility on Linux. The library only exports the two public
  functions now.
- Fix several crashes and hangs when reading broken files, found with the help
  of american-fuzzy-lop.
- Add support for embedded fonts.
- Add initial support for tables.
- Parse document metadata.
2015-01-04 23:30:21 +00:00