summaryrefslogtreecommitdiff
path: root/bk_xhtml.c (follow)
Commit message (Collapse)AuthorAge
* Improve handling of versionids - now every HTML file contains allSimon Tatham2001-11-25
| | | | | | | | | | | versionids. I thought it might be nice to include only the versionid(s) from the .but file(s) that gave rise to a particular chapter file, but actually this is very badly defined (that information is thrown away very early on in the front end) and in any case thanks to cross-references every file _does_ depend on its fellows. Better to put them all in throughout. [originally from svn r1417]
* Tree structures documented (ish), and algorithm laid out (even if theJames Aylett2001-10-26
| | | | | | implementation is inside out for part of it). [originally from svn r1331]
* Eliminate completely gratuitous tail recursion in three functionsSimon Tatham2001-10-25
| | | | [originally from svn r1328]
* Fix mis-aimed `next' pointers in various sections; appears to haveSimon Tatham2001-10-25
| | | | | | sorted out the HTML truncated-contents bug. [originally from svn r1327]
* Numeric entities written about properly (Christian Ludlam).James Aylett2001-07-16
| | | | [originally from svn r1159]
* Numeric entity references weren't working: the string pointer wasSimon Tatham2001-01-27
| | | | | | being incremented _past_ the NUL, so the rest of the string was lost. [originally from svn r902]
* * Now malloc()ing even built-in filenames, so we can free them allJames Aylett2001-01-17
| | | | | | without worry (oops) [originally from svn r866]
* * Removed original generation code (unused for some time)James Aylett2001-01-06
| | | | | | * Frees up data structures [originally from svn r835]
* Numeric entity references are in decimal, not hex (sgt).James Aylett2001-01-06
| | | | [originally from svn r834]
* * Couple more TODO items, from Simon's feedback.James Aylett2001-01-05
| | | | [originally from svn r833]
* Initial checkin of xhtml backend.James Aylett2000-12-21
[originally from svn r828]