aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roff.c
Commit message (Expand)AuthorAgeFilesLines
* Audit strlcpy(3)/strlcat(3) usage.Ingo Schwarze2014-04-231-20/+10
* make sure static buffers for snprintf(3) are large enoughIngo Schwarze2014-04-201-4/+4
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-163/+121
* Fully implement the \B (validate numerical expression) andIngo Schwarze2014-04-081-28/+71
* We already supported (outer) user-defined strings containing referencesIngo Schwarze2014-04-071-37/+45
* Almost complete implementation of roff(7) numerical expressions.Ingo Schwarze2014-04-071-58/+208
* Implement the roff(7) .rr (remove register) request.Ingo Schwarze2014-04-051-1/+29
* avoid repetitive code for asprintf error handlingIngo Schwarze2014-03-231-6/+2
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-231-1/+2
* Remove currently unimplemented macros from the lists of used-definedIngo Schwarze2014-03-201-15/+17
* Generalize the mparse_alloc() and roff_alloc() functions by givingIngo Schwarze2014-03-191-8/+6
* Improve .if/.ie condition handling.Ingo Schwarze2014-03-081-56/+87
* In roff_cond_sub(), make sure that the incorrect input sequence `\\}',Ingo Schwarze2014-03-071-12/+13
* Even on macro lines, \} must not cause whitespace.Ingo Schwarze2014-03-071-15/+11
* Three bugfixes related to the closing of conditional blocks:Ingo Schwarze2014-03-071-26/+13
* Parse and ignore the roff(7) .ce request (center some lines).Ingo Schwarze2014-02-141-1/+3
* Implement the roff(7) .as request (append to user-defined string).Ingo Schwarze2014-02-141-14/+16
* Handle some predefined read-only number registers, e.g. .H and .V.Ingo Schwarze2014-02-141-1/+44
* Gprof(1) is fun. You should use it more often.Ingo Schwarze2014-01-061-10/+7
* Another 25% speedup for mandocdb(8) -Q mode, found with gprof(1).Ingo Schwarze2014-01-061-5/+7
* 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