summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for markers. These decorate the last box: see eqn.7.Kristaps Dzonsons2011-07-214-9/+60
* Document `{, }' subexpressions in eqn.7.Kristaps Dzonsons2011-07-211-0/+1
* Support nested `{, }' subexpressions in eqn. Document in code.Kristaps Dzonsons2011-07-214-20/+73
* Make `undef' not expand its argument before undefining it. DocumentKristaps Dzonsons2011-07-212-15/+34
* Flip eqn into using parsed nodes. I've temporarily disabled printingKristaps Dzonsons2011-07-218-63/+128
* Finish the eqn syntactic parser. This correctly parses terms and doesKristaps Dzonsons2011-07-217-213/+253
* Forgot to add these bits to the last commit.Kristaps Dzonsons2011-07-182-0/+2
* Note that equation definitions are nestable.Kristaps Dzonsons2011-07-181-1/+5
* Definitions in eqn.7 are actually recursive. Do this and add crudeKristaps Dzonsons2011-07-181-7/+29
* Clarify up `Rv' and `Ex' documentation.Kristaps Dzonsons2011-07-181-10/+20
* Follow-up: forgot to remove useless regset structs.Kristaps Dzonsons2011-07-182-2/+0
* Make `struct roff' be passed into libmdoc and libman upon creation.Kristaps Dzonsons2011-07-189-57/+61
* Fix copyright email.Kristaps Dzonsons2011-07-172-2/+2
* Remove unused function.Kristaps Dzonsons2011-07-172-43/+0
* Fix lost allocation.Kristaps Dzonsons2011-07-171-2/+0
* Remember to NULL-ify new keys/vals.Kristaps Dzonsons2011-07-172-1/+2
* Provide implementations of `define', `set', and `unset'.Kristaps Dzonsons2011-07-174-71/+261
* Warn if equation `define' key is quoted (groff-ism).Kristaps Dzonsons2011-07-173-4/+22
* Add initial `define' support for eqn(7).Kristaps Dzonsons2011-07-173-11/+126
* Remove prototype since moved into mandoc.h.Kristaps Dzonsons2011-07-171-1/+0
* improve documentation of .Bl -column .It TaIngo Schwarze2011-07-151-23/+41
* Big step forward in bringing mandocdb in line with most makewhatis-typeKristaps Dzonsons2011-07-152-77/+227
* First step of making mandocdb a true makewhatis/mandb replacement:Kristaps Dzonsons2011-07-152-126/+135
* Expose mandoc_strdup() to the outside world.Kristaps Dzonsons2011-07-151-0/+1
* Move parts of mandocdb that "do stuff" to the databases into their ownKristaps Dzonsons2011-07-151-125/+173
* Apparently these weren't removed properly...Kristaps Dzonsons2011-07-142-1296/+0
* 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