]> git.cameronkatri.com Git - mandoc.git/history - roff.c
in apropos(1) output, sort names and avoid multiple section numbers
[mandoc.git] / roff.c
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...
2011-03-15 Kristaps DzonsonsMake lint shut up a little bit.
2011-02-09 Kristaps DzonsonsAllow EQN data to be pushed down into libmdoc via mdoc_...
2011-02-06 Kristaps DzonsonsAdd initial EQN support to mandoc. This parses, then...
2011-01-25 Ingo SchwarzeIgnore .ns (no-space mode), .ps (change point size...
2011-01-22 Ingo SchwarzeWhen finding the roff .it request (line trap),
2011-01-16 Ingo SchwarzeImplement the roff .rm request (remove macro).
2011-01-11 Ingo SchwarzeRefactoring in preparation for .rm support:
2011-01-03 Ingo SchwarzeCalling a macro with fewer arguments than it is defined...
2011-01-03 Ingo SchwarzeUnify roff macro argument parsing (in roff.c, roff_user...
2011-01-02 Kristaps DzonsonsChurn to get parts of 'struct tbl' visible from mandoc...
2011-01-01 Kristaps DzonsonsMore checks for proper table exit.
2011-01-01 Kristaps DzonsonsRaise an error if a table is closed without data.
2011-01-01 Kristaps DzonsonsAdd documentation bits for libroff's new roff_span().
2010-12-31 Kristaps DzonsonsExpose the parsed table API to the world and add access...
2010-12-31 Kristaps DzonsonsPut parsed tables into a queue that's cleared at the...
2010-12-29 Kristaps DzonsonsAdd handling for `T&', which restarts a table except...
2010-12-29 Kristaps DzonsonsSignificant update to options handling, which now depar...
2010-12-28 Kristaps DzonsonsTemporarily remove check for r->tbl at end of parse...
2010-12-28 Kristaps DzonsonsInitial tbl framework. Parse point is in libroff,...
2010-12-21 Ingo SchwarzeSync to OpenBSD:
2010-12-06 Kristaps DzonsonsTrack down a bug of empty `de XX' macros causing uncert...
2010-12-02 Kristaps DzonsonsMerge schwarze@'s changes to allow for user-defined...
2010-12-01 Kristaps DzonsonsMerge OpenBSD's `so' handling (plus some documentation...
2010-12-01 Kristaps DzonsonsRe-ordering of roff requests as per OpenBSD.
2010-12-01 Kristaps DzonsonsLow-hanging fruit: add OpenBSD's `ad', `hy', `ne',...
2010-09-04 Kristaps DzonsonsChurny commit to quiet lint. No functional changes.
2010-09-04 Kristaps DzonsonsFix premature return from sub-conditional roff statemen...
2010-08-29 Kristaps DzonsonsAllow `.xx\}' where xx is a macro (e.g., `.br\}') to...
2010-08-24 Kristaps DzonsonsHave the `ds' processor strip out `\\' as stipulated...
next