aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Clean up date handling,Ingo Schwarze2011-03-0717-198/+172
* date handling needs cleanupIngo Schwarze2011-02-271-2/+10
* Allow compilation with pcc, which has interesting/broken handling of -WKristaps Dzonsons2011-02-241-4/+4
* Clean up the COMPATIBILITY section;Ingo Schwarze2011-02-091-24/+32
* Add stub for eqn.7 manual and flip it on. Also note COMPATIBILITY issueKristaps Dzonsons2011-02-097-23/+123
* EQN blocks are now printed in all modes. This is simply a printing ofKristaps Dzonsons2011-02-096-14/+37
* Consolidate "rc" value in main.c around addspan, addeqn, and parseln.Kristaps Dzonsons2011-02-091-14/+14
* Allow -man to process EQN as well. Also fix a segfault in missing caseKristaps Dzonsons2011-02-098-12/+50
* Allow EQN data to be pushed down into libmdoc via mdoc_addeqn(). OnlyKristaps Dzonsons2011-02-0910-17/+57
* Put tbl_alloc function right into the addspan() one, as this is the onlyKristaps Dzonsons2011-02-082-40/+19
* The macro .Ns has no effect at the beginning of an input line;Ingo Schwarze2011-02-072-13/+15
* Fix a regression caused by mdoc_term.c 1.214 / mdoc_html.c 1.148:Ingo Schwarze2011-02-062-5/+9
* Some pre-handlers produce output, so reorder the code to set upIngo Schwarze2011-02-061-21/+26
* Use tbl_span line number for warnings/errors.Kristaps Dzonsons2011-02-062-5/+4
* Let the line-number of a tbl_span be remembered.Kristaps Dzonsons2011-02-065-21/+20
* Add initial libmdoc and libman top-most machinery for accepting TBLKristaps Dzonsons2011-02-069-10/+38
* Add initial EQN support to mandoc. This parses, then throws away, dataKristaps Dzonsons2011-02-067-17/+180
* TODO note on that `.TS', `.TE' etc. aren't real roff macros and troffKristaps Dzonsons2011-02-031-1/+7
* If `Ns' is specified on its own line, it should be ignored. This isKristaps Dzonsons2011-02-027-15/+28
* Note an error found in the wild.Kristaps Dzonsons2011-01-311-1/+4
* Implement the \N'number' (numbered character) roff escape sequence.Ingo Schwarze2011-01-307-11/+125
* When in a <PRE>, don't print out the <BR> before lines that have leadingKristaps Dzonsons2011-01-292-6/+21
* Remove unnecessary conditional...Kristaps Dzonsons2011-01-252-6/+4
* Arguments to `Bsx' and friends are separated by a non-breaking space.Kristaps Dzonsons2011-01-253-9/+16
* Push capitalisation of `Bx' second argument into validator, where it belongs.Kristaps Dzonsons2011-01-253-18/+28
* Properly uppercase the first-letter of the `Bx' second argument.Kristaps Dzonsons2011-01-252-7/+17
* Have `Bx' accept two arguments, not just one, and join these argumentsKristaps Dzonsons2011-01-254-22/+40
* Avoid double blank line before a table preceded by .PP.Ingo Schwarze2011-01-251-1/+4
* Since tbl_data() can now produce multiple spans, let parsebuf()Ingo Schwarze2011-01-254-14/+24
* Do not skip data after horizontal lines in the layout.Ingo Schwarze2011-01-251-17/+45
* correct horizontal spacing of data cellsIngo Schwarze2011-01-252-11/+14
* If %B is specified, quote %T. Noted by schwarze@ in the TODO.Kristaps Dzonsons2011-01-254-14/+9
* Ignore .ns (no-space mode), .ps (change point size), .ta (tab control)Ingo Schwarze2011-01-252-2/+22
* As noticed by deraadt@, it goes without saying that text filesIngo Schwarze2011-01-253-16/+6
* Skip carriage return before newline, if any.Ingo Schwarze2011-01-241-4/+21
* Better explain roff(7) macro argument quoting;Ingo Schwarze2011-01-242-10/+46
* results of some systematic comparisonsIngo Schwarze2011-01-241-2/+95
* not implemented: adjustmentIngo Schwarze2011-01-231-1/+14
* Fix another regression caused by the reorg of print_man_node() in rev. 1.97:Ingo Schwarze2011-01-231-1/+4
* some more reports from brad@Ingo Schwarze2011-01-221-1/+11
* missing: .ns, .UR; reported by brad@Ingo Schwarze2011-01-221-5/+9
* sort missing features, no change of contentIngo Schwarze2011-01-221-19/+29
* Lots of in-line macros require arguments but were not marked as such.Ingo Schwarze2011-01-221-11/+11
* Check argument count validation for all in_line() macros.Ingo Schwarze2011-01-221-37/+21
* When finding the roff .it request (line trap),Ingo Schwarze2011-01-222-3/+8
* "decimalpoint" is in fact supported.Kristaps Dzonsons2011-01-171-4/+2
* Refrain from throwing fatal errors forIngo Schwarze2011-01-173-40/+30
* When processing a blank text line, do not break out of text processingIngo Schwarze2011-01-161-3/+3
* Implement the roff .rm request (remove macro).Ingo Schwarze2011-01-161-12/+19
* Change how -Thtml behaves with tables: use multiple rows, with widthsKristaps Dzonsons2011-01-135-54/+117