summary refs log tree commit diff stats
path: root/lib/pure/htmlparser.nim
Commit message (Expand)AuthorAgeFilesLines
* [backport] run nimpretty on parsersnarimiran2019-09-301-2/+3
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* last stdlib cleanupsAraq2019-09-211-2/+2
* Matching actual proc name (#10766) [ci skip]Anthon van der Neut2019-03-021-1/+1
* htmlparser: update exampleLeorize2019-03-021-3/+3
* Add parsing empty attribs to htmlparser (#9559)rec2018-10-301-1/+2
* Make htmlparser parse unquoted attrib values (#9537)rec2018-10-291-1/+1
* Decrease source code size in `htmlparser` and add one check (#8690)Tim2018-08-231-1461/+1465
* make more tests greenAndreas Rumpf2018-08-141-1/+0
* fixes #8338Andreas Rumpf2018-07-171-1/+1
* remove deprecated stuff from the stdlib; introduce better deprecation warningsAraq2018-05-051-1/+0
* Changes `entityToUtf8` implementation from `htmlparser` and add two procs (#7...Tim2018-03-041-77/+1521
* Add `parseHtml` overload for string (#7198)Oscar NihlgÄrd2018-02-101-7/+12
* htmlparser: different error correctionsAraq2016-11-071-4/+7
* Make htmlparser compile without warningsAraq2016-09-091-14/+17
* htmlparser: Allow <p> as children of <dd> and <li>Stephane Fontaine2016-07-271-2/+8
* Fix modules that import both strutils and unicodeJoey Payne2016-07-011-3/+3
* minor doc updatesAraq2015-07-011-3/+3
* Merge branch 'patch-2' of https://github.com/rgv151/Nim into rgv151-patch-2Dominik Picheta2015-06-201-49/+50
|\
| * Allow TR, TH, TD tags inside THEAD and TFOOTBruce Doan2015-05-271-49/+49
* | lib/pure/e-o - Dropped 'T' from typespdw2015-06-041-7/+8
|/
* Don't run non-test code when defined(testing)Oleh Prypin2015-04-211-1/+1
* Fix typosFederico Ceratto2015-02-151-2/+2
* make tests greenAraq2014-08-311-17/+17
* big renameAraq2014-08-271-3/+3
* stdlib compiles mostly without warnings againAraq2014-02-061-2/+2
* Merge pull request #695 from gradha/pr_adds_htmlparser_exampleGrzegorz Adam Hankiewicz2013-12-021-1/+27
|\
| * Adds an example to htmlparser showing how to save changes.Grzegorz Adam Hankiewicz2013-11-301-1/+27
* | Makes htmlparser handle whitespace. Refs #694.Grzegorz Adam Hankiewicz2013-12-021-1/+1
|/
* Silences debug echo.Grzegorz Adam Hankiewicz2013-07-041-1/+1
* fixes #492Araq2013-06-271-0/+2
* fixed a long standing xml parser bug; html parser bugfixes + speed improvementsAraq2013-06-271-69/+217
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* bugfix: typeinfo.extendSeqAraq2013-01-271-3/+3
* bugfix: GC more forgivingAraq2011-04-031-2/+2
* bugfixes: htmlparser moduleAraq2010-10-301-3/+14
* added base64 module; decoding still brokenAraq2010-10-231-1/+1
* version 0.8.8Andreas Rumpf2010-03-141-2/+2
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* bugfixes for unicode; xmlparser; htmlparser; scannerrumpf_a@web.de2010-02-201-8/+24
* further development of graphics modulerumpf_a@web.de2010-02-141-2/+2
* further improvements for the HTML parserrumpf_a@web.de2010-02-141-2/+6
* further improvements for the HTML parserrumpf_a@web.de2010-02-141-9/+28
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-96/+231
* further progress on the new XML processing modulesAndreas Rumpf2010-02-121-0/+0
* new XML modulesAndreas Rumpf2010-02-101-0/+247
' href='#n14'>14 15 16 17 18 19 20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141