]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
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...
2014-12-09 Ingo Schwarzemore release preparations
2014-12-09 Ingo Schwarzefirst cut at updating for the next release
2014-12-09 Ingo SchwarzeSupport choosing alternative binary and manual names...
2014-12-09 Ingo SchwarzeIntegrate the makewhatis binary into the mandoc binary
2014-12-09 Ingo SchwarzeSome sorting and some more comments.
2014-12-09 Ingo SchwarzeInstall "man" as a hardlink to "mandoc" during db-install.
2014-12-06 Ingo SchwarzeWhen opening mandoc.db fails, tell the user in which...
2014-12-05 Ingo Schwarzeimplement help(1)
2014-12-05 Ingo SchwarzeImprove parsing of function names.
2014-12-05 Ingo SchwarzeDo not misinterpret function arguments as function...
2014-12-05 Ingo SchwarzeRender text before, not after accumulating flag bits...
2014-12-04 Ingo SchwarzeWhen finding a .so link after the page was already...
2014-12-04 Ingo Schwarzecorrectly store .Dt and .TH information in the names...
2014-12-04 Ingo Schwarzein the SYNOPSIS, add .Fo and first .Fn arguments to...
2014-12-04 Ingo SchwarzeIn the SYNOPSIS, if .Nm occurs without argument, give...
2014-12-04 Ingo Schwarzefix handling of roff requests having a default scale...
2014-12-04 Ingo SchwarzeIgnore macros that never produce any text when deciding...
2014-12-03 Ingo Schwarzedelete five entries that were already fixed
2014-12-02 Ingo SchwarzeSwitch the default output mode from -Tascii to -Tlocale.
2014-12-02 Ingo Schwarzenote to self to not forget about groff
2014-12-02 Ingo Schwarzewe really need .ta
2014-12-02 Ingo SchwarzeFix the implementation and documentation of \c (continu...
2014-12-01 Ingo Schwarzedeveloper documentation regarding header files
2014-12-01 Ingo Schwarzeheader cleanup:
2014-12-01 Ingo SchwarzeThe header libmandoc.h is part of the internal parser...
2014-12-01 Ingo SchwarzeThe file read.c is part of the parser, so it cannot...
2014-12-01 Ingo Schwarzeremove unneccessary inclusion protection; patch from...
2014-11-30 Ingo Schwarzetypo; Svyatoslav Mishyn <juef at openmailbox dot org...
2014-11-30 Ingo Schwarzedelete three standard abbreviations that are
2014-11-30 Ingo SchwarzeMultiple fixes with respect to .Pf:
2014-11-30 Ingo Schwarzewarn about attempts to call non-callable macros;
2014-11-29 Ingo SchwarzeReduce code duplication by reusing the same argument...
2014-11-29 Ingo SchwarzeProvide a helper function macro_or_word() and use it...
2014-11-28 Ingo SchwarzeFold the loop around mdoc_argv() into the function...
2014-11-28 Ingo SchwarzeAT&T is unlikely to release an new version of Research...
2014-11-28 Ingo SchwarzeRetire support for CSRG supplementary document titles...
2014-11-28 Ingo SchwarzeDrop useless architecture table. Validating architectu...
2014-11-28 Ingo Schwarzekill a pointless assert
2014-11-28 Ingo Schwarzemop up an #ifdef turd deraadt@ stepped into
2014-11-28 Ingo SchwarzeBe more careful about meta->name. For weird input...
2014-11-28 Ingo SchwarzeSimplify by making the eqn and tbl steering functions...
2014-11-28 Ingo SchwarzeSimplify by making many functions in the man(7) parser...
2014-11-28 Ingo SchwarzeSimplify by making the mdoc parser callbacks void,...
2014-11-28 Ingo SchwarzeSimplify the code by making various mdoc parser helper...
2014-11-28 Ingo SchwarzeSimplify code by making mdoc validation handlers void.
2014-11-27 Ingo SchwarzeDowngrade .Bd -file from FATAL to ERROR.
2014-11-27 Ingo SchwarzeMultiple fixes with respect to .Eo:
2014-11-27 Ingo SchwarzeFix the obsolete .Db (toggle debug mode) macro to ignor...
2014-11-27 Ingo SchwarzeMake makewhatis(8) understand .so links to .gz pages.
2014-11-27 Ingo Schwarzefix build when HAVE_MANPATH is set; patch from <bapt...
2014-11-26 Ingo SchwarzeLet mparse_readfd() use mparse_open() and mparse_wait()
2014-11-26 Ingo SchwarzeSimplify the mparse_open()/mparse_wait() interface.
2014-11-26 Ingo Schwarzeremove an unreachable warning about .Sm arguments
2014-11-26 Ingo SchwarzeThe .Sm macro accepts at most one argument;
2014-11-26 Ingo SchwarzeMake the code sipler and more robust by always assignin...
2014-11-26 Ingo SchwarzeAllow comma-separated options in tbl(7) tables.
2014-11-25 Ingo SchwarzeCompletely rewrite the top level of the layout parser.
2014-11-25 Ingo Schwarze"Aq foo" is not the same as "<foo>". Don't use it to...
2014-11-25 Ingo SchwarzeDo not access a NULL pointer when a section has no...
2014-11-21 Ingo SchwarzeWe repeatedly observed assertion crashes in the low...
2014-11-20 Ingo SchwarzePrevent negative arguments to the .ll request from...
2014-11-20 Ingo Schwarzewarn about calling non-callable macros
2014-11-20 Ingo SchwarzeFix two minibugs reported by Thomas Klausner <wiz at...
2014-11-19 Ingo SchwarzeLet .Ao and .Aq render as "<>" after .An and as "\...
2014-11-19 Ingo SchwarzeThree fixes with respect to the names table:
2014-11-19 Ingo SchwarzeEscape sequences terminate high-level macro names,...
2014-11-19 Ingo SchwarzeSupport the ".if v" conditional operator (vroff mode...
2014-11-18 Ingo SchwarzeIgnore invalid directories in man.conf(5) and MANPATH...
2014-11-18 Ingo SchwarzeIn man(1) mode, prefer file name matches over .Dt name...
2014-11-17 Ingo SchwarzeMultiple fixes with respect to in-line macros:
2014-11-16 Ingo SchwarzeWhen a line (in the sense of term_flushln()) contains...
2014-11-16 Ingo SchwarzeDelete five standards that are:
2014-11-14 Ingo SchwarzeRemove needless and harmful byte swapping on big endian...
2014-11-11 Ingo SchwarzeIn man(1) mode without -a, stop searching after the...
2014-11-11 Ingo SchwarzeLet -h imply -c (that is, not use the pager).
2014-11-11 Ingo Schwarzeimplement -h (synopsis only) for preformatted (cat...
2014-11-10 Ingo Schwarzeadd required vertical spacing before lists that begin
2014-11-09 Ingo Schwarzehyperlinking in -man -Thtml
2014-11-06 Ingo SchwarzeLet -Tascii \(bu (bullet) output agree with groff;
2014-11-03 Ingo SchwarzeAllow the five man(7) font macros to concatenate their...
2014-11-01 Ingo SchwarzeUse struct buf in libroff, it is very natural there
2014-11-01 Ingo SchwarzeRefactor, no functional change: Remove the parse point...
2014-11-01 Ingo Schwarzefix a typo causing crashes in Unicode string length...
2014-10-30 Ingo SchwarzeMajor bugsquashing with respect to -offset and -width:
2014-10-30 Ingo Schwarzeadd -K to usage() and wrap nicely; from jmc@
2014-10-30 Ingo Schwarzefix a macro error in previous; from jmc@
2014-10-29 Ingo SchwarzeSome fine tuning of console rendering of named special...
2014-10-29 Ingo SchwarzeIn terminal output, unify handling of Unicode and numbe...
2014-10-28 Ingo SchwarzeIn -Tascii mode, print "<?>" only for Unicode escapes...
next