]> git.cameronkatri.com Git - mandoc.git/history - read.c
Revert part of the previous diff to fix a regression (another endless loop)
[mandoc.git] / read.c
2021-06-27 Ingo Schwarzeadd a style message about overlong text lines,
2020-04-24 Ingo Schwarzeprovide a STYLE message when mandoc knows the file...
2020-04-18 Ingo SchwarzeWhen a .Tg is attached to a paragraph, attach the permalink
2020-04-07 Ingo SchwarzeSeparate the place to put the <a href> permalink (now...
2020-03-13 Ingo SchwarzeProperly reset the validation part of the tagging modul...
2020-03-13 Ingo SchwarzeSplit tagging into a validation part including prioriti...
2019-07-10 Ingo SchwarzeSome time ago, i simplified mandoc_msg() such that...
2019-06-03 Ingo SchwarzeInitialize the local variable "lastln" in mparse_buf_r().
2019-03-19 Ingo SchwarzeWhen the last line of the input is empty and the previo...
2019-01-11 Ingo SchwarzeImprove error reporting when a file given on the comman...
2018-12-31 Ingo SchwarzeCleanup, minus 15 LOC, no functional change:
2018-12-30 Ingo SchwarzeCleanup, no functional change:
2018-12-20 Ingo SchwarzeMove the full responsibility for reporting open(2)...
2018-12-14 Ingo SchwarzeCleanup, no functional change:
2018-12-14 Ingo SchwarzeAlmost mechanical diff to remove the "struct mparse...
2018-12-14 Ingo SchwarzeFold mparse_parse_buffer() into mparse_readfd(), making...
2018-12-14 Ingo SchwarzeDelete the function mparse_readmem() that has been...
2018-12-14 Ingo SchwarzeMajor cleanup; may imply minor changes in edge cases...
2018-12-13 Ingo SchwarzeCleanup, no functional change:
2018-12-13 Ingo SchwarzeCleanup, no functional change:
2018-08-25 Ingo SchwarzeRudimentary implementation of the roff(7) .char (output...
2018-08-24 Ingo SchwarzeRudimentary implementation of the roff(7) .while request.
2018-08-23 Ingo SchwarzeThe upcoming .while request will have to re-execute...
2018-08-23 Ingo SchwarzeImplement the roff(7) .shift and .return requests,
2018-07-28 Ingo SchwarzeIssue a STYLE message when normalizing the date format...
2018-03-16 Ingo SchwarzeStyle message about bad input encoding of em-dashes...
2018-02-23 Ingo SchwarzeAfter opening a file with gzdopen(3), we have to call...
2017-11-10 Ingo Schwarzebe less assertive when warning about a possible typo;
2017-07-20 Ingo SchwarzeDo not call err(3) from the parser. Call mandoc_vmsg...
2017-07-08 Ingo SchwarzeSimplify by creating struct roff_node syntax tree nodes...
2017-07-08 Ingo Schwarze1. Eliminate struct eqn, instead use the existing members
2017-07-06 Ingo SchwarzeNow that we have the -Wstyle message level, downgrade...
2017-07-04 Ingo SchwarzePrinting "BASE:" in messages about violations of base...
2017-07-03 Ingo Schwarzereport trailing delimiters after macros where they...
2017-07-03 Ingo Schwarzewarn about time machines; suggested by Thomas Klausner...
2017-07-02 Ingo Schwarzeadd warning "cross reference to self"; inspired by...
2017-07-01 Ingo SchwarzeBasic reporting of .Xrs to manual pages that don't...
2017-06-29 Ingo Schwarzewarn about some non-portable idioms in .Bl -column;
2017-06-25 Ingo SchwarzeCatch typos in .Sh names; suggested by jmc@.
2017-06-24 Ingo Schwarzeoperating system dependent message about unknown archit...
2017-06-24 Ingo Schwarzein the base system, suggest leaving .Os blank; inspired...
2017-06-24 Ingo SchwarzeSplit -Wstyle into -Wstyle and the even lower -Wbase...
2017-06-17 Ingo Schwarzestyle message about duplicate RCS ids; inspired by...
2017-06-17 Ingo Schwarzestyle message about missing RCS ids; inspired by mdoclint
2017-06-11 Ingo SchwarzeStyle message about legacy man(7) date format in mdoc...
2017-06-11 Ingo Schwarzestyle message about missing .Fn markup; inspired by...
2017-06-10 Ingo Schwarzestyle message about missing blank before trailing delim...
2017-06-08 Ingo Schwarzewarning about unknown .Lb arguments; inspired by mdocli...
2017-06-07 Ingo Schwarzestyle checks related to .Er; inspired by mdoclint(1)
2017-06-06 Ingo SchwarzeMinimal implementation of the roff(7) .ce request ...
2017-06-04 Ingo SchwarzePure preprocessor implementation of the roff(7) .ec...
2017-06-03 Ingo Schwarzeignore blank lines in man(7) next line scope;
2017-06-01 Ingo SchwarzeSTYLE message about full stop at the end of .Nd; inspir...
2017-05-31 Ingo SchwarzeSTYLE message about missing use of Ox/Nx/Fx/Dx; OK...
2017-05-30 Ingo SchwarzeSTYLE message about useless macros we don't want (Bt...
2017-05-16 Ingo SchwarzeIntroduce a new mandoc(1) message level, -W style,...
2017-04-29 Ingo SchwarzeParser unification: use nice ohashes for all three...
2017-03-07 Ingo SchwarzeIf a user-defined macro is aborted because it exceeds...
2017-03-06 Ingo SchwarzeUsing .Nd only makes sense in the NAME section.
2017-02-18 Ingo Schwarzeresolve trivial differences with OpenBSD:
2017-02-03 Ingo SchwarzeMinor cleanup, no functional change:
2017-02-03 Ingo SchwarzeIf an application parses multiple files with mparse_rea...
2017-01-28 Ingo SchwarzeAdd a warning "new sentence, new line".
2017-01-09 Ingo SchwarzeWarnings and errors that occur during mdoc_validate()
2017-01-08 Ingo SchwarzeStricter validation of the NAME section, in particular:
2016-12-28 Ingo SchwarzeMake the second, section number argument of .Xr mandatory.
2016-12-07 Ingo SchwarzeWhen reporting "whitespace at end of input line" on...
2016-11-10 Ingo Schwarzewarn about trailing whitespace at the end of comments;
2016-10-09 Ingo SchwarzeDelete complicated code dealing with .Bl -tag without...
2016-07-19 Ingo SchwarzeRemove the dependency on SQLite without loss of functio...
2016-07-19 Ingo SchwarzeSince the mdoc/man parser unification, the parser is...
2016-07-10 Ingo SchwarzeFix a nasty typo that prevented .so links to gziped...
2016-01-08 Ingo SchwarzeSimplify the mparse_open() interface.
2016-01-08 Ingo SchwarzeIt was very surprising that a function called mparse_re...
2015-11-07 Ingo SchwarzeWithout HAVE_ERR, don't try to include <err.h>, it...
2015-10-30 Ingo SchwarzeIf a .Bd block has no arguments at all, drop the block...
2015-10-13 Ingo SchwarzeMajor character table cleanup:
2015-10-11 Ingo SchwarzeFinally use __progname, err(3) and warn(3).
2015-10-06 Ingo Schwarzemodernize style: "return" is not a function
2015-09-14 Ingo SchwarzeRemove the warning about children of .Vt blocks because...
2015-07-19 Ingo SchwarzeDo not fork and exec gunzip(1), just link with libz...
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-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 SchwarzeFirst step towards parser unification:
2015-03-17 Ingo SchwarzeWhen the user exits the pager before the pager has...
2015-03-11 Ingo SchwarzeFix previous: size_t is often narrower than off_t.
2015-03-10 Ingo SchwarzeThe st_size member of struct stat is off_t, which is...
2015-03-02 Ingo SchwarzeIf a non-gz manual is read after a gzipped manual,...
2015-02-23 Ingo Schwarzeimprove NAME section diagnostics;
2015-02-20 Ingo SchwarzeCompletely delete all carriage return characters from...
2015-02-06 Ingo Schwarzereplace the last legacy generic message type, "argument...
2015-02-06 Ingo Schwarzebetter error reporting regarding .OP .RS .UR .TH arguments
2015-02-06 Ingo SchwarzeDelete the legacy generic warning type MANDOCERR_ARGCWARN,
2015-02-06 Ingo Schwarzebetter handle .Fo and .Fd without argument
2015-02-04 Ingo Schwarzediscard .Rs head arguments and improve .Rs diagnostics
2015-02-04 Ingo Schwarzemore specific .Nd diagnostics, allowing to get rid...
next