]> git.cameronkatri.com Git - mandoc.git/history - roff.c
Add support for 1/2, 1/4, and 3/4 (needed by eqn).
[mandoc.git] / roff.c
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...
2010-08-20 Ingo SchwarzeImplement a simple, consistent user interface for error...
2010-07-27 Kristaps DzonsonsNo-op to shut up lint.
2010-07-27 Kristaps DzonsonsFix `ds' handling. This was stripping characters from...
2010-07-21 Kristaps DzonsonsLint-fixes (NetBSD).
2010-07-07 Kristaps DzonsonsRe-constitution of `ds' symbol processing. First,...
2010-07-04 Ingo SchwarzeAssert my copyright, making it explicit that i'm granti...
2010-07-03 Ingo SchwarzeRudimentary implementation of user-defined strings;
2010-06-27 Kristaps DzonsonsAllow registers to be unset. Implement and document...
2010-06-27 Kristaps DzonsonsDownstream maintainers: this removes UGLY! I don't...
2010-06-26 Kristaps DzonsonsFirst step of adding register support. This is inspire...
2010-06-10 Kristaps DzonsonsFix adding some minimal intelligence to conditional...
2010-06-09 Kristaps DzonsonsMake "sub" for conditionals run roffnode_cleanscope...
2010-06-01 Kristaps DzonsonsFixed condition of `\}' closing a conditional at the...
2010-05-29 Kristaps DzonsonsGive libroff an extremely simple table-lookup instead...
2010-05-24 Ingo Schwarzerecognize ".if n" as true;
2010-05-24 Ingo Schwarzeprovide stubs to ignore .ds, .rm and .tr,
2010-05-17 Kristaps DzonsonsFull support for ie/el. This completes the initial...
2010-05-17 Kristaps DzonsonsOops: forgot to make roff_cblock() understand the new...
2010-05-17 Kristaps Dzonsonslibroff now intelligently throws away `am', `ami',...
2010-05-17 Kristaps Dzonsonslibroff now is aware of which sub-nodes should be inter...
2010-05-16 Kristaps Dzonsons`ig' support in all its glory. Try
2010-05-16 Kristaps DzonsonsRegression tests in place for `.if' in libroff.
2010-05-16 Kristaps DzonsonsRe-admit the simple case of `.ig' that works with groff...
2010-05-16 Kristaps DzonsonsSupport for the general case of `if', which will boil...
2010-05-16 Kristaps DzonsonsAllow roff_parseln() to be re-run.
2010-05-15 Kristaps DzonsonsBacked-out warning messages (lots).
2010-05-15 Kristaps DzonsonsThe `am', `ami', `de', and holy `dei' are all being...
2010-05-15 Kristaps DzonsonsThe `ig' now supports `ig end-macro'.
2010-05-15 Kristaps DzonsonsPull `ig' out of -man and leave it the roff preparser.
2010-05-15 Kristaps DzonsonsMagic fix for bogus manuals making -man puke: I don...
2010-05-15 Kristaps DzonsonsSegfault fix and letting warnings slip through for...
2010-05-15 Kristaps DzonsonsAdd mandoc.h, which will eventually replace compilers...
2010-05-15 Kristaps DzonsonsInitial roff shim skeleton in place.
2008-12-15 Kristaps DzonsonsMore file pruning.
2008-12-12 Kristaps Dzonsons*** empty log message ***
2008-12-10 Kristaps DzonsonsReady for looking over by people.
2008-12-10 Kristaps DzonsonsSx to Sh anchors work.
2008-12-10 Kristaps DzonsonsPut prelude checking into asec.
2008-12-10 Kristaps DzonsonsLinted on NetBSD side.
2008-12-10 Kristaps DzonsonsVersioning up.
2008-12-10 Kristaps Dzonsons*** empty log message ***
2008-12-10 Kristaps Dzonsons*** empty log message ***
2008-12-09 Kristaps Dzonsons*** empty log message ***
2008-12-09 Kristaps DzonsonsConsiderable clean-ups.
2008-12-09 Kristaps Dzonsons*** empty log message ***
2008-12-08 Kristaps Dzonsons*** empty log message ***
2008-12-08 Kristaps Dzonsons*** empty log message ***
2008-12-08 Kristaps DzonsonsAdded warnings for using macros in the wrong sections.
2008-12-07 Kristaps Dzonsons*** empty log message ***
next