2022-06-21 |
Ingo Schwarze | #include <stddef.h>, needed for NULL; bug reported... |
commit | commitdiff | tree | snapshot |
2022-06-08 |
Ingo Schwarze | When looking for the next block to tag, we aren't inter... |
commit | commitdiff | tree | snapshot |
2022-06-08 |
Ingo Schwarze | Surprisingly, every escape sequence can also be used... |
commit | commitdiff | tree | snapshot |
2022-06-07 |
Ingo Schwarze | Split the excessively generic diagnostic message "inval... |
commit | commitdiff | tree | snapshot |
2022-06-07 |
Ingo Schwarze | Purge duplicate error reporting from the .tr request... |
commit | commitdiff | tree | snapshot |
2022-06-06 |
Ingo Schwarze | To better match groff parsing, reject digits and some... |
commit | commitdiff | tree | snapshot |
2022-06-06 |
Ingo Schwarze | adjust two desired error messages after roff_escape... |
commit | commitdiff | tree | snapshot |
2022-06-06 |
Ingo Schwarze | Allow arbitrary argument delimiters for \C, like groff... |
commit | commitdiff | tree | snapshot |
2022-06-06 |
Ingo Schwarze | add and update a few entries |
commit | commitdiff | tree | snapshot |
2022-06-05 |
Ingo Schwarze | With the improved escape sequence parser, it becomes... |
commit | commitdiff | tree | snapshot |
2022-06-05 |
Ingo Schwarze | Small cleanup of error reporting: |
commit | commitdiff | tree | snapshot |
2022-06-03 |
Ingo Schwarze | During identifier parsing, handle undefined escape... |
commit | commitdiff | tree | snapshot |
2022-06-02 |
Ingo Schwarze | Since \. is not a character escape sequence, re-classif... |
commit | commitdiff | tree | snapshot |
2022-06-02 |
Ingo Schwarze | Avoid the layering violation of re-parsing for \E in... |
commit | commitdiff | tree | snapshot |
2022-06-01 |
Ingo Schwarze | Fix a buffer overrun in the roff(7) escape sequence... |
commit | commitdiff | tree | snapshot |
2022-05-31 |
Ingo Schwarze | Rudimentary implementation of the \A escape sequence... |
commit | commitdiff | tree | snapshot |
2022-05-31 |
Ingo Schwarze | Trivial patch to put the roff(7) \g (interpolate format... |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Ingo Schwarze | Dummy implementation of the roff(7) \V (interpolate... |
commit | commitdiff | tree | snapshot |
2022-05-20 |
Ingo Schwarze | Re-classify the roff(7) \r (reverse line feed) escape... |
commit | commitdiff | tree | snapshot |
2022-05-20 |
Ingo Schwarze | Test the handling of some additional one-character... |
commit | commitdiff | tree | snapshot |
2022-05-19 |
Ingo Schwarze | following the fixed parsing direction of roff_expand... |
commit | commitdiff | tree | snapshot |
2022-05-19 |
Ingo Schwarze | Adjust a column number in an error message |
commit | commitdiff | tree | snapshot |
2022-05-19 |
Ingo Schwarze | fix a wrong column number that got fixed as a side... |
commit | commitdiff | tree | snapshot |
2022-05-19 |
Ingo Schwarze | remove a bogus warning that went away as a side effect |
commit | commitdiff | tree | snapshot |
2022-05-19 |
Ingo Schwarze | Make roff_expand() parse left-to-right rather than... |
commit | commitdiff | tree | snapshot |
2022-05-19 |
Ingo Schwarze | improve a comment explaining a particularly nasty hack... |
commit | commitdiff | tree | snapshot |
2022-05-01 |
Ingo Schwarze | Split a new function roff_parse_comment() out of roff_e... |
commit | commitdiff | tree | snapshot |
2022-04-30 |
Ingo Schwarze | Provide a new function roff_req_or_macro() to parse... |
commit | commitdiff | tree | snapshot |
2022-04-30 |
Ingo Schwarze | Add comments to some of the enum roff_tok values; |
commit | commitdiff | tree | snapshot |
2022-04-30 |
Ingo Schwarze | Refactor the handler function roff_block_sub() for... |
commit | commitdiff | tree | snapshot |
2022-04-28 |
Ingo Schwarze | The syntax of the roff(7) .mc request is quite special |
commit | commitdiff | tree | snapshot |
2022-04-28 |
Ingo Schwarze | Element next-line scopes may nest, so man_breakscope... |
commit | commitdiff | tree | snapshot |
2022-04-27 |
Ingo Schwarze | The .AT, .DT, and .UC macros are allowed inside next... |
commit | commitdiff | tree | snapshot |
2022-04-27 |
Ingo Schwarze | Fix three bugs regarding the interaction of \z and \h: |
commit | commitdiff | tree | snapshot |
2022-04-26 |
Ingo Schwarze | typo in example text: unsused -> unused; noticed by tb@ |
commit | commitdiff | tree | snapshot |
2022-04-26 |
Ingo Schwarze | At the end of every tbl(7) cell, clear the \z state. |
commit | commitdiff | tree | snapshot |
2022-04-26 |
Ingo Schwarze | If a node is tagged explicitly, skip implicit tagging... |
commit | commitdiff | tree | snapshot |
2022-04-24 |
Ingo Schwarze | When we open a new .while loop, let's not attempt to... |
commit | commitdiff | tree | snapshot |
2022-04-24 |
Ingo Schwarze | If a .shift request has a negative argument, do not... |
commit | commitdiff | tree | snapshot |
2022-04-23 |
Ingo Schwarze | If the last data row of a tbl(7) contains nothing but... |
commit | commitdiff | tree | snapshot |
2022-04-14 |
Ingo Schwarze | support for hunting memory leaks; |
commit | commitdiff | tree | snapshot |
2022-04-14 |
Ingo Schwarze | some HTML/CSS issues from John Gardner |
commit | commitdiff | tree | snapshot |
2022-04-14 |
Ingo Schwarze | prefer https links in man pages |
commit | commitdiff | tree | snapshot |
2022-04-13 |
Ingo Schwarze | To prevent infinite recursion while expanding eqn(7... |
commit | commitdiff | tree | snapshot |
2022-04-13 |
Ingo Schwarze | Do not die on an assertion if an input file contains... |
commit | commitdiff | tree | snapshot |
2022-04-13 |
Ingo Schwarze | Surprisingly, groff supports multiple copy mode escapes... |
commit | commitdiff | tree | snapshot |
2022-04-08 |
Ingo Schwarze | When calculating the with of spanned columns, which... |
commit | commitdiff | tree | snapshot |
2022-03-27 |
Ingo Schwarze | new TODO entry: handle Unicode letters in tags |
commit | commitdiff | tree | snapshot |
2022-03-20 |
Ingo Schwarze | The demandoc(1) program neither reads nor writes any... |
commit | commitdiff | tree | snapshot |
2022-03-17 |
Ingo Schwarze | Avoid legacy CSS2 syntax for the "display" property... |
commit | commitdiff | tree | snapshot |
2022-03-16 |
Ingo Schwarze | Just say that the databases are intended for use by... |
commit | commitdiff | tree | snapshot |
2022-02-08 |
Ingo Schwarze | In the first example, use "mandoc -a" directly rather... |
commit | commitdiff | tree | snapshot |
2022-02-08 |
Ingo Schwarze | remove "please" from manual page; |
commit | commitdiff | tree | snapshot |
2022-01-13 |
Ingo Schwarze | Tedu support for the -xsh4.2 argument to the mdoc(7... origin origin/main origin/origin |
commit | commitdiff | tree | snapshot |
2022-01-13 |
Ingo Schwarze | Only sort the result array if it contains more than... |
commit | commitdiff | tree | snapshot |
2022-01-12 |
Ingo Schwarze | More accurately represent cells containing horizontal... |
commit | commitdiff | tree | snapshot |
2022-01-12 |
Ingo Schwarze | According to the tbl(7) manual, if a data cell contains... |
commit | commitdiff | tree | snapshot |
2022-01-12 |
Ingo Schwarze | In one of the examples, the tbl(7) source code displayed |
commit | commitdiff | tree | snapshot |
2022-01-12 |
Ingo Schwarze | column width specifications in tbl(7) HTML output |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Ingo Schwarze | When rendering the \h (horizontal motion) low-level... |
commit | commitdiff | tree | snapshot |
2021-12-06 |
Ingo Schwarze | merge OpenBSD commit by jmc@: |
commit | commitdiff | tree | snapshot |
2021-11-05 |
Ingo Schwarze | Make sure that the configuration file is always read... |
commit | commitdiff | tree | snapshot |
2021-11-05 |
Ingo Schwarze | Commit and commit message by deraadt@: |
commit | commitdiff | tree | snapshot |
2021-10-17 |
Ingo Schwarze | simplify a few accesses to fields of structs, using... |
commit | commitdiff | tree | snapshot |
2021-10-17 |
Ingo Schwarze | Simplify the code building lists of spans, no output... |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Ingo Schwarze | better error message if mandocd is not found |
commit | commitdiff | tree | snapshot |
2021-10-04 |
Ingo Schwarze | Clean up memory handling in spawn_pager(), free(3)ing... |
commit | commitdiff | tree | snapshot |
2021-10-04 |
Ingo Schwarze | In man(1) mode, properly clean up the resn[] result... |
commit | commitdiff | tree | snapshot |
2021-10-04 |
Ingo Schwarze | Provide a cleanup function for the term_tab module... |
commit | commitdiff | tree | snapshot |
2021-10-04 |
Ingo Schwarze | store the operating system name obtained from uname... |
commit | commitdiff | tree | snapshot |
2021-10-04 |
Ingo Schwarze | Do not leak 64 bytes of heap memory every time a manual... |
commit | commitdiff | tree | snapshot |
2021-10-01 |
Ingo Schwarze | tagging issues from weerd@ regarding hyphens |
commit | commitdiff | tree | snapshot |
2021-09-28 |
Ingo Schwarze | Revert part of the previous diff to fix a regression... |
commit | commitdiff | tree | snapshot |
2021-09-28 |
Ingo Schwarze | two typos; patch from Raf Czlonka <rczlonka at gmail... |
commit | commitdiff | tree | snapshot |
2021-09-25 |
Ingo Schwarze | Sevan Janiyan resigned from the NetBSD project and... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Ingo Schwarze | release 1.14.6 VERSION_1_14_6 |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Ingo Schwarze | credits for release testing |
commit | commitdiff | tree | snapshot |
2021-09-21 |
Ingo Schwarze | handle man3c/fopen.3c in main.c/fs_*() |
commit | commitdiff | tree | snapshot |
2021-09-21 |
Ingo Schwarze | POSIX make(1) does not support prerequisites on suffix... |
commit | commitdiff | tree | snapshot |
2021-09-20 |
Ingo Schwarze | more details about Mac OS X; information from Sevan... |
commit | commitdiff | tree | snapshot |
2021-09-20 |
Ingo Schwarze | make the path to ar(1) configurable, needed by NixOS; |
commit | commitdiff | tree | snapshot |
2021-09-20 |
Ingo Schwarze | Create the link from ./man to ./mandoc in the "all... |
commit | commitdiff | tree | snapshot |
2021-09-19 |
Ingo Schwarze | isspace(3) requires an unsigned argument; |
commit | commitdiff | tree | snapshot |
2021-09-19 |
Ingo Schwarze | clarify the meaning of a complicated mixed signed/unsig... |
commit | commitdiff | tree | snapshot |
2021-09-19 |
Ingo Schwarze | do not ship with an old OpenBSD version number |
commit | commitdiff | tree | snapshot |
2021-09-19 |
Ingo Schwarze | some more portability improvements |
commit | commitdiff | tree | snapshot |
2021-09-19 |
Ingo Schwarze | Test availability of mkstemps(3) and provide a fallback... |
commit | commitdiff | tree | snapshot |
2021-09-19 |
Ingo Schwarze | Two minor improvements: |
commit | commitdiff | tree | snapshot |
2021-09-19 |
Ingo Schwarze | do not use the echo(1) -n option, it is not portable; |
commit | commitdiff | tree | snapshot |
2021-09-19 |
Ingo Schwarze | do not use the sed(1) -i option, it is not portable; |
commit | commitdiff | tree | snapshot |
2021-09-19 |
Ingo Schwarze | bump VERSION |
commit | commitdiff | tree | snapshot |
2021-09-19 |
Ingo Schwarze | tiny update |
commit | commitdiff | tree | snapshot |
2021-09-19 |
Ingo Schwarze | update some Copyright years |
commit | commitdiff | tree | snapshot |
2021-09-18 |
Ingo Schwarze | update Makefile.depend |
commit | commitdiff | tree | snapshot |
2021-09-18 |
Ingo Schwarze | correct whitespace in the title of the Lesk paper to... |
commit | commitdiff | tree | snapshot |
2021-09-18 |
Ingo Schwarze | replace "Ar arg Ar arg" with "Ar arg arg"; patch from... |
commit | commitdiff | tree | snapshot |
2021-09-17 |
Ingo Schwarze | document mandoc_recallocarray(3); |
commit | commitdiff | tree | snapshot |
2021-09-17 |
Ingo Schwarze | update |
commit | commitdiff | tree | snapshot |
2021-09-10 |
Ingo Schwarze | Quirk-compatibility with GNU tbl(1): |
commit | commitdiff | tree | snapshot |
2021-09-10 |
Ingo Schwarze | add two newly reported bugs, |
commit | commitdiff | tree | snapshot |
next |