unrtf - Patches: patch #7846, make unrtf compile as a library...
You are not allowed to post comments on this tracker with your current authentication level.
patch #7846: make unrtf compile as a library and work with unicode in --text mode
Submitter: | Alexey Dobrov <adobrov> | ||
Submitted: | Fri 07 Sep 2012 04:32:18 PM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Attached Files
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2012-09-07 | adobrov | Attached File | - | ![]() |
Added unrtf-0.21.2-7.el6.src.rpm, #26498 |
This series of patches (can be found in the src rpm attached) is based on http://savannah.gnu.org/patch/?7676 patch and is written to make unrtf compile as a library and work with unicode in --text mode. Some essential bugs are fixed (e.g. non-consistent function calls with lack of arguments), and code is changed to be more application-friendly (e.g., exit(10) on error was changed to return FALSE).
Now it is tested to build and work fine as a library, but it still has a few memory-leaks, according to valgrind.