]> git.cameronkatri.com Git - mandoc.git/history - roff.c
Smarten BADCHAR check to allow ASCII_HYPH.
[mandoc.git] / roff.c
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 ***
2008-12-07 Kristaps Dzonsons*** empty log message ***
2008-12-07 Kristaps Dzonsons*** empty log message ***
2008-12-06 Kristaps Dzonsons.St macros in place.
2008-12-06 Kristaps Dzonsons*** empty log message ***
2008-12-06 Kristaps Dzonsons*** empty log message ***
2008-12-06 Kristaps Dzonsons*** empty log message ***
2008-12-05 Kristaps Dzonsons*** empty log message ***
2008-12-05 Kristaps DzonsonsNm works properly, many other changes, etc.
2008-12-05 Kristaps Dzonsons*** empty log message ***
2008-12-04 Kristaps Dzonsons*** empty log message ***
2008-12-04 Kristaps DzonsonsMoved charset recognition into the filter.
2008-12-04 Kristaps DzonsonsCharacter-set validation fixes.
2008-12-04 Kristaps DzonsonsCharacter-encoding tests.
2008-12-04 Kristaps DzonsonsMore html-css.
2008-12-03 Kristaps DzonsonsMajor update.
2008-12-02 Kristaps DzonsonsTransition to splitting xml/ml.
2008-12-02 Kristaps DzonsonsAdded `Sm' functionality.
2008-12-02 Kristaps DzonsonsLint fixes and prettiness.
2008-12-02 Kristaps DzonsonsImprovements to the xml part.
2008-12-01 Kristaps DzonsonsNo more segfaults when run over openbsd sources.
2008-12-01 Kristaps DzonsonsBetter Oo/Oc support.
2008-12-01 Kristaps DzonsonsConsiderable scoping fixes.
2008-12-01 Kristaps DzonsonsConsiderably improved roff_text parser.
2008-12-01 Kristaps Dzonsons*** empty log message ***
2008-11-30 Kristaps DzonsonsSmall fixes to output.
2008-11-30 Kristaps DzonsonsPreliminary xml output filter (validate-renamed) done.
2008-11-30 Kristaps DzonsonsCleaned up presentation with mbuf_putstring & al.
2008-11-30 Kristaps DzonsonsSmall error fixed.
2008-11-30 Kristaps DzonsonsFixed spacing (almost there).
2008-11-30 Kristaps DzonsonsBacked out PUNCT changes (again).
2008-11-29 Kristaps DzonsonsAnnotated omit-punctuation macros.
2008-11-29 Kristaps DzonsonsValidation presentation (html-like).
2008-11-29 Kristaps DzonsonsInclusion of "real" validation code.
2008-11-28 Kristaps DzonsonsCleaned up exit routine.
2008-11-28 Kristaps DzonsonsRemoved superfluous structures from rofftree.
2008-11-28 Kristaps DzonsonsInitial pushing to mbuf.
2008-11-27 Kristaps Dzonsons*** empty log message ***
2008-11-27 Kristaps DzonsonsConsiderable fixes.
2008-11-27 Kristaps DzonsonsAdded "special" macros.
2008-11-27 Kristaps DzonsonsMore fixes and work-ness.
2008-11-27 Kristaps DzonsonsMainly quotes.
2008-11-26 Kristaps DzonsonsVarious fixes.
2008-11-26 Kristaps DzonsonsConsiderable fixes.
2008-11-26 Kristaps DzonsonsAdded regression tests.
2008-11-25 Kristaps DzonsonsImported all macros from mdoc(7).
2008-11-25 Kristaps DzonsonsSingle call-back for filters.
2008-11-24 Kristaps DzonsonsAnnotated todo for prologue/text tokens.
2008-11-24 Kristaps DzonsonsGeneric roff_layout for layout tokens.
2008-11-24 Kristaps DzonsonsSplit roff engine into roff.c.