]> git.cameronkatri.com Git - mandoc.git/history - read.c
If an application parses multiple files with mparse_readfd(3) but
[mandoc.git] / read.c
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...
2015-01-28 Ingo SchwarzeClean up eqn(7) error handling:
2015-01-28 Ingo Schwarze* Polish tbl(7) error reporting.
2015-01-26 Ingo SchwarzeRework tbl(7) layout parsing:
2015-01-26 Ingo SchwarzeMore improvements regarding tbl(7) options.
2015-01-26 Ingo SchwarzeImprove (or rather, rewrite) tbl(7) option parsing.
2015-01-24 Ingo SchwarzeSupport .RE with an argument; needed for audio/pms(1).
2015-01-22 Ingo SchwarzeTraditional roff(7) explicitly allows certain control...
2015-01-22 Ingo SchwarzeDon't let a failing mparse_open() clobber the filename...
2015-01-20 Ingo SchwarzeSplit the -Werror message level into -Werror (broken...
2015-01-15 Ingo SchwarzeFatal errors no longer exist.
2015-01-15 Ingo Schwarzedowngrade .so failure from FATAL to ERROR
2015-01-14 Ingo Schwarzedowngrade ".so with absolute path" from FATAL to ERROR;
2015-01-14 Ingo SchwarzeTo get rid of SYSERR entries in enum mandocerr, downgra...
2015-01-14 Ingo SchwarzeSimplify handling of system errors: just exit(3).
2014-12-28 Ingo Schwarzemdoc(7) already uses the mandoc(1) -Ios argument in...
2014-12-16 Ingo SchwarzeIgnore mdoc(7) and man(7) macros inside tbl(7) code...
2014-12-01 Ingo SchwarzeThe file read.c is part of the parser, so it cannot...
2014-11-30 Ingo SchwarzeMultiple fixes with respect to .Pf:
2014-11-30 Ingo Schwarzewarn about attempts to call non-callable macros;
2014-11-28 Ingo SchwarzeDrop useless architecture table. Validating architectu...
2014-11-28 Ingo SchwarzeSimplify by making the eqn and tbl steering functions...
2014-11-27 Ingo SchwarzeDowngrade .Bd -file from FATAL to ERROR.
2014-11-26 Ingo SchwarzeLet mparse_readfd() use mparse_open() and mparse_wait()
2014-11-26 Ingo SchwarzeSimplify the mparse_open()/mparse_wait() interface.
2014-11-01 Ingo SchwarzeUse struct buf in libroff, it is very natural there
2014-11-01 Ingo SchwarzeRefactor, no functional change: Remove the parse point...
2014-10-28 Ingo SchwarzeMake the character table available to libroff so it...
2014-10-25 Ingo Schwarzeintegrate preconv(1) into mandoc(1);
2014-10-20 Kristaps DzonsonsProtect the roff parser from dividing by zero. ok...
2014-10-18 Ingo Schwarzeplug file descriptor leaks on read or write failure;
2014-10-12 Ingo SchwarzeImprove error handling in the eqn(7) parser.
2014-10-11 Ingo Schwarzewarn about parentheses in function names after .Fn...
2014-09-12 Ingo Schwarzewarn about commas in function arguments; inspired by...
2014-09-11 Ingo Schwarzewarn about botched .Xr ordering and punctuation below...
2014-09-07 Ingo Schwarzewarn about AUTHORS sections without .An macros, inspire...
2014-09-07 Ingo Schwarzealways use the right buffer, and fix one evil typo
2014-09-06 Ingo SchwarzeSimplify by handling empty request lines at the one...
2014-09-06 Ingo SchwarzeMove main format autodetection from the parser dispatch...
2014-09-03 Ingo SchwarzeAdd *.gz support to apropos(1) -a, man(1), and even...
2014-08-16 Ingo SchwarzeImprove build system and autodetection.
2014-08-10 Ingo SchwarzeGet rid of HAVE_CONFIG_H, it is always defined; idea...
2014-08-06 Ingo SchwarzeBring the handling of defective prologues even closer...
2014-08-01 Ingo Schwarzemention requests and macros in more messages
2014-08-01 Ingo SchwarzeDynamically allocate the stack of roff(7) .ie condition...
2014-07-31 Ingo SchwarzeSplit MANDOCERR_IGNARGV into one message for .An and...
2014-07-31 Ingo SchwarzeIn .Bl -column, if some of the column width declaration...
2014-07-30 Ingo SchwarzeRemove the useless FATAL error "argument count wrong...
2014-07-30 Ingo SchwarzeGet rid of the useless FATAL error "child violates...
2014-07-30 Ingo SchwarzeRemove two useless FATAL errors.
2014-07-30 Ingo Schwarzebetter name and wording for the last two non-generic...
2014-07-30 Ingo SchwarzeVarious improvements related to .Ex and .Rv:
2014-07-09 Ingo Schwarzemark defos as const; nobody needs to change it,
2014-07-07 Ingo SchwarzeClean up ERROR messages related to document structure...
2014-07-07 Ingo Schwarzeno need to delete any content from .Rs blocks,
2014-07-07 Ingo Schwarzeno need to skip content before first section header
2014-07-07 Ingo Schwarzeimplement .dei and .ami
2014-07-06 Ingo SchwarzeClean up messages related to plain text and to escape...
2014-07-05 Ingo SchwarzeCleanup with respect to bad macro arguments.
2014-07-05 Ingo SchwarzeCleanup regarding -offset and -width:
2014-07-04 Ingo SchwarzeClean up messages regarding excess arguments:
2014-07-04 Ingo SchwarzeClean up messages related to missing arguments.
next