Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | closureiters: fixes #15243 (#15454) [backport:1.2] | Andreas Rumpf | 2020-10-02 | 1 | -2/+2 |
| | | | | * fixes #15243 [backport:1.2] | ||||
* | Remove `noSideEffect` pragmas (#15143) | sschwarzer | 2020-08-01 | 1 | -1/+1 |
| | | | | | | These don't seem to make sense for the purpose of the procs and lead to errors when the `--experimental:strictFuncs` feature is enabled. See also https://github.com/nim-lang/Nim/issues/15142 | ||||
* | move since from inclrtl to std/private/since (#14188) | hlaaftana | 2020-05-02 | 1 | -2/+2 |
| | | | | * move since from inclrtl to std/private/since * move since import in system below for HCR | ||||
* | fix #14064 xmltree should allow create text node with raw text(non-es… ↵ | Bung | 2020-04-22 | 1 | -1/+11 |
| | | | | | | | | | | | | | (#14070) * fix #14064 xmltree should allow create text node with raw text(non-escaped) eg. html style element's text * change xnRawText to VerbatimText,newRawText to newVerbatimText ,add since anotation * change changelog_1_2_0.md latest date * move change log Co-authored-by: bung87 <crc32@qq.com> | ||||
* | xmltree: Make indentation consistent with any num of children nodes (#13482) | Kaushal Modi | 2020-02-26 | 1 | -34/+135 |
| | | | Ref: https://forum.nim-lang.org/t/5972 | ||||
* | 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 |
| | | | | | | | | | | * Update documentation on `xmltree.items`/`mitems` So far the documentation on `items` and `mitems` wasn't explicit about whether the iteration recurses down the node's children or not. I assumed recursion, which was wrong. * Improve wording in comment Use the more common and shorter word "direct". | ||||
* | 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 |
| |