]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2022-07-04 Ingo SchwarzeImprove accessibility of man.cgi(8) in various respects,
2022-07-04 Ingo SchwarzePut the HTML comment containing the Copyright header...
2022-07-03 Ingo Schwarzespelling; patch from jsg@
2022-07-03 Ingo SchwarzeInstead of the custom <div class="manual-text">, use...
2022-06-26 Ingo SchwarzeIn groff commit 78e66624 on May 7 20:15:33 2021 +1000,
2022-06-26 Ingo Schwarzeadditional info regarding the .nf <br/> issue
2022-06-25 Ingo SchwarzeIf an .Xr macro contains a section argument, write...
2022-06-24 Ingo SchwarzeImprove accessibility of -T html -O toc output by using...
2022-06-22 Ingo SchwarzeDelete the statement that the default stylesheet only...
2022-06-21 Ingo Schwarze#include <stddef.h>, needed for NULL; bug reported...
2022-06-08 Ingo SchwarzeWhen looking for the next block to tag, we aren't inter...
2022-06-08 Ingo SchwarzeSurprisingly, every escape sequence can also be used...
2022-06-07 Ingo SchwarzeSplit the excessively generic diagnostic message "inval...
2022-06-07 Ingo SchwarzePurge duplicate error reporting from the .tr request...
2022-06-06 Ingo SchwarzeTo better match groff parsing, reject digits and some...
2022-06-06 Ingo Schwarzeadjust two desired error messages after roff_escape...
2022-06-06 Ingo SchwarzeAllow arbitrary argument delimiters for \C, like groff...
2022-06-06 Ingo Schwarzeadd and update a few entries
2022-06-05 Ingo SchwarzeWith the improved escape sequence parser, it becomes...
2022-06-05 Ingo SchwarzeSmall cleanup of error reporting:
2022-06-03 Ingo SchwarzeDuring identifier parsing, handle undefined escape...
2022-06-02 Ingo SchwarzeSince \. is not a character escape sequence, re-classif...
2022-06-02 Ingo SchwarzeAvoid the layering violation of re-parsing for \E in...
2022-06-01 Ingo SchwarzeFix a buffer overrun in the roff(7) escape sequence...
2022-05-31 Ingo SchwarzeRudimentary implementation of the \A escape sequence...
2022-05-31 Ingo SchwarzeTrivial patch to put the roff(7) \g (interpolate format...
2022-05-30 Ingo SchwarzeDummy implementation of the roff(7) \V (interpolate...
2022-05-20 Ingo SchwarzeRe-classify the roff(7) \r (reverse line feed) escape...
2022-05-20 Ingo SchwarzeTest the handling of some additional one-character...
2022-05-19 Ingo Schwarzefollowing the fixed parsing direction of roff_expand...
2022-05-19 Ingo SchwarzeAdjust a column number in an error message
2022-05-19 Ingo Schwarzefix a wrong column number that got fixed as a side...
2022-05-19 Ingo Schwarzeremove a bogus warning that went away as a side effect
2022-05-19 Ingo SchwarzeMake roff_expand() parse left-to-right rather than...
2022-05-19 Ingo Schwarzeimprove a comment explaining a particularly nasty hack...
2022-05-01 Ingo SchwarzeSplit a new function roff_parse_comment() out of roff_e...
2022-04-30 Ingo SchwarzeProvide a new function roff_req_or_macro() to parse...
2022-04-30 Ingo SchwarzeAdd comments to some of the enum roff_tok values;
2022-04-30 Ingo SchwarzeRefactor the handler function roff_block_sub() for...
2022-04-28 Ingo SchwarzeThe syntax of the roff(7) .mc request is quite special
2022-04-28 Ingo SchwarzeElement next-line scopes may nest, so man_breakscope...
2022-04-27 Ingo SchwarzeThe .AT, .DT, and .UC macros are allowed inside next...
2022-04-27 Ingo SchwarzeFix three bugs regarding the interaction of \z and \h:
2022-04-26 Ingo Schwarzetypo in example text: unsused -> unused; noticed by tb@
2022-04-26 Ingo SchwarzeAt the end of every tbl(7) cell, clear the \z state.
2022-04-26 Ingo SchwarzeIf a node is tagged explicitly, skip implicit tagging...
2022-04-24 Ingo SchwarzeWhen we open a new .while loop, let's not attempt to...
2022-04-24 Ingo SchwarzeIf a .shift request has a negative argument, do not...
2022-04-23 Ingo SchwarzeIf the last data row of a tbl(7) contains nothing but...
2022-04-14 Ingo Schwarzesupport for hunting memory leaks;
2022-04-14 Ingo Schwarzesome HTML/CSS issues from John Gardner
2022-04-14 Ingo Schwarzeprefer https links in man pages
2022-04-13 Ingo SchwarzeTo prevent infinite recursion while expanding eqn(7...
2022-04-13 Ingo SchwarzeDo not die on an assertion if an input file contains...
2022-04-13 Ingo SchwarzeSurprisingly, groff supports multiple copy mode escapes...
2022-04-08 Ingo SchwarzeWhen calculating the with of spanned columns, which...
2022-03-27 Ingo Schwarzenew TODO entry: handle Unicode letters in tags
2022-03-20 Ingo SchwarzeThe demandoc(1) program neither reads nor writes any...
2022-03-17 Ingo SchwarzeAvoid legacy CSS2 syntax for the "display" property...
2022-03-16 Ingo SchwarzeJust say that the databases are intended for use by...
2022-02-08 Ingo SchwarzeIn the first example, use "mandoc -a" directly rather...
2022-02-08 Ingo Schwarzeremove "please" from manual page;
2022-01-13 Ingo SchwarzeTedu support for the -xsh4.2 argument to the mdoc(7... origin origin/main origin/origin
2022-01-13 Ingo SchwarzeOnly sort the result array if it contains more than...
2022-01-12 Ingo SchwarzeMore accurately represent cells containing horizontal...
2022-01-12 Ingo SchwarzeAccording to the tbl(7) manual, if a data cell contains...
2022-01-12 Ingo SchwarzeIn one of the examples, the tbl(7) source code displayed
2022-01-12 Ingo Schwarzecolumn width specifications in tbl(7) HTML output
2022-01-10 Ingo SchwarzeWhen rendering the \h (horizontal motion) low-level...
2021-12-06 Ingo Schwarzemerge OpenBSD commit by jmc@:
2021-11-05 Ingo SchwarzeMake sure that the configuration file is always read...
2021-11-05 Ingo SchwarzeCommit and commit message by deraadt@:
2021-10-17 Ingo Schwarzesimplify a few accesses to fields of structs, using...
2021-10-17 Ingo SchwarzeSimplify the code building lists of spans, no output...
2021-10-15 Ingo Schwarzebetter error message if mandocd is not found
2021-10-04 Ingo SchwarzeClean up memory handling in spawn_pager(), free(3)ing...
2021-10-04 Ingo SchwarzeIn man(1) mode, properly clean up the resn[] result...
2021-10-04 Ingo SchwarzeProvide a cleanup function for the term_tab module...
2021-10-04 Ingo Schwarzestore the operating system name obtained from uname...
2021-10-04 Ingo SchwarzeDo not leak 64 bytes of heap memory every time a manual...
2021-10-01 Ingo Schwarzetagging issues from weerd@ regarding hyphens
2021-09-28 Ingo SchwarzeRevert part of the previous diff to fix a regression...
2021-09-28 Ingo Schwarzetwo typos; patch from Raf Czlonka <rczlonka at gmail...
2021-09-25 Ingo SchwarzeSevan Janiyan resigned from the NetBSD project and...
2021-09-23 Ingo Schwarzerelease 1.14.6 VERSION_1_14_6
2021-09-23 Ingo Schwarzecredits for release testing
2021-09-21 Ingo Schwarzehandle man3c/fopen.3c in main.c/fs_*()
2021-09-21 Ingo SchwarzePOSIX make(1) does not support prerequisites on suffix...
2021-09-20 Ingo Schwarzemore details about Mac OS X; information from Sevan...
2021-09-20 Ingo Schwarzemake the path to ar(1) configurable, needed by NixOS;
2021-09-20 Ingo SchwarzeCreate the link from ./man to ./mandoc in the "all...
2021-09-19 Ingo Schwarzeisspace(3) requires an unsigned argument;
2021-09-19 Ingo Schwarzeclarify the meaning of a complicated mixed signed/unsig...
2021-09-19 Ingo Schwarzedo not ship with an old OpenBSD version number
2021-09-19 Ingo Schwarzesome more portability improvements
2021-09-19 Ingo SchwarzeTest availability of mkstemps(3) and provide a fallback...
2021-09-19 Ingo SchwarzeTwo minor improvements:
2021-09-19 Ingo Schwarzedo not use the echo(1) -n option, it is not portable;
2021-09-19 Ingo Schwarzedo not use the sed(1) -i option, it is not portable;
2021-09-19 Ingo Schwarzebump VERSION
next