]> git.cameronkatri.com Git - mandoc.git/history - man.c
Commit and commit message by deraadt@:
[mandoc.git] / man.c
2019-01-05 Ingo SchwarzeSome high-level block macros have an effect similar...
2018-12-31 Ingo SchwarzeCleanup, no functional change:
2018-12-31 Ingo SchwarzeUse the new flag NODE_NOFILL in the validators, which...
2018-12-31 Ingo SchwarzeMove parsing of the .nf and .fi (fill mode) requests...
2018-12-31 Ingo SchwarzeCleanup, minus 15 LOC, no functional change:
2018-12-30 Ingo SchwarzeCleanup, no functional change:
2018-12-14 Ingo SchwarzeAlmost mechanical diff to remove the "struct mparse...
2018-08-26 Ingo SchwarzeSupport nesting of elements with next-line scope.
2018-08-25 Ingo SchwarzeIf man(7) next-line scope is open and the line ends...
2018-08-23 Ingo SchwarzeThe upcoming .while request will have to re-execute...
2018-08-17 Ingo SchwarzeRemove more pointer arithmetic passing via regions...
2017-06-28 Ingo Schwarzefix incomplete handling of roff(7) nodes in man(7)...
2017-06-17 Ingo Schwarzecorrect handling of blank lines after \c
2017-06-03 Ingo Schwarzeignore blank lines in man(7) next line scope;
2017-05-08 Ingo SchwarzeLine-breaking roff(7) requests also break man(7) next...
2017-05-05 Ingo SchwarzeMove .sp to the roff modules. Enough infrastructure...
2017-05-01 Ingo SchwarzeA few days ago, a patch from <G dot Branden dot Robinso...
2017-04-29 Ingo SchwarzeParser unification: use nice ohashes for all three...
2017-04-24 Ingo SchwarzeContinue parser unification:
2017-03-03 Ingo Schwarzeremove a few redundant conditions that jsg@ found with...
2017-01-10 Ingo Schwarzeunify names of AST node flags; no change of cpp output
2015-10-22 Ingo Schwarzemove man(7) validation into the dedicated validation...
2015-10-06 Ingo Schwarzemodernize style: "return" is not a function
2015-09-04 Ingo SchwarzeFill mode changes don't break next-line scope in all...
2015-04-23 Ingo SchwarzeUnify mdoc_deroff() and man_deroff() into a common...
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 SchwarzeDecouple the token code for "no request or macro" from...
2015-04-19 Ingo SchwarzeUnify node handling functions:
2015-04-18 Ingo SchwarzeDelete the wrapper functions mdoc_meta(), man_meta...
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 SchwarzeProfit from the unified struct roff_man and reduce...
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-04-02 Ingo SchwarzeFirst step towards parser unification:
2015-01-30 Ingo Schwarzestarting a tbl(7) breaks man(7) next-line scope;
2015-01-24 Ingo SchwarzeStrangely, ignoring the roff(7) .na request was impleme...
2015-01-15 Ingo SchwarzeFatal errors no longer exist.
2014-12-28 Ingo Schwarzemdoc(7) already uses the mandoc(1) -Ios argument in...
2014-11-28 Ingo SchwarzeSimplify by making the eqn and tbl steering functions...
2014-11-28 Ingo SchwarzeSimplify by making many functions in the man(7) parser...
2014-11-19 Ingo SchwarzeEscape sequences terminate high-level macro names,...
2014-11-03 Ingo SchwarzeAllow the five man(7) font macros to concatenate their...
2014-10-20 Ingo Schwarzecorrect the spacing after in-line equations
2014-10-20 Ingo Schwarzecorrect spacing before inline equations
2014-09-06 Ingo SchwarzeSimplify by handling empty request lines at the one...
2014-08-10 Ingo SchwarzeGet rid of HAVE_CONFIG_H, it is always defined; idea...
2014-08-01 Ingo SchwarzeSimplify man(7) validation:
2014-08-01 Ingo Schwarzemention requests and macros in more messages
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 SchwarzeClean up ERROR messages related to document structure...
2014-07-07 Ingo SchwarzeSimplify man_unscope(), removing 18 lines of code,...
2014-07-06 Ingo SchwarzeClean up messages related to plain text and to escape...
2014-05-07 Ingo SchwarzeDo not segfault in makewhatis -Q if the next .SH after...
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2014-03-30 Ingo SchwarzeImplement the roff(7) .ll (line length) request.
2014-03-23 Ingo SchwarzeSkip leading escape sequences in man_deroff(). Helps...
2014-03-23 Ingo SchwarzeIf a man(7) NAME section contains macros, avoid truncat...
2014-03-23 Ingo SchwarzeThe files mandoc.c and mandoc.h contained both speciali...
2014-01-06 Ingo SchwarzeJoerg Sonnenberger contributed copyrightable amounts...
2014-01-05 Ingo SchwarzeAdd an option -Q (quick) to mandocdb(8)
2013-12-31 Ingo SchwarzeSimplify: Remove an unused argument from the mandoc_eos...
2013-11-10 Ingo SchwarzeIgnore blank lines right after .SH and .SS.
2013-10-17 Ingo SchwarzeImplement the .UR/.UE block (uniform resource identifie...
2012-11-17 Ingo SchwarzeCleanup naming of local variables to make the code...
2012-07-14 Ingo SchwarzeTranslate blank input lines to .sp just like in mdoc(7),
2012-06-12 Kristaps DzonsonsAdd `cc' support.
2012-06-02 Ingo SchwarzeMinimal implementation of .EX and .EE for GNU compatibi...
2012-01-03 Kristaps DzonsonsAdd support for `OP', one of the extended man macros...
2011-11-16 Joerg SonnenbergerCorrectly handle constructs like
2011-11-07 Ingo SchwarzeWhen the HEAD scope of .TP is broken by another block...
2011-10-06 Kristaps DzonsonsIf -Tman is specified and input is -man, echo the prepr...
2011-07-28 Kristaps DzonsonsAn implementation of `tr'. This routes allocations...
2011-07-27 Kristaps DzonsonsSimply word allocation in libmdoc and libman.
2011-07-21 Kristaps DzonsonsFinish the eqn syntactic parser. This correctly parses...
2011-07-18 Kristaps DzonsonsMake `struct roff' be passed into libmdoc and libman...
2011-03-29 Kristaps DzonsonsMake libman use mandoc_getcontrol() for real this time.
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-03-07 Ingo SchwarzeClean up date handling,
2011-02-09 Kristaps DzonsonsAllow -man to process EQN as well. Also fix a segfault...
2011-02-08 Kristaps DzonsonsPut tbl_alloc function right into the addspan() one...
2011-02-06 Kristaps DzonsonsUse tbl_span line number for warnings/errors.
2011-02-06 Kristaps DzonsonsLet the line-number of a tbl_span be remembered.
2011-01-12 Kristaps DzonsonsIf the first character of free-form text is whitespace...
2011-01-03 Kristaps DzonsonsSame treatment for MAN_HALT as for MDOC_HALT.
2011-01-01 Kristaps DzonsonsMake -Ttree spit out table columns.
2011-01-01 Kristaps DzonsonsAdd -man support for tables. Like -mdoc, this consists...
2011-01-01 Kristaps DzonsonsClean up {mdoc,man}_pmsg and vmsg invocations (ignore...
2010-12-08 Kristaps DzonsonsRemove `i' and `r' macro handlers. These macros, origi...
2010-12-06 Kristaps DzonsonsAdd support for `ft' macro found in groff(7). Based...
2010-12-06 Kristaps DzonsonsAllow multiple ELINE macros without raising a fatal...
2010-12-05 Kristaps DzonsonsRemove `Sp', `Vb', and `Ve' (as per schwarze@'s changes...
2010-11-30 Kristaps DzonsonsKill man_action.c.
next