2019-06-27 |
Ingo Schwarze | Fix mandoc_normdate() and the way it is used. |
commit | commitdiff | tree | snapshot |
2019-06-27 |
Ingo Schwarze | Improve "man -h" output. |
commit | commitdiff | tree | snapshot |
2019-06-11 |
Ingo Schwarze | Do not access a NULL pointer if a table contains a... |
commit | commitdiff | tree | snapshot |
2019-06-03 |
Ingo Schwarze | Explicitly state that the cases in the inner switch... |
commit | commitdiff | tree | snapshot |
2019-06-03 |
Ingo Schwarze | Initialize the local variable "lastln" in mparse_buf_r(). |
commit | commitdiff | tree | snapshot |
2019-06-03 |
Ingo Schwarze | Initialize the local variable "act" in print_mdoc_node(). |
commit | commitdiff | tree | snapshot |
2019-06-02 |
Ingo Schwarze | Support prefers-color-scheme: dark. |
commit | commitdiff | tree | snapshot |
2019-05-26 |
Ingo Schwarze | use proper crossreference; patch from naddy@ |
commit | commitdiff | tree | snapshot |
2019-05-21 |
Ingo Schwarze | Do not print the style message "missing date" when... |
commit | commitdiff | tree | snapshot |
2019-05-21 |
Ingo Schwarze | socppc makes an extended visit to the bigbucket; |
commit | commitdiff | tree | snapshot |
2019-05-03 |
Ingo Schwarze | avoid duplicate "bad argument" error message, also... |
commit | commitdiff | tree | snapshot |
2019-05-03 |
Ingo Schwarze | when processing unknown output options, prevent passing... |
commit | commitdiff | tree | snapshot |
2019-05-03 |
Ingo Schwarze | Enter dangling .so links into the database, to avoid... |
commit | commitdiff | tree | snapshot |
2019-05-03 |
Ingo Schwarze | In fs_lookup(), use stat(2) rather than access(2) to... |
commit | commitdiff | tree | snapshot |
2019-05-03 |
Ingo Schwarze | In man(1) mode with a specific section requested, |
commit | commitdiff | tree | snapshot |
2019-05-03 |
Ingo Schwarze | In man(1) mode, when the first argument starts with... |
commit | commitdiff | tree | snapshot |
2019-04-30 |
Ingo Schwarze | In man(1) mode, i.e. when asking for a single manual... |
commit | commitdiff | tree | snapshot |
2019-04-30 |
Ingo Schwarze | In HTML output, allow switching the desired font for... |
commit | commitdiff | tree | snapshot |
2019-04-30 |
Ingo Schwarze | improve the description of the message "blank line... |
commit | commitdiff | tree | snapshot |
2019-04-24 |
Ingo Schwarze | clarify the difference between .Cm and .Ic; |
commit | commitdiff | tree | snapshot |
2019-04-23 |
Ingo Schwarze | clarify how .%P is conventionally used; |
commit | commitdiff | tree | snapshot |
2019-04-23 |
Ingo Schwarze | add missing "pp." to .%P macro; |
commit | commitdiff | tree | snapshot |
2019-04-23 |
Ingo Schwarze | issues found by Jan Stary in groffer(1) version 1.19 |
commit | commitdiff | tree | snapshot |
2019-04-21 |
Ingo Schwarze | When calling an empty macro, do not clobber existing... |
commit | commitdiff | tree | snapshot |
2019-04-21 |
Ingo Schwarze | Implement the roff .break request (break out of a ... |
commit | commitdiff | tree | snapshot |
2019-04-01 |
Ingo Schwarze | new man(1) issues from Lorenzo Beretta <loreb at github> |
commit | commitdiff | tree | snapshot |
2019-03-31 |
Ingo Schwarze | While we do encourage simplicity in the sense of writin... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Ingo Schwarze | Set the maximum column index in a tbl(7) to the maximum... |
commit | commitdiff | tree | snapshot |
2019-03-19 |
Ingo Schwarze | When the last line of the input is empty and the previo... |
commit | commitdiff | tree | snapshot |
2019-03-18 |
Ingo Schwarze | fix a NULL pointer access on empty tbl(7) data cells |
commit | commitdiff | tree | snapshot |
2019-03-17 |
Ingo Schwarze | The header file "html.h" uses enum roff_tok, |
commit | commitdiff | tree | snapshot |
2019-03-16 |
Ingo Schwarze | When drawing a horizontal line in tbl(7) UTF-8 output... |
commit | commitdiff | tree | snapshot |
2019-03-13 |
Ingo Schwarze | Contrary to what the NetBSD attribute(3) manual page... |
commit | commitdiff | tree | snapshot |
2019-03-11 |
Ingo Schwarze | mark check_abort() and post_abort() as __dead; |
commit | commitdiff | tree | snapshot |
2019-03-10 |
Ingo Schwarze | release 1.14.5 VERSION_1_14_5 |
commit | commitdiff | tree | snapshot |
2019-03-10 |
Ingo Schwarze | Automatically detect whether diff(1) supports the ... |
commit | commitdiff | tree | snapshot |
2019-03-09 |
Ingo Schwarze | Mention mandoc.db(5), makewhatis(8), and weekly(8). |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Ingo Schwarze | new dist-install maintainer target |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Ingo Schwarze | while $() is more modern than ``, it does not work... |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Ingo Schwarze | mention Solaris BUGS in regress.pl(1) |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Ingo Schwarze | this file needs to #include "config.h" because it calls... |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Ingo Schwarze | drop redundant '0' flag from "%02.2X" format string; |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Ingo Schwarze | work towards 1.14.5, mostly updating WWW_INCS |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Ingo Schwarze | add arch.o |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Ingo Schwarze | draft 1.14.5 NEWS entry |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Ingo Schwarze | autoconfiguration test whether less(1) supports the... |
commit | commitdiff | tree | snapshot |
2019-03-04 |
Ingo Schwarze | For TIOCGWINSZ, #include <termios.h> rather than <sys... |
commit | commitdiff | tree | snapshot |
2019-03-04 |
Ingo Schwarze | add libbe; from kevans@ via FreeBSD rev. 337663 |
commit | commitdiff | tree | snapshot |
2019-03-04 |
Ingo Schwarze | When the -S option is given to man(1) and the requested... |
commit | commitdiff | tree | snapshot |
2019-03-04 |
Ingo Schwarze | Fix the last straggler where the struct roff_node ... |
commit | commitdiff | tree | snapshot |
2019-03-04 |
Ingo Schwarze | additional comments on two TODO items |
commit | commitdiff | tree | snapshot |
2019-03-03 |
Ingo Schwarze | Reset HTML formatter state, in particular the id_unique... |
commit | commitdiff | tree | snapshot |
2019-03-03 |
Ingo Schwarze | add forgotten mparse options to two rarely used programs |
commit | commitdiff | tree | snapshot |
2019-03-02 |
Ingo Schwarze | Do not open a subsection for each and every macro. |
commit | commitdiff | tree | snapshot |
2019-03-02 |
Ingo Schwarze | remove a few words to improve flow; from tedu@ |
commit | commitdiff | tree | snapshot |
2019-03-02 |
Ingo Schwarze | Represent multiple subsequent .IP blocks having a consi... |
commit | commitdiff | tree | snapshot |
2019-03-01 |
Ingo Schwarze | Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML... |
commit | commitdiff | tree | snapshot |
2019-02-28 |
Ingo Schwarze | Format multiple subsequent .IP or multiple subsequent... |
commit | commitdiff | tree | snapshot |
2019-02-23 |
Ingo Schwarze | Explain the ASCII rendering of single quotes because... |
commit | commitdiff | tree | snapshot |
2019-02-09 |
Ingo Schwarze | The horizontal line in a data cell containing only... |
commit | commitdiff | tree | snapshot |
2019-02-09 |
Ingo Schwarze | add a BUGS section explaining the situation with box... |
commit | commitdiff | tree | snapshot |
2019-02-09 |
Ingo Schwarze | ignore empty request lines in the table data reader; |
commit | commitdiff | tree | snapshot |
2019-02-08 |
Ingo Schwarze | fix typo: "a data cells" -> "a data cell"; from bentley@ |
commit | commitdiff | tree | snapshot |
2019-02-07 |
Ingo Schwarze | style improvement from jmc@, no output change; |
commit | commitdiff | tree | snapshot |
2019-02-06 |
Ingo Schwarze | Remove the misleading statement ".No takes no arguments". |
commit | commitdiff | tree | snapshot |
2019-02-06 |
Ingo Schwarze | Let roff_getname() end the roff identifier at a tab... |
commit | commitdiff | tree | snapshot |
2019-02-06 |
Ingo Schwarze | adjust style and comments in roff_getname(); no functio... |
commit | commitdiff | tree | snapshot |
2019-01-31 |
Ingo Schwarze | Relax overzealous PATH_INFO validation. |
commit | commitdiff | tree | snapshot |
2019-01-31 |
Ingo Schwarze | Since resetting of offsets works quite differently... |
commit | commitdiff | tree | snapshot |
2019-01-31 |
Ingo Schwarze | Fix tbl(7) centering in mdoc(7) documents. |
commit | commitdiff | tree | snapshot |
2019-01-18 |
Ingo Schwarze | The .UR and .MT blocks in man(7) are represented by... |
commit | commitdiff | tree | snapshot |
2019-01-17 |
Ingo Schwarze | Delete several entries that were already fixed. |
commit | commitdiff | tree | snapshot |
2019-01-17 |
Ingo Schwarze | Test handling of escaped backslashes because the code... |
commit | commitdiff | tree | snapshot |
2019-01-15 |
Ingo Schwarze | In PostScript and PDF output, one AFM unit is not nearl... |
commit | commitdiff | tree | snapshot |
2019-01-11 |
Ingo Schwarze | Improve error reporting when a file given on the comman... |
commit | commitdiff | tree | snapshot |
2019-01-11 |
Ingo Schwarze | do not access a NULL pointer when formatting a complete... |
commit | commitdiff | tree | snapshot |
2019-01-11 |
Ingo Schwarze | Remove the HTML title= attributes which harmed accessib... |
commit | commitdiff | tree | snapshot |
2019-01-10 |
Ingo Schwarze | After years of gnashing of teeth, i finally found a... |
commit | commitdiff | tree | snapshot |
2019-01-10 |
Ingo Schwarze | Initializers for file-scope static variables should... |
commit | commitdiff | tree | snapshot |
2019-01-07 |
Ingo Schwarze | Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and... |
commit | commitdiff | tree | snapshot |
2019-01-06 |
Ingo Schwarze | Finally, represent the man(7) .PP and .HP macros by... |
commit | commitdiff | tree | snapshot |
2019-01-05 |
Ingo Schwarze | In no-fill mode, avoid bogus blank lines in two situations: |
commit | commitdiff | tree | snapshot |
2019-01-05 |
Ingo Schwarze | In groff, when the .SY block macro occurs in no-fill... |
commit | commitdiff | tree | snapshot |
2019-01-05 |
Ingo Schwarze | Slowly start doing more HTML output tests, in this... |
commit | commitdiff | tree | snapshot |
2019-01-05 |
Ingo Schwarze | In HTML output, man(7) .RS blocks get formatted as... |
commit | commitdiff | tree | snapshot |
2019-01-05 |
Ingo Schwarze | minor cleanup, no functional change: |
commit | commitdiff | tree | snapshot |
2019-01-05 |
Ingo Schwarze | Now that the NODE_NOFILL flag in the syntax tree is... |
commit | commitdiff | tree | snapshot |
2019-01-05 |
Ingo Schwarze | no-fill mode has to be suspended during tbl(7) renderin... |
commit | commitdiff | tree | snapshot |
2019-01-05 |
Ingo Schwarze | minor cleanup, no functional change: |
commit | commitdiff | tree | snapshot |
2019-01-05 |
Ingo Schwarze | Some high-level block macros have an effect similar... |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Ingo Schwarze | Test interaction of low-level roff(7) filling requests... |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Ingo Schwarze | Two functional improvements to filling in terminal... |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Ingo Schwarze | Simplify the roff(7) .ce and .rj terminal formatter... |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Ingo Schwarze | Implement centering and adjustment to the right margin... |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Ingo Schwarze | Oops, i forgot to adjust this file to the changes in... |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Ingo Schwarze | test the roff(7) .ce and .rj requests; |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Ingo Schwarze | Rewrite the line filling function for terminal output... |
commit | commitdiff | tree | snapshot |
2019-01-01 |
Ingo Schwarze | Support taking the -O tag value from apropos(1) key... |
commit | commitdiff | tree | snapshot |
2019-01-01 |
Ingo Schwarze | Correctly set the ROFF_NOFILL parser flag for .Bd ... |
commit | commitdiff | tree | snapshot |
2019-01-01 |
Ingo Schwarze | display the NODE_NOFILL flag indicating no-fill mode |
commit | commitdiff | tree | snapshot |
next |