summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_hash.c
Commit message (Expand)AuthorAgeFilesLines
* Macro types enum-ated (enum mdoct) (for easier debugging in gdb of "tok" valu...Kristaps Dzonsons2010-03-311-3/+3
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-1/+5
* ascii_xxx -> chars_xxx (intended to hold more than just ascii encoding).Kristaps Dzonsons2009-09-171-4/+5
* Lintifications.Kristaps Dzonsons2009-09-161-3/+3
* Lookup hashes are now static tables, ordered first-level by second character,...Kristaps Dzonsons2009-09-161-112/+33
* FreeBSD includes fix (uqs@sporlein.net).Kristaps Dzonsons2009-07-201-1/+3
* Fixed hash assertion.Kristaps Dzonsons2009-07-171-1/+4
* Hash now accepts `br'. This needs work (way to sparse).Kristaps Dzonsons2009-07-171-58/+47
* Removed MAN___: moved MAN_br to its index (comments not passed into parser).Kristaps Dzonsons2009-06-161-2/+2
* Fixed license email address.Kristaps Dzonsons2009-06-101-2/+2
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
* mdoc_tokhash -> hashKristaps Dzonsons2009-04-021-6/+5
* First addition of -man macro support.Kristaps Dzonsons2009-03-231-0/+175