| Commit message (Expand) | Author | Age | Files | Lines |
* | support for hunting memory leaks; | Ingo Schwarze | 2022-04-14 | 1 | -44/+45 |
* | Test availability of mkstemps(3) and provide a fallback implementation | Ingo Schwarze | 2021-09-19 | 1 | -0/+1 |
* | update Makefile.depend | Ingo Schwarze | 2021-09-18 | 1 | -1/+1 |
* | Because mandoc_aux.h and mandoc.h use __attribute__, all files that | Ingo Schwarze | 2020-06-22 | 1 | -10/+10 |
* | When a .Tg is attached to a paragraph, attach the permalink | Ingo Schwarze | 2020-04-18 | 1 | -5/+5 |
* | Separate the place to put the <a href> permalink (now marked | Ingo Schwarze | 2020-04-07 | 1 | -2/+2 |
* | Split tagging into a validation part including prioritization | Ingo Schwarze | 2020-03-13 | 1 | -7/+8 |
* | Slowly start implementing tagging support for man(7) pages, even | Ingo Schwarze | 2019-07-22 | 1 | -1/+1 |
* | Some time ago, i simplified mandoc_msg() such that it can be used | Ingo Schwarze | 2019-07-10 | 1 | -2/+2 |
* | The header file "html.h" uses enum roff_tok, | Ingo Schwarze | 2019-03-17 | 1 | -3/+3 |
* | add arch.o | Ingo Schwarze | 2019-03-06 | 1 | -0/+1 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-30 | 1 | -2/+2 |
* | Yet another round of improvements to manual font selection. | Ingo Schwarze | 2018-12-16 | 1 | -4/+4 |
* | Major cleanup; may imply minor changes in edge cases of error reporting. | Ingo Schwarze | 2018-12-14 | 1 | -0/+1 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-13 | 1 | -17/+17 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-13 | 1 | -3/+3 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-13 | 1 | -4/+4 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-13 | 1 | -10/+10 |
* | html.c now uses ohash, and new file compat_strndup.c | Ingo Schwarze | 2018-07-31 | 1 | -1/+2 |
* | sync | Ingo Schwarze | 2017-07-20 | 1 | -2/+2 |
* | Basic reporting of .Xrs to manual pages that don't exist | Ingo Schwarze | 2017-07-01 | 1 | -11/+13 |
* | Basic implementation of the roff(7) .ta (define tab stops) request. | Ingo Schwarze | 2017-05-07 | 1 | -0/+1 |
* | Move handling of the roff(7) .ft request from the man(7) | Ingo Schwarze | 2017-05-05 | 1 | -0/+3 |
* | Parser unification: use nice ohashes for all three request and macro tables; | Ingo Schwarze | 2017-04-29 | 1 | -4/+3 |
* | Delete the manpage(1) utility. | Ingo Schwarze | 2017-04-24 | 1 | -1/+0 |
* | more 1.14.1 release preparations | Ingo Schwarze | 2017-02-08 | 1 | -0/+2 |
* | When looking up macro values while the macro tables are being built | Ingo Schwarze | 2017-01-15 | 1 | -1/+1 |
* | update after rev. 1.5 of dba.c | Ingo Schwarze | 2016-10-18 | 1 | -1/+1 |
* | Linux compatibility: Work around the lack of EFTYPE and protect <err.h>. | Ingo Schwarze | 2016-07-20 | 1 | -9/+9 |
* | Remove the dependency on SQLite without loss of functionality. | Ingo Schwarze | 2016-07-19 | 1 | -8/+12 |
* | add missing prototypes, no code change; | Ingo Schwarze | 2016-07-15 | 1 | -3/+3 |
* | provide a simple stand-alone implementation of getline(3) | Ingo Schwarze | 2015-11-07 | 1 | -0/+1 |
* | Modernization, no functional change intended: | Ingo Schwarze | 2015-11-07 | 1 | -1/+1 |
* | use the new function man_validate() here, too | Ingo Schwarze | 2015-10-22 | 1 | -1/+1 |
* | In order to become able to generate syntax tree nodes on the roff(7) | Ingo Schwarze | 2015-10-20 | 1 | -1/+2 |
* | Major character table cleanup: | Ingo Schwarze | 2015-10-13 | 1 | -1/+1 |
* | Reduce the amount of code by moving the three copies of the ohash | Ingo Schwarze | 2015-10-13 | 1 | -3/+4 |
* | Finally use __progname, err(3) and warn(3). | Ingo Schwarze | 2015-10-11 | 1 | -1/+2 |
* | Initial, still somewhat experimental implementation to leverage | Ingo Schwarze | 2015-07-17 | 1 | -2/+3 |
* | Fix the "depend" target and regenerate Makefile.depend: | Ingo Schwarze | 2015-07-14 | 1 | -21/+4 |
* | Unify node handling functions: | Ingo Schwarze | 2015-04-19 | 1 | -8/+8 |
* | First step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -25/+25 |
* | Parse the new man.conf(5) "output" directive. | Ingo Schwarze | 2015-03-27 | 1 | -6/+6 |
* | Compat glue needed for Solaris 9 and 10. | Ingo Schwarze | 2015-03-19 | 1 | -0/+6 |
* | strtonum(3) compat glue | Ingo Schwarze | 2015-02-16 | 1 | -1/+3 |
* | header cleanup: | Ingo Schwarze | 2014-12-01 | 1 | -8/+8 |
* | AT&T is unlikely to release an new version of Research UNIX any time soon. | Ingo Schwarze | 2014-11-28 | 1 | -5/+3 |
* | Fully integrate apropos(1) into mandoc(1). | Ingo Schwarze | 2014-08-17 | 1 | -17/+20 |
* | Provide a fallback version of fts(3) for systems lacking it. | Ingo Schwarze | 2014-08-11 | 1 | -10/+11 |
* | sync after adding config.h to mansearch_const.c; | Ingo Schwarze | 2014-08-10 | 1 | -1/+1 |