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