summaryrefslogtreecommitdiffstats
path: root/man.c
Commit message (Expand)AuthorAgeFilesLines
* Removed restriction on integer manual sections in -man.Kristaps Dzonsons2010-05-151-1/+2
* More EOS: append_delims() fitted with EOS detection, so ANY macro with append...Kristaps Dzonsons2010-05-151-0/+2
* Put the eos-checker into libmandoc.h.Kristaps Dzonsons2010-05-121-13/+1
* End-of-sentence spacing for -man -Tascii.Kristaps Dzonsons2010-05-121-0/+23
* Fix asserts on stripping end-of-line whitespace.Kristaps Dzonsons2010-05-081-3/+1
* Strip trailing, unescaped whitespace from free-form, non-literal lines (like ...Kristaps Dzonsons2010-05-081-3/+17
* Lint fixes (type-safety for enums via -cefuh).Kristaps Dzonsons2010-05-081-3/+6
* De-chunking of text removed from parsers. This is a significant change (and ...Kristaps Dzonsons2010-05-071-55/+17
* Sync'd mdoc.c's function names with man.c.Kristaps Dzonsons2010-04-081-0/+6
* Final (?) fix to issue pointed out by Sascha Wildner: roff instructions clobb...Kristaps Dzonsons2010-03-291-8/+13
* Initial step in fixing badness reported by Sascha Wildner (wip).Kristaps Dzonsons2010-03-291-3/+5
* Last fix for tabs/spaces between control character and macro. egcs gcc.1 is ...VERSION.1.9.18Kristaps Dzonsons2010-03-271-1/+1
* *** empty log message ***Kristaps Dzonsons2010-03-271-1/+5
* Fixed re-adjustment of scope in exiting roff instructions (libman).Kristaps Dzonsons2010-03-271-4/+6
* Using man_node_delete() instead of man_node_free()/man_node_freelist() and fr...Kristaps Dzonsons2010-03-241-27/+53
* libman using enum mant instead of #defines for macros.Kristaps Dzonsons2010-03-231-12/+13
* Support for pod2man standard header macros (Vb, Ve, Sp). Based largely on a ...Kristaps Dzonsons2010-03-231-1/+2
* Clarify -man -T[x]html handling of `br' within `B'.Kristaps Dzonsons2010-03-221-27/+49
* Accomodate (libman) for next-line macros followed by non-text macros `na', `s...Kristaps Dzonsons2010-03-221-3/+34
* Check for white-space at the end of free-form text. Lack of check spotted by...Kristaps Dzonsons2010-01-071-3/+23
* Check for white-space at end of stand-alone macro line.Kristaps Dzonsons2010-01-071-2/+9
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-4/+4
* Fix in junking dot lines in -man (from PR by Alex Kozlov).Kristaps Dzonsons2009-11-021-3/+3
* libmdoc and libman now using non-recoverable allocations (simpler code).Kristaps Dzonsons2009-10-301-38/+13
* bzero() -> memset() (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-10-271-1/+1
* -man also prints unknown macro (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-10-261-6/+14
* Added `PD' to -man (doesn't do anything, yet).Kristaps Dzonsons2009-10-241-1/+1
* FreeBSD compile fixes (uqs@spoerlein.net).Kristaps Dzonsons2009-09-231-0/+2
* 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