]> git.cameronkatri.com Git - mandoc.git/history - libman.h
Correct an embarrassing spelling mistake:
[mandoc.git] / libman.h
2018-12-31 Ingo SchwarzeCleanup, no functional change:
2018-12-31 Ingo SchwarzeCleanup, minus 15 LOC, no functional change:
2018-12-30 Ingo SchwarzeCleanup, no functional change:
2018-08-26 Ingo SchwarzeSupport nesting of elements with next-line scope.
2018-08-17 Ingo SchwarzeRemove more pointer arithmetic passing via regions...
2017-04-29 Ingo SchwarzeParser unification: use nice ohashes for all three...
2017-04-24 Ingo SchwarzeContinue parser unification:
2015-11-07 Ingo SchwarzeIn private header files, __BEGIN_DECLS and __END_DECLS...
2015-10-22 Ingo Schwarzemove man(7) validation into the dedicated validation...
2015-04-23 Ingo SchwarzeGet rid of two empty wrapper functions. No functional...
2015-04-19 Ingo SchwarzeUnify trickier node handling functions.
2015-04-19 Ingo SchwarzeUnify some node handling functions that use TOKEN_NONE.
2015-04-19 Ingo SchwarzeUnify node handling functions:
2015-04-18 Ingo SchwarzeUnify {mdoc,man}_{alloc,reset,free}() into roff_man_...
2015-04-18 Ingo SchwarzeMove mdoc_hash_init() and man_hash_init() to libmandoc.h
2015-04-18 Ingo SchwarzeReplace the structs mdoc and man by a unified struct...
2015-04-02 Ingo SchwarzeThird step towards parser unification:
2015-04-02 Ingo SchwarzeSecond step towards parser unification:
2015-03-20 Ingo SchwarzeSimplify by almost halving the number of macro flags:
2014-12-28 Ingo Schwarzemdoc(7) already uses the mandoc(1) -Ios argument in...
2014-12-01 Ingo Schwarzeremove unneccessary inclusion protection; patch from...
2014-11-28 Ingo SchwarzeSimplify by making many functions in the man(7) parser...
2014-11-03 Ingo SchwarzeAllow the five man(7) font macros to concatenate their...
2014-08-01 Ingo SchwarzeSimplify man(7) validation:
2014-08-01 Ingo Schwarzedemacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg...
2014-07-30 Ingo Schwarzegarbage collect three unused global flags; no functiona...
2014-07-30 Ingo SchwarzeSimplify: replace one global flag by one local variable.
2014-07-07 Ingo SchwarzeSimplify man_unscope(), removing 18 lines of code,...
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2014-01-05 Ingo SchwarzeAdd an option -Q (quick) to mandocdb(8)
2012-11-17 Ingo SchwarzeCleanup naming of local variables to make the code...
2011-11-07 Ingo SchwarzeWhen the HEAD scope of .TP is broken by another block...
2011-09-18 Ingo Schwarzeforgotten Copyright bumps; no code change
2011-07-18 Kristaps DzonsonsFollow-up: forgot to remove useless regset structs.
2011-07-18 Kristaps DzonsonsMake `struct roff' be passed into libmdoc and libman...
2011-03-23 Kristaps DzonsonsMerge man_args() into man_macro.c, the only place where...
2011-03-23 Kristaps DzonsonsFirst, make -man ARGS_EOLN et al. be an enum. Second...
2011-03-23 Kristaps DzonsonsAdd MAN_TAIL, which will be used by `UE' (forthcoming...
2011-03-22 Kristaps Dzonsonslibmdoc.h and libman.h were including mdoc.h and man...
2011-03-20 Kristaps DzonsonsConsolidate messages. Have all parse-time messages...
2011-03-17 Kristaps DzonsonsClean-up in libman: make all calls to man_*msg not...
2011-01-12 Kristaps DzonsonsIf the first character of free-form text is whitespace...
2010-11-30 Kristaps DzonsonsKill man_action.c.
2010-08-20 Ingo SchwarzeImplement a simple, consistent user interface for error...
2010-07-13 Ingo Schwarzecorrect lots of copyright notices;
2010-07-07 Kristaps DzonsonsRe-constitution of `ds' symbol processing. First,...
2010-06-27 Kristaps DzonsonsFollowing clue-stick applied by schwarze@, back out...
2010-06-27 Kristaps DzonsonsDownstream maintainers: this removes UGLY! I don't...
2010-06-26 Kristaps DzonsonsMechanical diff allowing the const struct regset to...
2010-06-26 Kristaps DzonsonsChurn-ish check-in getting mdoc_parseln() and man_parse...
2010-06-19 Kristaps DzonsonsChurn as I finish email address migration kth.se -...
2010-06-09 Kristaps DzonsonsSquash bug noted by Ulrich Spoerlein where "-" were...
2010-05-17 Kristaps DzonsonsEnable the unified error/warning enumeration in mandoc...
2010-05-15 Kristaps DzonsonsRemove `am', `ami', `de', `dei', and `.' from -man...
2010-05-15 Kristaps DzonsonsRemoved restriction on integer manual sections in ...
2010-04-08 Kristaps DzonsonsSync'd mdoc.c's function names with man.c.
2010-03-29 Kristaps DzonsonsFinal (?) fix to issue pointed out by Sascha Wildner...
2010-03-29 Kristaps DzonsonsInitial step in fixing badness reported by Sascha Wildn...
2010-03-27 Kristaps DzonsonsFixed re-adjustment of scope in exiting roff instructio...
2010-03-24 Kristaps DzonsonsUsing man_node_delete() instead of man_node_free()...
2010-03-23 Kristaps Dzonsonslibman using enum mant instead of #defines for macros.
2010-03-22 Kristaps DzonsonsClarify -man -T[x]html handling of `br' within `B'.
2010-03-22 Kristaps DzonsonsAccomodate (libman) for next-line macros followed by...
2009-10-30 Kristaps Dzonsonslibmdoc and libman now using non-recoverable allocation...
2009-10-26 Kristaps Dzonsons-man also prints unknown macro (noted by Joerg Sonnenbe...
2009-09-16 Kristaps DzonsonsLookup hashes are now static tables, ordered first...
2009-08-21 Kristaps DzonsonsFixed next-line scoping of `.HP nnn' (has both next...
2009-08-21 Kristaps DzonsonsFixed `nf' behaviour (had broken with de-chunking).
2009-08-19 Kristaps Dzonsonslibman checks for open explicit scopes on exit.
2009-08-19 Kristaps DzonsonsAdded RS/RE macro pair (had to adjust closing rules...
2009-08-13 Kristaps DzonsonsSignificant overhaul in libman. Macros are now block...
2009-07-24 Kristaps DzonsonsAdded `sp' support to libman.
2009-07-07 Kristaps DzonsonsTabularised error strings in libman.
2009-07-06 Kristaps DzonsonsConsolidated all err/warnings into mdoc.c via libmdoc.h.
2009-07-04 Kristaps DzonsonsMoved escape validation into libmandoc.h/mandoc.c ...
2009-06-22 Kristaps Dzonsonslibman documents require `TH' and at least one node.
2009-06-18 Kristaps DzonsonsMoved all formatted libman warn/error into man.c/libman.h.
2009-06-10 Kristaps DzonsonsFixed license email address.
2009-04-12 Kristaps DzonsonsUsing proper license template (const).
2009-03-26 Kristaps DzonsonsInitial front-end formatting for -man pages.
2009-03-25 Kristaps DzonsonsAdded pflags to man_alloc.
2009-03-25 Kristaps DzonsonsAdded man_action.c, renamed mdoc_action.c.
2009-03-25 Kristaps DzonsonsAdded man validator, renamed mdoc validator.
2009-03-23 Kristaps Dzonsons-man linked to mandoc in documentation.
2009-03-23 Kristaps Dzonsons-man printing linked to -Ttree.
2009-03-23 Kristaps DzonsonsFirst addition of -man macro support.