summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/roff.c
AgeCommit message (Expand)Author
2014-09-06Move main format autodetection from the parser dispatcher to theIngo Schwarze
2014-08-19libroff depends on libmandoc and so libmandoc should be included first.Daniel Dickman
2014-08-08mention requests and macros in more messagesIngo Schwarze
2014-08-08Dynamically allocate the stack of roff(7) .ie condition valuesIngo Schwarze
2014-08-08better name and wording for the last two non-generic errorsIngo Schwarze
2014-07-07Clean up ERROR messages related to document structure and macros:Ingo Schwarze
2014-07-07implement .dei and .amiIngo Schwarze
2014-07-06Clean up messages related to plain text and to escape sequences.Ingo Schwarze
2014-07-06Fix expansion of escape sequences with incomplete arguments.Ingo Schwarze
2014-07-04Clean up messages regarding excess arguments:Ingo Schwarze
2014-07-03MANDOCERR_NOARGS reported three completely unrelated classes of problems.Ingo Schwarze
2014-07-01The previous commit to this file broke the control flow keywords \{ and \}Ingo Schwarze
2014-06-29Use the freshly improved roff_getname() functionIngo Schwarze
2014-06-29Use the freshly improved roff_getname() functionIngo Schwarze
2014-06-29Major roff_getname() cleanup.Ingo Schwarze
2014-06-29Bugfix in roff_setstrn():Ingo Schwarze
2014-06-25Improve messages related to the roff(7) .so request.Ingo Schwarze
2014-04-23Audit strlcpy(3)/strlcat(3) usage.Ingo Schwarze
2014-04-20make sure static buffers for snprintf(3) are large enoughIngo Schwarze
2014-04-20KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze
2014-04-08Fully implement the \B (validate numerical expression) andIngo Schwarze
2014-04-07We already supported (outer) user-defined strings containing referencesIngo Schwarze
2014-04-07Almost complete implementation of roff(7) numerical expressions.Ingo Schwarze
2014-04-05Implement the roff(7) .rr (remove register) request.Ingo Schwarze
2014-03-21avoid repetitive code for asprintf error handlingIngo Schwarze
2014-03-21The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze
2014-03-20Remove currently unimplemented macros from the lists of used-definedIngo Schwarze
2014-03-19Generalize the mparse_alloc() and roff_alloc() functions by givingIngo Schwarze
2014-03-08Improve .if/.ie condition handling.Ingo Schwarze
2014-03-07In roff_cond_sub(), make sure that the incorrect input sequence `\\}',Ingo Schwarze
2014-03-07Even on macro lines, \} must not cause whitespace.Ingo Schwarze
2014-03-07Three bugfixes related to the closing of conditional blocks:Ingo Schwarze
2014-02-14Parse and ignore the roff(7) .ce request (center some lines).Ingo Schwarze
2014-02-14Implement the roff(7) .as request (append to user-defined string).Ingo Schwarze
2014-02-14Handle some predefined read-only number registers, e.g. .H and .V.Ingo Schwarze
2014-01-06Gprof(1) is fun. You should use it more often.Ingo Schwarze
2014-01-06Another 25% speedup for mandocdb(8) -Q mode, found with gprof(1).Ingo Schwarze
2013-12-30Oops, missed one:Ingo Schwarze
2013-12-25s/[Nn]ull/NUL/ in comments where appropriate;Ingo Schwarze
2013-12-15The "value" argument to the roff(7) .nr requests ends right beforeIngo Schwarze
2013-10-22Parse and ignore .hw (hyphenation points in words); this is safe becauseIngo Schwarze
2013-10-14Parse and ignore the .fam (font family) request.Ingo Schwarze
2013-10-05Cleanup suggested by gcc-4.8.1, following hints by Christos Zoulas:Ingo Schwarze
2013-10-04Support simple numerical conditions.Ingo Schwarze
2013-10-03ROFFRULE_ALLOW = 0, ROFFRULE_DENY = 1 was confusing, so exchange theIngo Schwarze
2013-10-03Avoid code duplication in roff_parseln() as suggested byIngo Schwarze
2013-10-03Expand references to number registers in exactly the same way asIngo Schwarze
2013-10-03Support setting arbitrary roff(7) number registers,Ingo Schwarze
2013-07-13Rudimentary implementation of the .it request (input line trap).Ingo Schwarze
2013-06-27Parse for the closing delimiter `\}' for conditionalsIngo Schwarze