summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* move mandocdb(1) to mandocdb(8)Ingo Schwarze2011-07-144-31/+32
* Rename makewhatis [back] into mandocdb. This is to maintain consistencyKristaps Dzonsons2011-07-144-28/+1324
* Have equation be allocated with mparse. Will be needed for logging ofKristaps Dzonsons2011-07-123-3/+6
* Re-ordered logic in makewhatis to iterate over the index file only once.Kristaps Dzonsons2011-07-121-97/+81
* Small HTML compatibility fix.VERSION.1.11.4Kristaps Dzonsons2011-07-121-1/+1
* Fixed some uninitialised values found during lint check.Kristaps Dzonsons2011-07-121-3/+3
* Note version 1.11.4 bits. Here we go!Kristaps Dzonsons2011-07-122-9/+6
* Fairly straightforward patch adding basic update (-u) and remove (-r)Kristaps Dzonsons2011-07-112-18/+172
* Use mandoc.1's error codes (we use them internally).Kristaps Dzonsons2011-07-111-1/+18
* Note we're no longer using temporary files.Kristaps Dzonsons2011-07-111-6/+0
* Don't use a temporary buffer (unless people yell to have it back in),Kristaps Dzonsons2011-07-111-78/+55
* Be more specific about `Dv', `Er', and `Ev'.Kristaps Dzonsons2011-07-111-4/+18
* Make sure constants in mandoc.3 use the `Dv' macro.Kristaps Dzonsons2011-07-111-5/+13
* Have descriptions for -man documents in makewhatis be properly collected.Kristaps Dzonsons2011-07-101-1/+4
* Spaces must be preserved in -T[x]html literal mode.Kristaps Dzonsons2011-07-091-0/+2
* Clarify the role of `RS' in man(7) and also fix a bogus cross-reference.Kristaps Dzonsons2011-07-081-5/+8
* Make sure that `br' and `sp' don't emit space before the initial `SH' inKristaps Dzonsons2011-07-081-4/+19
* Fix two issues: the first, where a `.\}' wasn't being interpreted as aKristaps Dzonsons2011-07-081-3/+25
* Fix handling of the `\c' escape in -T[x]html.Kristaps Dzonsons2011-07-071-1/+3
* Considerably fix up -man -T[x]html's handling of verbatim spaces (`nf'),Kristaps Dzonsons2011-07-071-17/+19
* Clean up how -man -T[x]html handles TP, IP, and HP (dd lists andKristaps Dzonsons2011-07-071-78/+14
* Simplify chars.c---there's really no need for extra code to reorder theKristaps Dzonsons2011-07-071-60/+7
* Note the strange `if'+newline issue raised by schwarze@.Kristaps Dzonsons2011-07-071-0/+4
* Fix a bug in the -man parser where deleting nodes (such as `PP' or `LP'Kristaps Dzonsons2011-07-071-6/+6
* Install sources with mode 0644. Noted by Jack Nagel. Ok schwarze@.Kristaps Dzonsons2011-07-041-1/+2
* The bufcat() function in -T[x]html was eating one byte off the end of itsKristaps Dzonsons2011-07-042-1/+2
* Fix a TODO noted by schwarze@, originally by Christian Weisgerber:Kristaps Dzonsons2011-07-034-3/+8
* two new bugs reported by naddy@:Ingo Schwarze2011-07-031-0/+8
* We obviously need man.h and mdoc.h installed as mentioned in mandoc.3.Kristaps Dzonsons2011-07-031-1/+1
* Added `Er' in ERRORS scan to makewhatis.Kristaps Dzonsons2011-07-012-1/+17
* Added search for `Ev' environment variables in ENVIRONMENT section.Kristaps Dzonsons2011-07-012-1/+17
* Allow `Nd' scarfed data to allow for non-text nodes as the first node, as well.Kristaps Dzonsons2011-07-011-21/+20
* Add some notes to index.sgml. This does not signal a release.Kristaps Dzonsons2011-07-011-35/+12
* Make scan for text tokens in a line recursive. This is really only forKristaps Dzonsons2011-07-011-34/+38
* Add path reference (`Pa' in FILES section).Kristaps Dzonsons2011-07-012-1/+20
* Ouch: predefined strings moved into roff.c weren't being reinitalisedKristaps Dzonsons2011-06-302-0/+7
* First fix how `sp 1' doesn't imply `1v' (it now does) and that 1Kristaps Dzonsons2011-06-295-8/+16
* Add cross-reference records to makewhatis.Kristaps Dzonsons2011-06-252-1/+26
* Add more documentation for libmandoc.Kristaps Dzonsons2011-06-221-6/+51
* Clean up makewhatis.c a little bit and add verbosity (-v).Kristaps Dzonsons2011-06-222-29/+42
* Make sure hash is initialised to NULL and remove an unused variable.Kristaps Dzonsons2011-06-221-2/+2
* Try again to get the transfer from hash to btree working. This timeKristaps Dzonsons2011-06-221-17/+18
* Fix broken transfer from hashtable to btree for makewhatis.c.Kristaps Dzonsons2011-06-211-11/+10
* Note mandoc-cgi -> mandoc-tools.Kristaps Dzonsons2011-06-211-1/+3
* Let descriptions (bit-mask 0x100) also be mined for text. This doublesKristaps Dzonsons2011-06-213-6/+19
* Have descriptions also use struct buf. This completes the internalKristaps Dzonsons2011-06-211-110/+52
* Don't let empty strings into the makewhatis keyword database.Kristaps Dzonsons2011-06-212-2/+3
* Make sure makewhatis.1 is documenting the correct bit-fields.Kristaps Dzonsons2011-06-211-12/+9
* Big change to makewhatis: use an in-memory hashtable to collapseKristaps Dzonsons2011-06-211-129/+183
* Make -T[x]html in -man also be aware of the vertical-space issues in theKristaps Dzonsons2011-06-181-4/+28