]> git.cameronkatri.com Git - mandoc.git/history - mandocdb.c
While we do not recommend the idiom ".Fl Fl long" for long options
[mandoc.git] / mandocdb.c
2020-04-03 Ingo SchwarzeRemove some stray argument names from function prototypes,
2020-01-26 Ingo SchwarzeRepair more of the issues that i found in filescan...
2020-01-26 Ingo SchwarzeFix incorrect file type tests.
2020-01-25 Ingo SchwarzeMinor cleanup, no functional change:
2019-05-03 Ingo SchwarzeEnter dangling .so links into the database, to avoid...
2018-12-30 Ingo SchwarzeCleanup, no functional change:
2018-12-14 Ingo SchwarzeMajor cleanup; may imply minor changes in edge cases...
2018-12-13 Ingo SchwarzeCleanup, no functional change:
2018-08-17 Ingo SchwarzeRemove more pointer arithmetic passing via regions...
2018-02-23 Ingo SchwarzeLogically, the following are are type names - just...
2018-02-07 Ingo SchwarzeIn man(7) and cat pages, cut off excessive one line...
2017-08-26 Ingo SchwarzeFix previous: mmap(2) returns MAP_FAILED on failure...
2017-08-26 Ingo SchwarzeDo not fork and exec cmp(1); instead, simply fstat...
2017-08-26 Ingo SchwarzeNo need to fork and exec rm(1) -rf, we know that we...
2017-07-28 Ingo SchwarzeWhen the mparse_alloc() prototype changed in read.c...
2017-07-15 Ingo SchwarzeImprove rev. 1.250 further:
2017-06-24 Ingo SchwarzeSplit -Wstyle into -Wstyle and the even lower -Wbase...
2017-05-17 Ingo SchwarzeNever create empty databases.
2017-05-05 Ingo SchwarzeMove .sp to the roff modules. Enough infrastructure...
2017-05-05 Ingo Schwarzemove .ll to the roff modules
2017-05-04 Ingo SchwarzeParser reorg:
2017-04-24 Ingo SchwarzeContinue parser unification:
2017-03-03 Ingo SchwarzeFix a copy-and-paste error that caused man(7) manuals...
2017-02-17 Ingo SchwarzeNo need to cast NULL when assigning it to a variable;
2017-02-17 Ingo SchwarzeBe consistent in protecting __attribute__ attributes...
2017-01-27 Ingo Schwarzewarn about missing one-line description;
2017-01-27 Ingo SchwarzeParse the section number from the content of preformatt...
2017-01-27 Ingo SchwarzeIf parsing a page reveals that it is neither mdoc(7...
2017-01-27 Ingo Schwarzefix base directory detection for makewhatis -t
2017-01-27 Ingo SchwarzeAlways register names taken from file names in the...
2017-01-11 Ingo SchwarzeDo text production for .Bt, .Ex, .Rv, .Ud at the valida...
2017-01-10 Ingo SchwarzeUse new NODE_NOSRC and NODE_NOPRT flags for .Bx and...
2017-01-10 Ingo SchwarzeFor the .Ux/.Ox family of macros, do text production...
2016-10-22 Ingo Schwarzecast off_t and uint64_t for printf(3)
2016-10-20 Ingo Schwarze0x%llu is a bad idea, make that 0x%llx;
2016-10-18 Ingo SchwarzeCompat glue for the FreeBSD comparison function prototy...
2016-10-18 Ingo SchwarzeSimplify and correct support for reproducible builds...
2016-09-02 Ingo SchwarzeWhen "makewhatis -d" tries to add to a database that...
2016-09-01 Ingo Schwarzeremove "sparc" from a comment
2016-08-22 Ingo SchwarzeWhen trying to edit an existing database with makewhati...
2016-08-17 Ingo SchwarzeWhen the content of a manual page does not specify...
2016-08-05 Ingo Schwarzefix a typo that prevented names from .Dt from getting...
2016-08-01 Ingo SchwarzeRepair makewhatis -t, regression in rev. 1.221 reported...
2016-07-29 Ingo SchwarzeSort pages in the pages table by file names.
2016-07-29 Ingo SchwarzeNo need to populate the TYPE_arch and TYPE_sec bits...
2016-07-19 Ingo SchwarzeNow that our man.conf(5) format is mature and extremely...
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 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...
next