2020-08-07 |
Ingo Schwarze | add a forgotten "#if HAVE_PLEDGE"; |
blob | commitdiff | raw |
2020-07-21 |
Ingo Schwarze | undocumented options -O outfilename and -O tagfilename |
blob | commitdiff | raw | diff to current |
2020-07-20 |
Ingo Schwarze | Switch the default pager from "more -s" to "less". |
blob | commitdiff | raw | diff to current |
2020-06-15 |
Ingo Schwarze | Support -T html -O tag by passing a file:// URI to... |
blob | commitdiff | raw | diff to current |
2020-06-14 |
Ingo Schwarze | Fix a regression in rev. 1.319 (2019/03/03): |
blob | commitdiff | raw | diff to current |
2020-04-02 |
Ingo Schwarze | When the last file formatted yielded no tags, the tags... |
blob | commitdiff | raw | diff to current |
2020-03-28 |
Ingo Schwarze | Even though the HTML, man, markdown, PDF, PostScript... |
blob | commitdiff | raw | diff to current |
2020-03-19 |
Ingo Schwarze | The tag file always needs to be closed before starting... |
blob | commitdiff | raw | diff to current |
2020-03-13 |
Ingo Schwarze | Split tagging into a validation part including prioriti... |
blob | commitdiff | raw | diff to current |
2020-02-24 |
Ingo Schwarze | Marc Espie reported that "man p*ipc" displayed the... |
blob | commitdiff | raw | diff to current |
2020-02-10 |
Ingo Schwarze | For compatibility with the man(1) implementations of... |
blob | commitdiff | raw | diff to current |
2020-02-06 |
Ingo Schwarze | Make sure that -l always causes -w to be ignored, as... |
blob | commitdiff | raw | diff to current |
2020-01-20 |
Ingo Schwarze | Make the code more readable by introducing |
blob | commitdiff | raw | diff to current |
2019-07-28 |
Ingo Schwarze | Simplification, no functional change: |
blob | commitdiff | raw | diff to current |
2019-07-28 |
Ingo Schwarze | There is no point in pledge(2)ing literally the same... |
blob | commitdiff | raw | diff to current |
2019-07-28 |
Ingo Schwarze | In man(1) mode, do the search for each name independent... |
blob | commitdiff | raw | diff to current |
2019-07-28 |
Ingo Schwarze | Improve structure, no functional change: |
blob | commitdiff | raw | diff to current |
2019-07-27 |
Ingo Schwarze | Move two more output state variables into the new struc... |
blob | commitdiff | raw | diff to current |
2019-07-26 |
Ingo Schwarze | Cleanup, no functional change: |
blob | commitdiff | raw | diff to current |
2019-07-26 |
Ingo Schwarze | Structural cleanup, no functional change: |
blob | commitdiff | raw | diff to current |
2019-07-26 |
Ingo Schwarze | Structural cleanup, no functional change: |
blob | commitdiff | raw | diff to current |
2019-07-19 |
Ingo Schwarze | If no tags were generated at all, unlink(2) the empty... |
blob | commitdiff | raw | diff to current |
2019-07-15 |
Ingo Schwarze | don't print the final heads-up about messages |
blob | commitdiff | raw | diff to current |
2019-07-14 |
Ingo Schwarze | If messages are shown and output is printed without... |
blob | commitdiff | raw | diff to current |
2019-07-10 |
Ingo Schwarze | Some time ago, i simplified mandoc_msg() such that... |
blob | commitdiff | raw | diff to current |
2019-07-06 |
Ingo Schwarze | prevent mandoc from segfaulting if /tmp is not writable; |
blob | commitdiff | raw | diff to current |
2019-05-03 |
Ingo Schwarze | avoid duplicate "bad argument" error message, also... |
blob | commitdiff | raw | diff to current |
2019-05-03 |
Ingo Schwarze | In fs_lookup(), use stat(2) rather than access(2) to... |
blob | commitdiff | raw | diff to current |
2019-05-03 |
Ingo Schwarze | In man(1) mode with a specific section requested, |
blob | commitdiff | raw | diff to current |
2019-05-03 |
Ingo Schwarze | In man(1) mode, when the first argument starts with... |
blob | commitdiff | raw | diff to current |
2019-04-30 |
Ingo Schwarze | In man(1) mode, i.e. when asking for a single manual... |
blob | commitdiff | raw | diff to current |
2019-03-06 |
Ingo Schwarze | autoconfiguration test whether less(1) supports the... |
blob | commitdiff | raw | diff to current |
2019-03-04 |
Ingo Schwarze | For TIOCGWINSZ, #include <termios.h> rather than <sys... |
blob | commitdiff | raw | diff to current |
2019-03-04 |
Ingo Schwarze | When the -S option is given to man(1) and the requested... |
blob | commitdiff | raw | diff to current |
2019-03-03 |
Ingo Schwarze | Reset HTML formatter state, in particular the id_unique... |
blob | commitdiff | raw | diff to current |
2019-01-11 |
Ingo Schwarze | Improve error reporting when a file given on the comman... |
blob | commitdiff | raw | diff to current |
2019-01-10 |
Ingo Schwarze | Initializers for file-scope static variables should... |
blob | commitdiff | raw | diff to current |
2019-01-01 |
Ingo Schwarze | Support taking the -O tag value from apropos(1) key... |
blob | commitdiff | raw | diff to current |
2018-12-30 |
Ingo Schwarze | Cleanup, no functional change: |
blob | commitdiff | raw | diff to current |
2018-12-20 |
Ingo Schwarze | Move the full responsibility for reporting open(2)... |
blob | commitdiff | raw | diff to current |
2018-12-14 |
Ingo Schwarze | Almost mechanical diff to remove the "struct mparse... |
blob | commitdiff | raw | diff to current |
2018-12-14 |
Ingo Schwarze | Major cleanup; may imply minor changes in edge cases... |
blob | commitdiff | raw | diff to current |
2018-12-13 |
Ingo Schwarze | Cleanup, no functional change: |
blob | commitdiff | raw | diff to current |
2018-11-22 |
Ingo Schwarze | In apropos(1) output, stop sorting .Nm search results... |
blob | commitdiff | raw | diff to current |
2018-11-22 |
Ingo Schwarze | In -T locale (the default), -T ascii, and -T utf8 mode... |
blob | commitdiff | raw | diff to current |
2018-08-23 |
Ingo Schwarze | The upcoming .while request will have to re-execute... |
blob | commitdiff | raw | diff to current |
2018-08-09 |
Ingo Schwarze | If somebody asks "man 3 chmod", |
blob | commitdiff | raw | diff to current |
2018-05-14 |
Ingo Schwarze | Some broken terminal emulators (e.g. sakura) do the... |
blob | commitdiff | raw | diff to current |
2018-04-19 |
Ingo Schwarze | Compatibility with man-db: |
blob | commitdiff | raw | diff to current |
2018-04-13 |
Ingo Schwarze | Use TIOCGWINSZ to reduce the default -Owidth during... |
blob | commitdiff | raw | diff to current |
2018-02-23 |
Ingo Schwarze | Invalidate the tag_files.tfd after fclose(3)ing the... |
blob | commitdiff | raw | diff to current |
2017-08-21 |
Ingo Schwarze | When the stdout stream gets broken, there is no point... |
blob | commitdiff | raw | diff to current |
2017-07-26 |
Ingo Schwarze | Cast the return value of chdir(2) to void. We already... |
blob | commitdiff | raw | diff to current |
2017-07-20 |
Ingo Schwarze | For -Tlint, put parser messages on stdout instead of... |
blob | commitdiff | raw | diff to current |
2017-07-04 |
Ingo Schwarze | Printing "BASE:" in messages about violations of base... |
blob | commitdiff | raw | diff to current |
2017-07-02 |
Ingo Schwarze | If a single page references the same non-existent manua... |
blob | commitdiff | raw | diff to current |
2017-07-02 |
Ingo Schwarze | add warning "cross reference to self"; inspired by... |
blob | commitdiff | raw | diff to current |
2017-07-01 |
Ingo Schwarze | When checking cross references with -Tlint, ultimately... |
blob | commitdiff | raw | diff to current |
2017-07-01 |
Ingo Schwarze | When checking the validity of cross references with... |
blob | commitdiff | raw | diff to current |
2017-07-01 |
Ingo Schwarze | Basic reporting of .Xrs to manual pages that don't... |
blob | commitdiff | raw | diff to current |
2017-06-24 |
Ingo Schwarze | Split -Wstyle into -Wstyle and the even lower -Wbase... |
blob | commitdiff | raw | diff to current |
2017-06-03 |
Ingo Schwarze | enable -Wstyle by default in -Tlint; OK jmc@ |
blob | commitdiff | raw | diff to current |
2017-05-17 |
Ingo Schwarze | Delete the -T xhtml command line option. |
blob | commitdiff | raw | diff to current |
2017-05-16 |
Ingo Schwarze | Introduce a new mandoc(1) message level, -W style,... |
blob | commitdiff | raw | diff to current |
2017-04-18 |
Ingo Schwarze | Now that global -i is gone, pass -i through to the... |
blob | commitdiff | raw | diff to current |
2017-04-18 |
Ingo Schwarze | Delete the undocumented and unimplemented man(1) -i... |
blob | commitdiff | raw | diff to current |
2017-03-27 |
Ingo Schwarze | simplify the SYNOPSIS as well, just like the option... |
blob | commitdiff | raw | diff to current |
2017-03-20 |
Ingo Schwarze | Silently ignore invalid -m input formats rather than... |
blob | commitdiff | raw | diff to current |
2017-03-03 |
Ingo Schwarze | new -mdoc -Tmarkdown output mode; OK millert@ reyk... |
blob | commitdiff | raw | diff to current |
2017-02-22 |
Ingo Schwarze | Since SQLite is gone, we no longer need the "flock... |
blob | commitdiff | raw | diff to current |
2017-02-17 |
Ingo Schwarze | Be consistent in protecting __attribute__ attributes... |
blob | commitdiff | raw | diff to current |
2017-02-16 |
Ingo Schwarze | Fix rev. 1.280: -O syntax is different in default aprop... |
blob | commitdiff | raw | diff to current |
2017-02-10 |
Ingo Schwarze | In -Ttree output mode, show the BROKEN node flag and |
blob | commitdiff | raw | diff to current |
2017-01-27 |
Ingo Schwarze | warn about invalid output options |
blob | commitdiff | raw | diff to current |
2017-01-09 |
Ingo Schwarze | Use stdout rather than stdin for controlling the terminal |
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 |
2016-09-18 |
Ingo Schwarze | We cannot use fputs(3) in passthrough() because the... |
blob | commitdiff | raw | diff to current |
2016-09-18 |
Ingo Schwarze | Make sure an output device is allocated before calling... |
blob | commitdiff | raw | diff to current |
2016-08-09 |
Ingo Schwarze | fix printf("%s", NULL); |
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 | Use __attribute__((__format__ throughout. |
blob | commitdiff | raw | diff to current |
2016-07-15 |
Ingo Schwarze | To remove the const qualifier from a pointer to an... |
blob | commitdiff | raw | diff to current |
2016-07-15 |
Ingo Schwarze | Fix previous: the mandocdb() prototype was already... |
blob | commitdiff | raw | diff to current |
2016-07-15 |
Ingo Schwarze | add missing prototypes, no code change; |
blob | commitdiff | raw | diff to current |
2016-07-12 |
Kristaps Dzonsons | Add support for Mac OS X's sandbox_init(3) sandbox... |
blob | commitdiff | raw | diff to current |
2016-07-10 |
Ingo Schwarze | On OpenBSD, more(1) is actually less(1) with a small... |
blob | commitdiff | raw | diff to current |
2016-07-08 |
Ingo Schwarze | ISO C99 7.19.2.5 doesn't like mixing putchar(3) and... |
blob | commitdiff | raw | diff to current |
2016-05-18 |
Ingo Schwarze | Do not hardcode "makewhatis" in a warning message,... |
blob | commitdiff | raw | diff to current |
2016-04-14 |
Ingo Schwarze | Fix a process group race. |
blob | commitdiff | raw | diff to current |
2016-04-13 |
Ingo Schwarze | Give manuals in purely numerical sections priority... |
blob | commitdiff | raw | diff to current |
2016-01-16 |
Ingo Schwarze | unbreak reading from stdin after recent parse() restruc... |
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-12-15 |
Ingo Schwarze | pledge(2) style: |
blob | commitdiff | raw | diff to current |
2015-11-20 |
Ingo Schwarze | Fix multiple issues regarding process group and signal... |
blob | commitdiff | raw | diff to current |
2015-11-14 |
Ingo Schwarze | Fix an issue reported by deraadt@: When hitting Ctrl... |
blob | commitdiff | raw | diff to current |
2015-11-07 |
Ingo Schwarze | Modernization, no functional change intended: |
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-11-06 |
Ingo Schwarze | merge pledge(2) support from OpenBSD |
blob | commitdiff | raw | diff to current |
2015-11-06 |
Ingo Schwarze | Use getprogname(3) rather than __progname. |
blob | commitdiff | raw | diff to current |
next |