aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roff.c
Commit message (Expand)AuthorAgeFilesLines
* Fix two issues: the first, where a `.\}' wasn't being interpreted as aKristaps Dzonsons2011-07-081-4/+26
* Ouch: predefined strings moved into roff.c weren't being reinitalisedKristaps Dzonsons2011-06-301-1/+5
* If a predefined string is missing, emit a warning and make it an emptyKristaps Dzonsons2011-05-261-6/+7
* Most important move in getting predefined strings entirely containedKristaps Dzonsons2011-05-241-3/+22
* Have conditional closure for both text and macro lines call through toKristaps Dzonsons2011-05-241-26/+12
* Fix a TODO to the effect that `.if n \{\ foo .br \}' was failing due toKristaps Dzonsons2011-05-241-10/+24
* Move roff.c's strtol into libmandoc.h for use by other parts of the codeKristaps Dzonsons2011-05-141-28/+6
* User defined macros may invoke high-level macros.Ingo Schwarze2011-04-241-3/+2
* Clean up parsing of delimiters in -mdoc. First, remove the "dowarn"Kristaps Dzonsons2011-04-191-2/+2
* Get mdoc_argv.c ready to use [some of] mandoc_getarg() by giving saidKristaps Dzonsons2011-04-171-2/+2
* Check in fix to roff conditional if/else stack running out of space.Kristaps Dzonsons2011-04-131-34/+25
* Back out commit to roff.c that needs to go in on its own.Kristaps Dzonsons2011-04-131-25/+34
* Remove TODO from prior commit of lifting warnings from `Sh', `Ss', `SH',Kristaps Dzonsons2011-04-131-34/+25
* On .de macro lines, after the macro name, space and tab are equivalent.Ingo Schwarze2011-04-051-6/+4
* Carefully let mandoc_getcontrol() handle libroff's detection of a macroKristaps Dzonsons2011-03-291-30/+22
* Step 2: blow away roff.h, as all of its functions have been moved intoKristaps Dzonsons2011-03-221-2/+1
* Consolidate messages. Have all parse-time messages (in libmdoc,Kristaps Dzonsons2011-03-201-31/+29
* Make lint shut up a little bit.Kristaps Dzonsons2011-03-151-5/+5
* Allow EQN data to be pushed down into libmdoc via mdoc_addeqn(). OnlyKristaps Dzonsons2011-02-091-2/+2
* Add initial EQN support to mandoc. This parses, then throws away, dataKristaps Dzonsons2011-02-061-10/+73
* Ignore .ns (no-space mode), .ps (change point size), .ta (tab control)Ingo Schwarze2011-01-251-1/+7
* When finding the roff .it request (line trap),Ingo Schwarze2011-01-221-1/+6
* Implement the roff .rm request (remove macro).Ingo Schwarze2011-01-161-12/+19
* Refactoring in preparation for .rm support:Ingo Schwarze2011-01-111-39/+46
* Calling a macro with fewer arguments than it is defined with is OK;Ingo Schwarze2011-01-031-2/+2
* Unify roff macro argument parsing (in roff.c, roff_userdef()) and man macroIngo Schwarze2011-01-031-44/+7
* Churn to get parts of 'struct tbl' visible from mandoc.h: rename theKristaps Dzonsons2011-01-021-6/+6
* More checks for proper table exit.Kristaps Dzonsons2011-01-011-4/+9
* Raise an error if a table is closed without data.Kristaps Dzonsons2011-01-011-2/+2
* Add documentation bits for libroff's new roff_span().Kristaps Dzonsons2011-01-011-3/+7
* Expose the parsed table API to the world and add accessors through theKristaps Dzonsons2010-12-311-1/+8
* Put parsed tables into a queue that's cleared at the end of parsing.Kristaps Dzonsons2010-12-311-11/+21
* Add handling for `T&', which restarts a table except for its options.Kristaps Dzonsons2010-12-291-1/+17
* Significant update to options handling, which now departs almostKristaps Dzonsons2010-12-291-2/+2
* Temporarily remove check for r->tbl at end of parse since we need theKristaps Dzonsons2010-12-281-2/+3
* Initial tbl framework. Parse point is in libroff, which keeps aKristaps Dzonsons2010-12-281-58/+66
* Sync to OpenBSD:Ingo Schwarze2010-12-211-12/+44
* Track down a bug of empty `de XX' macros causing uncertain behaviour byKristaps Dzonsons2010-12-061-10/+22
* Merge schwarze@'s changes to allow for user-defined strings. ThisKristaps Dzonsons2010-12-021-73/+214
* Merge OpenBSD's `so' handling (plus some documentation). Great work toKristaps Dzonsons2010-12-011-1/+28
* Re-ordering of roff requests as per OpenBSD.Kristaps Dzonsons2010-12-011-5/+13
* Low-hanging fruit: add OpenBSD's `ad', `hy', `ne', and `nh' handling.Kristaps Dzonsons2010-12-011-5/+13
* Churny commit to quiet lint. No functional changes.Kristaps Dzonsons2010-09-041-3/+1
* Fix premature return from sub-conditional roff statements. This fixKristaps Dzonsons2010-09-041-6/+4
* Allow `.xx\}' where xx is a macro (e.g., `.br\}') to close scope. This isKristaps Dzonsons2010-08-291-3/+10
* Have the `ds' processor strip out `\\' as stipulated in groff.7. I onlyKristaps Dzonsons2010-08-241-3/+26
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-201-25/+9
* No-op to shut up lint.Kristaps Dzonsons2010-07-271-2/+2
* Fix `ds' handling. This was stripping characters from "val", when theKristaps Dzonsons2010-07-271-13/+24
* Lint-fixes (NetBSD).Kristaps Dzonsons2010-07-211-6/+6