]> git.cameronkatri.com Git - mandoc.git/history - mandoc.h
The name "struct tbl" was badly misleading for two reasons:
[mandoc.git] / mandoc.h
2013-05-31 Ingo SchwarzeThe name "struct tbl" was badly misleading for two...
2012-11-19 Ingo SchwarzeDo not crash on stray .Ta macros found outside column...
2012-11-16 Ingo SchwarzeWarn about unknown volume or arch in Dt macro arguments;
2012-07-18 Ingo SchwarzeFix handling of paragraph macros inside lists:
2012-07-12 Ingo SchwarzeThe post_nm() validation function crashed when the...
2012-05-31 Ingo SchwarzeImplement the roff \z escape sequence, intended to...
2012-05-27 Ingo SchwarzeDo not handle vertical lines as additional tbl(7) columns,
2012-05-27 Ingo SchwarzeSupport -Ios='OpenBSD 5.1' to override uname(3) as...
2012-02-16 Joerg SonnenbergerAdd mparse_readmem, which allows application to run...
2011-11-08 Kristaps DzonsonsConst-ify some mchars arguments. I think these are...
2011-11-07 Ingo SchwarzeWhen the HEAD scope of .TP is broken by another block...
2011-10-06 Kristaps DzonsonsIf -Tman is specified and input is -man, echo the prepr...
2011-07-23 Kristaps DzonsonsNote GNU extensions in eqn.7. Also add `col' and ...
2011-07-23 Kristaps DzonsonsAdd support for tdefine and ndefine. Consolidate some...
2011-07-23 Kristaps DzonsonsAdd `fat' font. This pretty much brings us in line...
2011-07-23 Kristaps DzonsonsAdd matrix support. Also remove "above" notion, as...
2011-07-22 Kristaps DzonsonsAdd support for `gsize' eqn token (introduced in second...
2011-07-22 Kristaps DzonsonsGive lists their own eqn function.
2011-07-21 Kristaps DzonsonsComplete eqn.7 parsing. Features all productions from...
2011-07-21 Kristaps DzonsonsSupport `size' constructs in eqn.7. Generalise mandoc_...
2011-07-21 Kristaps DzonsonsFull support for eqn positionals (above, over, sup...
2011-07-21 Kristaps DzonsonsAdd eqn subexpression fonts.
2011-07-21 Kristaps DzonsonsAdd support for markers. These decorate the last box...
2011-07-21 Kristaps DzonsonsSupport nested `{, }' subexpressions in eqn. Document...
2011-07-21 Kristaps DzonsonsFlip eqn into using parsed nodes. I've temporarily...
2011-07-21 Kristaps DzonsonsFinish the eqn syntactic parser. This correctly parses...
2011-07-18 Kristaps DzonsonsForgot to add these bits to the last commit.
2011-07-17 Kristaps DzonsonsProvide implementations of `define', `set', and `unset'.
2011-07-17 Kristaps DzonsonsWarn if equation `define' key is quoted (groff-ism).
2011-07-15 Kristaps DzonsonsExpose mandoc_strdup() to the outside world.
2011-05-24 Kristaps DzonsonsRemove all references to ESCAPE_PREDEF, which is now...
2011-05-17 Kristaps DzonsonsFlip on unicode output (via \[uNNNN]) in -T[x]html...
2011-05-15 Kristaps DzonsonsSupport groff's escape for Unicode input. See
2011-04-30 Kristaps DzonsonsMake mchars_num2char() return a char like it says.
2011-04-30 Kristaps DzonsonsRename mchars_init() -> mchars_alloc() for consistency.
2011-04-30 Kristaps DzonsonsRemove enum mcharst, which hasn't been used in quite...
2011-04-29 Kristaps DzonsonsMove "chars" interface out of out.h and into mandoc...
2011-04-09 Kristaps DzonsonsRemove a2roffdeco() and mandoc_special() functions...
2011-03-28 Kristaps DzonsonsPut mandocerrs and mandoclevels arrays into libmandoc...
2011-03-23 Kristaps DzonsonsMake (e.g.) `SM' before `B' be only a warning. In...
2011-03-22 Kristaps DzonsonsMove mandoc_isdelim() back into libmdoc.h. This fixes...
2011-03-22 Kristaps DzonsonsAdd a FATAL error for when no manual type was assigned...
2011-03-22 Kristaps DzonsonsStep 1 of restructuring: libmandoc.h. Move all compile...
2011-03-20 Kristaps DzonsonsLet read.c worry about the currently-open file instead...
2011-03-20 Kristaps DzonsonsConsolidate messages. Have all parse-time messages...
2011-03-20 Kristaps DzonsonsSplit the document parsing sequence out of main.c and...
2011-03-17 Kristaps Dzonsonsmandocmsg finally has no return value.
2011-03-17 Kristaps DzonsonsMove mdoc_isdelim() into mandoc.h as mandoc_isdelim...
2011-03-17 Kristaps DzonsonsMove mandoc_{realloc,malloc,calloc} out of libmandoc...
2011-03-07 Ingo SchwarzeClean up date handling,
2011-02-09 Kristaps DzonsonsAllow EQN data to be pushed down into libmdoc via mdoc_...
2011-02-06 Kristaps DzonsonsLet the line-number of a tbl_span be remembered.
2011-02-06 Kristaps DzonsonsAdd initial EQN support to mandoc. This parses, then...
2011-02-02 Kristaps DzonsonsIf `Ns' is specified on its own line, it should be...
2011-01-12 Kristaps DzonsonsMake out-of-context `fi' invocations not cause an error...
2011-01-11 Ingo SchwarzeRefactoring in preparation for .rm support:
2011-01-10 Kristaps DzonsonsClarify what members may be NULL or not in calculating...
2011-01-10 Kristaps DzonsonsFirst, make extra data cells be thrown away. This...
2011-01-06 Kristaps DzonsonsRemove delims from struct tbl (not used anywhere and...
2011-01-04 Kristaps DzonsonsSupport `T{' and `T}' data blocks. When a standalone...
2011-01-04 Kristaps DzonsonsFix to make horizontal spanners in the layout be proper...
2011-01-03 Ingo SchwarzePartial cleanup of argument count validation in mdoc(7):
2011-01-03 Kristaps DzonsonsMake width calculations occur within tbl_term.c, not...
2011-01-02 Kristaps DzonsonsAdd some final bits necessary in the upcoming -Tascii...
2011-01-02 Kristaps DzonsonsChurn to get parts of 'struct tbl' visible from mandoc...
2011-01-01 Kristaps DzonsonsAdd a warning if a data cell has no layout. Also make...
2011-01-01 Kristaps DzonsonsPlug in the "head" concept for tables. A tbl_head...
2011-01-01 Kristaps DzonsonsMake some bit-flags into enums as they should be. ...
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-29 Kristaps DzonsonsMerge, with considerable changes, tbl.bsd.lv's layout...
2010-12-29 Kristaps DzonsonsSignificant update to options handling, which now depar...
2010-12-22 Kristaps DzonsonsRevert IGNPAR to a warning after clue-stick applied...
2010-12-15 Kristaps DzonsonsAdd a "last child" member of struct mdoc_node.
2010-12-10 Ingo SchwarzeAbort endless loops during roff macro and string expansion.
2010-12-06 Kristaps DzonsonsBring schwarze@'s mandoc.h and main.c errors and warnin...
2010-12-06 Kristaps DzonsonsAdd support for `ft' macro found in groff(7). Based...
2010-12-06 Kristaps DzonsonsMerge schwarze@'s relaxation of scope-breaking rules...
2010-12-05 Kristaps DzonsonsRemove long-standing FIXME regarding the consolidation...
2010-12-05 Kristaps DzonsonsMerge schwarze@'s patch to allow uname() to fail withou...
2010-12-05 Kristaps DzonsonsMerge schwarze@'s changes allowing nested displays...
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-11-29 Kristaps DzonsonsRemove left-over rsord[] in mdoc_actions.c.
2010-10-11 Kristaps DzonsonsUse proper error for `An' multiple arguments.
2010-10-04 Kristaps DzonsonsRevert merging of {mdoc,man}.h -> mandoc.h.
2010-10-02 Kristaps DzonsonsUnify mdoc and man enums and structs into mandoc.h...
2010-09-27 Kristaps DzonsonsIgnore double-`Pp' and `Pp' before `Bd' and `Bl' (unles...
2010-09-26 Ingo SchwarzeIf an explicit scope is still open at the end of an...
2010-08-20 Ingo SchwarzeImplement a simple, consistent user interface for error...
2010-07-20 Kristaps DzonsonsStrip non-graphable input characters from input. The...
2010-07-05 Kristaps DzonsonsMove register information into mandoc.h, which is where...
2010-07-02 Kristaps DzonsonsStash `Bf' parameters into struct mdoc_bf.
2010-07-01 Ingo SchwarzeImprove .Nm indentation in the SYNOPSIS;
2010-06-30 Ingo Schwarzeimprove error reporting:
2010-06-12 Kristaps DzonsonsRemoved stipulation that an empty `Bd -offset' will...
2010-06-12 Kristaps DzonsonsAdded enum mdoc_disp (similar to enum mdoc_list). ...
2010-06-03 Kristaps DzonsonsConsolidated list processing to a single loop in mdoc_v...
2010-06-01 Kristaps DzonsonsSpelling patches provided by Ulrich Spoerlein.
2010-05-31 Kristaps DzonsonsCleanup post_bl_head() to use enum mdoc_list (avoid...
next