summaryrefslogtreecommitdiffstats
path: root/man.c
Commit message (Expand)AuthorAgeFilesLines
* Make libman use mandoc_getcontrol() for real this time.Kristaps Dzonsons2011-03-291-46/+22
* Add MAN_TAIL, which will be used by `UE' (forthcoming) and needs to beKristaps Dzonsons2011-03-231-0/+17
* libmdoc.h and libman.h were including mdoc.h and man.h, respectively.Kristaps Dzonsons2011-03-221-0/+1
* Consolidate messages. Have all parse-time messages (in libmdoc,Kristaps Dzonsons2011-03-201-21/+6
* Clean-up in libman: make all calls to man_*msg not check return value.Kristaps Dzonsons2011-03-171-2/+2
* Clean up date handling,Ingo Schwarze2011-03-071-3/+3
* Allow -man to process EQN as well. Also fix a segfault in missing caseKristaps Dzonsons2011-02-091-0/+16
* Put tbl_alloc function right into the addspan() one, as this is the onlyKristaps Dzonsons2011-02-081-18/+8
* Use tbl_span line number for warnings/errors.Kristaps Dzonsons2011-02-061-1/+1
* Let the line-number of a tbl_span be remembered.Kristaps Dzonsons2011-02-061-2/+1
* If the first character of free-form text is whitespace, then a newlineKristaps Dzonsons2011-01-121-8/+15
* Same treatment for MAN_HALT as for MDOC_HALT.Kristaps Dzonsons2011-01-031-9/+9
* Make -Ttree spit out table columns.Kristaps Dzonsons2011-01-011-0/+1
* Add -man support for tables. Like -mdoc, this consists of anKristaps Dzonsons2011-01-011-22/+56
* Clean up {mdoc,man}_pmsg and vmsg invocations (ignore return values).Kristaps Dzonsons2011-01-011-6/+6
* Remove `i' and `r' macro handlers. These macros, originally part of theKristaps Dzonsons2010-12-081-4/+4
* Add support for `ft' macro found in groff(7). Based on a patch byKristaps Dzonsons2010-12-061-1/+1
* Allow multiple ELINE macros without raising a fatal error. From a field-Kristaps Dzonsons2010-12-061-25/+9
* Remove `Sp', `Vb', and `Ve' (as per schwarze@'s changes in OpenBSD),Kristaps Dzonsons2010-12-051-2/+1
* Kill man_action.c.Kristaps Dzonsons2010-11-301-2/+0
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-201-26/+6
* simplify the code copying the macro name, and sync theIngo Schwarze2010-08-081-7/+7
* Clean out the isgraph() checks in mdoc.c and man.c. These code pathsKristaps Dzonsons2010-08-071-11/+1
* Added `in' macro support for -man -Tascii. This is not yet supported inKristaps Dzonsons2010-07-221-0/+1
* Text ending in a full stop, exclamation mark or question markIngo Schwarze2010-07-181-1/+1
* correct lots of copyright notices;Ingo Schwarze2010-07-131-1/+1
* Re-constitution of `ds' symbol processing. First, push theKristaps Dzonsons2010-07-071-1/+0
* Following clue-stick applied by schwarze@, back out const-ness of regsetKristaps Dzonsons2010-06-271-2/+2
* Downstream maintainers: this removes UGLY! I don't want divergingKristaps Dzonsons2010-06-271-10/+8
* Mechanical diff allowing the const struct regset to propogate throughKristaps Dzonsons2010-06-261-4/+7
* Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept aKristaps Dzonsons2010-06-261-1/+3
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-1/+1
* Allow bad -man dates to flow verbatim into the front-ends. Noted byKristaps Dzonsons2010-05-261-0/+2
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-84/+29
* Add support for .AT. Properly implement .UC. Add regress tests.Joerg Sonnenberger2010-05-171-1/+1
* Allow roff_parseln() to be re-run.Kristaps Dzonsons2010-05-161-26/+30
* Fix allowing silly '\'' control character.Kristaps Dzonsons2010-05-161-1/+1
* Remove `am', `ami', `de', `dei', and `.' from -man, as they're now in the rof...Kristaps Dzonsons2010-05-151-7/+1
* Pull `ig' out of -man and leave it the roff preparser.Kristaps Dzonsons2010-05-151-2/+1
* 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