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 |
2017-01-09 |
Ingo Schwarze | Use stdout rather than stdin for controlling the terminal |
commit | commitdiff | tree | snapshot |
2017-01-09 |
Ingo Schwarze | Clarify how tabs after .It work |
commit | commitdiff | tree | snapshot |
2017-01-09 |
Ingo Schwarze | The .No macro is not supposed to produce fixed-width... |
commit | commitdiff | tree | snapshot |
2017-01-09 |
Ingo Schwarze | Warnings and errors that occur during mdoc_validate() |
commit | commitdiff | tree | snapshot |
2017-01-08 |
Ingo Schwarze | Indentation must be measured in units of the surroundin... |
commit | commitdiff | tree | snapshot |
2017-01-08 |
Ingo Schwarze | Fix an assertion failure caused by \z\[u00FF] with... |
commit | commitdiff | tree | snapshot |
2017-01-08 |
Ingo Schwarze | from Tiago Silva <tiagofilipesilva at icloud dot com... |
commit | commitdiff | tree | snapshot |
2017-01-08 |
Ingo Schwarze | Tolerate bare tabs in SYNOPSIS .Cd for now. |
commit | commitdiff | tree | snapshot |
2017-01-08 |
Ingo Schwarze | Stricter validation of the NAME section, in particular: |
commit | commitdiff | tree | snapshot |
2017-01-06 |
Ingo Schwarze | sort options list; from jmc@ |
commit | commitdiff | tree | snapshot |
2016-12-28 |
Ingo Schwarze | escape a macro name that is not intended to be called |
commit | commitdiff | tree | snapshot |
2016-12-28 |
Ingo Schwarze | correct spelling error; from jmc@ |
commit | commitdiff | tree | snapshot |
2016-12-28 |
Ingo Schwarze | Make the second, section number argument of .Xr mandatory. |
commit | commitdiff | tree | snapshot |
2016-12-07 |
Ingo Schwarze | When reporting "whitespace at end of input line" on... |
commit | commitdiff | tree | snapshot |
2016-11-23 |
Ingo Schwarze | sync with NetBSD: add four new libraries; |
commit | commitdiff | tree | snapshot |
2016-11-19 |
Ingo Schwarze | Do not install libmandoc.a by default. |
commit | commitdiff | tree | snapshot |
2016-11-10 |
Ingo Schwarze | warn about trailing whitespace at the end of comments; |
commit | commitdiff | tree | snapshot |
2016-11-08 |
Ingo Schwarze | document improved tagging functionality |
commit | commitdiff | tree | snapshot |
2016-11-08 |
Ingo Schwarze | use .Fn in custom sections for tagging, in addition... |
commit | commitdiff | tree | snapshot |
2016-11-08 |
Ingo Schwarze | tag leading .Dv, .Li, and .No in .It; |
commit | commitdiff | tree | snapshot |
2016-11-08 |
Ingo Schwarze | implement tag priority 0, which will tag only keys... |
commit | commitdiff | tree | snapshot |
2016-11-08 |
Ingo Schwarze | generate two tag entries from list entries of the form |
commit | commitdiff | tree | snapshot |
2016-11-08 |
Ingo Schwarze | skip leading \& and \e in tags |
commit | commitdiff | tree | snapshot |
2016-11-08 |
Ingo Schwarze | support more than one tag entry for the same search... |
commit | commitdiff | tree | snapshot |
2016-10-22 |
Ingo Schwarze | cast off_t and uint64_t for printf(3) |
commit | commitdiff | tree | snapshot |
2016-10-20 |
Ingo Schwarze | typo in informational message: s/UTF_LOCALE/UTF8_LOCALE/ |
commit | commitdiff | tree | snapshot |
2016-10-20 |
Ingo Schwarze | 0x%llu is a bad idea, make that 0x%llx; |
commit | commitdiff | tree | snapshot |
2016-10-20 |
Ingo Schwarze | st_size is off_t, which is signed, so use %lld rather... |
commit | commitdiff | tree | snapshot |
2016-10-19 |
Ingo Schwarze | Avoid the confusion that -a might require a section... |
commit | commitdiff | tree | snapshot |
2016-10-18 |
Ingo Schwarze | bring back support for sorting |
commit | commitdiff | tree | snapshot |
2016-10-18 |
Ingo Schwarze | sync with OpenBSD |
commit | commitdiff | tree | snapshot |
2016-10-18 |
Ingo Schwarze | The termination condition of the iteration logic in... |
commit | commitdiff | tree | snapshot |
2016-10-18 |
Ingo Schwarze | Compat glue for the FreeBSD comparison function prototy... |
commit | commitdiff | tree | snapshot |
2016-10-18 |
Ingo Schwarze | update after rev. 1.5 of dba.c |
commit | commitdiff | tree | snapshot |
2016-10-18 |
Ingo Schwarze | Simplify and correct support for reproducible builds... |
commit | commitdiff | tree | snapshot |
2016-10-11 |
Ingo Schwarze | link to http://mdocml.bsd.lv/mdoc/ below SEE ALSO; |
commit | commitdiff | tree | snapshot |
2016-10-09 |
Ingo Schwarze | Delete complicated code dealing with .Bl -tag without... |
commit | commitdiff | tree | snapshot |
2016-09-18 |
Ingo Schwarze | We cannot use fputs(3) in passthrough() because the... |
commit | commitdiff | tree | snapshot |
2016-09-18 |
Ingo Schwarze | Make sure an output device is allocated before calling... |
commit | commitdiff | tree | snapshot |
2016-09-13 |
Ingo Schwarze | minor tbl(7) column spacing and wrapping issues in... |
commit | commitdiff | tree | snapshot |
2016-09-12 |
Ingo Schwarze | use the proper HTML escape for double quote ("): "... |
commit | commitdiff | tree | snapshot |
2016-09-03 |
Ingo Schwarze | move zaurus down to the discontinued architectures |
commit | commitdiff | tree | snapshot |
2016-09-02 |
Ingo Schwarze | When "makewhatis -d" tries to add to a database that... |
commit | commitdiff | tree | snapshot |
2016-09-01 |
Ingo Schwarze | remove "sparc" from a comment |
commit | commitdiff | tree | snapshot |
2016-09-01 |
Ingo Schwarze | move "sparc" down to discontinued architectures |
commit | commitdiff | tree | snapshot |
2016-08-30 |
Ingo Schwarze | When the database is corrupt in the sense of containing... |
commit | commitdiff | tree | snapshot |
2016-08-30 |
Ingo Schwarze | less confusing warning message about negative offsets |
commit | commitdiff | tree | snapshot |
2016-08-28 |
Ingo Schwarze | If a line inside .Bl -column starts with a tab character |
commit | commitdiff | tree | snapshot |
2016-08-22 |
Ingo Schwarze | When trying to edit an existing database with makewhati... |
commit | commitdiff | tree | snapshot |
2016-08-22 |
Ingo Schwarze | When running into a mandoc.db(5) file still using the... |
commit | commitdiff | tree | snapshot |
2016-08-20 |
Ingo Schwarze | When a mismatching end macro occurs while at least... |
commit | commitdiff | tree | snapshot |
2016-08-20 |
Ingo Schwarze | When scanning upwards for a column list to put a .Ta... |
commit | commitdiff | tree | snapshot |
2016-08-20 |
Ingo Schwarze | If a column list starts with implicit rows (that is... |
commit | commitdiff | tree | snapshot |
2016-08-18 |
Ingo Schwarze | fix an fd leak; patch from jsg@ |
commit | commitdiff | tree | snapshot |
2016-08-17 |
Ingo Schwarze | When the content of a manual page does not specify... |
commit | commitdiff | tree | snapshot |
next |