]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2015-02-10 Ingo SchwarzeBe more careful to not generate empty .In, .St, and...
2015-02-10 Ingo SchwarzeDo not read past the end of the buffer if an "f" layout...
2015-02-10 Ingo Schwarzetrim trailing white space, no code change;
2015-02-07 Ingo SchwarzeClosing a block validates it, which may end up deleting it,
2015-02-07 Ingo Schwarzesome tweaks to the DIAGNOSTICS section
2015-02-07 Ingo Schwarzeignore O_CLOEXEC when the operating system doesn't...
2015-02-07 Ingo Schwarzetrivial sync to OpenBSD: <sys/param.h> no longer needed
2015-02-07 Ingo Schwarzebe more careful about argc == 0
2015-02-06 Ingo Schwarzereplace the last legacy generic message type, "argument...
2015-02-06 Ingo Schwarzebetter error reporting regarding .OP .RS .UR .TH arguments
2015-02-06 Ingo Schwarzebetter diagnostics about excess arguments to .PD .ft .sp
2015-02-06 Ingo Schwarzebetter error reporting for .br .fi .nf with arguments
2015-02-06 Ingo SchwarzeDelete the legacy generic warning type MANDOCERR_ARGCWARN,
2015-02-06 Ingo Schwarzebetter handle .Fo and .Fd without argument
2015-02-06 Ingo Schwarzebetter handle empty .Bd .Bl .D1 .Dl blocks
2015-02-06 Ingo Schwarzebetter handle .In .Sh .Ss .St .Xr without arguments
2015-02-05 Ingo Schwarzefix handling of empty .An macros
2015-02-05 Ingo SchwarzeSimplify by deleting the "lastline" member of struct...
2015-02-04 Ingo SchwarzeDiscard excess head arguments for .Bd .Bl .Bk and delet...
2015-02-04 Ingo Schwarzeimprove diagnostics regarding arguments of .An .Pp...
2015-02-04 Ingo Schwarzefix column numbers of macro arguments in messages
2015-02-04 Ingo Schwarzediscard .Rs head arguments and improve .Rs diagnostics
2015-02-04 Ingo Schwarzemore specific .Nd diagnostics, allowing to get rid...
2015-02-03 Ingo SchwarzeEnable the integrated man(1) even when database support...
2015-02-03 Ingo Schwarzereduce indentation for better readability
2015-02-03 Ingo SchwarzeAvoid closing out an explicit block twice when broken...
2015-02-03 Ingo Schwarzeminimal support for Heirloom nroff
2015-02-03 Ingo SchwarzeFinally delete the kitchensink functions rew_sub()...
2015-02-03 Ingo SchwarzeBring .Pp/.Lp handling inside .Nm blocks closer to...
2015-02-02 Ingo SchwarzeSimplify and reindent make_pending(). No functional...
2015-02-02 Ingo SchwarzeSimplify: Do not call rew_dohalt() from make_pending(),
2015-02-02 Ingo SchwarzeGet rid of all remaining calls to rew_sub() where the...
2015-02-02 Ingo SchwarzeGet rid of all calls to rew_sub() in blk_exp_close...
2015-02-02 Ingo SchwarzeWhen a full block macro gets closed out by a mismatching
2015-02-01 Ingo Schwarzeget rid of rew_sub() in blk_part_imp(); no functional...
2015-02-01 Ingo Schwarzefix .Eo/.Ec spacing
2015-02-01 Ingo SchwarzeSimplify blk_part_exp(), no functional change.
2015-02-01 Ingo SchwarzeThe function rew_sub() tries to rewind any all all...
2015-01-31 Ingo SchwarzeUse relative offsets instead of absolute pointers for...
2015-01-30 Ingo SchwarzeHave pity on the poor stack.
2015-01-30 Ingo Schwarzestarting a tbl(7) breaks man(7) next-line scope;
2015-01-30 Ingo SchwarzeDelete the redundant tbl span flags, just inspect the...
2015-01-30 Ingo SchwarzeAbolish struct tbl_head and replace it by an "int col...
2015-01-30 Ingo SchwarzeAuditing the tbl(7) code for more NULL pointer accesses...
2015-01-30 Ingo SchwarzeMake sure every layout line contains at least one cell;
2015-01-30 Ingo Schwarzecorrectly handle table layout lines starting with a dot
2015-01-29 Ingo SchwarzeRadical cleanup of COMPATIBILITY sections:
2015-01-28 Ingo SchwarzeClean up eqn(7) error handling:
2015-01-28 Ingo Schwarze* Polish tbl(7) error reporting.
2015-01-28 Ingo SchwarzeFor now, it can't be helped that mandoc tbl(7) ignores...
2015-01-28 Ingo Schwarzeimplement the tbl(7) "center" layout option
2015-01-28 Ingo Schwarzeadjust formatting for the tbl(7) layout 'x' modifier...
2015-01-27 Ingo SchwarzeMultiple parser and formatter fixes for line drawing...
2015-01-26 Ingo SchwarzeRework tbl(7) layout parsing:
2015-01-26 Ingo SchwarzeMore improvements regarding tbl(7) options.
2015-01-26 Ingo SchwarzeImprove (or rather, rewrite) tbl(7) option parsing.
2015-01-24 Ingo Schwarzepreserve .PP before .RE; effect found in audio/pms(1)
2015-01-24 Ingo SchwarzeStrangely, ignoring the roff(7) .na request was impleme...
2015-01-24 Ingo Schwarzechange .Cm to .Ar for macro arguments
2015-01-24 Ingo SchwarzeSupport .RE with an argument; needed for audio/pms(1).
2015-01-24 Ingo Schwarzenew task: escape blank at the beginning of a line
2015-01-23 Ingo Schwarzeimprove homebrew cellar config example
2015-01-23 Ingo SchwarzeWhile ignoring the .ta (set tab stops) and .ti (temp...
2015-01-23 Ingo SchwarzeLet .Aq/.Ao/.Ac print "<>" instead of the normal "...
2015-01-23 Ingo SchwarzeWonders of roff(7): Integer numbers in numerical expres...
2015-01-22 Ingo SchwarzeSlightly improve \w width measurements:
2015-01-22 Ingo SchwarzeTraditional roff(7) explicitly allows certain control...
2015-01-22 Ingo SchwarzeDon't let a failing mparse_open() clobber the filename...
2015-01-22 Ingo Schwarzeimprove wording; patch from jmc@
2015-01-21 Ingo SchwarzeSupport homebrew-style linking on Mac OS X.
2015-01-21 Ingo SchwarzeRudimentary implementation of the roff(7) \o escape...
2015-01-21 Ingo SchwarzeImprove overstriking. When overstriking a wider charac...
2015-01-21 Ingo Schwarzepass empty request lines through to tbl(7); sometimes...
2015-01-21 Ingo Schwarzeblank lines in tables do not need special handling...
2015-01-20 Ingo Schwarzetypo fixes from jmc@
2015-01-20 Ingo SchwarzeSplit the -Werror message level into -Werror (broken...
2015-01-20 Ingo Schwarzechange spelling of centre to center: consistent with...
2015-01-20 Ingo SchwarzeMake the man(1) and apropos(1) options -s and -S much...
2015-01-16 Ingo SchwarzeLet man(1) show manuals for the current architecture...
2015-01-16 Ingo SchwarzeParse and ignore .IX (generate index entry) macros...
2015-01-15 Ingo SchwarzeFatal errors no longer exist.
2015-01-15 Ingo Schwarzedowngrade .so failure from FATAL to ERROR
2015-01-14 Ingo Schwarzedowngrade ".so with absolute path" from FATAL to ERROR;
2015-01-14 Ingo Schwarzesimplify by getting rid of ROFF_ERR in tbl(7) parsing...
2015-01-14 Ingo SchwarzeTo get rid of SYSERR entries in enum mandocerr, downgra...
2015-01-14 Ingo Schwarzeif earlier files set a non-zero exit status,
2015-01-14 Ingo SchwarzeSimplify handling of system errors: just exit(3).
2015-01-13 Ingo SchwarzeBe developer-friendly, 'cause OpenBSD devs like to:
2015-01-13 Ingo Schwarzedo not spawn a pager when there is no output; issue...
2015-01-07 Ingo SchwarzeBugfix: When the invocation of a user-defined macro...
2015-01-03 Ingo SchwarzeFix a potential NULL pointer access in an error message...
2015-01-03 Ingo SchwarzeGiven the excessively technical description in the...
2015-01-02 Ingo SchwarzeExplicitly set the *data member of struct ohash_info...
2015-01-01 Ingo SchwarzeFix a buffer overrun triggered by a trailing backslash...
2015-01-01 Ingo SchwarzeFix a read buffer overrun triggered by trailing \s...
2015-01-01 Ingo SchwarzeDon't dereference NULL pointers when formatting missing...
2015-01-01 Ingo SchwarzeIf man(1) only has one single argument, always interpre...
2014-12-31 Ingo Schwarzedescribe .Ql more precisely;
2014-12-31 Ingo SchwarzeWhen showing more than one formatted manual page, inser...
2014-12-30 Ingo Schwarzefix wrong paths below FILES; from Theo Buehler <theo...
next