summaryrefslogtreecommitdiffstatshomepage
path: root/man.c
Commit message (Expand)AuthorAgeFilesLines
* Clean-up in libman: make all calls to man_*msg not check return value.Kristaps Dzonsons2011-03-171-3/+3
* Clean up date handling,Ingo Schwarze2011-03-071-4/+4
* Allow -man to process EQN as well. Also fix a segfault in missing caseKristaps Dzonsons2011-02-091-1/+17
* Put tbl_alloc function right into the addspan() one, as this is the onlyKristaps Dzonsons2011-02-081-19/+9
* Use tbl_span line number for warnings/errors.Kristaps Dzonsons2011-02-061-2/+2
* Let the line-number of a tbl_span be remembered.Kristaps Dzonsons2011-02-061-3/+2
* If the first character of free-form text is whitespace, then a newlineKristaps Dzonsons2011-01-121-9/+16
* Same treatment for MAN_HALT as for MDOC_HALT.Kristaps Dzonsons2011-01-031-10/+10
* Make -Ttree spit out table columns.Kristaps Dzonsons2011-01-011-1/+2
* Add -man support for tables. Like -mdoc, this consists of anKristaps Dzonsons2011-01-011-23/+57
* Clean up {mdoc,man}_pmsg and vmsg invocations (ignore return values).Kristaps Dzonsons2011-01-011-7/+7
* Remove `i' and `r' macro handlers. These macros, originally part of theKristaps Dzonsons2010-12-081-5/+5
* Add support for `ft' macro found in groff(7). Based on a patch byKristaps Dzonsons2010-12-061-2/+2
* Allow multiple ELINE macros without raising a fatal error. From a field-Kristaps Dzonsons2010-12-061-26/+10
* Remove `Sp', `Vb', and `Ve' (as per schwarze@'s changes in OpenBSD),Kristaps Dzonsons2010-12-051-3/+2
* Kill man_action.c.Kristaps Dzonsons2010-11-301-3/+1
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-201-27/+7
* simplify the code copying the macro name, and sync theIngo Schwarze2010-08-081-8/+8
* Clean out the isgraph() checks in mdoc.c and man.c. These code pathsKristaps Dzonsons2010-08-071-12/+2
* Added `in' macro support for -man -Tascii. This is not yet supported inKristaps Dzonsons2010-07-221-1/+2
* Text ending in a full stop, exclamation mark or question markIngo Schwarze2010-07-181-2/+2
* correct lots of copyright notices;Ingo Schwarze2010-07-131-2/+2
* Re-constitution of `ds' symbol processing. First, push theKristaps Dzonsons2010-07-071-2/+1
* Following clue-stick applied by schwarze@, back out const-ness of regsetKristaps Dzonsons2010-06-271-3/+3
* Downstream maintainers: this removes UGLY! I don't want divergingKristaps Dzonsons2010-06-271-11/+9
* Mechanical diff allowing the const struct regset to propogate throughKristaps Dzonsons2010-06-261-5/+8
* Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept aKristaps Dzonsons2010-06-261-2/+4
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-2/+2
* Allow bad -man dates to flow verbatim into the front-ends. Noted byKristaps Dzonsons2010-05-261-1/+3
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-85/+30
* Add support for .AT. Properly implement .UC. Add regress tests.Joerg Sonnenberger2010-05-171-2/+2
* Allow roff_parseln() to be re-run.Kristaps Dzonsons2010-05-161-27/+31
* Fix allowing silly '\'' control character.Kristaps Dzonsons2010-05-161-2/+2
* Remove `am', `ami', `de', `dei', and `.' from -man, as they're now in the rof...Kristaps Dzonsons2010-05-151-8/+2
* Pull `ig' out of -man and leave it the roff preparser.Kristaps Dzonsons2010-05-151-3/+2
* Removed restriction on integer manual sections in -man.Kristaps Dzonsons2010-05-151-2/+3
* More EOS: append_delims() fitted with EOS detection, so ANY macro with append...Kristaps Dzonsons2010-05-151-1/+3
* Put the eos-checker into libmandoc.h.Kristaps Dzonsons2010-05-121-14/+2
* End-of-sentence spacing for -man -Tascii.Kristaps Dzonsons2010-05-121-1/+24
* Fix asserts on stripping end-of-line whitespace.Kristaps Dzonsons2010-05-081-4/+2
* Strip trailing, unescaped whitespace from free-form, non-literal lines (like ...Kristaps Dzonsons2010-05-081-4/+18
* Lint fixes (type-safety for enums via -cefuh).Kristaps Dzonsons2010-05-081-4/+7
* De-chunking of text removed from parsers. This is a significant change (and ...Kristaps Dzonsons2010-05-071-56/+18
* Sync'd mdoc.c's function names with man.c.Kristaps Dzonsons2010-04-081-1/+7
* 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