summaryrefslogtreecommitdiffstats
path: root/mdoc_hash.c
Commit message (Collapse)AuthorAgeFilesLines
* Macro types enum-ated (enum mdoct) (for easier debugging in gdb of "tok" ↵Kristaps Dzonsons2010-03-311-2/+2
| | | | | | | values). Initial check-in of Ingo Schwarze's patch for Xo/Xc handling (in blocks ifdef'd "UGLY"). Put Oc-close-Op parts into UGLY ifdef blocks.
* Big check-in of compatibility layer. This should work on most major ↵Kristaps Dzonsons2010-01-011-0/+4
| | | | architectures. Thanks to Joerg Sonnenberger.
* ascii_xxx -> chars_xxx (intended to hold more than just ascii encoding).Kristaps Dzonsons2009-09-171-3/+4
| | | | More html work.
* Lintifications.Kristaps Dzonsons2009-09-161-2/+2
|
* Lookup hashes are now static tables, ordered first-level by second ↵Kristaps Dzonsons2009-09-161-111/+32
| | | | character, then randomly along a chain. Improves performance by a small fraction and considerably cleans up hash sources.
* FreeBSD includes fix (uqs@sporlein.net).Kristaps Dzonsons2009-07-201-0/+2
|
* Fixed hash assertion.Kristaps Dzonsons2009-07-171-0/+3
|
* Hash now accepts `br'. This needs work (way to sparse).Kristaps Dzonsons2009-07-171-57/+46
|
* Removed MAN___: moved MAN_br to its index (comments not passed into parser).Kristaps Dzonsons2009-06-161-1/+1
| | | | Fix: hashtable not fully formed after removal of MDOC___.
* Fixed license email address.Kristaps Dzonsons2009-06-101-1/+1
|
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
|
* mdoc_tokhash -> hashKristaps Dzonsons2009-04-021-5/+4
| | | | Initial man hashtab (BROKEN).
* First addition of -man macro support.Kristaps Dzonsons2009-03-231-0/+175
Abstraction of mdoc.