| Commit message (Expand) | Author | Age | Files | Lines |
* | Add strndup(3) compat implementation. | Ingo Schwarze | 2018-02-27 | 1 | -0/+3 |
* | release 1.14.3VERSION.1.14.3 | Ingo Schwarze | 2017-08-05 | 1 | -1/+1 |
* | more renaming from mdocml to mandoc | Ingo Schwarze | 2017-07-20 | 1 | -11/+11 |
* | * clean catman.o which was missing | Ingo Schwarze | 2017-07-20 | 1 | -13/+5 |
* | Basic reporting of .Xrs to manual pages that don't exist | Ingo Schwarze | 2017-07-01 | 1 | -0/+3 |
* | Implement automatic line breaking | Ingo Schwarze | 2017-06-12 | 1 | -0/+3 |
* | Basic implementation of the roff(7) .ta (define tab stops) request. | Ingo Schwarze | 2017-05-07 | 1 | -0/+2 |
* | Move handling of the roff(7) .ft request from the man(7) | Ingo Schwarze | 2017-05-05 | 1 | -0/+2 |
* | Start roff formatter modules for HTML and termininal output, | Ingo Schwarze | 2017-05-04 | 1 | -0/+4 |
* | Parser unification: use nice ohashes for all three request and macro tables; | Ingo Schwarze | 2017-04-29 | 1 | -4/+0 |
* | Delete the manpage(1) utility. | Ingo Schwarze | 2017-04-24 | 1 | -9/+0 |
* | Debian needs relative symlinks not only for manual pages, | Ingo Schwarze | 2017-03-04 | 1 | -6/+6 |
* | new -mdoc -Tmarkdown output mode; OK millert@ reyk@ tb@; | Ingo Schwarze | 2017-03-03 | 1 | -2/+3 |
* | Debian wants relative, not absolute symlinks for man pages; | Ingo Schwarze | 2017-02-22 | 1 | -2/+1 |
* | add some regress targets | Ingo Schwarze | 2017-02-18 | 1 | -0/+28 |
* | Provide an uninstall target, to help cleaning up after installing | Ingo Schwarze | 2017-02-18 | 1 | -7/+50 |
* | proper test for O_DIRECTORY | Ingo Schwarze | 2017-02-18 | 1 | -0/+1 |
* | add $(LN) configuration variable; requested by Michael <Stapelberg@debian.org> | Ingo Schwarze | 2017-02-16 | 1 | -5/+5 |
* | Provide a variable BINM_CATMAN. | Ingo Schwarze | 2017-02-16 | 1 | -2/+4 |
* | config glue for recvmsg(2) and CMSG_FIRSTHDR(3); | Ingo Schwarze | 2017-02-08 | 1 | -0/+2 |
* | even catman needs libmandoc on systems not having fts | Ingo Schwarze | 2017-02-08 | 1 | -2/+2 |
* | more 1.14.1 release preparations | Ingo Schwarze | 2017-02-08 | 1 | -2/+6 |
* | new manual pages for catman(8) and mandocd(8) | Ingo Schwarze | 2017-02-06 | 1 | -1/+7 |
* | add missing file man.options.1 | Ingo Schwarze | 2017-02-05 | 1 | -0/+1 |
* | experimental mandocd(8) and catman(8) | Ingo Schwarze | 2017-02-04 | 1 | -8/+23 |
* | Do not install libmandoc.a by default. | Ingo Schwarze | 2016-11-19 | 1 | -8/+10 |
* | The concept of endianness seems to be somewhat newfangled, so the | Ingo Schwarze | 2016-08-05 | 1 | -1/+3 |
* | POSIX allows PATH_MAX to not be defined, meaning "unlimited". | Ingo Schwarze | 2016-08-02 | 1 | -0/+2 |
* | Autodetect if -lrt is needed for nanosleep(3). | Ingo Schwarze | 2016-07-20 | 1 | -0/+1 |
* | Remove the dependency on SQLite without loss of functionality. | Ingo Schwarze | 2016-07-19 | 1 | -37/+42 |
* | Add support for Mac OS X's sandbox_init(3) sandbox functionality, which | Kristaps Dzonsons | 2016-07-12 | 1 | -0/+1 |
* | support LDFLAGS; | Ingo Schwarze | 2016-07-10 | 1 | -5/+5 |
* | Simplify the code and the server setup by deleting the pseudo-manpath | Ingo Schwarze | 2016-07-10 | 1 | -4/+0 |
* | A some missing files to TESTSRCS and DISTFILES | Ingo Schwarze | 2016-07-08 | 1 | -0/+5 |
* | some 1.13.4 release preparations | Ingo Schwarze | 2016-07-07 | 1 | -1/+1 |
* | Delete useless variables that could sneak into the Makefile | Ingo Schwarze | 2016-05-18 | 1 | -6/+6 |
* | Various people (among others Maxim Belooussov and Carsten Kunze) | Ingo Schwarze | 2016-05-18 | 1 | -5/+5 |
* | set up man.cgi(3) for inclusion in the web site | Ingo Schwarze | 2016-04-15 | 1 | -0/+2 |
* | move compat_reallocarray.o into SOELIM_OBJS, no functional change | Ingo Schwarze | 2015-11-07 | 1 | -2/+3 |
* | soelim(1) use getline(3) and err(3), and err(3) uses getprogname(3); | Ingo Schwarze | 2015-11-07 | 1 | -1/+5 |
* | provide a simple stand-alone implementation of getline(3) | Ingo Schwarze | 2015-11-07 | 1 | -0/+3 |
* | Modernization, no functional change intended: | Ingo Schwarze | 2015-11-07 | 1 | -3/+0 |
* | garbage collect unused EXAMPLEDIR, forgotten in the CSS cleanup; | Ingo Schwarze | 2015-11-07 | 1 | -1/+0 |
* | Install the soelim(1) binary and manual to the right places. | Ingo Schwarze | 2015-11-07 | 1 | -2/+4 |
* | merge pledge(2) support from OpenBSD | Ingo Schwarze | 2015-11-06 | 1 | -0/+1 |
* | Use getprogname(3) rather than __progname. | Ingo Schwarze | 2015-11-06 | 1 | -0/+2 |
* | Unify the three stylesheets into a single CSS file. | Ingo Schwarze | 2015-11-05 | 1 | -8/+4 |
* | demandoc(1) needs to link against -lutil, too | Ingo Schwarze | 2015-11-05 | 1 | -1/+1 |
* | In order to become able to generate syntax tree nodes on the roff(7) | Ingo Schwarze | 2015-10-20 | 1 | -0/+2 |
* | Major character table cleanup: | Ingo Schwarze | 2015-10-13 | 1 | -1/+0 |