]> git.cameronkatri.com Git - mandoc.git/history - main.c
Explicitly account for \*(Ba when checking for delims. Noted by Jason McIntyre via...
[mandoc.git] / main.c
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.
2009-07-06 Kristaps DzonsonsInitial removal of enum mdoc_warn from mdoc warnings...
2009-07-04 Kristaps Dzonsonssuboptarg is not portable to Linux (fixed).
2009-07-04 Kristaps DzonsonsMoved escape validation into libmandoc.h/mandoc.c ...
2009-06-27 Kristaps DzonsonsRemoved escape-deprecation note (better solution in...
2009-06-18 Kristaps DzonsonsAdded -fno-ign-chars support to libman.
2009-06-16 Kristaps DzonsonsClean-up: in-source documentation.
2009-06-16 Kristaps DzonsonsModernised comment handling: text following \" is throw...
2009-06-15 Kristaps DzonsonsDeprecated mdoc_msg (not being used anywhere).
2009-06-11 Kristaps DzonsonsDocumented some un-clear parts of main.c.
2009-06-10 Kristaps DzonsonsFixed license email address.
2009-04-12 Kristaps DzonsonsUsing proper license template (const).
2009-04-12 Kristaps DzonsonsManual .Dt fields CAPITALISED.
2009-04-03 Kristaps Dzonsons*** empty log message ***
2009-04-03 Kristaps DzonsonsProper resetting of memory.
2009-04-02 Kristaps DzonsonsDocumented -mandoc behaviour.
2009-04-02 Kristaps DzonsonsAdded -p1003.1-2008 specification.
2009-04-02 Kristaps DzonsonsInitial -mandoc auto-switch in place.
2009-03-31 Kristaps DzonsonsGeneral clean-ups.
2009-03-26 Kristaps DzonsonsAll macro-invocations, for consistency, begin with...
2009-03-25 Kristaps Dzonsons*** empty log message ***
2009-03-25 Kristaps DzonsonsAdded pflags to man_alloc.
2009-03-25 Kristaps DzonsonsAdded man validator, renamed mdoc validator.
2009-03-23 Kristaps DzonsonsFixed inclusion of MANSRCS (sorry, Ulrich).
2009-03-23 Kristaps Dzonsons-man linked to mandoc in documentation.
2009-03-23 Kristaps Dzonsons-man printing linked to -Ttree.
2009-03-23 Kristaps DzonsonsFirst addition of -man macro support.
2009-03-22 Kristaps DzonsonsLint fixes.
2009-03-22 Kristaps DzonsonsStripping of Xo/Xc macros in main.c (ifdef STRIP_XO).
2009-03-20 Kristaps DzonsonsLintification.
2009-03-20 Kristaps DzonsonsCasting fix.
2009-03-20 Kristaps DzonsonsProper .Dl literalism.
2009-03-19 Kristaps DzonsonsFixed mandoc read from stdin.
2009-03-19 Kristaps DzonsonsSome Linux-isms.
2009-03-19 Kristaps DzonsonsLintified & versioned.
2009-03-19 Kristaps DzonsonsSplit mdocterm.c -> main.c terminal.c.