Age | Commit message (Expand) | Author |
2015-01-30 | Have pity on the poor stack. | Ingo Schwarze |
2015-01-30 | starting a tbl(7) breaks man(7) next-line scope; | Ingo Schwarze |
2015-01-30 | Delete the redundant tbl span flags, just inspect the actual data | Ingo Schwarze |
2015-01-30 | Abolish struct tbl_head and replace it by an "int col" member in | Ingo Schwarze |
2015-01-30 | Auditing the tbl(7) code for more NULL pointer accesses, i came out | Ingo Schwarze |
2015-01-30 | Make sure every layout line contains at least one cell; | Ingo Schwarze |
2015-01-30 | correctly handle table layout lines starting with a dot | Ingo Schwarze |
2015-01-29 | Radical cleanup of COMPATIBILITY sections: | Ingo Schwarze |
2015-01-28 | Clean up eqn(7) error handling: | Ingo Schwarze |
2015-01-28 | * Polish tbl(7) error reporting. | Ingo Schwarze |
2015-01-28 | For now, it can't be helped that mandoc tbl(7) ignores high-level macros, | Ingo Schwarze |
2015-01-28 | implement the tbl(7) "center" layout option | Ingo Schwarze |
2015-01-28 | adjust formatting for the tbl(7) layout 'x' modifier (maximize column) | Ingo Schwarze |
2015-01-27 | Multiple parser and formatter fixes for line drawing in tbl(7). | Ingo Schwarze |
2015-01-26 | Rework tbl(7) layout parsing: | Ingo Schwarze |
2015-01-26 | More improvements regarding tbl(7) options. | Ingo Schwarze |
2015-01-26 | Improve (or rather, rewrite) tbl(7) option parsing. | Ingo Schwarze |
2015-01-24 | preserve .PP before .RE; effect found in audio/pms(1) | Ingo Schwarze |
2015-01-24 | Strangely, ignoring the roff(7) .na request was implemented in the man(7) | Ingo Schwarze |
2015-01-24 | Support .RE with an argument; needed for audio/pms(1). | Ingo Schwarze |
2015-01-23 | While ignoring the .ta (set tab stops) and .ti (temp indent) requests | Ingo Schwarze |
2015-01-23 | Let .Aq/.Ao/.Ac print "<>" instead of the normal "\(la\(ra" | Ingo Schwarze |
2015-01-23 | Wonders of roff(7): Integer numbers in numerical expressions can carry | Ingo Schwarze |
2015-01-22 | Slightly improve \w width measurements: | Ingo Schwarze |
2015-01-22 | Traditional roff(7) explicitly allows certain control characters | Ingo Schwarze |
2015-01-22 | Don't let a failing mparse_open() clobber the filename pointer; | Ingo Schwarze |
2015-01-21 | Rudimentary implementation of the roff(7) \o escape sequence (overstrike). | Ingo Schwarze |
2015-01-21 | Improve overstriking. When overstriking a wider character with a | Ingo Schwarze |
2015-01-21 | pass empty request lines through to tbl(7); sometimes, they end a layout | Ingo Schwarze |
2015-01-21 | blank lines in tables do not need special handling; simplifies code | Ingo Schwarze |
2015-01-20 | tweak previous; | Jason McIntyre |
2015-01-20 | Split the -Werror message level into -Werror (broken manual, probably | Ingo Schwarze |
2015-01-20 | Make the man(1) and apropos(1) options -s and -S much less expensive: | Ingo Schwarze |
2015-01-16 | Let man(1) show manuals for the current architecture by default, | Ingo Schwarze |
2015-01-16 | Parse and ignore .IX (generate index entry) macros because pod2man(1) | Ingo Schwarze |
2015-01-16 | Delete the MANLINT variable and the related SUFFIXES rules because | Ingo Schwarze |
2015-01-15 | Fatal errors no longer exist. | Ingo Schwarze |
2015-01-15 | downgrade .so failure from FATAL to ERROR | Ingo Schwarze |
2015-01-14 | downgrade ".so with absolute path" from FATAL to ERROR; | Ingo Schwarze |
2015-01-14 | simplify by getting rid of ROFF_ERR in tbl(7) parsing; no functional change | Ingo Schwarze |
2015-01-14 | To get rid of SYSERR entries in enum mandocerr, downgrade problems with | Ingo Schwarze |
2015-01-14 | if earlier files set a non-zero exit status, | Ingo Schwarze |
2015-01-14 | Simplify handling of system errors: just exit(3). | Ingo Schwarze |
2015-01-13 | Be developer-friendly, 'cause OpenBSD devs like to: | Ingo Schwarze |
2015-01-13 | do not spawn a pager when there is no output; issue pointed out by deraadt@ | Ingo Schwarze |
2015-01-07 | Bugfix: When the invocation of a user-defined macro follows a roff | Ingo Schwarze |
2015-01-03 | Fix a potential NULL pointer access in an error message after waitpid() | Ingo Schwarze |
2015-01-02 | Explicitly set the *data member of struct ohash_info to NULL. | Ingo Schwarze |
2015-01-01 | Fix a buffer overrun triggered by a trailing backslash at EOF in | Ingo Schwarze |
2015-01-01 | Fix a read buffer overrun triggered by trailing \s- or trailing \s+ | Ingo Schwarze |