Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | added base64 module; decoding still broken | Araq | 2010-10-23 | 1 | -2/+2 |
| | |||||
* | version 0.8.8 | Andreas Rumpf | 2010-03-14 | 1 | -13/+21 |
| | |||||
* | bugfixes: re; pegs module | Andreas Rumpf | 2010-02-28 | 1 | -3/+2 |
| | |||||
* | 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 | -4/+20 |
| | |||||
* | continued work on html/xmlparser | rumpf_a@web.de | 2010-02-14 | 1 | -1/+1 |
| | |||||
* | further progress on the new XML processing modules | Andreas Rumpf | 2010-02-12 | 1 | -4/+14 |
| | |||||
* | new XML modules | Andreas Rumpf | 2010-02-10 | 1 | -0/+231 |