2017-02-03 |
Ingo Schwarze | If an application parses multiple files with mparse_rea... |
blob | commitdiff | raw |
2017-01-28 |
Ingo Schwarze | Add a warning "new sentence, new line". |
blob | commitdiff | raw | diff to current |
2017-01-09 |
Ingo Schwarze | Warnings and errors that occur during mdoc_validate() |
blob | commitdiff | raw | diff to current |
2017-01-08 |
Ingo Schwarze | Stricter validation of the NAME section, in particular: |
blob | commitdiff | raw | diff to current |
2016-12-28 |
Ingo Schwarze | Make the second, section number argument of .Xr mandatory. |
blob | commitdiff | raw | diff to current |
2016-12-07 |
Ingo Schwarze | When reporting "whitespace at end of input line" on... |
blob | commitdiff | raw | diff to current |
2016-11-10 |
Ingo Schwarze | warn about trailing whitespace at the end of comments; |
blob | commitdiff | raw | diff to current |
2016-10-09 |
Ingo Schwarze | Delete complicated code dealing with .Bl -tag without... |
blob | commitdiff | raw | diff to current |
2016-07-19 |
Ingo Schwarze | Remove the dependency on SQLite without loss of functio... |
blob | commitdiff | raw | diff to current |
2016-07-19 |
Ingo Schwarze | Since the mdoc/man parser unification, the parser is... |
blob | commitdiff | raw | diff to current |
2016-07-10 |
Ingo Schwarze | Fix a nasty typo that prevented .so links to gziped... |
blob | commitdiff | raw | diff to current |
2016-01-08 |
Ingo Schwarze | Simplify the mparse_open() interface. |
blob | commitdiff | raw | diff to current |
2016-01-08 |
Ingo Schwarze | It was very surprising that a function called mparse_re... |
blob | commitdiff | raw | diff to current |
2015-11-07 |
Ingo Schwarze | Without HAVE_ERR, don't try to include <err.h>, it... |
blob | commitdiff | raw | diff to current |
2015-10-30 |
Ingo Schwarze | If a .Bd block has no arguments at all, drop the block... |
blob | commitdiff | raw | diff to current |
2015-10-13 |
Ingo Schwarze | Major character table cleanup: |
blob | commitdiff | raw | diff to current |
2015-10-11 |
Ingo Schwarze | Finally use __progname, err(3) and warn(3). |
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-14 |
Ingo Schwarze | Remove the warning about children of .Vt blocks because... |
blob | commitdiff | raw | diff to current |
2015-07-19 |
Ingo Schwarze | Do not fork and exec gunzip(1), just link with libz... |
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-18 |
Ingo Schwarze | Unify {mdoc,man}_{alloc,reset,free}() into roff_man_... |
blob | commitdiff | raw | diff to current |
2015-04-18 |
Ingo Schwarze | Move mdoc_hash_init() and man_hash_init() to libmandoc.h |
blob | commitdiff | raw | diff to current |
2015-04-18 |
Ingo Schwarze | Profit from the unified struct roff_man and reduce... |
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 | First step towards parser unification: |
blob | commitdiff | raw | diff to current |
2015-03-17 |
Ingo Schwarze | When the user exits the pager before the pager has... |
blob | commitdiff | raw | diff to current |
2015-03-11 |
Ingo Schwarze | Fix previous: size_t is often narrower than off_t. |
blob | commitdiff | raw | diff to current |
2015-03-10 |
Ingo Schwarze | The st_size member of struct stat is off_t, which is... |
blob | commitdiff | raw | diff to current |
2015-03-02 |
Ingo Schwarze | If a non-gz manual is read after a gzipped manual,... |
blob | commitdiff | raw | diff to current |
2015-02-23 |
Ingo Schwarze | improve NAME section diagnostics; |
blob | commitdiff | raw | diff to current |
2015-02-20 |
Ingo Schwarze | Completely delete all carriage return characters from... |
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 | better error reporting regarding .OP .RS .UR .TH arguments |
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-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-01-28 |
Ingo Schwarze | Clean up eqn(7) error handling: |
blob | commitdiff | raw | diff to current |
2015-01-28 |
Ingo Schwarze | * Polish tbl(7) error reporting. |
blob | commitdiff | raw | diff to current |
2015-01-26 |
Ingo Schwarze | Rework tbl(7) layout parsing: |
blob | commitdiff | raw | diff to current |
2015-01-26 |
Ingo Schwarze | More improvements regarding tbl(7) options. |
blob | commitdiff | raw | diff to current |
2015-01-26 |
Ingo Schwarze | Improve (or rather, rewrite) tbl(7) option parsing. |
blob | commitdiff | raw | diff to current |
2015-01-24 |
Ingo Schwarze | Support .RE with an argument; needed for audio/pms(1). |
blob | commitdiff | raw | diff to current |
2015-01-22 |
Ingo Schwarze | Traditional roff(7) explicitly allows certain control... |
blob | commitdiff | raw | diff to current |
2015-01-22 |
Ingo Schwarze | Don't let a failing mparse_open() clobber the filename... |
blob | commitdiff | raw | diff to current |
2015-01-20 |
Ingo Schwarze | Split the -Werror message level into -Werror (broken... |
blob | commitdiff | raw | diff to current |
2015-01-15 |
Ingo Schwarze | Fatal errors no longer exist. |
blob | commitdiff | raw | diff to current |
2015-01-15 |
Ingo Schwarze | downgrade .so failure from FATAL to ERROR |
blob | commitdiff | raw | diff to current |
2015-01-14 |
Ingo Schwarze | downgrade ".so with absolute path" from FATAL to ERROR; |
blob | commitdiff | raw | diff to current |
2015-01-14 |
Ingo Schwarze | To get rid of SYSERR entries in enum mandocerr, downgra... |
blob | commitdiff | raw | diff to current |
2015-01-14 |
Ingo Schwarze | Simplify handling of system errors: just exit(3). |
blob | commitdiff | raw | diff to current |
2014-12-28 |
Ingo Schwarze | mdoc(7) already uses the mandoc(1) -Ios argument in... |
blob | commitdiff | raw | diff to current |
2014-12-16 |
Ingo Schwarze | Ignore mdoc(7) and man(7) macros inside tbl(7) code... |
blob | commitdiff | raw | diff to current |
2014-12-01 |
Ingo Schwarze | The file read.c is part of the parser, so it cannot... |
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-30 |
Ingo Schwarze | warn about attempts to call non-callable macros; |
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 | Simplify by making the eqn and tbl steering functions... |
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-26 |
Ingo Schwarze | Let mparse_readfd() use mparse_open() and mparse_wait() |
blob | commitdiff | raw | diff to current |
2014-11-26 |
Ingo Schwarze | Simplify the mparse_open()/mparse_wait() interface. |
blob | commitdiff | raw | diff to current |
2014-11-01 |
Ingo Schwarze | Use struct buf in libroff, it is very natural there |
blob | commitdiff | raw | diff to current |
2014-11-01 |
Ingo Schwarze | Refactor, no functional change: Remove the parse point... |
blob | commitdiff | raw | diff to current |
2014-10-28 |
Ingo Schwarze | Make the character table available to libroff so it... |
blob | commitdiff | raw | diff to current |
2014-10-25 |
Ingo Schwarze | integrate preconv(1) into mandoc(1); |
blob | commitdiff | raw | diff to current |
2014-10-20 |
Kristaps Dzonsons | Protect the roff parser from dividing by zero. ok... |
blob | commitdiff | raw | diff to current |
2014-10-18 |
Ingo Schwarze | plug file descriptor leaks on read or write failure; |
blob | commitdiff | raw | diff to current |
2014-10-12 |
Ingo Schwarze | Improve error handling in the eqn(7) parser. |
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 | always use the right buffer, and fix one evil typo |
blob | commitdiff | raw | diff to current |
2014-09-06 |
Ingo Schwarze | Simplify by handling empty request lines at the one... |
blob | commitdiff | raw | diff to current |
2014-09-06 |
Ingo Schwarze | Move main format autodetection from the parser dispatch... |
blob | commitdiff | raw | diff to current |
2014-09-03 |
Ingo Schwarze | Add *.gz support to apropos(1) -a, man(1), and even... |
blob | commitdiff | raw | diff to current |
2014-08-16 |
Ingo Schwarze | Improve build system and autodetection. |
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-01 |
Ingo Schwarze | mention requests and macros in more messages |
blob | commitdiff | raw | diff to current |
2014-08-01 |
Ingo Schwarze | Dynamically allocate the stack of roff(7) .ie condition... |
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-09 |
Ingo Schwarze | mark defos as const; nobody needs to change it, |
blob | commitdiff | raw | diff to current |
2014-07-07 |
Ingo Schwarze | Clean up ERROR messages related to document structure... |
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-07 |
Ingo Schwarze | no need to skip content before first section header |
blob | commitdiff | raw | diff to current |
2014-07-07 |
Ingo Schwarze | implement .dei and .ami |
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 |
next |