Package: html2text / 1.3.2a-18

Metadata

Package Version Patches format
html2text 1.3.2a-18 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
100 fix makefile.patch | (download)

Makefile.in | 7 2 + 5 - 0 !
1 file changed, 2 insertions(+), 5 deletions(-)

---
110 triplet cc.patch | (download)

configure | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
200 close files inside main loop.patch | (download)

html2text.C | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
400 remove builtin http support.patch | (download)

HTMLControl.h | 5 2 + 3 - 0 !
Makefile.in | 2 1 + 1 - 0 !
html2text.C | 13 7 + 6 - 0 !
3 files changed, 10 insertions(+), 10 deletions(-)

---
500 utf8 support.patch | (download)

Area.C | 74 73 + 1 - 0 !
Area.h | 4 4 + 0 - 0 !
format.C | 18 13 + 5 - 0 !
html.h | 5 5 + 0 - 0 !
html2text.C | 8 5 + 3 - 0 !
sgml.C | 391 209 + 182 - 0 !
table.C | 4 2 + 2 - 0 !
7 files changed, 311 insertions(+), 193 deletions(-)

---
510 disable backspaces.patch | (download)

html2text.C | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
550 skip numbers in html tag attributes.patch | (download)

HTMLControl.C | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
600 multiple meta tags.patch | (download)

HTMLParser.C | 336 169 + 167 - 0 !
HTMLParser.y | 4 3 + 1 - 0 !
html.C | 9 8 + 1 - 0 !
html.h | 8 7 + 1 - 0 !
4 files changed, 187 insertions(+), 170 deletions(-)

---
611 recognize input encoding.patch | (download)

html2text.C | 231 211 + 20 - 0 !
1 file changed, 211 insertions(+), 20 deletions(-)

---
630 recode output to locale charset.patch | (download)

html2text.C | 32 30 + 2 - 0 !
1 file changed, 30 insertions(+), 2 deletions(-)

---
800 replace zeroes with null.patch | (download)

format.C | 10 5 + 5 - 0 !
table.C | 10 5 + 5 - 0 !
2 files changed, 10 insertions(+), 10 deletions(-)

---
810 fix deprecated conversion warnings.patch | (download)

HTMLParser.C | 2 1 + 1 - 0 !
HTMLParser.h | 2 1 + 1 - 0 !
html2text.C | 4 2 + 2 - 0 !
sgml.C | 2 1 + 1 - 0 !
4 files changed, 5 insertions(+), 5 deletions(-)

---
900 complete utf8 entities table.patch | (download)

sgml.C | 134 67 + 67 - 0 !
1 file changed, 67 insertions(+), 67 deletions(-)

 completed the utf8 table
 The utf8 table translates HTML entities into UTF8 characters. The table,
 introduced by patch 500, was quite incomplete. This patch completes it.
 Table information mostly taken from
 http://lists.gnu.org/archive/html/groff/2006-01/msg00113.html , with some
 of the entries retrieved from various other sources.
 .
950 validate width parameter.patch | (download)

html2text.C | 24 12 + 12 - 0 !
1 file changed, 12 insertions(+), 12 deletions(-)

 validate --width parameter input.
  Width must be greater than zero, but that wasn't enforced.