summaryrefslogtreecommitdiffstats
path: root/roff.c
Commit message (Expand)AuthorAgeFilesLines
* Make lint shut up a little bit.Kristaps Dzonsons2011-03-151-4/+4
* Allow EQN data to be pushed down into libmdoc via mdoc_addeqn(). OnlyKristaps Dzonsons2011-02-091-1/+1
* Add initial EQN support to mandoc. This parses, then throws away, dataKristaps Dzonsons2011-02-061-9/+72
* Ignore .ns (no-space mode), .ps (change point size), .ta (tab control)Ingo Schwarze2011-01-251-0/+6
* When finding the roff .it request (line trap),Ingo Schwarze2011-01-221-0/+5
* Implement the roff .rm request (remove macro).Ingo Schwarze2011-01-161-11/+18
* Refactoring in preparation for .rm support:Ingo Schwarze2011-01-111-38/+45
* Calling a macro with fewer arguments than it is defined with is OK;Ingo Schwarze2011-01-031-1/+1
* Unify roff macro argument parsing (in roff.c, roff_userdef()) and man macroIngo Schwarze2011-01-031-43/+6
* Churn to get parts of 'struct tbl' visible from mandoc.h: rename theKristaps Dzonsons2011-01-021-5/+5
* More checks for proper table exit.Kristaps Dzonsons2011-01-011-3/+8
* Raise an error if a table is closed without data.Kristaps Dzonsons2011-01-011-1/+1
* Add documentation bits for libroff's new roff_span().Kristaps Dzonsons2011-01-011-2/+6
* Expose the parsed table API to the world and add accessors through theKristaps Dzonsons2010-12-311-0/+7
* Put parsed tables into a queue that's cleared at the end of parsing.Kristaps Dzonsons2010-12-311-10/+20
* Add handling for `T&', which restarts a table except for its options.Kristaps Dzonsons2010-12-291-0/+16
* Significant update to options handling, which now departs almostKristaps Dzonsons2010-12-291-1/+1
* Temporarily remove check for r->tbl at end of parse since we need theKristaps Dzonsons2010-12-281-1/+2
* Initial tbl framework. Parse point is in libroff, which keeps aKristaps Dzonsons2010-12-281-57/+65
* Sync to OpenBSD:Ingo Schwarze2010-12-211-11/+43
* Track down a bug of empty `de XX' macros causing uncertain behaviour byKristaps Dzonsons2010-12-061-9/+21
* Merge schwarze@'s changes to allow for user-defined strings. ThisKristaps Dzonsons2010-12-021-72/+213
* Merge OpenBSD's `so' handling (plus some documentation). Great work toKristaps Dzonsons2010-12-011-0/+27
* Re-ordering of roff requests as per OpenBSD.Kristaps Dzonsons2010-12-011-4/+12
* Low-hanging fruit: add OpenBSD's `ad', `hy', `ne', and `nh' handling.Kristaps Dzonsons2010-12-011-4/+12
* Churny commit to quiet lint. No functional changes.Kristaps Dzonsons2010-09-041-2/+0
* Fix premature return from sub-conditional roff statements. This fixKristaps Dzonsons2010-09-041-5/+3
* Allow `.xx\}' where xx is a macro (e.g., `.br\}') to close scope. This isKristaps Dzonsons2010-08-291-2/+9
* Have the `ds' processor strip out `\\' as stipulated in groff.7. I onlyKristaps Dzonsons2010-08-241-2/+25
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-201-24/+8
* No-op to shut up lint.Kristaps Dzonsons2010-07-271-1/+1
* Fix `ds' handling. This was stripping characters from "val", when theKristaps Dzonsons2010-07-271-12/+23
* Lint-fixes (NetBSD).Kristaps Dzonsons2010-07-211-5/+5
* Re-constitution of `ds' symbol processing. First, push theKristaps Dzonsons2010-07-071-63/+122
* Assert my copyright, making it explicit that i'm granting the same licenseIngo Schwarze2010-07-041-0/+1
* Rudimentary implementation of user-defined strings;Ingo Schwarze2010-07-031-1/+114
* Allow registers to be unset. Implement and document the `.nr nS val'.Kristaps Dzonsons2010-06-271-8/+11
* Downstream maintainers: this removes UGLY! I don't want divergingKristaps Dzonsons2010-06-271-17/+18
* First step of adding register support. This is inspired by a significantKristaps Dzonsons2010-06-261-8/+79
* Fix adding some minimal intelligence to conditional parser. See roff.7Kristaps Dzonsons2010-06-101-33/+88
* Make "sub" for conditionals run roffnode_cleanscope() before callingKristaps Dzonsons2010-06-091-1/+11
* Fixed condition of `\}' closing a conditional at the start of the line.Kristaps Dzonsons2010-06-011-3/+1
* Give libroff an extremely simple table-lookup instead of iterating overKristaps Dzonsons2010-05-291-21/+71
* recognize ".if n" as true;Ingo Schwarze2010-05-241-5/+16
* provide stubs to ignore .ds, .rm and .tr,Ingo Schwarze2010-05-241-0/+16
* Full support for ie/el. This completes the initial roff support.Kristaps Dzonsons2010-05-171-60/+114
* Oops: forgot to make roff_cblock() understand the new macros.Kristaps Dzonsons2010-05-171-1/+16
* libroff now intelligently throws away `am', `ami', `am1', `de', `dei',Kristaps Dzonsons2010-05-171-13/+32
* libroff now is aware of which sub-nodes should be interpreted even in aKristaps Dzonsons2010-05-171-80/+143
* `ig' support in all its glory. TryKristaps Dzonsons2010-05-161-21/+124