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
/
xmltree.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
move since from inclrtl to std/private/since (#14188)
hlaaftana
2020-05-02
1
-2
/
+2
*
fix #14064 xmltree should allow create text node with raw text(non-es… (#14...
Bung
2020-04-22
1
-1
/
+11
*
xmltree: Make indentation consistent with any num of children nodes (#13482)
Kaushal Modi
2020-02-26
1
-34
/
+135
*
use system.move instead of system.shallowCopy if the GC mode requires it
Andreas Rumpf
2019-10-04
1
-2
/
+8
*
[backport] run nimpretty on web stuff
narimiran
2019-09-30
1
-13
/
+15
*
Update documentation on `xmltree.items`/`mitems` (#11930)
sschwarzer
2019-08-12
1
-2
/
+2
*
Fix typo in xmltree docs [ci skip]
Zestyr
2019-06-27
1
-3
/
+3
*
xmltree: use code-block for arch-dependent tests
narimiran
2019-05-27
1
-38
/
+44
*
fixes #1286; object case transitions are now sound
Andreas Rumpf
2019-05-27
1
-2
/
+1
*
fix #8329, allow case insensitive xmltree.findAll (#11305)
Miran
2019-05-23
1
-11
/
+23
*
add `xmltree.clear`, fixes #3797 (#10711)
Miran
2019-02-20
1
-0
/
+29
*
Use standard XML escaping
Emery Hemingway
2019-02-13
1
-4
/
+2
*
better docs: xmltree
narimiran
2019-01-24
1
-117
/
+426
*
[cleanup] remove `xmldom` and `xmldomparser` (#9234)
Miran
2018-10-09
1
-1
/
+1
*
make tests green again
Andreas Rumpf
2018-08-18
1
-1
/
+0
*
Rstgen/xml tree fixes (#7823)
Dominik Picheta
2018-05-23
1
-10
/
+16
*
remove deprecated stuff from the stdlib; introduce better deprecation warnings
Araq
2018-05-05
1
-8
/
+0
*
Fixes #7738
Yuriy Glukhov
2018-05-03
1
-2
/
+2
*
xmltree: remove usage of deprecated callsite()
Andreas Rumpf
2018-04-24
1
-6
/
+3
*
Remove expr/stmt (#5857)
Arne Döring
2017-07-25
1
-1
/
+1
*
Clean up (as suggested by @Araq)
Dmitry Polienko
2016-12-01
1
-6
/
+5
*
Rewrite xmltools.innerText
Dmitry Polienko
2016-11-30
1
-7
/
+19
*
xmltree: separate escaping for attributes
Dmitry Polienko
2016-09-05
1
-3
/
+14
*
udpated the compiler and tester to use getOrDefault
Araq
2015-10-13
1
-1
/
+1
*
added getOrDefault; bootstrapping works again
Araq
2015-10-13
1
-1
/
+1
*
Merge branch 'mget' of https://github.com/def-/Nim into def--mget
Araq
2015-10-13
1
-2
/
+7
|
\
|
*
Rename mget to `[]`
def
2015-03-31
1
-2
/
+7
*
|
added proc to change an element tag and proc to insert xmlnode child
sergey.anufriev
2015-09-26
1
-0
/
+13
*
|
allow to delete xmlnode childs
Andrey Sobolev
2015-09-07
1
-0
/
+5
*
|
add text modification proc
Andrey Sobolev
2015-09-07
1
-0
/
+6
*
|
fixes #3282
Araq
2015-09-05
1
-1
/
+1
*
|
Remove dead code in findAll proc
Bruce Doan
2015-05-26
1
-2
/
+1
*
|
Fix a test in xmltree
Oleh Prypin
2015-04-21
1
-1
/
+2
|
/
*
Rename PNimrodNode to NimNode
def
2015-03-17
1
-45
/
+45
*
Add mitems and mpairs where it makes sense
def
2015-01-28
1
-0
/
+10
*
GitHub link fixes: nim-code -> nim-lang
def
2015-01-15
1
-4
/
+4
*
merged things from devel
Araq
2014-09-12
1
-0
/
+4
|
\
|
*
Escape ' and / when using escape in xmltree
Erwan Ameil
2014-08-30
1
-0
/
+4
*
|
Nimrod renamed to Nim
Araq
2014-08-28
1
-5
/
+5
*
|
Nimrod renamed to Nim
Araq
2014-08-28
1
-4
/
+4
*
|
more modules updated
Araq
2014-08-28
1
-29
/
+29
*
|
big rename
Araq
2014-08-27
1
-17
/
+20
*
|
renamefest
Araq
2014-08-23
1
-1
/
+1
|
/
*
Fixes xmltree <> macro docstring.
Grzegorz Adam Hankiewicz
2013-08-22
1
-1
/
+5
*
Adds findAll() convenience procs to xmltree.
Grzegorz Adam Hankiewicz
2013-07-20
1
-0
/
+37
*
Notes kind() getter is used to read TXmlNode.k field.
Grzegorz Adam Hankiewicz
2013-07-19
1
-1
/
+1
*
fixed a long standing xml parser bug; html parser bugfixes + speed improvements
Araq
2013-06-27
1
-0
/
+10
*
Fixes #428
Dominik Picheta
2013-05-11
1
-1
/
+1
*
Fixed bug with xmltree.attrs when attributes have not been initialised
Dominik Picheta
2013-03-23
1
-0
/
+3
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
[next]