| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Silently ignore invalid -m input formats rather than erroring out. | Ingo Schwarze | 2017-03-20 | 2 | -74/+36 |
* | minor issues found with mandoc -Tlint | Ingo Schwarze | 2017-03-18 | 3 | -4/+4 |
* | Correct description of MANPATH, and a few more improvements | Ingo Schwarze | 2017-03-18 | 4 | -26/+73 |
* | Simplify: write HTTP 303 redirects with relative locations. | Ingo Schwarze | 2017-03-18 | 3 | -16/+11 |
* | Bugfix: use SCRIPT_NAME for .Xr hyperlinks. | Ingo Schwarze | 2017-03-18 | 1 | -1/+2 |
* | Document man(1) section selection priority, | Ingo Schwarze | 2017-03-17 | 2 | -3/+28 |
* | Update HISTORY and AUTHORS: we no longer use SQLite. | Ingo Schwarze | 2017-03-17 | 1 | -6/+7 |
* | Fix regression in mdoc_html.c 1.275, man_html 1.134: | Ingo Schwarze | 2017-03-17 | 2 | -4/+8 |
* | In URIs in apropos(1) result tables, | Ingo Schwarze | 2017-03-15 | 1 | -3/+6 |
* | Mention the manual page name and section in the HTML page <title>. | Ingo Schwarze | 2017-03-15 | 2 | -35/+55 |
* | Minimal support for deep linking into man(7) pages. | Ingo Schwarze | 2017-03-15 | 5 | -35/+76 |
* | It's annoying that people keep writing URIs including redundant parts | Ingo Schwarze | 2017-03-15 | 2 | -3/+43 |
* | Slightly increase widths calculated from string lengths (mainly | Ingo Schwarze | 2017-03-14 | 2 | -1/+4 |
* | Port ctags-style, less(1) :t internal searching from terminal output | Ingo Schwarze | 2017-03-13 | 2 | -10/+85 |
* | Print title="..." in addition to id="..." attributes for macro keys | Ingo Schwarze | 2017-03-13 | 3 | -47/+59 |
* | test infinite recursion in eqn(7) "define" statements | Ingo Schwarze | 2017-03-11 | 4 | -2/+51 |
* | Improve detection of recursive eqn(7) "define" statements: | Ingo Schwarze | 2017-03-11 | 1 | -2/+7 |
* | In markdown, autolinks are dangerous. Different compilers disagree | Ingo Schwarze | 2017-03-11 | 5 | -29/+56 |
* | Really commit some files that failed to get committed in this commit: | Ingo Schwarze | 2017-03-09 | 25 | -24/+7 |
* | Fix blunder in previous: we must keep the line parse buffer | Ingo Schwarze | 2017-03-09 | 1 | -0/+2 |
* | Now that markdown output is tested for almost everything, test all | Ingo Schwarze | 2017-03-08 | 46 | -55/+46 |
* | Document that -T markdown produces ASCII output, and the implied | Ingo Schwarze | 2017-03-08 | 1 | -0/+10 |
* | The CommonMark specification wants that opening parentheses | Ingo Schwarze | 2017-03-08 | 1 | -9/+2 |
* | According to the CommonMark specification, backslash escapes | Ingo Schwarze | 2017-03-08 | 6 | -5/+9 |
* | The CommonMark specification allows list markers fo the form "number) " | Ingo Schwarze | 2017-03-08 | 1 | -1/+1 |
* | Do not increment .Bl -enum list markers beyond two digits. | Ingo Schwarze | 2017-03-08 | 1 | -1/+3 |
* | .Bl -column never gets blank lines between rows | Ingo Schwarze | 2017-03-08 | 4 | -2/+99 |
* | add two result files that were forgotten | Ingo Schwarze | 2017-03-08 | 2 | -0/+63 |
* | enable -T markdown tests of filled displays and tagged lists | Ingo Schwarze | 2017-03-08 | 33 | -6/+1211 |
* | Add a blank after ">" when quoting. | Ingo Schwarze | 2017-03-08 | 1 | -1/+7 |
* | prevent infinite recursion while expanding the arguments | Ingo Schwarze | 2017-03-08 | 4 | -3/+23 |
* | If a user-defined macro is aborted because it exceeds the stack | Ingo Schwarze | 2017-03-07 | 5 | -10/+43 |
* | Escape blanks at the end of markdown lines | Ingo Schwarze | 2017-03-07 | 2 | -12/+23 |
* | fix completely empty .Eo: no blank line wanted | Ingo Schwarze | 2017-03-07 | 3 | -9/+40 |
* | fix spacing after empty .Fl | Ingo Schwarze | 2017-03-07 | 3 | -3/+13 |
* | implement .An -split and -nosplit | Ingo Schwarze | 2017-03-07 | 5 | -2/+95 |
* | Fix .In formatting in the SYNOPSIS: | Ingo Schwarze | 2017-03-07 | 6 | -11/+85 |
* | Using .Nd only makes sense in the NAME section. | Ingo Schwarze | 2017-03-06 | 5 | -0/+16 |
* | URIs need different escaping; reported by reyk@ | Ingo Schwarze | 2017-03-06 | 2 | -5/+14 |
* | first batch of -T markdown tests | Ingo Schwarze | 2017-03-05 | 231 | -8/+3706 |
* | Infrastructure for -T markdown tests. | Ingo Schwarze | 2017-03-05 | 2 | -5/+37 |
* | Remove a redundant condition in .%T handling, no functional change. | Ingo Schwarze | 2017-03-04 | 2 | -8/+4 |
* | Make the description of -K autodetection easer to understand. | Ingo Schwarze | 2017-03-04 | 1 | -11/+19 |
* | Debian needs relative symlinks not only for manual pages, | Ingo Schwarze | 2017-03-04 | 3 | -13/+23 |
* | Markdown output mode helped us to find the first parser bug (as such, | Ingo Schwarze | 2017-03-03 | 1 | -8/+9 |
* | new -mdoc -Tmarkdown output mode; OK millert@ reyk@ tb@; | Ingo Schwarze | 2017-03-03 | 6 | -9/+1490 |
* | remove a few redundant conditions that jsg@ found with cppcheck | Ingo Schwarze | 2017-03-03 | 4 | -4/+4 |
* | Fix a copy-and-paste error that caused man(7) manuals without | Ingo Schwarze | 2017-03-03 | 1 | -1/+1 |
* | A missing initialization could randomly cause regular expression | Ingo Schwarze | 2017-03-03 | 1 | -0/+1 |
* | Fix previous: do not access the byte before the string if the string | Ingo Schwarze | 2017-03-03 | 1 | -1/+1 |