summary refs log tree commit diff stats
path: root/lib/pure/xmlparser.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #1518Andreas Rumpf2016-10-201-0/+3
|
* fixes #4899Andreas Rumpf2016-10-191-1/+1
|
* Add a test to xmlparserMatt Sullivan2015-10-311-12/+19
|
* Create entity nodes with xmlparserMatt Sullivan2015-10-301-1/+1
|
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-19/+19
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Don't run non-test code when defined(testing)Oleh Prypin2015-04-211-1/+1
|
* Fix typosFederico Ceratto2015-02-151-2/+2
|
* more tests greenAraq2014-08-311-4/+4
|
* big renameAraq2014-08-271-15/+17
|
* stdlib compiles mostly without warnings againAraq2014-02-061-2/+2
|
* Fixes problems parsing XML docs with multiple PIs.Dominik Picheta2013-10-071-1/+1
|
* fixes #492Araq2013-06-271-3/+1
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* ugh, maybe broke gitAraq2011-04-011-2/+2
|
* cleanup: E_Base should not be used for inheriting exceptions; documentation ↵Araq2011-01-151-2/+3
| | | | generator generates dependencies section
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
|
* bugfixes for unicode; xmlparser; htmlparser; scannerrumpf_a@web.de2010-02-201-0/+158
:40:40 +0100 added process manager which lists running load processes' href='/akspecs/ranger/commit/ranger/gui/defaultui.py?h=v1.9.2&id=ddf828fb5ce5a539e01d968aee5817ad1c921a01'>ddf828fb ^
a923ead7 ^


d88232a3 ^

1159f9ec ^
49ae0dd1 ^
9506fb8e ^
a923ead7 ^
85f45f48 ^
a923ead7 ^

ddf828fb ^
a923ead7 ^
d88232a3 ^
cfdbb9d6 ^

a923ead7 ^







e6dfc442 ^
7ec262f8 ^

e6dfc442 ^

cfdbb9d6 ^
e6dfc442 ^


cfdbb9d6 ^
e6dfc442 ^
ddf828fb ^









e6dfc442 ^
49ae0dd1 ^

633387ba ^
9a78b644 ^




a396b3a0 ^
9a78b644 ^
a396b3a0 ^


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