summaryrefslogtreecommitdiffstats
path: root/man.c
Commit message (Expand)AuthorAgeFilesLines
* Lookup hashes are now static tables, ordered first-level by second character,...Kristaps Dzonsons2009-09-161-9/+3
* Added `UC' libman macro (has no effect).Kristaps Dzonsons2009-08-221-1/+1
* Added check for graphable characters in initial-line parse for libman and lib...Kristaps Dzonsons2009-08-221-0/+6
* Fix of MAN_NEXT when removing next-line dupes.VERSION.1.9.1Kristaps Dzonsons2009-08-211-3/+7
* Removed superfluous XXX.Kristaps Dzonsons2009-08-211-2/+0
* Fixed `nf' behaviour (had broken with de-chunking).Kristaps Dzonsons2009-08-211-1/+11
* Open explicit scope on libman exit now only generates warning.Kristaps Dzonsons2009-08-211-4/+26
* Added `DT' macro (pointed out by joerg@netbsd.org).Kristaps Dzonsons2009-08-201-1/+1
* Linux compat fix.Kristaps Dzonsons2009-08-191-0/+4
* Moved MDOC_NEXT_SIBLING into mdoc_word (libmdoc).Kristaps Dzonsons2009-08-191-11/+61
* Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par).Kristaps Dzonsons2009-08-191-7/+16
* Significant overhaul in libman. Macros are now block- and line-scoped (withKristaps Dzonsons2009-08-131-47/+114
* Added `sp' support to libman.Kristaps Dzonsons2009-07-241-1/+2
* Tabularised error strings in libman.Kristaps Dzonsons2009-07-071-35/+15
* Moved escape validation into libmandoc.h/mandoc.c (common between libman/libm...Kristaps Dzonsons2009-07-041-0/+3
* libman documents require `TH' and at least one node.Kristaps Dzonsons2009-06-221-0/+6
* Added nchild decrement in libman (not used, but better in than forgotten).Kristaps Dzonsons2009-06-181-0/+3
* Moved all formatted libman warn/error into man.c/libman.h.Kristaps Dzonsons2009-06-181-0/+37
* Added -fno-ign-chars support to libman.Kristaps Dzonsons2009-06-181-0/+2
* Removed MAN___: moved MAN_br to its index (comments not passed into parser).Kristaps Dzonsons2009-06-161-2/+2
* Modernised comment handling: text following \" is thrown away beforeKristaps Dzonsons2009-06-161-4/+0
* Fixed license email address.Kristaps Dzonsons2009-06-101-1/+1
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
* Spelling "preceed" -> "precede" (naddy).Kristaps Dzonsons2009-04-121-1/+1
* man(3) doesn't use err.h anymore.Kristaps Dzonsons2009-04-051-27/+32
* Proper resetting of memory.Kristaps Dzonsons2009-04-031-1/+3
* mdoc_tokhash -> hashKristaps Dzonsons2009-04-021-1/+1
* Added some new manuals (mdoc.3 mandoc_char.7).Kristaps Dzonsons2009-03-271-1/+1
* Fixed after-NLINE-error assertion.Kristaps Dzonsons2009-03-261-2/+2
* Initial front-end formatting for -man pages.Kristaps Dzonsons2009-03-261-7/+53
* Fixed inheritence of initial macro into man_macro.Kristaps Dzonsons2009-03-261-9/+13
* Fixed reading whitespace for man.7 `. TH'.Kristaps Dzonsons2009-03-261-15/+16
* *** empty log message ***Kristaps Dzonsons2009-03-251-0/+1
* Added pflags to man_alloc.Kristaps Dzonsons2009-03-251-9/+21
* Actions in place for prologue parsing.Kristaps Dzonsons2009-03-251-2/+2
* Added man_action.c, renamed mdoc_action.c.Kristaps Dzonsons2009-03-251-7/+0
* Added man validator, renamed mdoc validator.Kristaps Dzonsons2009-03-251-4/+39
* -man linked to mandoc in documentation.Kristaps Dzonsons2009-03-231-2/+7
* -man printing linked to -Ttree.Kristaps Dzonsons2009-03-231-90/+58
* First addition of -man macro support.Kristaps Dzonsons2009-03-231-0/+368