Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | * add `xmltree.clear`, fixes #3797 * use `setLen` | ||||
* | 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 |
| | | | | | | | | | | | | | * Don't prefix lang names with "lang" in rstgen. * Implements ability to render xmltree w/o \n. Fixes <> for `data-*` attrs. * Various rstgen fixes. * Fixes security vulnerabilities due to not escaping some code. * Adds <video> support and improve `.. image:: ` directive. * Adds comment as requested. | ||||
* | 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 |
| | | | | Make it recursive, define for node types other than xnElement | ||||
* | 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 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: lib/pure/collections/critbits.nim lib/pure/collections/tables.nim lib/pure/xmltree.nim lib/system/sets.nim tests/collections/ttables.nim tests/collections/ttablesref.nim | ||||
| * | Rename mget to `[]` | def | 2015-03-31 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | - In sets, tables, strtabs, critbits, xmltree - This uses the new var parameter overloading - mget variants still exist, but are deprecated in favor of `[]` - Includes tests and fixed tests and usages of mget - The non-var `[]` now throws an exception instead of returning binary 0 or an empty string | ||||
* | | 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 |
| | | | | yet. | ||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | made tests green again | Araq | 2012-08-31 | 1 | -1/+1 |
| | |||||
* | parameter passing works the same for macros and templates; use callsite ↵ | Araq | 2012-08-28 | 1 | -2/+3 |
| | | | | magic to access the invokation AST | ||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | added xmltree.innerText; fixes #49 | Araq | 2011-08-15 | 1 | -1/+10 |
| | |||||
* | code gen bugfixes; marshal.nim implemented | Araq | 2011-06-26 | 1 | -2/+1 |
| | |||||
* | ugh, maybe broke git | Araq | 2011-04-01 | 1 | -3/+16 |
| |