aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roff.c
Commit message (Expand)AuthorAgeFilesLines
...
* Oops, missed one:Ingo Schwarze2013-12-301-3/+2
* s/[Nn]ull/NUL/ in comments where appropriate;Ingo Schwarze2013-12-251-2/+2
* The "value" argument to the roff(7) .nr requests ends right beforeIngo Schwarze2013-12-151-5/+18
* Parse and ignore .hw (hyphenation points in words); this is safe becauseIngo Schwarze2013-10-221-1/+3
* Parse and ignore the .fam (font family) request.Ingo Schwarze2013-10-141-1/+3
* Support simple numerical conditions.Ingo Schwarze2013-10-051-4/+92
* ROFFRULE_ALLOW = 0, ROFFRULE_DENY = 1 was confusing,Ingo Schwarze2013-10-051-3/+3
* Avoid code duplication in roff_parseln() as suggested byIngo Schwarze2013-10-051-11/+6
* Expand references to number registers in exactly the same way asIngo Schwarze2013-10-051-32/+53
* Support setting arbitrary roff(7) number registers,Ingo Schwarze2013-10-051-28/+57
* Cleanup suggested by gcc-4.8.1, following hints by Christos Zoulas:Ingo Schwarze2013-10-051-2/+2
* Rudimentary implementation of the .it request (input line trap).Ingo Schwarze2013-07-131-11/+58
* Parse for the closing delimiter `\}' for conditionalsIngo Schwarze2013-06-271-44/+32
* More cleanup: Consistently use the name "struct tbl_node *tbl"Ingo Schwarze2013-05-311-10/+10
* In groff, trying to redefine standard man(7) macros before .TH has no effect;Ingo Schwarze2012-11-191-3/+68
* Add `cc' support.Kristaps Dzonsons2012-06-121-2/+59
* Fix blank line handling in .if.Ingo Schwarze2012-05-311-34/+25
* Handle infinite recursion the same way as groff:Ingo Schwarze2011-10-241-9/+13
* Breaking the line at a hyphen is only allowed if the hyphenIngo Schwarze2011-09-191-10/+3
* Fix another regression introduced in 1.11.7:Ingo Schwarze2011-09-181-3/+14
* forgotten Copyright bumps; no code changeIngo Schwarze2011-09-181-2/+2
* Lint check.Kristaps Dzonsons2011-08-161-8/+1
* Use a character-table for quick per-character substitution in `tr'. AsKristaps Dzonsons2011-07-291-43/+72
* Renamed roffstr as roffkv (key-value) and split out char/size_t intoKristaps Dzonsons2011-07-291-44/+51
* Fix border condition in `tr' grokking arguments.Kristaps Dzonsons2011-07-281-2/+3
* An implementation of `tr'. This routes allocations of TEXT nodesKristaps Dzonsons2011-07-281-22/+177
* Correctly set valsz this time.Kristaps Dzonsons2011-07-271-4/+4
* Have roffstr keep track of string lengths.Kristaps Dzonsons2011-07-271-3/+10
* Fix a memory-offset bug that was hell tracking down.Kristaps Dzonsons2011-07-271-2/+2
* Rename some terms (incremental part of a larger set of check-ins).Kristaps Dzonsons2011-07-271-19/+19
* Fix hyphen-replacement loop.Kristaps Dzonsons2011-07-271-4/+6
* Critical fix to avoid looping forever.Kristaps Dzonsons2011-07-271-2/+4
* Clean up roff_getstrn() function.Kristaps Dzonsons2011-07-271-5/+6
* Disable in-line eqn processing for a bit.Kristaps Dzonsons2011-07-271-3/+7
* Move mandoc_hyph() into roff_parsetext() as a single conditional. WhileKristaps Dzonsons2011-07-271-21/+32
* First, roff_res() has no need to invoke ROFF_RERUN: since it's executedKristaps Dzonsons2011-07-271-16/+47
* Use correct column of warning messages and make sure this function isKristaps Dzonsons2011-07-261-11/+17
* Move checking of escapes into roff.c, where we're already steppingKristaps Dzonsons2011-07-261-2/+14
* Implement the first steps of equation parsing from within libmdoc.Kristaps Dzonsons2011-07-251-13/+38
* Add support for tdefine and ndefine. Consolidate some error messages. AddKristaps Dzonsons2011-07-231-2/+2
* Support `size' constructs in eqn.7. Generalise mandoc_strontou to thisKristaps Dzonsons2011-07-211-2/+2
* Finish the eqn syntactic parser. This correctly parses terms and doesKristaps Dzonsons2011-07-211-2/+2
* Make `struct roff' be passed into libmdoc and libman upon creation.Kristaps Dzonsons2011-07-181-9/+38
* Add initial `define' support for eqn(7).Kristaps Dzonsons2011-07-171-4/+4
* Have equation be allocated with mparse. Will be needed for logging ofKristaps Dzonsons2011-07-121-2/+2
* 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