summaryrefslogtreecommitdiffstatshomepage
path: root/man.c
Commit message (Expand)AuthorAgeFilesLines
* Final (?) fix to issue pointed out by Sascha Wildner: roff instructions clobb...Kristaps Dzonsons2010-03-291-9/+14
* Initial step in fixing badness reported by Sascha Wildner (wip).Kristaps Dzonsons2010-03-291-4/+6
* Last fix for tabs/spaces between control character and macro. egcs gcc.1 is ...VERSION_1_9_18Kristaps Dzonsons2010-03-271-2/+2
* *** empty log message ***Kristaps Dzonsons2010-03-271-2/+6
* Fixed re-adjustment of scope in exiting roff instructions (libman).Kristaps Dzonsons2010-03-271-5/+7
* Using man_node_delete() instead of man_node_free()/man_node_freelist() and fr...Kristaps Dzonsons2010-03-241-28/+54
* libman using enum mant instead of #defines for macros.Kristaps Dzonsons2010-03-231-13/+14
* Support for pod2man standard header macros (Vb, Ve, Sp). Based largely on a ...Kristaps Dzonsons2010-03-231-2/+3
* Clarify -man -T[x]html handling of `br' within `B'.Kristaps Dzonsons2010-03-221-28/+50
* Accomodate (libman) for next-line macros followed by non-text macros `na', `s...Kristaps Dzonsons2010-03-221-4/+35
* Check for white-space at the end of free-form text. Lack of check spotted by...Kristaps Dzonsons2010-01-071-4/+24
* Check for white-space at end of stand-alone macro line.Kristaps Dzonsons2010-01-071-3/+10
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-5/+5
* Fix in junking dot lines in -man (from PR by Alex Kozlov).Kristaps Dzonsons2009-11-021-4/+4
* libmdoc and libman now using non-recoverable allocations (simpler code).Kristaps Dzonsons2009-10-301-39/+14
* bzero() -> memset() (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-10-271-2/+2
* -man also prints unknown macro (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-10-261-7/+15
* Added `PD' to -man (doesn't do anything, yet).Kristaps Dzonsons2009-10-241-2/+2
* FreeBSD compile fixes (uqs@spoerlein.net).Kristaps Dzonsons2009-09-231-1/+3
* Lookup hashes are now static tables, ordered first-level by second character,...Kristaps Dzonsons2009-09-161-10/+4
* Added `UC' libman macro (has no effect).Kristaps Dzonsons2009-08-221-2/+2
* Added check for graphable characters in initial-line parse for libman and lib...Kristaps Dzonsons2009-08-221-1/+7
* Fix of MAN_NEXT when removing next-line dupes.VERSION_1_9_1Kristaps Dzonsons2009-08-211-4/+8
* Removed superfluous XXX.Kristaps Dzonsons2009-08-211-3/+1
* Fixed `nf' behaviour (had broken with de-chunking).Kristaps Dzonsons2009-08-211-2/+12
* Open explicit scope on libman exit now only generates warning.Kristaps Dzonsons2009-08-211-5/+27
* Added `DT' macro (pointed out by joerg@netbsd.org).Kristaps Dzonsons2009-08-201-2/+2
* Linux compat fix.Kristaps Dzonsons2009-08-191-1/+5
* Moved MDOC_NEXT_SIBLING into mdoc_word (libmdoc).Kristaps Dzonsons2009-08-191-12/+62
* Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par).Kristaps Dzonsons2009-08-191-8/+17
* Significant overhaul in libman. Macros are now block- and line-scoped (withKristaps Dzonsons2009-08-131-48/+115
* Added `sp' support to libman.Kristaps Dzonsons2009-07-241-2/+3
* Tabularised error strings in libman.Kristaps Dzonsons2009-07-071-36/+16
* Moved escape validation into libmandoc.h/mandoc.c (common between libman/libm...Kristaps Dzonsons2009-07-041-1/+4
* libman documents require `TH' and at least one node.Kristaps Dzonsons2009-06-221-1/+7
* Added nchild decrement in libman (not used, but better in than forgotten).Kristaps Dzonsons2009-06-181-1/+4
* Moved all formatted libman warn/error into man.c/libman.h.Kristaps Dzonsons2009-06-181-1/+38
* Added -fno-ign-chars support to libman.Kristaps Dzonsons2009-06-181-1/+3
* Removed MAN___: moved MAN_br to its index (comments not passed into parser).Kristaps Dzonsons2009-06-161-3/+3
* Modernised comment handling: text following \" is thrown away beforeKristaps Dzonsons2009-06-161-5/+1
* Fixed license email address.Kristaps Dzonsons2009-06-101-2/+2
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
* Spelling "preceed" -> "precede" (naddy).Kristaps Dzonsons2009-04-121-2/+2
* man(3) doesn't use err.h anymore.Kristaps Dzonsons2009-04-051-28/+33
* Proper resetting of memory.Kristaps Dzonsons2009-04-031-2/+4
* mdoc_tokhash -> hashKristaps Dzonsons2009-04-021-2/+2
* Added some new manuals (mdoc.3 mandoc_char.7).Kristaps Dzonsons2009-03-271-2/+2
* Fixed after-NLINE-error assertion.Kristaps Dzonsons2009-03-261-3/+3
* Initial front-end formatting for -man pages.Kristaps Dzonsons2009-03-261-8/+54
* Fixed inheritence of initial macro into man_macro.Kristaps Dzonsons2009-03-261-10/+14