index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
xmldom.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up returns in xmldom a bit
def
2015-03-24
1
-9
/
+7
*
Replaced deprecated repeatChar() with repeat() or spaces().
Hans Raaf
2015-03-04
1
-6
/
+6
*
Fix typos
Federico Ceratto
2015-02-15
1
-1
/
+1
*
xmldom adheres to the new style
Araq
2014-09-17
1
-249
/
+249
*
big rename
Araq
2014-08-27
1
-2
/
+3
*
replace nil comparisons with calls to isNil
def
2014-08-01
1
-52
/
+52
*
Add some nil checks for xmldom (and clean up a bit)
def
2014-07-30
1
-196
/
+223
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
objects with no ancestor are not implicitely final
Araq
2012-08-24
1
-1
/
+1
*
fixed some newly introduced bugs
Araq
2011-09-21
1
-15
/
+15
*
deprecated system.copy: use system.substr instead
Araq
2011-05-14
1
-2
/
+2
*
more fixes for dy(n)lib typo; fixes #15
Araq
2011-03-08
1
-6
/
+7
*
cleanup: E_Base should not be used for inheriting exceptions; documentation g...
Araq
2011-01-15
1
-1
/
+1
*
bugfixes: re; pegs module
Andreas Rumpf
2010-02-28
1
-3
/
+13
*
fixed pango/pangoutils new wrappers
Andreas Rumpf
2010-02-26
1
-0
/
+0
*
bugfixes for unicode; xmlparser; htmlparser; scanner
rumpf_a@web.de
2010-02-20
1
-7
/
+9
*
continued work on html/xmlparser
rumpf_a@web.de
2010-02-14
1
-8
/
+0
*
further progress on the new XML processing modules
Andreas Rumpf
2010-02-12
1
-0
/
+0
*
new XML modules
Andreas Rumpf
2010-02-10
1
-82
/
+162
*
added xmldom modules
Andreas Rumpf
2010-02-08
1
-0
/
+1009