]> git.cameronkatri.com Git - mandoc.git/history - Makefile
The concept of endianness seems to be somewhat newfangled, so the
[mandoc.git] / Makefile
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-20 Ingo SchwarzeAutodetect if -lrt is needed for nanosleep(3).
2016-07-19 Ingo SchwarzeRemove the dependency on SQLite without loss of functio...
2016-07-12 Kristaps DzonsonsAdd support for Mac OS X's sandbox_init(3) sandbox...
2016-07-10 Ingo Schwarzesupport LDFLAGS;
2016-07-10 Ingo SchwarzeSimplify the code and the server setup by deleting...
2016-07-08 Ingo SchwarzeA some missing files to TESTSRCS and DISTFILES
2016-07-07 Ingo Schwarzesome 1.13.4 release preparations
2016-05-18 Ingo SchwarzeDelete useless variables that could sneak into the...
2016-05-18 Ingo SchwarzeVarious people (among others Maxim Belooussov and Carst...
2016-04-15 Ingo Schwarzeset up man.cgi(3) for inclusion in the web site
2015-11-07 Ingo Schwarzemove compat_reallocarray.o into SOELIM_OBJS, no functio...
2015-11-07 Ingo Schwarzesoelim(1) use getline(3) and err(3), and err(3) uses...
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 Schwarzegarbage collect unused EXAMPLEDIR, forgotten in the...
2015-11-07 Ingo SchwarzeInstall the soelim(1) binary and manual to the right...
2015-11-06 Ingo Schwarzemerge pledge(2) support from OpenBSD
2015-11-06 Ingo SchwarzeUse getprogname(3) rather than __progname.
2015-11-05 Ingo SchwarzeUnify the three stylesheets into a single CSS file.
2015-11-05 Ingo Schwarzedemandoc(1) needs to link against -lutil, 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-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-07-17 Ingo SchwarzeInitial, still somewhat experimental implementation...
2015-07-14 Ingo SchwarzeFix the "depend" target and regenerate Makefile.depend:
2015-05-21 Ingo SchwarzeLink compat_reallocarray.o into soelim; needed on
2015-05-20 Ingo Schwarze* remove FreeBSDisms
2015-04-02 Ingo SchwarzeFirst step towards parser unification:
2015-03-27 Ingo SchwarzeParse the new man.conf(5) "output" directive.
2015-03-27 Ingo SchwarzeAdd man.conf(5). After adding some additional function...
2015-03-19 Ingo SchwarzeCompat glue needed for Solaris 9 and 10.
2015-03-13 Ingo Schwarzerelease 1.13.3 VERSION_1_13_3
2015-02-16 Ingo SchwarzeDelete the -V option. It serves no purpose but keeps...
2015-02-16 Ingo Schwarzestrtonum(3) compat glue
2015-02-03 Ingo SchwarzeEnable the integrated man(1) even when database support...
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-01 Ingo Schwarzedeveloper documentation regarding header files
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-10-25 Ingo Schwarzeintegrate preconv(1) into mandoc(1);
2014-09-27 Kristaps DzonsonsHave Makefile build mandoc(1) before it tries to genera...
2014-08-21 Ingo SchwarzeNow that we have man(1) functionality, add a man(1...
2014-08-17 Ingo SchwarzeFully integrate apropos(1) into mandoc(1).
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-12 Ingo Schwarzetypo in comment; Guy Harris <guy at alum dot mit dot...
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 SchwarzeGet rid of HAVE_CONFIG_H, it is always defined; idea...
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-08 Ingo Schwarzeadd INSTALL and bump VERSION
2014-08-05 Ingo SchwarzeSince old SQLite versions do not have sqlite3_errstr(),
2014-08-05 Ingo SchwarzePortability fix:
2014-08-05 Ingo SchwarzeSync library documentation with reality.
2014-08-05 Ingo SchwarzeSwitch to autogenerated dependency rules; they are...
2014-08-05 Ingo SchwarzeProperly partition the build system and install some...
2014-08-05 Ingo SchwarzeVarious minor corrections:
2014-08-05 Ingo Schwarzesort user settings; no functional change
2014-08-04 Ingo Schwarzeremove strnlen(3) compat, we no longer use it
2014-07-13 Ingo SchwarzeInstall the manuals of the web interface below the...
2014-07-12 Ingo SchwarzeNo need for run-time configuration, add minimal compile...
2014-07-10 Ingo SchwarzeFull rewrite of the man.cgi(8) manual.
2014-07-09 Ingo SchwarzeSwitch over man.cgi to SQLite. While here:
2014-06-20 Ingo Schwarzelet the build system cope with the recent ohash changes
2014-04-24 Ingo SchwarzeVarious Makefile improvements:
2014-04-23 Ingo SchwarzeAudit malloc(3)/calloc(3)/realloc(3) usage.
2014-04-22 Ingo Schwarzeadd a LICENSE file for clarity and for the convenience...
2014-04-18 Ingo SchwarzeSlowly, the dust begins to settle.
2014-04-15 Ingo SchwarzeDocument the database format and SQL code generation;
2014-03-23 Ingo SchwarzeThe files mandoc.c and mandoc.h contained both speciali...
2014-03-03 Ingo Schwarze- remove index.html, it is now part of the website...
2014-01-19 Ingo SchwarzeGet rid of the local keys table, use the new mansearch_...
2014-01-19 Ingo SchwarzeSupport a second -v on mandocdb(8) to show keys while...
2014-01-04 Ingo SchwarzePut mansearch.{h,c}, manpage.c, and compat_ohash.{h,c}
2014-01-04 Ingo SchwarzePut ./configure into the distributin tarball.
2014-01-04 Ingo SchwarzeEven though strnlen(3) is required by POSIX 2008,
2014-01-04 Ingo SchwarzeClean up feature tests:
2013-12-31 Ingo SchwarzeProvide strcasestr(3) and strsep(3) for Solaris 10...
2013-12-31 Ingo Schwarzerelease 1.12.3 VERSION_1_12_3
2013-10-06 Ingo SchwarzePut VERSION into config.h.
2013-10-05 Ingo Schwarzemerge from VERSION_1_12: do not complain about unused...
2013-10-05 Ingo SchwarzeMerge from VERSION_1_12, in particular release date...
2013-10-02 Ingo SchwarzeMerge from branch VERSION_1_12:
2012-06-09 Kristaps DzonsonsStop producing xhtml/pdf/etc for webpage (logs indicate...
2012-06-09 Kristaps DzonsonsMerge whatis.1 into apropos.1 (and remove), add whatis...
2012-06-09 Kristaps DzonsonsRemove catman(8): it's superfluous.
2012-06-09 Kristaps DzonsonsAdd a compatibility interface for ohash.
2012-06-08 Kristaps DzonsonsRemove lint from Makefile.
2012-03-24 Kristaps DzonsonsGet ready for a version.
2012-03-23 Kristaps DzonsonsRemove some Mac OS crap in the Makefile.
2012-03-23 Kristaps DzonsonsDon't run superfluous mkdir when installing.
next