]> git.cameronkatri.com Git - mandoc.git/history - mandoc.h
Warn if equation `define' key is quoted (groff-ism).
[mandoc.git] / mandoc.h
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...
2010-05-25 Kristaps DzonsonsModified version of Ingo Schwarze's patch for hyphen...
2010-05-24 Ingo Schwarzefix an obvious oversight introduced in rev. 1.5:
2010-05-17 Kristaps DzonsonsEnable the unified error/warning enumeration in mandoc...
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-15 Kristaps DzonsonsThe `ig' now supports `ig end-macro'.
2010-05-15 Kristaps DzonsonsAdd mandoc.h, which will eventually replace compilers...