aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libman.h
Commit message (Expand)AuthorAgeFilesLines
* remove unneccessary inclusion protection; patch from deraadt@Ingo Schwarze2014-12-011-5/+1
* Simplify by making many functions in the man(7) parser void,Ingo Schwarze2014-11-281-11/+10
* Allow the five man(7) font macros to concatenate their line arguments,Ingo Schwarze2014-11-031-1/+4
* Simplify man(7) validation:Ingo Schwarze2014-08-011-2/+1
* demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg(), mdoc_pmsg()Ingo Schwarze2014-08-011-5/+1
* garbage collect three unused global flags; no functional changeIngo Schwarze2014-07-301-3/+1
* Simplify: replace one global flag by one local variable.Ingo Schwarze2014-07-301-2/+1
* Simplify man_unscope(), removing 18 lines of code, that is,Ingo Schwarze2014-07-071-3/+2
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-3/+3
* Add an option -Q (quick) to mandocdb(8)Ingo Schwarze2014-01-051-1/+2
* Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze2012-11-171-6/+6
* When the HEAD scope of .TP is broken by another block macro,Ingo Schwarze2011-11-071-1/+2
* forgotten Copyright bumps; no code changeIngo Schwarze2011-09-181-2/+2
* Follow-up: forgot to remove useless regset structs.Kristaps Dzonsons2011-07-181-2/+1
* Make `struct roff' be passed into libmdoc and libman upon creation.Kristaps Dzonsons2011-07-181-1/+2
* Merge man_args() into man_macro.c, the only place where it's called, andKristaps Dzonsons2011-03-231-8/+1
* First, make -man ARGS_EOLN et al. be an enum. Second, removeKristaps Dzonsons2011-03-231-7/+9
* Add MAN_TAIL, which will be used by `UE' (forthcoming) and needs to beKristaps Dzonsons2011-03-231-1/+2
* libmdoc.h and libman.h were including mdoc.h and man.h, respectively.Kristaps Dzonsons2011-03-221-3/+1
* Consolidate messages. Have all parse-time messages (in libmdoc,Kristaps Dzonsons2011-03-201-7/+4
* Clean-up in libman: make all calls to man_*msg not check return value.Kristaps Dzonsons2011-03-171-2/+2
* If the first character of free-form text is whitespace, then a newlineKristaps Dzonsons2011-01-121-1/+2
* Kill man_action.c.Kristaps Dzonsons2010-11-301-3/+1
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-201-2/+1
* 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-2/+2
* Downstream maintainers: this removes UGLY! I don't want divergingKristaps Dzonsons2010-06-271-8/+8
* Mechanical diff allowing the const struct regset to propogate throughKristaps Dzonsons2010-06-261-3/+8
* Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept aKristaps Dzonsons2010-06-261-1/+2
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-2/+2
* Squash bug noted by Ulrich Spoerlein where "-" were being converted toKristaps Dzonsons2010-06-091-2/+2
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-39/+9
* Remove `am', `ami', `de', `dei', and `.' from -man, as they're now in the rof...Kristaps Dzonsons2010-05-151-5/+1
* Removed restriction on integer manual sections in -man.Kristaps Dzonsons2010-05-151-2/+1
* Sync'd mdoc.c's function names with man.c.Kristaps Dzonsons2010-04-081-1/+2
* Final (?) fix to issue pointed out by Sascha Wildner: roff instructions clobb...Kristaps Dzonsons2010-03-291-1/+2
* Initial step in fixing badness reported by Sascha Wildner (wip).Kristaps Dzonsons2010-03-291-4/+6
* Fixed re-adjustment of scope in exiting roff instructions (libman).Kristaps Dzonsons2010-03-271-2/+5
* Using man_node_delete() instead of man_node_free()/man_node_freelist() and fr...Kristaps Dzonsons2010-03-241-4/+4
* libman using enum mant instead of #defines for macros.Kristaps Dzonsons2010-03-231-7/+7
* Clarify -man -T[x]html handling of `br' within `B'.Kristaps Dzonsons2010-03-221-1/+3
* Accomodate (libman) for next-line macros followed by non-text macros `na', `s...Kristaps Dzonsons2010-03-221-4/+6
* libmdoc and libman now using non-recoverable allocations (simpler code).Kristaps Dzonsons2009-10-301-2/+1
* -man also prints unknown macro (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-10-261-2/+1
* Lookup hashes are now static tables, ordered first-level by second character,...Kristaps Dzonsons2009-09-161-5/+3
* Fixed next-line scoping of `.HP nnn' (has both next-line and on-line in head).Kristaps Dzonsons2009-08-211-2/+3
* Fixed `nf' behaviour (had broken with de-chunking).Kristaps Dzonsons2009-08-211-1/+5
* libman checks for open explicit scopes on exit.Kristaps Dzonsons2009-08-191-1/+2
* Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par).Kristaps Dzonsons2009-08-191-1/+2