summaryrefslogtreecommitdiffstats
path: root/roff.c
Commit message (Expand)AuthorAgeFilesLines
* Support the ".if v" conditional operator (vroff mode, always false)Ingo Schwarze2014-11-191-0/+2
* Use struct buf in libroff, it is very natural thereIngo Schwarze2014-11-011-166/+164
* Make the character table available to libroff so it can check theIngo Schwarze2014-10-281-2/+9
* With the current architecture, we can't support inline equationsIngo Schwarze2014-10-251-1/+2
* Report arguments to .EQ as an error, and simplify the code:Ingo Schwarze2014-10-251-20/+9
* Protect the roff parser from dividing by zero. ok schwarze@Kristaps Dzonsons2014-10-201-13/+24
* correctly parse spacing around in-line equationsIngo Schwarze2014-10-201-5/+36
* correct spacing before inline equationsIngo Schwarze2014-10-201-11/+3
* oops, don't escape the first token of inline equationsIngo Schwarze2014-10-161-2/+2
* Implement in-line equations, much needed by Xenocara manuals.Ingo Schwarze2014-10-161-11/+58
* Parse and ignore the .pl (page length) request;Ingo Schwarze2014-09-071-0/+2
* Simplify by handling empty request lines at the one logical placeIngo Schwarze2014-09-061-0/+9
* Move main format autodetection from the parser dispatcher to theIngo Schwarze2014-09-061-2/+18
* libroff depends on libmandoc and so libmandoc should be included first;Ingo Schwarze2014-08-191-1/+1
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-2/+2
* mention requests and macros in more messagesIngo Schwarze2014-08-011-2/+3
* Dynamically allocate the stack of roff(7) .ie condition valuesIngo Schwarze2014-08-011-16/+17
* better name and wording for the last two non-generic errorsIngo Schwarze2014-07-301-1/+1
* Clean up ERROR messages related to document structure and macros:Ingo Schwarze2014-07-071-15/+24
* implement .dei and .amiIngo Schwarze2014-07-071-32/+54
* Clean up messages related to plain text and to escape sequences.Ingo Schwarze2014-07-061-12/+12
* Fix expansion of escape sequences with incomplete arguments.Ingo Schwarze2014-07-061-7/+14
* Clean up messages regarding excess arguments:Ingo Schwarze2014-07-041-2/+4
* MANDOCERR_NOARGS reported three completely unrelated classes of problems.Ingo Schwarze2014-07-031-2/+4
* The previous commit to this file broke the control flow keywords \{ and \}Ingo Schwarze2014-07-011-1/+3
* Use the freshly improved roff_getname() functionIngo Schwarze2014-06-291-16/+15
* Use the freshly improved roff_getname() functionIngo Schwarze2014-06-291-38/+18
* Major roff_getname() cleanup.Ingo Schwarze2014-06-291-35/+51
* Bugfix in roff_setstrn():Ingo Schwarze2014-06-291-1/+2
* Improve messages related to the roff(7) .so request.Ingo Schwarze2014-06-251-3/+4
* Audit strlcpy(3)/strlcat(3) usage.Ingo Schwarze2014-04-231-19/+9
* make sure static buffers for snprintf(3) are large enoughIngo Schwarze2014-04-201-3/+3
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-162/+120
* Fully implement the \B (validate numerical expression) andIngo Schwarze2014-04-081-27/+70
* We already supported (outer) user-defined strings containing referencesIngo Schwarze2014-04-071-36/+44
* Almost complete implementation of roff(7) numerical expressions.Ingo Schwarze2014-04-071-57/+207
* Implement the roff(7) .rr (remove register) request.Ingo Schwarze2014-04-051-0/+28
* avoid repetitive code for asprintf error handlingIngo Schwarze2014-03-231-5/+1
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-231-0/+1
* Remove currently unimplemented macros from the lists of used-definedIngo Schwarze2014-03-201-14/+16
* Generalize the mparse_alloc() and roff_alloc() functions by givingIngo Schwarze2014-03-191-7/+5
* Improve .if/.ie condition handling.Ingo Schwarze2014-03-081-55/+86
* In roff_cond_sub(), make sure that the incorrect input sequence `\\}',Ingo Schwarze2014-03-071-11/+12
* Even on macro lines, \} must not cause whitespace.Ingo Schwarze2014-03-071-14/+10
* Three bugfixes related to the closing of conditional blocks:Ingo Schwarze2014-03-071-25/+12
* Parse and ignore the roff(7) .ce request (center some lines).Ingo Schwarze2014-02-141-0/+2
* Implement the roff(7) .as request (append to user-defined string).Ingo Schwarze2014-02-141-13/+15
* Handle some predefined read-only number registers, e.g. .H and .V.Ingo Schwarze2014-02-141-0/+43
* Gprof(1) is fun. You should use it more often.Ingo Schwarze2014-01-061-9/+6
* Another 25% speedup for mandocdb(8) -Q mode, found with gprof(1).Ingo Schwarze2014-01-061-4/+6