]> git.cameronkatri.com Git - mandoc.git/history - configure
Basic reporting of .Xrs to manual pages that don't exist
[mandoc.git] / configure
2017-07-01 Ingo SchwarzeBasic reporting of .Xrs to manual pages that don't...
2017-06-12 Ingo SchwarzeImplement automatic line breaking
2017-03-04 Ingo SchwarzeDebian needs relative symlinks not only for manual...
2017-02-18 Ingo Schwarzeproper test for O_DIRECTORY
2017-02-17 Ingo SchwarzeMake the directory explicit where source files are...
2017-02-16 Ingo Schwarzeadd $(LN) configuration variable; requested by Michael...
2017-02-16 Ingo SchwarzeProvide a variable BINM_CATMAN.
2017-02-08 Ingo Schwarzeconfig glue for recvmsg(2) and CMSG_FIRSTHDR(3);
2017-02-04 Ingo Schwarzeexperimental mandocd(8) and catman(8)
2017-01-12 Ingo SchwarzePut compiler arguments that may contain -l at the end...
2016-11-19 Ingo SchwarzeDo not install libmandoc.a by default.
2016-10-20 Ingo Schwarzetypo in informational message: s/UTF_LOCALE/UTF8_LOCALE/
2016-10-18 Ingo SchwarzeCompat glue for the FreeBSD comparison function prototy...
2016-08-10 Ingo SchwarzeWhen trying to figure out which C compiler make(1)...
2016-08-05 Ingo SchwarzeThe concept of endianness seems to be somewhat newfangl...
2016-08-02 Ingo SchwarzePOSIX allows PATH_MAX to not be defined, meaning "unlim...
2016-07-31 Ingo SchwarzeAutodetect a suitable locale for -Tutf8 mode,
2016-07-20 Ingo SchwarzeAutodetect if -lrt is needed for nanosleep(3).
2016-07-20 Ingo SchwarzeLinux compatibility: Work around the lack of EFTYPE...
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-15 Ingo SchwarzeSanitize the environment when calling make(1) to autode...
2016-07-12 Kristaps DzonsonsAdd support for Mac OS X's sandbox_init(3) sandbox...
2016-07-10 Ingo Schwarzesupport LDFLAGS;
2016-05-18 Ingo SchwarzeVarious people (among others Maxim Belooussov and Carst...
2015-11-26 Ingo SchwarzeNo point in trying to go on when elementary database...
2015-11-07 Ingo SchwarzeThe sh(1) "test" builtin on Solaris 10 doesn't have -e,
2015-11-07 Ingo Schwarzeprovide a simple stand-alone implementation of getline(3)
2015-11-07 Ingo SchwarzeModernization, no functional change intended:
2015-11-07 Ingo SchwarzeIn private header files, __BEGIN_DECLS and __END_DECLS...
2015-11-07 Ingo Schwarzegarbage collect unused EXAMPLEDIR, forgotten in the...
2015-11-06 Ingo SchwarzeIn ./configure, select a RE syntax for word boundaries...
2015-11-06 Ingo Schwarzemerge pledge(2) support from OpenBSD
2015-11-06 Ingo SchwarzeUse getprogname(3) rather than __progname.
2015-10-11 Ingo SchwarzeFinally use __progname, err(3) and warn(3).
2015-07-19 Ingo SchwarzeDo not fork and exec gunzip(1), just link with libz...
2015-05-20 Ingo Schwarze* remove FreeBSDisms
2015-03-27 Ingo SchwarzeAdd man.conf(5). After adding some additional function...
2015-03-22 Ingo Schwarzemake MANPATH_DEFAULT compile-time configurable
2015-03-19 Ingo SchwarzeCompat glue needed for Solaris 9 and 10.
2015-03-18 Ingo SchwarzePass the CC set in configure.local to Makefile.local.
2015-03-11 Ingo SchwarzeWhen manpath(1) is available, enable HAVE_MANPATH even...
2015-02-16 Ingo SchwarzeDelete the -V option. It serves no purpose but keeps...
2015-02-16 Ingo Schwarzestrtonum(3) compat glue
2015-01-21 Ingo SchwarzeSupport homebrew-style linking on Mac OS X.
2014-12-13 Ingo Schwarzeversion 1.13.2 VERSION_1_13_2
2014-12-09 Ingo SchwarzeSupport choosing alternative binary and manual names...
2014-12-09 Ingo SchwarzeIntegrate the makewhatis binary into the mandoc binary
2014-08-28 Ingo SchwarzeOn Linux, wcwidth() needs _XOPEN_SOURCE, or just _GNU_S...
2014-08-17 Ingo SchwarzeDo not require getsubopt() to provide extern char ...
2014-08-16 Ingo SchwarzeWhen BUILD_DB is active, link apropos(1) into the mando...
2014-08-16 Ingo SchwarzeImprove build system and autodetection.
2014-08-11 Ingo Schwarzework around lack of d_namlen and ALIGN/ALIGNBYTES on...
2014-08-11 Ingo SchwarzeProvide a fallback version of fts(3) for systems lackin...
2014-08-10 Ingo SchwarzeClarifications in comments and standard output suggested by
2014-08-08 Ingo SchwarzeDo not hardcode stuff in ./configure that is actually...
2014-08-05 Ingo SchwarzeSince old SQLite versions do not have sqlite3_errstr(),
2014-08-04 Ingo Schwarzeremove strnlen(3) compat, we no longer use it
2014-06-20 Ingo Schwarzelet the build system cope with the recent ohash changes
2014-04-23 Ingo SchwarzeAudit malloc(3)/calloc(3)/realloc(3) usage.
2014-01-04 Ingo SchwarzeEven though strnlen(3) is required by POSIX 2008,
2014-01-04 Ingo SchwarzeClean up feature tests: