aboutsummaryrefslogtreecommitdiffstats
path: root/indep.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix potential integer overflow in allocStrTatsuya Kinoshita2021-03-271-0/+2
|
* entities: support ' entityKyle J. McKay2019-11-081-3/+3
| | | | | | | | | | | | | | | | | | | | | | | The XHTML standard encompasses the XML standard. From the beginning, the XML standard [1] has always included required support for five character entities: 1. the ampersand (&) as &amp; 2. the left angle bracket (<) as &lt; 3. the right angle bracket (>) as &gt; 4. the double-quote character (") as &quot; 5. the apostrophe or single-quote character (') as &apos; See section "2.4 Character Data and Markup" of the XML standard [1] for further details. Add support for the character single-quote character entity (&apos;) in order to fully support XHTML pages. [1]: https://www.w3.org/TR/REC-xml/ Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
* Merge branch 'bug/win64gc'Tatsuya Kinoshita2013-10-141-0/+105
|\ | | | | | | | | | | Conflicts: istream.c main.c
| * Workaround of GC crash on Cygwin64AIDA Shinra2013-10-141-0/+105
| | | | | | | | | | Patch from <http://www.j10n.org/files/w3m-cvs-1.1055-win64gc.patch>, [w3m-dev:04469] on 2013-10-14.
* | Support the siteconf featureTatsuya Kinoshita2013-04-081-0/+14
|/ | | | | Patch to support the siteconf feature, from [w3m-dev 04463] on 2012-06-27, provided by AIDA Shinra.
* Adding upstream version 0.5.2upstream/0.5.2Tatsuya Kinoshita2011-05-041-3/+7
|
* Adding upstream version 0.5.1upstream/0.5.1Tatsuya Kinoshita2011-05-041-0/+750