| Commit message (Expand) | Author | Age | Files | Lines |
* | various nits found with mandoc -Tlint | Ingo Schwarze | 2017-07-04 | 1 | -1/+1 |
* | Split -Wstyle into -Wstyle and the even lower -Wbase, and add | Ingo Schwarze | 2017-06-24 | 1 | -10/+23 |
* | Delete the -T xhtml command line option. | Ingo Schwarze | 2017-05-17 | 1 | -4/+2 |
* | Warnings and errors that occur during mdoc_validate() | Ingo Schwarze | 2017-01-09 | 1 | -2/+27 |
* | update developer documentation | Ingo Schwarze | 2016-07-07 | 1 | -95/+86 |
* | Delete the redundant "nchild" member of struct roff_node, replacing | Ingo Schwarze | 2016-01-08 | 1 | -2/+2 |
* | Simplify the mparse_open() interface. | Ingo Schwarze | 2016-01-08 | 1 | -5/+2 |
* | It was very surprising that a function called mparse_readfd() | Ingo Schwarze | 2016-01-08 | 1 | -0/+5 |
* | Major character table cleanup: | Ingo Schwarze | 2015-10-13 | 1 | -10/+0 |
* | Do not fork and exec gunzip(1), just link with libz instead. | Ingo Schwarze | 2015-07-19 | 1 | -43/+7 |
* | Fatal errors no longer exist. | Ingo Schwarze | 2015-01-15 | 1 | -18/+13 |
* | downgrade .so failure from FATAL to ERROR | Ingo Schwarze | 2015-01-15 | 1 | -11/+8 |
* | Let mparse_readfd() use mparse_open() and mparse_wait() | Ingo Schwarze | 2014-11-26 | 1 | -6/+17 |
* | Simplify the mparse_open()/mparse_wait() interface. | Ingo Schwarze | 2014-11-26 | 1 | -10/+0 |
* | Make the character table available to libroff so it can check the | Ingo Schwarze | 2014-10-28 | 1 | -1/+15 |
* | Add *.gz support to apropos(1) -a, man(1), and even mandoc(1). | Ingo Schwarze | 2014-09-03 | 1 | -0/+62 |
* | Sync library documentation with reality. | Ingo Schwarze | 2014-08-05 | 1 | -179/+91 |
* | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze | 2014-03-23 | 1 | -25/+55 |
* | Add an option -Q (quick) to mandocdb(8) | Ingo Schwarze | 2014-01-05 | 1 | -7/+44 |
* | The .Lb arguments wants a "lib" prefix; | Ingo Schwarze | 2013-10-06 | 1 | -1/+1 |
* | Cleanup suggested by gcc-4.8.1, following hints by Christos Zoulas: | Ingo Schwarze | 2013-10-05 | 1 | -2/+2 |
* | two improvements in the SYNOPSIS; | Ingo Schwarze | 2013-09-16 | 1 | -2/+1 |
* | For citing the names and email addresses of authors, | Ingo Schwarze | 2013-07-13 | 1 | -2/+1 |
* | Note where these functions are declared and implemented. | Ingo Schwarze | 2013-06-02 | 1 | -0/+84 |
* | Reflect reality, mandoc_escape does not skip the "\" itself, but expects | Joerg Sonnenberger | 2012-01-13 | 1 | -1/+3 |
* | Const-ify some mchars arguments. I think these are non-const for historical | Kristaps Dzonsons | 2011-11-08 | 1 | -2/+2 |
* | Fix mandoc_escape() function argument names. From a fix by Abhinav | Kristaps Dzonsons | 2011-10-18 | 1 | -3/+3 |
* | If -Tman is specified and input is -man, echo the preprocessed (`so' | Kristaps Dzonsons | 2011-10-06 | 1 | -0/+26 |
* | Replace the old `An'/`Aq' AUTHORS note with `An'/`Mt'. | Kristaps Dzonsons | 2011-08-18 | 1 | -1/+2 |
* | Make sure constants in mandoc.3 use the `Dv' macro. | Kristaps Dzonsons | 2011-07-11 | 1 | -5/+13 |
* | Add more documentation for libmandoc. | Kristaps Dzonsons | 2011-06-22 | 1 | -6/+51 |
* | Document that spec2cp never returns 0. | Kristaps Dzonsons | 2011-05-24 | 1 | -3/+1 |
* | Remove all references to ESCAPE_PREDEF, which is now not exposed passed | Kristaps Dzonsons | 2011-05-24 | 1 | -24/+0 |
* | Documentation: note COMPATIBILITY of -Tascii `?' printing in mandoc.1 | Kristaps Dzonsons | 2011-05-17 | 1 | -0/+2 |
* | Flip on unicode output (via \[uNNNN]) in -T[x]html. Here we go! | Kristaps Dzonsons | 2011-05-17 | 1 | -2/+12 |
* | Documenting the mchars_XXXX part of mandoc.h. | Kristaps Dzonsons | 2011-05-01 | 1 | -0/+86 |
* | No code change: fixing spelling errors. From a patch by uqs@. Thanks! | Kristaps Dzonsons | 2011-04-30 | 1 | -1/+1 |
* | Add more documentation bits to mandoc.3. | Kristaps Dzonsons | 2011-04-19 | 1 | -0/+72 |
* | Skeleton of documentation functions, types, and variables in mandoc.h. | Kristaps Dzonsons | 2011-04-09 | 1 | -0/+41 |
* | Put mandocerrs and mandoclevels arrays into libmandoc with accessors | Kristaps Dzonsons | 2011-03-28 | 1 | -1/+11 |
* | Step 3: consolidate manuals. The parse functions in mdoc.h, roff.h, and | Kristaps Dzonsons | 2011-03-22 | 1 | -0/+323 |