]> git.cameronkatri.com Git - mandoc.git/history - Makefile
AT&T is unlikely to release an new version of Research UNIX any time soon.
[mandoc.git] / Makefile
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.
2011-12-25 Kristaps DzonsonsContinue changing mandoc.{index,db} into whatis.{index...
2011-12-15 Kristaps DzonsonsSome presentation polish in man.cgi:
2011-12-13 Kristaps DzonsonsCompatibility support fgetln() on Linux. This uses...
2011-12-10 Kristaps DzonsonsAdding some missing "install" bits to Makefile.
2011-12-07 Kristaps DzonsonsHave a whatis/apropos mode, with the default (hitting...
2011-12-07 Kristaps DzonsonsMake installing CGI a bit easier.
2011-12-07 Kristaps DzonsonsBy default, man.cgi should compile with -static (this...
2011-12-02 Ingo SchwarzeIn man(7), when no explicit volume name is given, use...
2011-11-28 Ingo SchwarzeBackout -DUSE_MANPATH that sneaked in;
2011-11-27 Kristaps DzonsonsRemoving INSECURE mode. This is a work in progress...
2011-11-24 Kristaps DzonsonsMake a small manual for how to run man.cgi.
2011-11-24 Kristaps DzonsonsAdd manup(8). This runs through mandocdb(8) databases...
2011-11-23 Kristaps DzonsonsAdjust Makefile for manpath.{c,h} linking.
2011-11-20 Kristaps DzonsonsInitial support for man.conf/makepath(1).
2011-11-13 Ingo SchwarzeInventing new keywords for mostly the same thing when...
2011-11-13 Ingo SchwarzeLess misleading file names; ok kristaps@.
2011-11-09 Kristaps DzonsonsSplit apropos.c into db.c and apropos.h with simpler...
2011-10-08 Kristaps DzonsonsTweak Makefile and add config.h to -Tman to allow cross...
2011-10-08 Kristaps DzonsonsGet ready for version. I'm bumping the minor release...
2011-10-06 Kristaps DzonsonsMake apropos and mandocdb build by default.
2011-10-06 Kristaps DzonsonsImport apropos from mandoc-tools after inlining all...
2011-09-17 Ingo SchwarzeInitial, incomplete support for -Tman
2011-09-02 Kristaps DzonsonsAdding version notes.
2011-09-01 Kristaps DzonsonsAdd demandoc utility, a replacement for deroff.
2011-08-16 Kristaps DzonsonsAdded generation of Universal binary. Fixed up index...
2011-08-16 Kristaps DzonsonsVersion: 1.11.6.
2011-08-16 Kristaps DzonsonsUpdating mingw32 install hooks for new mingw version.
2011-08-16 Kristaps DzonsonsInitial version bits in place. Also added forgotten...
2011-07-25 Kristaps DzonsonsImplement the first steps of equation parsing from...
2011-07-24 Kristaps DzonsonsWe're officially no longer UNIX-specific; make this...
2011-07-24 Kristaps DzonsonsScary-looking but otherwise harmless changes allow...
2011-07-24 Kristaps DzonsonsTuned the initial eqn output, making it completely...
2011-07-23 Kristaps DzonsonsFlip on equation printing for -T[x]html.
2011-07-22 Kristaps DzonsonsAdd character output (-Tpdf, -Tps, -Tascii) for equatio...
2011-07-18 Kristaps DzonsonsMake `struct roff' be passed into libmdoc and libman...
2011-07-17 Kristaps DzonsonsRemember to NULL-ify new keys/vals.
2011-07-14 Ingo Schwarzemove mandocdb(1) to mandocdb(8)
2011-07-14 Kristaps DzonsonsRename makewhatis [back] into mandocdb. This is to...
2011-07-12 Kristaps DzonsonsNote version 1.11.4 bits. Here we go!
2011-07-04 Kristaps DzonsonsInstall sources with mode 0644. Noted by Jack Nagel...
2011-07-03 Kristaps DzonsonsWe obviously need man.h and mdoc.h installed as mention...
2011-06-21 Kristaps DzonsonsLet descriptions (bit-mask 0x100) also be mined for...
2011-06-21 Kristaps DzonsonsDon't let empty strings into the makewhatis keyword...
2011-05-26 Kristaps DzonsonsVersion 1.11.3. Here we go! VERSION_1_11_3
next