]> git.cameronkatri.com Git - mandoc.git/history - main.c
Delete the undocumented and unimplemented man(1) -i (interactive
[mandoc.git] / main.c
2017-04-18 Ingo SchwarzeDelete the undocumented and unimplemented man(1) -i...
2017-03-27 Ingo Schwarzesimplify the SYNOPSIS as well, just like the option...
2017-03-20 Ingo SchwarzeSilently ignore invalid -m input formats rather than...
2017-03-03 Ingo Schwarzenew -mdoc -Tmarkdown output mode; OK millert@ reyk...
2017-02-22 Ingo SchwarzeSince SQLite is gone, we no longer need the "flock...
2017-02-17 Ingo SchwarzeBe consistent in protecting __attribute__ attributes...
2017-02-16 Ingo SchwarzeFix rev. 1.280: -O syntax is different in default aprop...
2017-02-10 Ingo SchwarzeIn -Ttree output mode, show the BROKEN node flag and
2017-01-27 Ingo Schwarzewarn about invalid output options
2017-01-09 Ingo SchwarzeUse stdout rather than stdin for controlling the terminal
2017-01-09 Ingo SchwarzeWarnings and errors that occur during mdoc_validate()
2016-09-18 Ingo SchwarzeWe cannot use fputs(3) in passthrough() because the...
2016-09-18 Ingo SchwarzeMake sure an output device is allocated before calling...
2016-08-09 Ingo Schwarzefix printf("%s", NULL);
2016-07-19 Ingo SchwarzeRemove the dependency on SQLite without loss of functio...
2016-07-19 Ingo SchwarzeUse __attribute__((__format__ throughout.
2016-07-15 Ingo SchwarzeTo remove the const qualifier from a pointer to an...
2016-07-15 Ingo SchwarzeFix previous: the mandocdb() prototype was already...
2016-07-15 Ingo Schwarzeadd missing prototypes, no code change;
2016-07-12 Kristaps DzonsonsAdd support for Mac OS X's sandbox_init(3) sandbox...
2016-07-10 Ingo SchwarzeOn OpenBSD, more(1) is actually less(1) with a small...
2016-07-08 Ingo SchwarzeISO C99 7.19.2.5 doesn't like mixing putchar(3) and...
2016-05-18 Ingo SchwarzeDo not hardcode "makewhatis" in a warning message,...
2016-04-14 Ingo SchwarzeFix a process group race.
2016-04-13 Ingo SchwarzeGive manuals in purely numerical sections priority...
2016-01-16 Ingo Schwarzeunbreak reading from stdin after recent parse() restruc...
2016-01-08 Ingo SchwarzeSimplify the mparse_open() interface.
2016-01-08 Ingo SchwarzeIt was very surprising that a function called mparse_re...
2015-12-15 Ingo Schwarzepledge(2) style:
2015-11-20 Ingo SchwarzeFix multiple issues regarding process group and signal...
2015-11-14 Ingo SchwarzeFix an issue reported by deraadt@: When hitting Ctrl...
2015-11-07 Ingo SchwarzeModernization, no functional change intended:
2015-11-07 Ingo SchwarzeWithout HAVE_ERR, don't try to include <err.h>, it...
2015-11-06 Ingo Schwarzemerge pledge(2) support from OpenBSD
2015-11-06 Ingo SchwarzeUse getprogname(3) rather than __progname.
2015-10-22 Ingo Schwarzemove man(7) validation into the dedicated validation...
2015-10-22 Ingo SchwarzeIf no output device was allocated because no file wante...
2015-10-20 Ingo SchwarzeIn order to become able to generate syntax tree nodes...
2015-10-19 Ingo SchwarzeSimplify, no functional change:
2015-10-13 Ingo SchwarzeMajor character table cleanup:
2015-10-12 Ingo SchwarzeTo make the code more readable, delete 283 /* FALLTHROU...
2015-10-11 Ingo SchwarzeFinally use __progname, err(3) and warn(3).
2015-10-10 Ingo SchwarzeDecide whether to use_pager as early as possible,
2015-10-06 Ingo Schwarzemodernize style: "return" is not a function
2015-07-28 Ingo SchwarzeRemove the hack of scrolling forward and backward with...
2015-07-21 Ingo SchwarzeWhen creation of the temporary tags file fails, call...
2015-07-19 Ingo SchwarzeDo not fork and exec gunzip(1), just link with libz...
2015-07-19 Ingo SchwarzeIf we aren't on a tty, clear the pager flag up front.
2015-07-18 Ingo SchwarzeInsist that manual page file name extensions must begin...
2015-07-17 Ingo SchwarzeInitial, still somewhat experimental implementation...
2015-04-29 Ingo SchwarzeImprove the error message in case somebody has configur...
2015-04-20 Ingo SchwarzeFix previous: Don't let man(1) warn twice about non...
2015-04-19 Ingo SchwarzeIf apropos(1) finds no match, print "nothing appropriat...
2015-04-18 Ingo SchwarzeProfit from the unified struct roff_man and reduce...
2015-04-18 Ingo SchwarzeReplace the structs mdoc and man by a unified struct...
2015-04-16 Ingo Schwarzeshorten "outdated mandoc.db" warning message; requested...
2015-04-03 Ingo SchwarzeNo need to hardcode /usr/bin/ as the path to more(1...
2015-04-02 Ingo SchwarzeFirst step towards parser unification:
2015-03-27 Ingo SchwarzeActually use the new man.conf(5) "output" directive.
2015-03-27 Ingo SchwarzeParse the new man.conf(5) "output" directive.
2015-03-27 Ingo SchwarzeModernize documentation by inserting blanks between...
2015-03-17 Ingo SchwarzeSimplify: Now that rc is global anyway, no need to...
2015-03-17 Ingo SchwarzeWhen the user exits the pager before the pager has...
2015-03-10 Ingo SchwarzeWe can keep track of the pager PID without additional...
2015-03-10 Ingo SchwarzeFix a regression caused in rev. 1.212, reported by...
2015-03-06 Kristaps DzonsonsAllow compilation on Mac OS X, which doesn't have MACHI...
2015-02-27 Ingo SchwarzeWhen man(1) and apropos(1) look for a file man1/foo...
2015-02-16 Ingo SchwarzeDelete the -V option. It serves no purpose but keeps...
2015-02-10 Ingo Schwarzetrim trailing white space, no code change;
2015-02-07 Ingo Schwarzebe more careful about argc == 0
2015-02-03 Ingo SchwarzeEnable the integrated man(1) even when database support...
2015-01-20 Ingo SchwarzeSplit the -Werror message level into -Werror (broken...
2015-01-16 Ingo SchwarzeLet man(1) show manuals for the current architecture...
2015-01-15 Ingo SchwarzeFatal errors no longer exist.
2015-01-14 Ingo Schwarzeif earlier files set a non-zero exit status,
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-01 Ingo SchwarzeIf man(1) only has one single argument, always interpre...
2014-12-31 Ingo SchwarzeWhen showing more than one formatted manual page, inser...
2014-12-21 Ingo SchwarzeUse -m for macro set selection in mandoc(1) mode only...
2014-12-18 Ingo Schwarzeupdate usage() and the list of non-standard (i.e. non...
2014-12-17 Ingo SchwarzeBe a bit more lenient in what to accept for section...
2014-12-15 Ingo SchwarzeLet "man n open" do the same as "man -s n open" again...
2014-12-11 Ingo SchwarzeGuard some come needed for database support only by...
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-05 Ingo Schwarzeimplement help(1)
2014-12-02 Ingo SchwarzeSwitch the default output mode from -Tascii to -Tlocale.
2014-11-26 Ingo SchwarzeSimplify the mparse_open()/mparse_wait() interface.
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-10-30 Ingo Schwarzeadd -K to usage() and wrap nicely; from jmc@
2014-10-28 Ingo SchwarzeMake the character table available to libroff so it...
2014-10-25 Ingo Schwarzeintegrate preconv(1) into mandoc(1);
2014-10-18 Ingo Schwarzeplug file descriptor leaks on read or write failure;
2014-09-03 Ingo SchwarzeAdd *.gz support to apropos(1) -a, man(1), and even...
2014-09-03 Ingo SchwarzeIf a manual page is installed gzip(1)ed, let makewhatis...
2014-09-03 Ingo SchwarzeImplement the traditional -h option for man(1): show...
2014-09-01 Ingo SchwarzeIn man(1) mode, change to the right directory before...
next