summary refs log tree commit diff stats
path: root/lib/pure/parsexml.nim
Commit message (Expand)AuthorAgeFilesLines
* htmlparser: support parsing of class=foobar without quotesAndreas Rumpf2016-11-051-0/+4
* fixes #1518Andreas Rumpf2016-10-201-15/+17
* Add doc to parsexml.nim for template assertionsChris Heller2016-07-021-0/+21
* documentation build cleaned upAndreas Rumpf2016-05-311-2/+2
* fixes regression in XML parsingAraq2015-07-151-0/+4
* fixes #2429Araq2015-07-011-122/+150
* Don't run non-test code when defined(testing)Oleh Prypin2015-04-211-1/+1
* Revert my.c changes in parsexmldef2015-03-081-8/+5
* parsexml: Use slices instead of copyMemdef2015-02-271-2/+2
* Use templates in parsexml instead for performancedef2015-02-271-14/+14
* Improve performance of parsexmldef2015-02-271-11/+15
* Fix typosFederico Ceratto2015-02-151-1/+1
* updated xml modulesAraq2014-09-181-3/+3
* make tests greenAraq2014-08-311-16/+16
* Nimrod renamed to NimAraq2014-08-281-2/+2
* more modules updatedAraq2014-08-281-43/+43
* more modules updatedAraq2014-08-281-8/+8
* big renameAraq2014-08-271-15/+18
* fixed a long standing xml parser bug; html parser bugfixes + speed improvementsAraq2013-06-271-4/+15
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* ugh, maybe broke gitAraq2011-04-011-1/+1
* bugfixes: htmlparser moduleAraq2010-10-301-1/+1
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
* further progress on the new XML processing modulesAndreas Rumpf2010-02-121-0/+6
* new XML modulesAndreas Rumpf2010-02-101-1/+1
* added system.del; delete; insertAndreas Rumpf2010-02-021-2/+2
* parseutils addedrumpf_a@web.de2010-01-311-5/+6
* parseurl addedAndreas Rumpf2010-01-221-0/+2
* bugfix for parsexml moduleAndreas Rumpf2010-01-211-2/+5
* implemented multi methodsAndreas Rumpf2009-09-231-2/+2
* added tools and web dirsAndreas Rumpf2009-09-151-0/+0
* version0.7.10Andreas Rumpf2009-06-081-0/+635
e='author Andreas Rumpf <andreas@andreas-desktop> 2009-12-14 01:38:05 +0100 committer Andreas Rumpf <andreas@andreas-desktop> 2009-12-14 01:38:05 +0100 floating point checks' href='/ahoang/Nim/commit/config/nimrod.cfg?h=devel&id=3b7ef2288f60bc5c355ad9aeaa127431ec3aee7b'>3b7ef2288 ^
4105a91c4 ^
220dd54ac ^
adf13aaea ^
039f21ffd ^


c53ad1b39 ^

3b7ef2288 ^



ec95d54a6 ^



3b7ef2288 ^


c8d270268 ^
a7e9ae55f ^


3b7ef2288 ^
0f0dfd637 ^
3b7ef2288 ^
78f4aacde ^
4105a91c4 ^

3b7ef2288 ^
4105a91c4 ^

3b7ef2288 ^
4105a91c4 ^
3b7ef2288 ^

4105a91c4 ^




3b7ef2288 ^







220dd54ac ^





3b7ef2288 ^
b7e8daf65 ^
446b04218 ^
3b7ef2288 ^










1
2
3
4
5
6
7
8
9
10
11
12
13
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