summaryrefslogtreecommitdiffstats
path: root/man.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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