| Commit message (Expand) | Author | Age | Files | Lines |
* | Joerg Sonnenberger contributed copyrightable amounts of text to | Ingo Schwarze | 2014-01-06 | 1 | -0/+1 |
* | Add an option -Q (quick) to mandocdb(8) | Ingo Schwarze | 2014-01-05 | 1 | -1/+1 |
* | sync usage(), and tidy up the output a little; from jmc@ | Ingo Schwarze | 2012-11-19 | 1 | -3/+3 |
* | Support -Ios='OpenBSD 5.1' to override uname(3) as the source of the | Ingo Schwarze | 2012-05-27 | 1 | -3/+19 |
* | If -Tman is specified and input is -man, echo the preprocessed (`so' | Kristaps Dzonsons | 2011-10-06 | 1 | -0/+7 |
* | Initial, incomplete support for -Tman | Ingo Schwarze | 2011-09-17 | 1 | -0/+6 |
* | Turn on -Tutf8 in the frontend. Here we go! | Kristaps Dzonsons | 2011-05-20 | 1 | -0/+9 |
* | Add mode for -Tlocale. This mode, with this commit, behaves exactly | Kristaps Dzonsons | 2011-05-17 | 1 | -1/+11 |
* | Make -Werr be -Wlevel, keeping it in sync with mandoc.1. Noted by | Kristaps Dzonsons | 2011-03-31 | 1 | -1/+1 |
* | Put mandocerrs and mandoclevels arrays into libmandoc with accessors | Kristaps Dzonsons | 2011-03-28 | 1 | -119/+2 |
* | Make (e.g.) `SM' before `B' be only a warning. In reality, this refers | Kristaps Dzonsons | 2011-03-23 | 1 | -1/+1 |
* | Add a FATAL error for when no manual type was assigned (you can repeat | Kristaps Dzonsons | 2011-03-22 | 1 | -0/+1 |
* | main.c doesn't need roff.h anymore. | Kristaps Dzonsons | 2011-03-21 | 1 | -1/+0 |
* | Let read.c worry about the currently-open file instead of having this | Kristaps Dzonsons | 2011-03-20 | 1 | -21/+1 |
* | Consolidate messages. Have all parse-time messages (in libmdoc, | Kristaps Dzonsons | 2011-03-20 | 1 | -29/+8 |
* | Split the document parsing sequence out of main.c and into read.c, | Kristaps Dzonsons | 2011-03-20 | 1 | -605/+70 |
* | mandocmsg finally has no return value. | Kristaps Dzonsons | 2011-03-17 | 1 | -5/+3 |
* | Move mandoc_{realloc,malloc,calloc} out of libmandoc.h and into mandoc.h | Kristaps Dzonsons | 2011-03-17 | 1 | -5/+1 |
* | Push exit_status into struct curparse alongside file_status. | Kristaps Dzonsons | 2011-03-16 | 1 | -6/+7 |
* | Make lint shut up a little bit. | Kristaps Dzonsons | 2011-03-15 | 1 | -1/+1 |
* | Remove duplicate UNCONST definition. | Kristaps Dzonsons | 2011-03-15 | 1 | -1/+0 |
* | Clean-up: make file_status global be local to curparse. "I agree with | Kristaps Dzonsons | 2011-03-15 | 1 | -28/+27 |
* | Clean up date handling, | Ingo Schwarze | 2011-03-07 | 1 | -1/+2 |
* | Consolidate "rc" value in main.c around addspan, addeqn, and parseln. | Kristaps Dzonsons | 2011-02-09 | 1 | -13/+13 |
* | Allow -man to process EQN as well. Also fix a segfault in missing case | Kristaps Dzonsons | 2011-02-09 | 1 | -2/+5 |
* | Allow EQN data to be pushed down into libmdoc via mdoc_addeqn(). Only | Kristaps Dzonsons | 2011-02-09 | 1 | -0/+3 |
* | Add initial EQN support to mandoc. This parses, then throws away, data | Kristaps Dzonsons | 2011-02-06 | 1 | -0/+2 |
* | If `Ns' is specified on its own line, it should be ignored. This is | Kristaps Dzonsons | 2011-02-02 | 1 | -0/+1 |
* | Since tbl_data() can now produce multiple spans, let parsebuf() | Ingo Schwarze | 2011-01-25 | 1 | -5/+7 |
* | Skip carriage return before newline, if any. | Ingo Schwarze | 2011-01-24 | 1 | -3/+20 |
* | When finding the roff .it request (line trap), | Ingo Schwarze | 2011-01-22 | 1 | -1/+1 |
* | Make out-of-context `fi' invocations not cause an error, but just a | Kristaps Dzonsons | 2011-01-12 | 1 | -0/+1 |
* | Refactoring in preparation for .rm support: | Ingo Schwarze | 2011-01-11 | 1 | -0/+1 |
* | First, make extra data cells be thrown away. This makes "dp->layout" | Kristaps Dzonsons | 2011-01-10 | 1 | -3/+1 |
* | Support `T{' and `T}' data blocks. When a standalone `T{' is | Kristaps Dzonsons | 2011-01-04 | 1 | -0/+1 |
* | Fix to make horizontal spanners in the layout be properly printed. | Kristaps Dzonsons | 2011-01-04 | 1 | -0/+2 |
* | Partial cleanup of argument count validation in mdoc(7): | Ingo Schwarze | 2011-01-03 | 1 | -1/+2 |
* | Make sure we don't continue recursively parsing once we've exited with | Kristaps Dzonsons | 2011-01-03 | 1 | -0/+8 |
* | Add a warning if a data cell has no layout. Also make -Ttree show this | Kristaps Dzonsons | 2011-01-01 | 1 | -0/+4 |
* | More checks for proper table exit. | Kristaps Dzonsons | 2011-01-01 | 1 | -4/+1 |
* | Add documentation bits for libroff's new roff_span(). | Kristaps Dzonsons | 2011-01-01 | 1 | -0/+1 |
* | Switch on tbl rows being added to the parse stream. Here we go! | Kristaps Dzonsons | 2011-01-01 | 1 | -2/+13 |
* | Merge, with considerable changes, tbl.bsd.lv's layout-handling code. | Kristaps Dzonsons | 2010-12-29 | 1 | -0/+2 |
* | Significant update to options handling, which now departs almost | Kristaps Dzonsons | 2010-12-29 | 1 | -0/+2 |
* | Revert IGNPAR to a warning after clue-stick applied by schwarze@: | Kristaps Dzonsons | 2010-12-22 | 1 | -1/+1 |
* | Sane behaviour for the growing of very small buffers: | Ingo Schwarze | 2010-12-21 | 1 | -1/+1 |
* | Add a "last child" member of struct mdoc_node. | Kristaps Dzonsons | 2010-12-15 | 1 | -1/+1 |
* | Abort endless loops during roff macro and string expansion. | Ingo Schwarze | 2010-12-10 | 1 | -2/+11 |
* | Bring schwarze@'s mandoc.h and main.c errors and warnings entirely in sync, | Kristaps Dzonsons | 2010-12-06 | 1 | -43/+52 |
* | Add support for `ft' macro found in groff(7). Based on a patch by | Kristaps Dzonsons | 2010-12-06 | 1 | -0/+1 |