Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
e.g. some links at http://git.kernel.org/gitweb.cgi didn't render.
e.g. #2 This page didn't render:
<html>
<head>
<meta http-equiv="content-type" content="; charset=utf-8"/>
<title></title>
</head>
<body>
Generating....
</body>
</html>
|
|
|
|
Race condition example: www.blisty.cz
charset after CSS ex. : http://www.daemonnews.org
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This patch gets rid of a series of valgrind complains with this page:
http://selenic.com/pipermail/mercurial/
|
|
|
|
|
|
|
|
- Added use of inttypes.h when stdint.h isn't found.
|
|
|
|
|
|
|
|
|
|
- Cleaned up a_Url_new().
|
|
|
|
|
|
|
|
|
|
|
|
- Fixed data guesser to detect ASCII, LATIN1, UTF8, KOI8-R, CP-1251 as text.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Re-enabled scrolling with Up/Down arrows.
|
|
|