Age | Commit message (Expand) | Author |
2017-04-18 | Now that global -i is gone, pass -i through to the apropos(1) | Ingo Schwarze |
2017-04-18 | Delete the undocumented and unimplemented man(1) -i (interactive | Ingo Schwarze |
2017-03-27 | simplify the SYNOPSIS as well, just like the option lists; | Ingo Schwarze |
2017-03-20 | Silently ignore invalid -m input formats rather than erroring out. | Ingo Schwarze |
2017-03-03 | new -mdoc -Tmarkdown output mode; OK millert@ reyk@ tb@; | Ingo Schwarze |
2017-02-22 | Since SQLite is gone, we no longer need the "flock" pledge. | Ingo Schwarze |
2017-02-16 | Fix rev. 1.183: -O syntax is different in default apropos(1) output | Ingo Schwarze |
2017-02-10 | In -Ttree output mode, show the BROKEN node flag and | Ingo Schwarze |
2017-02-09 | Be consistent in protecting __attribute__ attributes with __; | Ingo Schwarze |
2017-01-27 | warn about invalid output options | Ingo Schwarze |
2017-01-09 | Use stdout rather than stdin for controlling the terminal | Ingo Schwarze |
2017-01-09 | Warnings and errors that occur during mdoc_validate() | Ingo Schwarze |
2016-09-18 | We cannot use fputs(3) in passthrough() because the stdout stream | Ingo Schwarze |
2016-09-18 | Make sure an output device is allocated before calling terminal_sepline(), | Ingo Schwarze |
2016-08-09 | fix printf("%s", NULL); | Ingo Schwarze |
2016-08-01 | Remove the dependency on SQLite without loss of functionality. | Ingo Schwarze |
2016-07-15 | To remove the const qualifier from a pointer to an object - either | Ingo Schwarze |
2016-07-15 | Fix previous: the mandocdb() prototype was already there, it just | Ingo Schwarze |
2016-07-15 | add missing prototypes, no code change; | Ingo Schwarze |
2016-07-08 | ISO C99 7.19.2.5 doesn't like mixing putchar(3) and putwchar(3) on | Ingo Schwarze |
2016-04-14 | Fix a process group race. | Ingo Schwarze |
2016-04-13 | Give manuals in purely numerical sections priority over manuals of | Ingo Schwarze |
2016-01-16 | Unbreak reading from stdin after recent parse() restructuring. | Florian Obser |
2016-01-08 | Simplify the mparse_open() interface. | Ingo Schwarze |
2016-01-08 | It was very surprising that a function called mparse_readfd() | Ingo Schwarze |
2015-12-15 | pledge(2) style: | Ingo Schwarze |
2015-11-20 | Fix multiple issues regarding process group and signal mask handling | Ingo Schwarze |
2015-11-14 | Fix an issue reported by deraadt@: When hitting Ctrl-Backslash (= SIGQUIT) | Ingo Schwarze |
2015-11-07 | Modernization, no functional change intended: | Ingo Schwarze |
2015-11-06 | correct exit status on pledge(2) errors | Ingo Schwarze |
2015-11-06 | Use getprogname(3) rather than __progname. | Ingo Schwarze |
2015-10-22 | move man(7) validation into the dedicated validation phase, too | Ingo Schwarze |
2015-10-22 | If no output device was allocated because no file wanted to produce output, | Ingo Schwarze |
2015-10-20 | In order to become able to generate syntax tree nodes on the roff(7) | Ingo Schwarze |
2015-10-19 | Simplify, no functional change: | Ingo Schwarze |
2015-10-16 | Once apropos(1) or man(1) are done with database access, or if the | Ingo Schwarze |
2015-10-16 | Implement real "flock" request and add it to userland programs that | Todd C. Miller |
2015-10-13 | Major character table cleanup: | Ingo Schwarze |
2015-10-12 | plegde(2) for apropos(1), help(1), man(1), mandoc(1), and whatis(1): | Ingo Schwarze |
2015-10-12 | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze |
2015-10-11 | Finally use __progname, err(3) and warn(3). | Ingo Schwarze |
2015-10-10 | Decide whether to use_pager as early as possible, | Ingo Schwarze |
2015-10-06 | modernize style: "return" is not a function; ok cmp(1) | Ingo Schwarze |
2015-07-28 | Remove the hack of scrolling forward and backward with +G1G that | Ingo Schwarze |
2015-07-21 | When creation of the temporary tags file fails, call the pager | Ingo Schwarze |
2015-07-19 | Do not fork and exec gunzip(1), just link with libz instead. | Ingo Schwarze |
2015-07-19 | If we aren't on a tty, clear the pager flag up front. | Ingo Schwarze |
2015-07-18 | Insist that manual page file name extensions must begin with a digit, | Ingo Schwarze |
2015-07-17 | Initial, still somewhat experimental implementation to leverage | Ingo Schwarze |
2015-04-29 | Improve the error message in case somebody has configured an invalid PAGER. | Ingo Schwarze |