Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [backport] run nimpretty on parsers | narimiran | 2019-09-30 | 1 | -2/+3 |
| | |||||
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 1 | -1/+1 |
| | |||||
* | last stdlib cleanups | Araq | 2019-09-21 | 1 | -2/+2 |
| | |||||
* | Matching actual proc name (#10766) [ci skip] | Anthon van der Neut | 2019-03-02 | 1 | -1/+1 |
| | |||||
* | htmlparser: update example | Leorize | 2019-03-02 | 1 | -3/+3 |
| | | | | This update htmlparser example to compile with the current stdlib. | ||||
* | Add parsing empty attribs to htmlparser (#9559) | rec | 2018-10-30 | 1 | -1/+2 |
| | |||||
* | Make htmlparser parse unquoted attrib values (#9537) | rec | 2018-10-29 | 1 | -1/+1 |
| | | | Fixes #6154 | ||||
* | Decrease source code size in `htmlparser` and add one check (#8690) | Tim | 2018-08-23 | 1 | -1461/+1465 |
| | |||||
* | make more tests green | Andreas Rumpf | 2018-08-14 | 1 | -1/+0 |
| | |||||
* | fixes #8338 | Andreas Rumpf | 2018-07-17 | 1 | -1/+1 |
| | |||||
* | remove deprecated stuff from the stdlib; introduce better deprecation warnings | Araq | 2018-05-05 | 1 | -1/+0 |
| | |||||
* | Changes `entityToUtf8` implementation from `htmlparser` and add two procs ↵ | Tim | 2018-03-04 | 1 | -77/+1521 |
| | | | | | | | | | (#7288) `entityToUtf8` now supports every entity name and decimal and hexadecimal values from https://dev.w3.org/html5/html-author/charref. As it finally turned out, the `case` implementation generates even a smaller binary size compared to a `[(name, val)]` implementation. Additionally the procs `entityToRune` and `runeToEntity` are now available. The last one only generates numeric html entities, so it doesn't need a lookup table. | ||||
* | Add `parseHtml` overload for string (#7198) | Oscar Nihlgård | 2018-02-10 | 1 | -7/+12 |
| | |||||
* | htmlparser: different error corrections | Araq | 2016-11-07 | 1 | -4/+7 |
| | |||||
* | Make htmlparser compile without warnings | Araq | 2016-09-09 | 1 | -14/+17 |
| | |||||
* | htmlparser: Allow <p> as children of <dd> and <li> | Stephane Fontaine | 2016-07-27 | 1 | -2/+8 |
| | |||||
* | Fix modules that import both strutils and unicode | Joey Payne | 2016-07-01 | 1 | -3/+3 |
| | | | | | This is only an issue when a proc in both modules that is named the same is used, such as toLower or toUpper for strings. | ||||
* | minor doc updates | Araq | 2015-07-01 | 1 | -3/+3 |
| | |||||
* | Merge branch 'patch-2' of https://github.com/rgv151/Nim into rgv151-patch-2 | Dominik Picheta | 2015-06-20 | 1 | -49/+50 |
|\ | | | | | | | | | Conflicts: lib/pure/htmlparser.nim | ||||
| * | Allow TR, TH, TD tags inside THEAD and TFOOT | Bruce Doan | 2015-05-27 | 1 | -49/+49 |
| | | |||||
* | | lib/pure/e-o - Dropped 'T' from types | pdw | 2015-06-04 | 1 | -7/+8 |
|/ | |||||
* | Don't run non-test code when defined(testing) | Oleh Prypin | 2015-04-21 | 1 | -1/+1 |
| | |||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -2/+2 |
| | |||||
* | make tests green | Araq | 2014-08-31 | 1 | -17/+17 |
| | |||||
* | big rename | Araq | 2014-08-27 | 1 | -3/+3 |
| | |||||
* | stdlib compiles mostly without warnings again | Araq | 2014-02-06 | 1 | -2/+2 |
| | |||||
* | Merge pull request #695 from gradha/pr_adds_htmlparser_example | Grzegorz Adam Hankiewicz | 2013-12-02 | 1 | -1/+27 |
|\ | | | | | Adds an example to htmlparser showing how to save changes. | ||||
| * | Adds an example to htmlparser showing how to save changes. | Grzegorz Adam Hankiewicz | 2013-11-30 | 1 | -1/+27 |
| | | |||||
* | | Makes htmlparser handle whitespace. Refs #694. | Grzegorz Adam Hankiewicz | 2013-12-02 | 1 | -1/+1 |
|/ | | | | | | | Without the flag, htmlparser will ignore some significant whitespace in HTML files. A more correct fix would be to not reuse the xml parser since the rules for HTML are slightly different, but this will do for the moment. | ||||
* | Silences debug echo. | Grzegorz Adam Hankiewicz | 2013-07-04 | 1 | -1/+1 |
| | |||||
* | fixes #492 | Araq | 2013-06-27 | 1 | -0/+2 |
| | |||||
* | fixed a long standing xml parser bug; html parser bugfixes + speed improvements | Araq | 2013-06-27 | 1 | -69/+217 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | bugfix: typeinfo.extendSeq | Araq | 2013-01-27 | 1 | -3/+3 |
| | |||||
* | bugfix: GC more forgiving | Araq | 2011-04-03 | 1 | -2/+2 |
| | |||||
* | bugfixes: htmlparser module | Araq | 2010-10-30 | 1 | -3/+14 |
| | |||||
* | added base64 module; decoding still broken | Araq | 2010-10-23 | 1 | -1/+1 |
| | |||||
* | version 0.8.8 | Andreas Rumpf | 2010-03-14 | 1 | -2/+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 | -8/+24 |
| | |||||
* | further development of graphics module | rumpf_a@web.de | 2010-02-14 | 1 | -2/+2 |
| | |||||
* | further improvements for the HTML parser | rumpf_a@web.de | 2010-02-14 | 1 | -2/+6 |
| | |||||
* | further improvements for the HTML parser | rumpf_a@web.de | 2010-02-14 | 1 | -9/+28 |
| | |||||
* | continued work on html/xmlparser | rumpf_a@web.de | 2010-02-14 | 1 | -96/+231 |
| | |||||
* | further progress on the new XML processing modules | Andreas Rumpf | 2010-02-12 | 1 | -0/+0 |
| | |||||
* | new XML modules | Andreas Rumpf | 2010-02-10 | 1 | -0/+247 |