summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/main.c
AgeCommit message (Expand)Author
2011-05-29Merge release 1.11.3, almost all code by kristaps@:Ingo Schwarze
2011-04-24Merge version 1.11.1:Ingo Schwarze
2011-04-21Merge version 1.10.10:Ingo Schwarze
2011-03-20Import the foundation for eqn(7) support.Ingo Schwarze
2011-03-07Clean up date handling,Ingo Schwarze
2011-02-06If .Ns is specified on its own line, ignore it, like groff does;Ingo Schwarze
2011-01-25Since tbl_data() can now produce multiple spans, let parsebuf()Ingo Schwarze
2011-01-24Skip carriage return before newline, if any.Ingo Schwarze
2011-01-20When finding the roff .it request (line trap),Ingo Schwarze
2011-01-16Some improvements to error handling from kristaps@:Ingo Schwarze
2011-01-16Various tbl improvements from kristaps@:Ingo Schwarze
2011-01-10Refactoring in preparation for .rm support:Ingo Schwarze
2011-01-09Make sure coding errors cannot make us miss fatal parsing errorsIngo Schwarze
2011-01-04Merge kristaps@' cleaner tbl integration, removing mine;Ingo Schwarze
2011-01-03Partial cleanup of argument count validation in mdoc(7):Ingo Schwarze
2010-12-21Sane behaviour for the growing of very small buffers:Ingo Schwarze
2010-12-09Abort endless loops during roff macro and string expansion.Ingo Schwarze
2010-12-02Track the parser status both per file (file_status), such thatIngo Schwarze
2010-12-01Cleanup by kristaps@:Ingo Schwarze
2010-12-01Merge mdoc_action.c into mdoc_validate.c, because having two places to doIngo Schwarze
2010-11-29Implement the roff .ft (change font) request for man(7).Ingo Schwarze
2010-11-28To avoid FATAL errors, we have been parsing and ignoring the roffIngo Schwarze
2010-11-25Implement the .de (define macro) roff instruction.Ingo Schwarze
2010-10-26Warn developers that .so is fragile and suggest using ln(1) instead;Ingo Schwarze
2010-10-26Downgrade nearly 20 ERRORS to WARNINGS.Ingo Schwarze
2010-10-26Support .so (low-level roff "switch source file"),Ingo Schwarze
2010-10-26Refactoring, no functional change:Ingo Schwarze
2010-10-24Do not throw FATAL errors when there is no need to:Ingo Schwarze
2010-10-16Do not abort() on tbl errors, reduce the risk that tbl stuff kills a build,Ingo Schwarze
2010-09-27Merge the last bits of 1.10.6 (released today), most were already in:Ingo Schwarze
2010-09-26If an explicit scope is still open at the end of an input file,Ingo Schwarze
2010-08-20fix previous: when bailing out due to -Wstop,Ingo Schwarze
2010-08-20Implement a simple, consistent user interface for error handling.Ingo Schwarze
2010-08-18Use isascii(3) to make sure we really throw away non-ASCII characters,Ingo Schwarze
2010-07-25Sync to bsd.lv; in particular, pull in lots of bug fixes.Ingo Schwarze
2010-07-13Merge release 1.10.4 (all code by kristaps@), providing four new features:Ingo Schwarze
2010-07-01Improve .Nm indentation in the SYNOPSIS;Ingo Schwarze
2010-06-30improve error reporting:Ingo Schwarze
2010-06-29sync to bsd.lv version 1.10.3:Ingo Schwarze
2010-06-27Full .nr nS support, unbreaking the kernel manuals.Ingo Schwarze
2010-06-26merge release 1.10.2Ingo Schwarze
2010-06-10minimal initial -Tps support, from kristaps@ GSOCIngo Schwarze
2010-06-08Merge more bits that will be going into 1.10.1:Ingo Schwarze
2010-06-06Merge bsd.lv version 1.10.1 (to be released soon).Ingo Schwarze
2010-05-23Unified error and warning message system for all of mandoc,Ingo Schwarze
2010-05-20Support nested roff instructions:Ingo Schwarze
2010-05-16allow the single quote as a control character in place of the dotIngo Schwarze
2010-05-16In theory, Kristaps never intended to write a roff parser,Ingo Schwarze
2010-05-15Joerg Sonnenberger rewrote the comment stripping and line mergingIngo Schwarze
2010-05-15More systematic output width handling by Joerg Sonnenberger:Ingo Schwarze