2017-02-16 |
Ingo Schwarze | Surprisingly, groff does not support scaling units... |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Ingo Schwarze | Fix rev. 1.280: -O syntax is different in default aprop... |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Ingo Schwarze | Fix block scoping error if an explicit block is broken... |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Ingo Schwarze | Remove the ENDBODY_NOSPACE flag, simplifying the code. |
commit | commitdiff | tree | snapshot |
2017-02-15 |
Ingo Schwarze | Style improvement, no functional change. |
commit | commitdiff | tree | snapshot |
2017-02-15 |
Ingo Schwarze | Fix previous: I forgot that i had to change the conven... |
commit | commitdiff | tree | snapshot |
2017-02-12 |
Ingo Schwarze | Do not access a NULL pointer if a matrix or square... |
commit | commitdiff | tree | snapshot |
2017-02-11 |
Ingo Schwarze | Do not read one element past the end of the static... |
commit | commitdiff | tree | snapshot |
2017-02-11 |
Ingo Schwarze | new regression tests for mdoc_macro.c revs. 1.211-1.215 |
commit | commitdiff | tree | snapshot |
2017-02-11 |
Ingo Schwarze | Disable three UTF-8 tests that expose bugs in wcwidth... |
commit | commitdiff | tree | snapshot |
2017-02-11 |
Ingo Schwarze | Never look for broken blocks inside blocks that are... |
commit | commitdiff | tree | snapshot |
2017-02-11 |
Ingo Schwarze | Do not prematurely close .Nd containing a broken child. |
commit | commitdiff | tree | snapshot |
2017-02-11 |
Ingo Schwarze | Do not prematurely mark intermediate blocks as broken... |
commit | commitdiff | tree | snapshot |
2017-02-10 |
Ingo Schwarze | For child macros of block-end macros, only scan backwar... |
commit | commitdiff | tree | snapshot |
2017-02-10 |
Ingo Schwarze | In the SYNOPSIS, .Nm blocks can get broken if one of... |
commit | commitdiff | tree | snapshot |
2017-02-10 |
Ingo Schwarze | In -Ttree output mode, show the BROKEN node flag and |
commit | commitdiff | tree | snapshot |
2017-02-09 |
Ingo Schwarze | same as mandocdb.c rev. 1.196: |
commit | commitdiff | tree | snapshot |
2017-02-09 |
Ingo Schwarze | Illumos doesn't have O_DIRECTORY. Work around that... |
commit | commitdiff | tree | snapshot |
2017-02-09 |
Ingo Schwarze | Escape literal braces in a regular expression. |
commit | commitdiff | tree | snapshot |
2017-02-08 |
Ingo Schwarze | On some systems (e.g. Solaris 11) diff(1) does not... |
commit | commitdiff | tree | snapshot |
2017-02-08 |
Ingo Schwarze | mention that BUILD_CATMAN doesn't work on SunOS 5.9... |
commit | commitdiff | tree | snapshot |
2017-02-08 |
Ingo Schwarze | config glue for recvmsg(2) and CMSG_FIRSTHDR(3); |
commit | commitdiff | tree | snapshot |
2017-02-08 |
Ingo Schwarze | sendmsg(3) may block, so retry |
commit | commitdiff | tree | snapshot |
2017-02-08 |
Ingo Schwarze | even catman needs libmandoc on systems not having fts |
commit | commitdiff | tree | snapshot |
2017-02-08 |
Ingo Schwarze | protect <err.h> inclusion |
commit | commitdiff | tree | snapshot |
2017-02-08 |
Ingo Schwarze | more 1.14.1 release preparations |
commit | commitdiff | tree | snapshot |
2017-02-08 |
Ingo Schwarze | reference a relevant mail for one TODO item |
commit | commitdiff | tree | snapshot |
2017-02-08 |
Ingo Schwarze | remove some instances of Mdocdate |
commit | commitdiff | tree | snapshot |
2017-02-08 |
Ingo Schwarze | disable some tests that expose wcwidth(3) differences... |
commit | commitdiff | tree | snapshot |
2017-02-08 |
Ingo Schwarze | Finally port the OpenBSD regression suite. |
commit | commitdiff | tree | snapshot |
2017-02-07 |
Ingo Schwarze | first draft of NEWS for 1.14.1 |
commit | commitdiff | tree | snapshot |
2017-02-06 |
Ingo Schwarze | new manual pages for catman(8) and mandocd(8) |
commit | commitdiff | tree | snapshot |
2017-02-06 |
Ingo Schwarze | Polishing: |
commit | commitdiff | tree | snapshot |
2017-02-06 |
Ingo Schwarze | explicitly pass -Tascii to mandoc(1), such that LC_CTYP... |
commit | commitdiff | tree | snapshot |
2017-02-06 |
Ingo Schwarze | The .Nm macro does not only use the default name when... |
commit | commitdiff | tree | snapshot |
2017-02-05 |
Ingo Schwarze | uint8_t requires <stdint.h>; from Michael Stapelberg |
commit | commitdiff | tree | snapshot |
2017-02-05 |
Ingo Schwarze | document output spacing near delimiters |
commit | commitdiff | tree | snapshot |
2017-02-05 |
Ingo Schwarze | remove several things that were taken care of in the... |
commit | commitdiff | tree | snapshot |
2017-02-05 |
Ingo Schwarze | add missing file man.options.1 |
commit | commitdiff | tree | snapshot |
2017-02-05 |
Ingo Schwarze | document hyphenation |
commit | commitdiff | tree | snapshot |
2017-02-05 |
Ingo Schwarze | Wrap .St content in a <span class="St">. |
commit | commitdiff | tree | snapshot |
2017-02-05 |
Ingo Schwarze | fix font selection for .Bf without argument |
commit | commitdiff | tree | snapshot |
2017-02-05 |
Ingo Schwarze | mark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather... |
commit | commitdiff | tree | snapshot |
2017-02-05 |
Ingo Schwarze | for .Rs, use <cite> |
commit | commitdiff | tree | snapshot |
2017-02-05 |
Ingo Schwarze | Improve <table> syntax: |
commit | commitdiff | tree | snapshot |
2017-02-04 |
Ingo Schwarze | experimental mandocd(8) and catman(8) |
commit | commitdiff | tree | snapshot |
2017-02-04 |
Ingo Schwarze | Do not fix the default indent for all subsequent files... |
commit | commitdiff | tree | snapshot |
2017-02-03 |
Ingo Schwarze | Minor cleanup, no functional change: |
commit | commitdiff | tree | snapshot |
2017-02-03 |
Ingo Schwarze | more work found in old mails |
commit | commitdiff | tree | snapshot |
2017-02-03 |
Ingo Schwarze | If an application parses multiple files with mparse_rea... |
commit | commitdiff | tree | snapshot |
2017-02-02 |
Ingo Schwarze | even man-1.6g does *not* have apropos -C, |
commit | commitdiff | tree | snapshot |
2017-02-02 |
Ingo Schwarze | correct information about early groff (up to 1.02) |
commit | commitdiff | tree | snapshot |
2017-02-02 |
Ingo Schwarze | mention groff git, and one minor fix |
commit | commitdiff | tree | snapshot |
2017-02-02 |
Ingo Schwarze | more info about man-1.6 and man-db |
commit | commitdiff | tree | snapshot |
2017-02-02 |
Ingo Schwarze | minor fixes |
commit | commitdiff | tree | snapshot |
2017-02-02 |
Ingo Schwarze | new page, not to be installed |
commit | commitdiff | tree | snapshot |
2017-01-31 |
Ingo Schwarze | add missing HISTORY information |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Ingo Schwarze | Rework fill mode handling for -man -Thtml. |
commit | commitdiff | tree | snapshot |
2017-01-29 |
Ingo Schwarze | eliminate one useless struct and one level of indirection; |
commit | commitdiff | tree | snapshot |
2017-01-28 |
Ingo Schwarze | Add a warning "new sentence, new line". |
commit | commitdiff | tree | snapshot |
2017-01-28 |
Ingo Schwarze | Simplify usage of print_otag() even more: |
commit | commitdiff | tree | snapshot |
2017-01-28 |
Ingo Schwarze | MANDOCERR_BADTAB no longer exists, |
commit | commitdiff | tree | snapshot |
2017-01-28 |
Ingo Schwarze | .Bl -column with zero columns is legal, so don't segfal... |
commit | commitdiff | tree | snapshot |
2017-01-27 |
Ingo Schwarze | warn about invalid output options |
commit | commitdiff | tree | snapshot |
2017-01-27 |
Ingo Schwarze | warn about missing one-line description; |
commit | commitdiff | tree | snapshot |
2017-01-27 |
Ingo Schwarze | Parse the section number from the content of preformatt... |
commit | commitdiff | tree | snapshot |
2017-01-27 |
Ingo Schwarze | If parsing a page reveals that it is neither mdoc(7... |
commit | commitdiff | tree | snapshot |
2017-01-27 |
Ingo Schwarze | fix base directory detection for makewhatis -t |
commit | commitdiff | tree | snapshot |
2017-01-27 |
Ingo Schwarze | Always register names taken from file names in the... |
commit | commitdiff | tree | snapshot |
2017-01-26 |
Ingo Schwarze | more info on man(7) .Xr hyperlinking |
commit | commitdiff | tree | snapshot |
2017-01-26 |
Ingo Schwarze | Fix -man -Thtml formatting after .nf (which has nothing... |
commit | commitdiff | tree | snapshot |
2017-01-25 |
Ingo Schwarze | add arm64 architecture; from deraadt@ |
commit | commitdiff | tree | snapshot |
2017-01-25 |
Ingo Schwarze | Improve HTML formatting of .Bl -tag. |
commit | commitdiff | tree | snapshot |
2017-01-21 |
Ingo Schwarze | bug was fixed, delete the BUGS section |
commit | commitdiff | tree | snapshot |
2017-01-21 |
Ingo Schwarze | slightly simplify header and footer styles |
commit | commitdiff | tree | snapshot |
2017-01-21 |
Ingo Schwarze | Avoid writing constant style attributes over and over... |
commit | commitdiff | tree | snapshot |
2017-01-21 |
Ingo Schwarze | clean up the remaining class attributes |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Ingo Schwarze | Standardize class attributes for semantic macros. |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Ingo Schwarze | standardize .Rs class attributes |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Ingo Schwarze | standardize .Bl and .It class attributes |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Ingo Schwarze | clean up markup of .Bd, .D1, .Dl, .Li, and .Ql; |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Ingo Schwarze | clean up .Sx and .Xr HTML markup |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Ingo Schwarze | Clean up CSS rules for sections and paragraphs. |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Ingo Schwarze | Clean up and fix rules for header and footer lines. |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Ingo Schwarze | Adjust indentation of the HTML output to the convention... |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Ingo Schwarze | Start cleanup: trim useless HTML comments, <div> elements, |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Ingo Schwarze | Implement line breaking of the generated HTML code... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Ingo Schwarze | Make HTML output more human readable by overhauling... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Ingo Schwarze | Completely delete the buf field of struct html and... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Ingo Schwarze | Simplify the usage of print_otag() by making it accept... |
commit | commitdiff | tree | snapshot |
2017-01-15 |
Ingo Schwarze | When looking up macro values while the macro tables... |
commit | commitdiff | tree | snapshot |
2017-01-12 |
Ingo Schwarze | Skipping all escape sequences at the beginning of strin... |
commit | commitdiff | tree | snapshot |
2017-01-12 |
Ingo Schwarze | show meta data for -Ttree output |
commit | commitdiff | tree | snapshot |
2017-01-12 |
Ingo Schwarze | Put compiler arguments that may contain -l at the end... |
commit | commitdiff | tree | snapshot |
2017-01-11 |
Ingo Schwarze | Do text production for .Bt, .Ex, .Rv, .Ud at the valida... |
commit | commitdiff | tree | snapshot |
2017-01-10 |
Ingo Schwarze | Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and... |
commit | commitdiff | tree | snapshot |
2017-01-10 |
Ingo Schwarze | For the .Ux/.Ox family of macros, do text production... |
commit | commitdiff | tree | snapshot |
2017-01-10 |
Ingo Schwarze | simplify; NODE_ENDED does no harm in man(7) |
commit | commitdiff | tree | snapshot |
2017-01-10 |
Ingo Schwarze | unify names of AST node flags; no change of cpp output |
commit | commitdiff | tree | snapshot |
2017-01-10 |
Ingo Schwarze | Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes. |
commit | commitdiff | tree | snapshot |
next |