]> git.cameronkatri.com Git - mandoc.git/history - main.c
Fixes: T} can be followed by a delimiter then more data. Make this
[mandoc.git] / main.c
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 sure we don't continue recursively parsing once...
2011-01-01 Kristaps DzonsonsAdd a warning if a data cell has no layout. Also make...
2011-01-01 Kristaps DzonsonsMore checks for proper table exit.
2011-01-01 Kristaps DzonsonsAdd documentation bits for libroff's new roff_span().
2011-01-01 Kristaps DzonsonsSwitch on tbl rows being added to the parse stream...
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-21 Ingo SchwarzeSane behaviour for the growing of very small buffers:
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-02 Ingo SchwarzeTrack the parser status both per file (file_status...
2010-12-01 Kristaps DzonsonsFix enum/int mixing.
2010-12-01 Kristaps DzonsonsMerge OpenBSD's `so' handling (plus some documentation...
2010-12-01 Kristaps DzonsonsFix a subtle error in the new main.c where the parse...
2010-12-01 Kristaps DzonsonsMerge restructuring of main.c code. This provided...
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-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-09-04 Kristaps DzonsonsChurny commit to quiet lint. No functional changes.
2010-08-20 Ingo Schwarzefix previous: when bailing out due to -Wstop,
2010-08-20 Ingo SchwarzeImplement a simple, consistent user interface for error...
2010-08-08 Ingo SchwarzeMake sure we really throw away non-ASCII characters.
2010-07-29 Joerg SonnenbergerUse 0 for MAP_FILE if it doesn't exist. From Hans Rosen...
2010-07-25 Kristaps DzonsonsInitial PDF shim over PS. This produces working PDF...
2010-07-20 Kristaps DzonsonsStrip non-graphable input characters from input. The...
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-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-29 Kristaps DzonsonsAdd in -Opaper=xxx support for -Tps postscript. This...
2010-06-27 Kristaps DzonsonsDownstream maintainers: this removes UGLY! I don't...
2010-06-26 Kristaps DzonsonsChurn-ish check-in getting mdoc_parseln() and man_parse...
2010-06-26 Kristaps DzonsonsFirst step of adding register support. This is inspire...
2010-06-19 Kristaps DzonsonsChurn as I finish email address migration kth.se -...
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-08 Kristaps DzonsonsNo functionality changes: just restructuring. Deprecated
2010-06-07 Kristaps DzonsonsFirst check-in of PostScript output. This does not...
2010-06-07 Kristaps DzonsonsAdd -Owidth=width option to mandoc -Tascii. Asked...
2010-06-06 Joerg SonnenbergerAdd MAP_SHARED for mmap, at least NetBSD with DIAGNOSTI...
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-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-16 Kristaps DzonsonsAllow roff_parseln() to be re-run.
2010-05-16 Kristaps DzonsonsFix allowing silly '\'' control character.
2010-05-15 Kristaps DzonsonsBacked-out warning messages (lots).
2010-05-15 Kristaps DzonsonsThe `ig' now supports `ig end-macro'.
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 Joerg SonnenbergerReorganise the comment stripping and line merging to...
2010-05-15 Joerg SonnenbergerMake the output width an option for ascii_alloc and...
2010-05-15 Joerg SonnenbergerPush buffer resizing into its own function. Keep initi...
2010-05-15 Joerg SonnenbergerCleanup indentation after moving the read buffering...
2010-05-15 Kristaps Dzonsons"Push down the buffer to where they are used.
2010-05-15 Kristaps DzonsonsWhacked lastman and lastmdoc (not being used).
2010-05-14 Kristaps Dzonsons"Accumulate errors and warnings in global variables...
2010-05-14 Kristaps DzonsonsFix for Joerg's patch stripping of pre-comment whitespa...
2010-05-09 Kristaps DzonsonsRemove -fno-ign-chars as well-argued by Ingo Schwarze...
2010-04-12 Kristaps DzonsonsMerge patch by Jason McIntyre cleaning on mandoc.1...
2010-03-22 Kristaps DzonsonsHave -Tlint imply -Wall and -fstrict. Based on a patch...
2010-01-29 Kristaps DzonsonsFixed Makefile for `make lint' dep. on config.h
2010-01-01 Kristaps DzonsonsBig check-in of compatibility layer. This should work...
2009-11-02 Kristaps DzonsonsAdded forgotten newline terminators in main.c.
2009-11-02 Kristaps DzonsonsAdded lint to __attribute__ defines.
2009-11-02 Kristaps DzonsonsUsing straight-up __attribute__ (inspired by portable...
2009-10-31 Kristaps DzonsonsRemoved non-portable __progname (thanks Joerg Sonnenber...
2009-10-31 Kristaps DzonsonsUsing perror() instead of fprintf for failure from...
2009-10-30 Kristaps Dzonsonslibmdoc and libman now using non-recoverable allocation...
2009-10-27 Kristaps Dzonsonsbzero() -> memset() (noted by Joerg Sonnenberger).
2009-10-26 Kristaps DzonsonsMerged patch to allow -fign-escape (thanks Joerg Sonnen...
2009-10-26 Kristaps DzonsonsAllowed -O to be invoked multiple times.
2009-10-26 Kristaps DzonsonsPortability: replaced queue macros in html.c (Joerg...
2009-10-26 Kristaps DzonsonsChanged `-o' to `-O' for clarity. THIS BREAKS UTILITIE...
2009-10-13 Kristaps DzonsonsMoved output definitions into main.h.
2009-10-13 Kristaps DzonsonsClean up consts (noted by Joerg Sonnenberger and Ulrich...
2009-09-21 Kristaps DzonsonsRemoved new-born out.{h,c} (not a good idea).
2009-09-16 Kristaps DzonsonsMore updates to html.c.
2009-09-16 Kristaps DzonsonsMade tree/term/out() functions return void.
2009-07-28 Kristaps DzonsonsFix in newline.
2009-07-27 Kristaps Dzonsonsmain.c using fprintf instead of warnx for parse errors...
2009-07-24 Kristaps DzonsonsAdded -fign-errors for VERY fast checking of many manua...
2009-07-07 Kristaps DzonsonsSmall clean-ups in error message usage. VERSION_1_7_23
2009-07-06 Kristaps DzonsonsCleaned out duplicate {mdoc,man}warn in main.c.
2009-07-06 Kristaps DzonsonsBacked -Wcompat,syntax out of front-end.
next