]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
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...
2014-12-30 Ingo SchwarzeWhen a file is given on the command line, actually...
2014-12-28 Ingo SchwarzeImprove documentation of the header/footer macros ...
2014-12-28 Ingo Schwarzemdoc(7) already uses the mandoc(1) -Ios argument in...
2014-12-28 Ingo Schwarzeimprove previous: do the size check up front to avoid...
2014-12-25 Ingo SchwarzeReduce memory and time consumption on certain malformed...
2014-12-24 Ingo SchwarzeSupport negative indentations for mdoc(7) displays...
2014-12-24 Ingo SchwarzeFor .RS, we need to save the information how much we...
2014-12-24 Ingo SchwarzePrevent unsigned integer underflow when a number is...
2014-12-24 Ingo SchwarzeWhen a man(7) document contains unreasonably large...
2014-12-23 Ingo Schwarzesupport negative horizontal widths in man(7);
2014-12-23 Ingo Schwarzefix typo in previous
2014-12-23 Ingo Schwarzesome scaling unit fixes:
2014-12-23 Ingo Schwarzeeven if the second argument to .IP is invalid, don...
2014-12-23 Ingo SchwarzeFix vertical scaling. Obviously, nobody ever had a...
2014-12-23 Ingo SchwarzeIn a2roffsu(), do not parse the number twice.
2014-12-23 Ingo Schwarzecorrectly handle scaling units after .PD
2014-12-22 Ingo SchwarzeThe code already pays attention not to close the same...
2014-12-21 Ingo SchwarzeUse -m for macro set selection in mandoc(1) mode only...
2014-12-21 Ingo SchwarzeISO C99 explicitly forbids forward references to enum...
2014-12-20 Ingo SchwarzeFix two issues causing a class of assertion failures...
2014-12-20 Ingo Schwarzeresolve some code duplication; no functional change
2014-12-19 Ingo SchwarzeEnforcing an arbitrary, implementation dependent, undoc...
2014-12-19 Ingo SchwarzeRewrite the low-level UTF-8 parser from scratch.
2014-12-18 Ingo Schwarzeupdate usage() and the list of non-standard (i.e. non...
2014-12-18 Ingo SchwarzeDon't let .Ta creep into an already-closed list; same...
2014-12-18 Ingo SchwarzeOnly keep leading .Sm inside a list when it immediately...
2014-12-18 Ingo SchwarzeWhen the head of a list item is extended with a partial...
2014-12-18 Ingo SchwarzeDon't let the modulo operator divide by zero.
2014-12-18 Ingo SchwarzeThe code is already careful to not add items to lists...
2014-12-17 Ingo Schwarze[[:<:]] is not POSIX
2014-12-17 Ingo Schwarzeminimally document -IOKTW; requested by naddy@
2014-12-17 Ingo SchwarzeBe a bit more lenient in what to accept for section...
2014-12-16 Ingo SchwarzeIgnore mdoc(7) and man(7) macros inside tbl(7) code...
2014-12-16 Ingo Schwarzecorrect -Tutf8 and -Thtml rendering of \(~=
2014-12-16 Ingo SchwarzeExplicit block closure macros clobber next-line block...
2014-12-16 Ingo SchwarzeWhen a string comparison condition contains no mismatch...
2014-12-16 Ingo SchwarzeWhen a numerical condition errors out after consuming...
2014-12-15 Ingo SchwarzeEmpty conditions count as false.
2014-12-15 Ingo Schwarzecorrect some character names to match groff;
2014-12-15 Ingo SchwarzeLet "man n open" do the same as "man -s n open" again...
2014-12-15 Ingo SchwarzeCatch localtime() failure for additional safety;
2014-12-13 Ingo Schwarzeversion 1.13.2 VERSION_1_13_2
2014-12-13 Ingo SchwarzeFix a regression found by Carsten dot Kunze at arcor...
2014-12-12 Ingo Schwarzeescape Nd on a macro line
2014-12-11 Ingo SchwarzeGuard some come needed for database support only by...
2014-12-11 Ingo SchwarzeMake this work on illumos:
2014-12-11 Ingo Schwarzefix RCS IDs
2014-12-11 Ingo Schwarzesync to OpenBSD
2014-12-11 Ingo Schwarzenew Copyright years
2014-12-11 Ingo Schwarzelink to EuroBSDCon 2014
2014-12-10 Ingo Schwarzecorrectly align document header and footer;
2014-12-10 Ingo Schwarzethe asciidoc/docbook toolchain uses braindead \h for...
next