]> git.cameronkatri.com Git - mandoc.git/history - mandocdb.c
add missing prototypes, no code change;
[mandoc.git] / mandocdb.c
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-09 Ingo Schwarzegetopt(3) is declared in <unistd.h>, and <getopt.h...
2016-03-17 Ingo Schwarze'accomodate' -> 'accommodate' in a comment.
2016-01-08 Ingo SchwarzeDelete the redundant "nchild" member of struct roff_nod...
2016-01-08 Ingo SchwarzePrefer warn(3) over perror(3) at the few places where...
2016-01-08 Ingo SchwarzeSimplify the mparse_open() interface.
2016-01-08 Ingo SchwarzeIt was very surprising that a function called mparse_re...
2016-01-04 Ingo SchwarzeImprove handling of .Va and .Vt macros.
2015-12-15 Ingo Schwarzepledge(2) style:
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 Schwarzeuse the new function man_validate() here, too
2015-10-20 Ingo SchwarzeIn order to become able to generate syntax tree nodes...
2015-10-13 Ingo SchwarzeMajor character table cleanup:
2015-10-13 Ingo SchwarzeReduce the amount of code by moving the three copies...
2015-10-12 Ingo SchwarzeGarbage collect an unused variable, no functional change;
2015-10-12 Ingo SchwarzeClear dform and dsec when exiting a first-level directo...
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-06 Ingo Schwarzemodernize style: "return" is not a function
2015-09-16 Ingo Schwarzefor portability, use (char *)NULL in execlp(3) as discu...
2015-07-19 Ingo SchwarzeDo not fork and exec gunzip(1), just link with libz...
2015-04-23 Ingo SchwarzeUnify mdoc_deroff() and man_deroff() into a common...
2015-04-18 Ingo SchwarzeDelete the wrapper functions mdoc_meta(), man_meta...
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-02 Ingo SchwarzeThird step towards parser unification:
2015-04-02 Ingo SchwarzeSecond step towards parser unification:
2015-04-02 Ingo SchwarzeFirst step towards parser unification:
2015-03-27 Ingo SchwarzeParse the new man.conf(5) "output" directive.
2015-03-13 Ingo SchwarzeFix hardlink detection on platforms having padding...
2015-02-27 Ingo SchwarzeWhen makewhatis(8) scans a tree, ignore trailing garbag...
2015-01-21 Ingo SchwarzeSupport homebrew-style linking on Mac OS X.
2015-01-15 Ingo SchwarzeFatal errors no longer exist.
2015-01-03 Ingo SchwarzeFix a potential NULL pointer access in an error message...
2015-01-02 Ingo SchwarzeExplicitly set the *data member of struct ohash_info...
2014-12-30 Ingo SchwarzeWhen a file is given on the command line, actually...
2014-12-09 Ingo SchwarzeIntegrate the makewhatis binary into the mandoc binary
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-11-27 Ingo SchwarzeMake makewhatis(8) understand .so links to .gz pages.
2014-11-26 Ingo SchwarzeSimplify the mparse_open()/mparse_wait() interface.
2014-11-19 Ingo SchwarzeThree fixes with respect to the names table:
2014-10-28 Ingo SchwarzeMake the character table available to libroff so it...
2014-10-27 Ingo SchwarzeFix a regression in term.c rev. 1.229 reported by bentley@:
2014-10-12 Ingo Schwarzeadd missing entry for .ll to the dispatch table;
2014-09-09 Ingo SchwarzeIf a manpath directory (for example, a _whatdb entry...
2014-09-07 Ingo SchwarzeDo not report a page as arch=any merely because .Dt...
2014-09-07 Ingo Schwarzefix debugging output
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-01 Ingo SchwarzeWhen makewhatis(8) finds an .so link after the manual...
2014-08-23 Ingo Schwarzedo not leak a file descriptor on fdopen(3) failure...
2014-08-16 Ingo SchwarzeImprove build system and autodetection.
2014-08-11 Ingo SchwarzeProvide a fallback version of fts(3) for systems lackin...
2014-08-10 Ingo SchwarzeGet rid of HAVE_CONFIG_H, it is always defined; idea...
2014-08-06 Ingo SchwarzeBring the handling of defective prologues even closer...
2014-08-05 Ingo SchwarzeAbsurdly, the return value of sqlite3_column_text()
2014-06-21 Ingo SchwarzePrefix messages about bad command line options and...
2014-06-20 Ingo SchwarzeMerge from OpenBSD - Marc Espie improved the ohash...
2014-06-20 Ingo SchwarzeMore tweaking of set_basedir().
2014-06-19 Ingo SchwarzeSome simple set_basedir() cleanup; more to come.
2014-06-18 Ingo SchwarzeMerge OpenBSD rev. 1.108 by sthen@; original commit...
2014-05-07 Ingo SchwarzeRender roff escape sequences contained in manual page...
2014-05-07 Ingo SchwarzeFix two memory leaks in makewhatis -n:
2014-04-27 Ingo SchwarzeImprove error handling in dbopen(). If PRAGMA SQL...
2014-04-25 Ingo SchwarzeReduce the verbosity of makewhatis -t:
2014-04-23 Ingo SchwarzeAudit malloc(3)/calloc(3)/realloc(3) usage.
2014-04-23 Ingo SchwarzeAudit strlcpy(3)/strlcat(3) usage:
2014-04-23 Ingo Schwarzeimprove SQL style: avoid "SELECT *", be explicit in...
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2014-04-19 Ingo SchwarzeTwo minor tweaks regarding the fallback from -u/-d...
2014-04-19 Ingo SchwarzeProperly handle symlinks (hardlinks and .so only files...
2014-04-18 Ingo SchwarzeIn update mode, when opening the database fails, probab...
2014-04-16 Ingo SchwarzeRename the mpages.id column to mpages.pageid. There...
2014-04-16 Ingo SchwarzeGive the mlinks and keys tables a pageid index,
2014-04-13 Ingo SchwarzeUnify description handling across all document types...
2014-04-13 Ingo Schwarzebetter error reporting in case of SQL errors: mention...
2014-04-10 Ingo SchwarzeNext speed optimization step for the new apropos(1).
2014-04-09 Ingo SchwarzeAfter careful gprof(1)ing of the new apropos(1), move...
2014-04-04 Ingo SchwarzeIn -p (picky) mode, warn unless each filename (aka...
2014-04-04 Ingo SchwarzeWarn about missing mlinks.
2014-04-04 Ingo SchwarzeRemember which names are in the NAME section.
2014-04-04 Ingo SchwarzeWhen the -n or -t flag is given to makewhatis(8),
2014-04-03 Ingo SchwarzeInstead of silently doing nothing at all,
2014-04-03 Ingo SchwarzeRename the -W option to -p (mnemonics: picky, print...
2014-04-03 Ingo SchwarzeThe -v option of mandocdb(8) clashes with the -v option...
2014-03-26 Ingo SchwarzeWithout bloating mandoc(1) itself, let mandocdb(8)...
2014-03-26 Ingo SchwarzeImprove error reporting.
2014-03-23 Ingo SchwarzeIf an .Nd block contains macros, avoid fragmented entri...
2014-03-23 Ingo SchwarzeIf a man(7) NAME section contains macros, avoid truncat...
2014-03-23 Ingo Schwarzeavoid repetitive code for asprintf error handling
next