summary refs log tree commit diff stats
path: root/lib/pure/xmlparser.nim
Commit message (Collapse)AuthorAgeFilesLines
* complete std prefixes for stdlib (#22887)ringabout2023-10-301-2/+2
| | | | follow up https://github.com/nim-lang/Nim/pull/22851 follow up https://github.com/nim-lang/Nim/pull/22873
* move io out of system (#19442)flywind2022-02-021-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | * move io out of system * fix tests * fix tests * next step * rename to syncio * rename * fix nimscript * comma * fix * fix parts of errors * good for now * fix test
* fix #14056 (#16071)kemifl2020-11-231-10/+10
| | | fix #14056, incorporate review comments
* [backport] run nimpretty on parsersnarimiran2019-09-301-2/+3
|
* remove deprecated stuff from the stdlib; introduce better deprecation warningsAraq2018-05-051-2/+0
|
* Add string overload for parseXmlOscar Nihlgård2018-03-181-10/+15
|
* fixes #1518Andreas Rumpf2016-10-201-0/+3
|
* fixes #4899Andreas Rumpf2016-10-191-1/+1
|
* Add a test to xmlparserMatt Sullivan2015-10-311-12/+19
|
* Create entity nodes with xmlparserMatt Sullivan2015-10-301-1/+1
|
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-19/+19
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Don't run non-test code when defined(testing)Oleh Prypin2015-04-211-1/+1
|
* Fix typosFederico Ceratto2015-02-151-2/+2
|
* more tests greenAraq2014-08-311-4/+4
|
* big renameAraq2014-08-271-15/+17
|
* stdlib compiles mostly without warnings againAraq2014-02-061-2/+2
|
* Fixes problems parsing XML docs with multiple PIs.Dominik Picheta2013-10-071-1/+1
|
* fixes #492Araq2013-06-271-3/+1
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* ugh, maybe broke gitAraq2011-04-011-2/+2
|
* cleanup: E_Base should not be used for inheriting exceptions; documentation ↵Araq2011-01-151-2/+3
| | | | generator generates dependencies section
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
|
* bugfixes for unicode; xmlparser; htmlparser; scannerrumpf_a@web.de2010-02-201-0/+158