Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix crash in parsexml (#15582) (#15583) | Igor Ribeiro de Assis | 2020-10-15 | 1 | -0/+3 |
| | | | Co-authored-by: Igor Ribeiro de Assis <igor.ribeiro_de_assis@zeiss.com> | ||||
* | fixes #13946 (#14302) | Andreas Rumpf | 2020-05-11 | 1 | -10/+4 |
| | |||||
* | make parsexml compatible with --gc:destructors/newruntime | Andreas Rumpf | 2019-11-07 | 1 | -2/+2 |
| | |||||
* | 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 parsers | narimiran | 2019-09-30 | 1 | -39/+41 |
| | |||||
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 1 | -1/+1 |
| | |||||
* | fixes #11713, fixes #1034 | Araq | 2019-09-04 | 1 | -3/+6 |
| | |||||
* | StringStream and parseJson, parseCfg, parseSql et al for the vm (#10746) | Arne Döring | 2019-02-28 | 1 | -80/+49 |
| | |||||
* | Remove totally unneeded import of hashes. (#10221) | c-blake | 2019-01-07 | 1 | -1/+1 |
| | |||||
* | Add parsing empty attribs to htmlparser (#9559) | rec | 2018-10-30 | 1 | -1/+7 |
| | |||||
* | Make htmlparser parse unquoted attrib values (#9537) | rec | 2018-10-29 | 1 | -1/+19 |
| | | | Fixes #6154 | ||||
* | make 'koch web' work again | Araq | 2018-09-03 | 1 | -21/+119 |
| | |||||
* | WIP: disallow 'nil' for strings and seqs | Andreas Rumpf | 2018-08-13 | 1 | -3/+7 |
| | |||||
* | remove deprecated stuff from the stdlib; introduce better deprecation warnings | Araq | 2018-05-05 | 1 | -3/+0 |
| | |||||
* | htmlparser: support parsing of class=foobar without quotes | Andreas Rumpf | 2016-11-05 | 1 | -0/+4 |
| | |||||
* | fixes #1518 | Andreas Rumpf | 2016-10-20 | 1 | -15/+17 |
| | |||||
* | Add doc to parsexml.nim for template assertions | Chris Heller | 2016-07-02 | 1 | -0/+21 |
| | | | Added additional documentation for parsexml.nim to describe the assertions that are used to check the parser's current status when accessing parser data. | ||||
* | documentation build cleaned up | Andreas Rumpf | 2016-05-31 | 1 | -2/+2 |
| | |||||
* | fixes regression in XML parsing | Araq | 2015-07-15 | 1 | -0/+4 |
| | |||||
* | fixes #2429 | Araq | 2015-07-01 | 1 | -122/+150 |
| | |||||
* | Don't run non-test code when defined(testing) | Oleh Prypin | 2015-04-21 | 1 | -1/+1 |
| | |||||
* | Revert my.c changes in parsexml | def | 2015-03-08 | 1 | -8/+5 |
| | | | | | Remeasured with the string copy fix (#2255) and isn't faster anymore, so we should opt for the simpler code again. | ||||
* | parsexml: Use slices instead of copyMem | def | 2015-02-27 | 1 | -2/+2 |
| | |||||
* | Use templates in parsexml instead for performance | def | 2015-02-27 | 1 | -14/+14 |
| | |||||
* | Improve performance of parsexml | def | 2015-02-27 | 1 | -11/+15 |
| | | | | | - Prevent string copies when not necessary - Don't allocate a new XMLParser.c all the time | ||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -1/+1 |
| | |||||
* | updated xml modules | Araq | 2014-09-18 | 1 | -3/+3 |
| | |||||
* | make tests green | Araq | 2014-08-31 | 1 | -16/+16 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -2/+2 |
| | |||||
* | more modules updated | Araq | 2014-08-28 | 1 | -43/+43 |
| | |||||
* | more modules updated | Araq | 2014-08-28 | 1 | -8/+8 |
| | |||||
* | big rename | Araq | 2014-08-27 | 1 | -15/+18 |
| | |||||
* | fixed a long standing xml parser bug; html parser bugfixes + speed improvements | Araq | 2013-06-27 | 1 | -4/+15 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | ugh, maybe broke git | Araq | 2011-04-01 | 1 | -1/+1 |
| | |||||
* | bugfixes: htmlparser module | Araq | 2010-10-30 | 1 | -1/+1 |
| | |||||
* | fixed pango/pangoutils new wrappers | Andreas Rumpf | 2010-02-26 | 1 | -0/+0 |
| | |||||
* | continued work on html/xmlparser | rumpf_a@web.de | 2010-02-14 | 1 | -0/+0 |
| | |||||
* | further progress on the new XML processing modules | Andreas Rumpf | 2010-02-12 | 1 | -0/+6 |
| | |||||
* | new XML modules | Andreas Rumpf | 2010-02-10 | 1 | -1/+1 |
| | |||||
* | added system.del; delete; insert | Andreas Rumpf | 2010-02-02 | 1 | -2/+2 |
| | |||||
* | parseutils added | rumpf_a@web.de | 2010-01-31 | 1 | -5/+6 |
| | |||||
* | parseurl added | Andreas Rumpf | 2010-01-22 | 1 | -0/+2 |
| | |||||
* | bugfix for parsexml module | Andreas Rumpf | 2010-01-21 | 1 | -2/+5 |
| | |||||
* | implemented multi methods | Andreas Rumpf | 2009-09-23 | 1 | -2/+2 |
| | |||||
* | added tools and web dirs | Andreas Rumpf | 2009-09-15 | 1 | -0/+0 |
| | |||||
* | version0.7.10 | Andreas Rumpf | 2009-06-08 | 1 | -0/+635 |