]> git.cameronkatri.com Git - mandoc.git/history - roff.c
Move main format autodetection from the parser dispatcher to the
[mandoc.git] / roff.c
2014-09-06 Ingo SchwarzeMove main format autodetection from the parser dispatch...
2014-08-19 Ingo Schwarzelibroff depends on libmandoc and so libmandoc should...
2014-08-10 Ingo SchwarzeGet rid of HAVE_CONFIG_H, it is always defined; idea...
2014-08-01 Ingo Schwarzemention requests and macros in more messages
2014-08-01 Ingo SchwarzeDynamically allocate the stack of roff(7) .ie condition...
2014-07-30 Ingo Schwarzebetter name and wording for the last two non-generic...
2014-07-07 Ingo SchwarzeClean up ERROR messages related to document structure...
2014-07-07 Ingo Schwarzeimplement .dei and .ami
2014-07-06 Ingo SchwarzeClean up messages related to plain text and to escape...
2014-07-06 Ingo SchwarzeFix expansion of escape sequences with incomplete argum...
2014-07-04 Ingo SchwarzeClean up messages regarding excess arguments:
2014-07-03 Ingo SchwarzeMANDOCERR_NOARGS reported three completely unrelated...
2014-07-01 Ingo SchwarzeThe previous commit to this file broke the control...
2014-06-29 Ingo SchwarzeUse the freshly improved roff_getname() function
2014-06-29 Ingo SchwarzeUse the freshly improved roff_getname() function
2014-06-29 Ingo SchwarzeMajor roff_getname() cleanup.
2014-06-29 Ingo SchwarzeBugfix in roff_setstrn():
2014-06-25 Ingo SchwarzeImprove messages related to the roff(7) .so request.
2014-04-23 Ingo SchwarzeAudit strlcpy(3)/strlcat(3) usage.
2014-04-20 Ingo Schwarzemake sure static buffers for snprintf(3) are large...
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2014-04-08 Ingo SchwarzeFully implement the \B (validate numerical expression...
2014-04-07 Ingo SchwarzeWe already supported (outer) user-defined strings conta...
2014-04-07 Ingo SchwarzeAlmost complete implementation of roff(7) numerical...
2014-04-05 Ingo SchwarzeImplement the roff(7) .rr (remove register) request.
2014-03-23 Ingo Schwarzeavoid repetitive code for asprintf error handling
2014-03-23 Ingo SchwarzeThe files mandoc.c and mandoc.h contained both speciali...
2014-03-20 Ingo SchwarzeRemove currently unimplemented macros from the lists...
2014-03-19 Ingo SchwarzeGeneralize the mparse_alloc() and roff_alloc() function...
2014-03-08 Ingo SchwarzeImprove .if/.ie condition handling.
2014-03-07 Ingo SchwarzeIn roff_cond_sub(), make sure that the incorrect input...
2014-03-07 Ingo SchwarzeEven on macro lines, \} must not cause whitespace.
2014-03-07 Ingo SchwarzeThree bugfixes related to the closing of conditional...
2014-02-14 Ingo SchwarzeParse and ignore the roff(7) .ce request (center some...
2014-02-14 Ingo SchwarzeImplement the roff(7) .as request (append to user-defin...
2014-02-14 Ingo SchwarzeHandle some predefined read-only number registers,...
2014-01-06 Ingo SchwarzeGprof(1) is fun. You should use it more often.
2014-01-06 Ingo SchwarzeAnother 25% speedup for mandocdb(8) -Q mode, found...
2013-12-30 Ingo SchwarzeOops, missed one:
2013-12-25 Ingo Schwarzes/[Nn]ull/NUL/ in comments where appropriate;
2013-12-15 Ingo SchwarzeThe "value" argument to the roff(7) .nr requests ends...
2013-10-22 Ingo SchwarzeParse and ignore .hw (hyphenation points in words)...
2013-10-14 Ingo SchwarzeParse and ignore the .fam (font family) request.
2013-10-05 Ingo SchwarzeSupport simple numerical conditions.
2013-10-05 Ingo SchwarzeROFFRULE_ALLOW = 0, ROFFRULE_DENY = 1 was confusing,
2013-10-05 Ingo SchwarzeAvoid code duplication in roff_parseln() as suggested by
2013-10-05 Ingo SchwarzeExpand references to number registers in exactly the...
2013-10-05 Ingo SchwarzeSupport setting arbitrary roff(7) number registers,
2013-10-05 Ingo SchwarzeCleanup suggested by gcc-4.8.1, following hints by...
2013-07-13 Ingo SchwarzeRudimentary implementation of the .it request (input...
2013-06-27 Ingo SchwarzeParse for the closing delimiter `\}' for conditionals
2013-05-31 Ingo SchwarzeMore cleanup: Consistently use the name "struct tbl_nod...
2012-11-19 Ingo SchwarzeIn groff, trying to redefine standard man(7) macros...
2012-06-12 Kristaps DzonsonsAdd `cc' support.
2012-05-31 Ingo SchwarzeFix blank line handling in .if.
2011-10-24 Ingo SchwarzeHandle infinite recursion the same way as groff:
2011-09-19 Ingo SchwarzeBreaking the line at a hyphen is only allowed if the...
2011-09-18 Ingo SchwarzeFix another regression introduced in 1.11.7:
2011-09-18 Ingo Schwarzeforgotten Copyright bumps; no code change
2011-08-16 Kristaps DzonsonsLint check.
2011-07-29 Kristaps DzonsonsUse a character-table for quick per-character substitut...
2011-07-29 Kristaps DzonsonsRenamed roffstr as roffkv (key-value) and split out...
2011-07-28 Kristaps DzonsonsFix border condition in `tr' grokking arguments.
2011-07-28 Kristaps DzonsonsAn implementation of `tr'. This routes allocations...
2011-07-27 Kristaps DzonsonsCorrectly set valsz this time.
2011-07-27 Kristaps DzonsonsHave roffstr keep track of string lengths.
2011-07-27 Kristaps DzonsonsFix a memory-offset bug that was hell tracking down.
2011-07-27 Kristaps DzonsonsRename some terms (incremental part of a larger set...
2011-07-27 Kristaps DzonsonsFix hyphen-replacement loop.
2011-07-27 Kristaps DzonsonsCritical fix to avoid looping forever.
2011-07-27 Kristaps DzonsonsClean up roff_getstrn() function.
2011-07-27 Kristaps DzonsonsDisable in-line eqn processing for a bit.
2011-07-27 Kristaps DzonsonsMove mandoc_hyph() into roff_parsetext() as a single...
2011-07-27 Kristaps DzonsonsFirst, roff_res() has no need to invoke ROFF_RERUN...
2011-07-26 Kristaps DzonsonsUse correct column of warning messages and make sure...
2011-07-26 Kristaps DzonsonsMove checking of escapes into roff.c, where we're alrea...
2011-07-25 Kristaps DzonsonsImplement the first steps of equation parsing from...
2011-07-23 Kristaps DzonsonsAdd support for tdefine and ndefine. Consolidate some...
2011-07-21 Kristaps DzonsonsSupport `size' constructs in eqn.7. Generalise mandoc_...
2011-07-21 Kristaps DzonsonsFinish the eqn syntactic parser. This correctly parses...
2011-07-18 Kristaps DzonsonsMake `struct roff' be passed into libmdoc and libman...
2011-07-17 Kristaps DzonsonsAdd initial `define' support for eqn(7).
2011-07-12 Kristaps DzonsonsHave equation be allocated with mparse. Will be needed...
2011-07-08 Kristaps DzonsonsFix two issues: the first, where a `.\}' wasn't being...
2011-06-30 Kristaps DzonsonsOuch: predefined strings moved into roff.c weren't...
2011-05-26 Kristaps DzonsonsIf a predefined string is missing, emit a warning and...
2011-05-24 Kristaps DzonsonsMost important move in getting predefined strings entir...
2011-05-24 Kristaps DzonsonsHave conditional closure for both text and macro lines...
2011-05-24 Kristaps DzonsonsFix a TODO to the effect that `.if n \{\ foo .br \...
2011-05-14 Kristaps DzonsonsMove roff.c's strtol into libmandoc.h for use by other...
2011-04-24 Ingo SchwarzeUser defined macros may invoke high-level macros.
2011-04-19 Kristaps DzonsonsClean up parsing of delimiters in -mdoc. First, remove...
2011-04-17 Kristaps DzonsonsGet mdoc_argv.c ready to use [some of] mandoc_getarg...
2011-04-13 Kristaps DzonsonsCheck in fix to roff conditional if/else stack running...
2011-04-13 Kristaps DzonsonsBack out commit to roff.c that needs to go in on its...
2011-04-13 Kristaps DzonsonsRemove TODO from prior commit of lifting warnings from...
2011-04-05 Ingo SchwarzeOn .de macro lines, after the macro name, space and...
2011-03-29 Kristaps DzonsonsCarefully let mandoc_getcontrol() handle libroff's...
2011-03-22 Kristaps DzonsonsStep 2: blow away roff.h, as all of its functions have...
2011-03-20 Kristaps DzonsonsConsolidate messages. Have all parse-time messages...
next