Age | Commit message (Collapse) | Author | Files | Lines |
|
Version 3.6.3 released 2014-08-18
* Documentation updates
https://github.com/simplejson/simplejson/issues/103
|
|
|
|
Version 3.6.2 released 2014-08-09
* Documentation updates
Version 3.6.1 released 2014-08-09
* Documentation updates
|
|
Update translations
Port to libgee 0.8 API
rom-kana: Retain partial input when "convert-*" commands are called
rom-kana: Assign "ly<X>" to HIRAGANA SMALL LETTER <X>
|
|
=====================================
* Don't create an atomic layer for transparent tags with no children
|
|
Version 3.6.0 released 2014-07-21
* Automatically strip any UTF-8 BOM from input to more closely
follow the latest specs
https://github.com/simplejson/simplejson/pull/101
|
|
Version 1.46 July 7, 2014
* Add German, Ukranian and Polish translations of info documentation.
* Add Hungarian and Norwegian Bokmaal translations.
|
|
Version 3.5.3 released 2014-06-24
* Fix lower bound checking in scan_once / raw_decode API
https://github.com/simplejson/simplejson/issues/98
|
|
0.2.x -> 0.3.0
- switch to librevenge
- add support for Works Spreadsheet
- add support for Works Database
- miscellaneous fixes and cleanups
|
|
|
|
13/5/2014
- add code to create embedded spreadsheet
- AppleWorks/ClarisWorks: send page's embedded spreadsheets as spreadsheet (instead of table)
|
|
libe-book 0.1.1
- Fix various problems when using --disable-experimental.
- Work around MSVC bug.
- Fix parsing of zipped FictionBook 2 files.
libe-book 0.1.0
- switch to librevenge
- PeanutPress: make sure the output is UTF-8
- TCR: make sure the output is UTF-8
- sanitize format detection
|
|
libvisio 0.1.0
- switch to librevenge
|
|
libmspub 0.1.1
- Fix a crash when opening certain documents in LibreOffice, caused by a symbol
clash.
- Several minor code improvements.
libmspub 0.1.0
- switch to librevenge
|
|
libfreehand 0.1.0
- switch to librevenge
|
|
libetonyek 0.1.1
- Fix detection of Keynote 3 documents.
libetonyek 0.1.0
- switch to librevenge
- add BIPU support for import of Pages documents
- add skeleton for (future) import of Numbers spreadsheets
|
|
libcdr 0.1.0
* switch to librevenge
|
|
0.0.1 -> 0.1.0
- Switch to librevenge
- Do not add extra tab for list indentation
- Avoid possible crash on file format detection
- Ignore cells that are not inside a table
|
|
0.2.2 - 0.3.0
- Switch to librevenge
- Miscellaneous fixes and cleanups
|
|
|
|
|
|
0.9.9 - 0.10.0
- Switch to librevenge
- Miscellaneous fixes and cleanups
|
|
|
|
|
|
librevenge is a base library for writing document import filters.
It has interfaces for text documents, vector graphics, spreadsheets
and presentations.
|
|
|
|
* Support SCO OpenServer 5.0.7/3.2's nl_langinfo(3).
|
|
Also include sys/types.h first as a general precaution, and don't
use <utime.h> any more.
|
|
|
|
* Install HTML files
Changelog:
2014-04-17: Version 6.0.5
* Dos2unix is part of the Translation Project (TP).
All translations go via the Translation Project.
See http://translationproject.org/
* New translations of UI messages: Brazilian Portuguese, Chinese (traditional),
Danish, French, Hungarian, Polish, Serbian, Ukrainian, Vietnamese.
* New translations of the manual: Brazilian Portuguese, French, German,
Polish, Ukrainian.
* Generated man pages are included in the source package to prevent
compilation problems with very old or very new perl/pod2man versions.
* Manuals are now generated from gettext PO files with po4a for easier
translation.
* All manuals are now in UTF-8 encoding.
* Skip symbolic links on Windows by default (same as on Unix).
|
|
- remove test dependency on Devel::StringInfo, which requires Moose
(RT#96034)
- line numbers in shipped code are now almost the same (within 3) as the
repository source, for easier debugging
- Changes content once again included manually, rather than extracted
directly from git! (there are release tests to ensure that the file is
kept current.)
- Improve error message when failing to find a suitable backend (RT#87751)
- when no backend is available at install time, JSON::PP is used as the
default prereq rather than JSON.pm (re RT#67967)
- documentation updated to recommend JSON::MaybeXS instead of JSON.pm for
new code
|
|
- more metadata fiddling, to remove the Cpanel::JSON::XS dependency visible
to static analyzers (the prequisites at install time remain unchanged)
- fix installation on older perls with an older ExtUtils::MakeMaker
(RT#94964)
- Now also supports JSON::XS, when available: Cpanel::JSON::XS will only be
installed when there is no XS backend already installed; Cpanel::JSON::XS
will be used over JSON::XS when both are installed.
|
|
|
|
* clang is needed as C preprocessor. Do not fail configure script.
* Disable -Werror flag
|
|
* Fix FreeBSD 10.0 clang build
Changelog:
not included.
|
|
|
|
packaged for wip by pho.
Fast base64 encoding and deconding for ByteStrings
|
|
Bump PKGREVISION.
|
|
Version 3.5.2 released 2014-05-22
* Fix Windows build with VS2008
https://github.com/simplejson/simplejson/pull/97
Version 3.5.1 released 2014-05-21
* Consistently reject int_as_string_bitcount settings that are not
positive integers
Version 3.5.0 released 2014-05-20
* Added int_as_string_bitcount encoder option
https://github.com/simplejson/pull/96
* Fixed potential crash when encoder created with incorrect options
|
|
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
|
|
|
libkkc provides a converter from Kana-string to
Kana-Kanji-mixed-string. It was named after kkc.el in GNU Emacs, a
simple Kana Kanji converter, while libkkc tries to convert sentences
in a bit more complex way using N-gram language models.
|
|
|
|
CairoSVG is a SVG converter based on Cairo. It can export SVG files to PDF,
PostScript and PNG files.
|
|
It is common for boost-libs consumers.
|
|
|
|
until proven otherwise.
|
|
Fix PR pkg/48777
|
|
libetonyek 0.0.4
- fix some build problems
- avoid data loss in some cases
- scale images properly
|
|
0.0.1 -> 0.0.2
- Do not add extra tab for list indentation
- Avoid possible crash on file format detection
- Ignore cells that are not inside a table
|