]> git.cameronkatri.com Git - mandoc.git/history - main.c
`Sm' no longer produces a linebreak when used in `Bd'.
[mandoc.git] / main.c
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.
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).
next