2015-10-21 |
Ingo Schwarze | Move all mdoc(7) node validation done before child... |
blob | commitdiff | raw |
2015-10-20 |
Ingo Schwarze | In order to become able to generate syntax tree nodes... |
blob | commitdiff | raw | diff to current |
2015-10-19 |
Ingo Schwarze | style cleanup, no functional change |
blob | commitdiff | raw | diff to current |
2015-10-12 |
Ingo Schwarze | Delete an assignment that is unconditionally overwritte... |
blob | commitdiff | raw | diff to current |
2015-10-12 |
Ingo Schwarze | To make the code more readable, delete 283 /* FALLTHROU... |
blob | commitdiff | raw | diff to current |
2015-10-06 |
Ingo Schwarze | modernize style: "return" is not a function |
blob | commitdiff | raw | diff to current |
2015-09-26 |
Ingo Schwarze | /* NOTREACHED */ after abort() is silly, delete it |
blob | commitdiff | raw | diff to current |
2015-09-14 |
Ingo Schwarze | Remove the warning about children of .Vt blocks because... |
blob | commitdiff | raw | diff to current |
2015-04-23 |
Ingo Schwarze | Unify mdoc_deroff() and man_deroff() into a common... |
blob | commitdiff | raw | diff to current |
2015-04-20 |
Ingo Schwarze | Avoid out-of-bounds read access before the beginning... |
blob | commitdiff | raw | diff to current |
2015-04-19 |
Ingo Schwarze | Unify some node handling functions that use TOKEN_NONE. |
blob | commitdiff | raw | diff to current |
2015-04-19 |
Ingo Schwarze | Decouple the token code for "no request or macro" from... |
blob | commitdiff | raw | diff to current |
2015-04-19 |
Ingo Schwarze | Unify node handling functions: |
blob | commitdiff | raw | diff to current |
2015-04-18 |
Ingo Schwarze | Replace the structs mdoc and man by a unified struct... |
blob | commitdiff | raw | diff to current |
2015-04-02 |
Ingo Schwarze | Second step towards parser unification: |
blob | commitdiff | raw | diff to current |
2015-04-02 |
Ingo Schwarze | First step towards parser unification: |
blob | commitdiff | raw | diff to current |
2015-02-23 |
Ingo Schwarze | oops, in NAME, don't nag about the comma after .Nm |
blob | commitdiff | raw | diff to current |
2015-02-23 |
Ingo Schwarze | improve NAME section diagnostics; |
blob | commitdiff | raw | diff to current |
2015-02-17 |
Ingo Schwarze | Render \(lq and \(rq as '"' in -Tascii mode but leave... |
blob | commitdiff | raw | diff to current |
2015-02-16 |
Ingo Schwarze | clean up post_dt() validation function; |
blob | commitdiff | raw | diff to current |
2015-02-14 |
Ingo Schwarze | shut up about tabs in SYNOPSIS .Fd lines, there is... |
blob | commitdiff | raw | diff to current |
2015-02-12 |
Ingo Schwarze | Delete the mdoc_node.pending pointer and the function... |
blob | commitdiff | raw | diff to current |
2015-02-10 |
Ingo Schwarze | trim trailing white space, no code change; |
blob | commitdiff | raw | diff to current |
2015-02-06 |
Ingo Schwarze | replace the last legacy generic message type, "argument... |
blob | commitdiff | raw | diff to current |
2015-02-06 |
Ingo Schwarze | Delete the legacy generic warning type MANDOCERR_ARGCWARN, |
blob | commitdiff | raw | diff to current |
2015-02-06 |
Ingo Schwarze | better handle .Fo and .Fd without argument |
blob | commitdiff | raw | diff to current |
2015-02-06 |
Ingo Schwarze | better handle empty .Bd .Bl .D1 .Dl blocks |
blob | commitdiff | raw | diff to current |
2015-02-06 |
Ingo Schwarze | better handle .In .Sh .Ss .St .Xr without arguments |
blob | commitdiff | raw | diff to current |
2015-02-05 |
Ingo Schwarze | fix handling of empty .An macros |
blob | commitdiff | raw | diff to current |
2015-02-04 |
Ingo Schwarze | Discard excess head arguments for .Bd .Bl .Bk and delet... |
blob | commitdiff | raw | diff to current |
2015-02-04 |
Ingo Schwarze | improve diagnostics regarding arguments of .An .Pp... |
blob | commitdiff | raw | diff to current |
2015-02-04 |
Ingo Schwarze | discard .Rs head arguments and improve .Rs diagnostics |
blob | commitdiff | raw | diff to current |
2015-02-04 |
Ingo Schwarze | more specific .Nd diagnostics, allowing to get rid... |
blob | commitdiff | raw | diff to current |
2015-02-03 |
Ingo Schwarze | Bring .Pp/.Lp handling inside .Nm blocks closer to... |
blob | commitdiff | raw | diff to current |
2014-12-18 |
Ingo Schwarze | Only keep leading .Sm inside a list when it immediately... |
blob | commitdiff | raw | diff to current |
2014-12-18 |
Ingo Schwarze | When the head of a list item is extended with a partial... |
blob | commitdiff | raw | diff to current |
2014-11-30 |
Ingo Schwarze | Multiple fixes with respect to .Pf: |
blob | commitdiff | raw | diff to current |
2014-11-28 |
Ingo Schwarze | Retire support for CSRG supplementary document titles... |
blob | commitdiff | raw | diff to current |
2014-11-28 |
Ingo Schwarze | Drop useless architecture table. Validating architectu... |
blob | commitdiff | raw | diff to current |
2014-11-28 |
Ingo Schwarze | kill a pointless assert |
blob | commitdiff | raw | diff to current |
2014-11-28 |
Ingo Schwarze | Simplify code by making mdoc validation handlers void. |
blob | commitdiff | raw | diff to current |
2014-11-27 |
Ingo Schwarze | Downgrade .Bd -file from FATAL to ERROR. |
blob | commitdiff | raw | diff to current |
2014-11-27 |
Ingo Schwarze | Fix the obsolete .Db (toggle debug mode) macro to ignor... |
blob | commitdiff | raw | diff to current |
2014-11-26 |
Ingo Schwarze | remove an unreachable warning about .Sm arguments |
blob | commitdiff | raw | diff to current |
2014-11-17 |
Ingo Schwarze | Multiple fixes with respect to in-line macros: |
blob | commitdiff | raw | diff to current |
2014-10-30 |
Ingo Schwarze | Major bugsquashing with respect to -offset and -width: |
blob | commitdiff | raw | diff to current |
2014-10-13 |
Ingo Schwarze | sync with OpenBSD: |
blob | commitdiff | raw | diff to current |
2014-10-13 |
Ingo Schwarze | Do not warn about declarations of functions returning... |
blob | commitdiff | raw | diff to current |
2014-10-11 |
Ingo Schwarze | oops, don't crash when .Fo has no argument |
blob | commitdiff | raw | diff to current |
2014-10-11 |
Ingo Schwarze | warn about parentheses in function names after .Fn... |
blob | commitdiff | raw | diff to current |
2014-09-12 |
Ingo Schwarze | warn about commas in function arguments; inspired by... |
blob | commitdiff | raw | diff to current |
2014-09-11 |
Ingo Schwarze | warn about botched .Xr ordering and punctuation below... |
blob | commitdiff | raw | diff to current |
2014-09-07 |
Ingo Schwarze | warn about AUTHORS sections without .An macros, inspire... |
blob | commitdiff | raw | diff to current |
2014-09-07 |
Ingo Schwarze | Allow .ll in the prologue; Daniel Levai reports Slackwa... |
blob | commitdiff | raw | diff to current |
2014-08-19 |
Ingo Schwarze | Do not dereference a NULL pointer if a .Bl macro has |
blob | commitdiff | raw | diff to current |
2014-08-10 |
Ingo Schwarze | Get rid of HAVE_CONFIG_H, it is always defined; idea... |
blob | commitdiff | raw | diff to current |
2014-08-06 |
Ingo Schwarze | Bring the handling of defective prologues even closer... |
blob | commitdiff | raw | diff to current |
2014-08-02 |
Ingo Schwarze | Simplify by allowing only one post-handler. |
blob | commitdiff | raw | diff to current |
2014-08-01 |
Ingo Schwarze | Simplify by allowing only one pre-handler. |
blob | commitdiff | raw | diff to current |
2014-08-01 |
Ingo Schwarze | demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg... |
blob | commitdiff | raw | diff to current |
2014-08-01 |
Ingo Schwarze | mention requests and macros in more messages |
blob | commitdiff | raw | diff to current |
2014-07-31 |
Ingo Schwarze | Split MANDOCERR_IGNARGV into one message for .An and... |
blob | commitdiff | raw | diff to current |
2014-07-31 |
Ingo Schwarze | In .Bl -column, if some of the column width declaration... |
blob | commitdiff | raw | diff to current |
2014-07-30 |
Ingo Schwarze | Remove the useless FATAL error "argument count wrong... |
blob | commitdiff | raw | diff to current |
2014-07-30 |
Ingo Schwarze | Get rid of the useless FATAL error "child violates... |
blob | commitdiff | raw | diff to current |
2014-07-30 |
Ingo Schwarze | Remove two useless FATAL errors. |
blob | commitdiff | raw | diff to current |
2014-07-30 |
Ingo Schwarze | better name and wording for the last two non-generic... |
blob | commitdiff | raw | diff to current |
2014-07-30 |
Ingo Schwarze | Various improvements related to .Ex and .Rv: |
blob | commitdiff | raw | diff to current |
2014-07-29 |
Ingo Schwarze | Partial implementation of .Bd -centered. |
blob | commitdiff | raw | diff to current |
2014-07-07 |
Ingo Schwarze | no need to delete any content from .Rs blocks, |
blob | commitdiff | raw | diff to current |
2014-07-06 |
Ingo Schwarze | Clean up messages related to plain text and to escape... |
blob | commitdiff | raw | diff to current |
2014-07-05 |
Ingo Schwarze | Cleanup with respect to bad macro arguments. |
blob | commitdiff | raw | diff to current |
2014-07-05 |
Ingo Schwarze | Cleanup regarding -offset and -width: |
blob | commitdiff | raw | diff to current |
2014-07-04 |
Ingo Schwarze | Clean up messages regarding excess arguments: |
blob | commitdiff | raw | diff to current |
2014-07-04 |
Ingo Schwarze | Clean up messages related to missing arguments. |
blob | commitdiff | raw | diff to current |
2014-07-03 |
Ingo Schwarze | Fix formatting of empty .Bl -inset item heads. |
blob | commitdiff | raw | diff to current |
2014-07-02 |
Ingo Schwarze | Improve and test the messages about empty macros, |
blob | commitdiff | raw | diff to current |
2014-07-02 |
Ingo Schwarze | When .Sm is called without an argument, groff toggles... |
blob | commitdiff | raw | diff to current |
2014-07-02 |
Ingo Schwarze | Disentangle the MANDOCERR_CHILD message, which reported... |
blob | commitdiff | raw | diff to current |
2014-07-02 |
Ingo Schwarze | Clean up warnings related to macros and nesting. |
blob | commitdiff | raw | diff to current |
2014-07-02 |
Ingo Schwarze | Improve "skipping paragraph macro" messages, |
blob | commitdiff | raw | diff to current |
2014-07-02 |
Ingo Schwarze | Implement the obsolete macros .En .Es .Fr .Ot for backw... |
blob | commitdiff | raw | diff to current |
2014-07-01 |
Ingo Schwarze | Clean up the warnings related to document structure. |
blob | commitdiff | raw | diff to current |
2014-06-20 |
Ingo Schwarze | As suggested by jmc@, only include line and column... |
blob | commitdiff | raw | diff to current |
2014-06-20 |
Ingo Schwarze | Start systematic improvements of error reporting. |
blob | commitdiff | raw | diff to current |
2014-04-23 |
Ingo Schwarze | Audit malloc(3)/calloc(3)/realloc(3) usage. |
blob | commitdiff | raw | diff to current |
2014-04-23 |
Ingo Schwarze | Audit strlcpy(3)/strlcat(3) usage. |
blob | commitdiff | raw | diff to current |
2014-04-20 |
Ingo Schwarze | strlen+malloc+snprintf is error prone; |
blob | commitdiff | raw | diff to current |
2014-04-20 |
Ingo Schwarze | make sure static buffers for snprintf(3) are large... |
blob | commitdiff | raw | diff to current |
2014-04-20 |
Ingo Schwarze | KNF: case (FOO): -> case FOO:, remove /* LINTED ... |
blob | commitdiff | raw | diff to current |
2014-04-15 |
Ingo Schwarze | Using macros in .Sh header lines, or having .Sm off... |
blob | commitdiff | raw | diff to current |
2014-03-31 |
Ingo Schwarze | Support the CONTEXT section for kernel manual pages... |
blob | commitdiff | raw | diff to current |
2014-03-30 |
Ingo Schwarze | Allow ERRORS in section 4; OpenBSD rev. 1.121. |
blob | commitdiff | raw | diff to current |
2014-03-30 |
Ingo Schwarze | Implement the roff(7) .ll (line length) request. |
blob | commitdiff | raw | diff to current |
2014-03-23 |
Ingo Schwarze | Retire the old concat() function. |
blob | commitdiff | raw | diff to current |
2014-03-23 |
Ingo Schwarze | avoid repetitive code for asprintf error handling |
blob | commitdiff | raw | diff to current |
2014-03-23 |
Ingo Schwarze | The files mandoc.c and mandoc.h contained both speciali... |
blob | commitdiff | raw | diff to current |
2014-01-11 |
Ingo Schwarze | Remove useless use of strnlen(3). |
blob | commitdiff | raw | diff to current |
2014-01-07 |
Ingo Schwarze | Cache the result of uname(3) such that we don't need... |
blob | commitdiff | raw | diff to current |
2014-01-06 |
Ingo Schwarze | Another 18% speedup for mandocdb(8) -Q, found by gprof(1). |
blob | commitdiff | raw | diff to current |
next |