Age | Commit message (Expand) | Author |
2014-03-21 | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze |
2014-03-19 | Without the MPARSE_SO option, if the file contains nothing but a | Ingo Schwarze |
2014-03-19 | Generalize the mparse_alloc() and roff_alloc() functions by giving | Ingo Schwarze |
2014-01-06 | Joerg Sonnenberger contributed copyrightable amounts of text to | Ingo Schwarze |
2014-01-05 | Add an option -Q (quick) to mandocdb(8) | Ingo Schwarze |
2012-11-19 | sync usage(), and tidy up the output a little; ok schwarze | Jason McIntyre |
2012-05-24 | Support -Ios='OpenBSD 5.1' to override uname(3) as the source of the | Ingo Schwarze |
2011-12-25 | Accept "makewhatis" as an alias for "mandocdb". | Ingo Schwarze |
2011-11-28 | Implement whatis(1) as a special apropos(1) mode as a part of | Ingo Schwarze |
2011-10-09 | Sync to version 1.12.0; all code by kristaps@: | Ingo Schwarze |
2011-10-06 | 1) Import the future apropos(1) replacement written by kristaps@. | Ingo Schwarze |
2011-09-17 | Initial, incomplete support for -Tman | Ingo Schwarze |
2011-05-29 | Merge release 1.11.3, almost all code by kristaps@: | Ingo Schwarze |
2011-04-24 | Merge version 1.11.1: | Ingo Schwarze |
2011-04-21 | Merge version 1.10.10: | Ingo Schwarze |
2011-03-20 | Import the foundation for eqn(7) support. | Ingo Schwarze |
2011-03-07 | Clean up date handling, | Ingo Schwarze |
2011-02-06 | If .Ns is specified on its own line, ignore it, like groff does; | Ingo Schwarze |
2011-01-25 | Since tbl_data() can now produce multiple spans, let parsebuf() | Ingo Schwarze |
2011-01-24 | Skip carriage return before newline, if any. | Ingo Schwarze |
2011-01-20 | When finding the roff .it request (line trap), | Ingo Schwarze |
2011-01-16 | Some improvements to error handling from kristaps@: | Ingo Schwarze |
2011-01-16 | Various tbl improvements from kristaps@: | Ingo Schwarze |
2011-01-10 | Refactoring in preparation for .rm support: | Ingo Schwarze |
2011-01-09 | Make sure coding errors cannot make us miss fatal parsing errors | Ingo Schwarze |
2011-01-04 | Merge kristaps@' cleaner tbl integration, removing mine; | Ingo Schwarze |
2011-01-03 | Partial cleanup of argument count validation in mdoc(7): | Ingo Schwarze |
2010-12-21 | Sane behaviour for the growing of very small buffers: | Ingo Schwarze |
2010-12-09 | Abort endless loops during roff macro and string expansion. | Ingo Schwarze |
2010-12-02 | Track the parser status both per file (file_status), such that | Ingo Schwarze |
2010-12-01 | Cleanup by kristaps@: | Ingo Schwarze |
2010-12-01 | Merge mdoc_action.c into mdoc_validate.c, because having two places to do | Ingo Schwarze |
2010-11-29 | Implement the roff .ft (change font) request for man(7). | Ingo Schwarze |
2010-11-28 | To avoid FATAL errors, we have been parsing and ignoring the roff | Ingo Schwarze |
2010-11-25 | Implement the .de (define macro) roff instruction. | Ingo Schwarze |
2010-10-26 | Warn developers that .so is fragile and suggest using ln(1) instead; | Ingo Schwarze |
2010-10-26 | Downgrade nearly 20 ERRORS to WARNINGS. | Ingo Schwarze |
2010-10-26 | Support .so (low-level roff "switch source file"), | Ingo Schwarze |
2010-10-26 | Refactoring, no functional change: | Ingo Schwarze |
2010-10-24 | Do not throw FATAL errors when there is no need to: | Ingo Schwarze |
2010-10-16 | Do not abort() on tbl errors, reduce the risk that tbl stuff kills a build, | Ingo Schwarze |
2010-09-27 | Merge the last bits of 1.10.6 (released today), most were already in: | Ingo Schwarze |
2010-09-26 | If an explicit scope is still open at the end of an input file, | Ingo Schwarze |
2010-08-20 | fix previous: when bailing out due to -Wstop, | Ingo Schwarze |
2010-08-20 | Implement a simple, consistent user interface for error handling. | Ingo Schwarze |
2010-08-18 | Use isascii(3) to make sure we really throw away non-ASCII characters, | Ingo Schwarze |
2010-07-25 | Sync to bsd.lv; in particular, pull in lots of bug fixes. | Ingo Schwarze |
2010-07-13 | Merge release 1.10.4 (all code by kristaps@), providing four new features: | Ingo Schwarze |
2010-07-01 | Improve .Nm indentation in the SYNOPSIS; | Ingo Schwarze |
2010-06-30 | improve error reporting: | Ingo Schwarze |