| Commit message (Expand) | Author | Age | Files | Lines |
* | Get ready for a version. | Kristaps Dzonsons | 2012-03-24 | 1 | -3/+2 |
* | Remove some Mac OS crap in the Makefile. | Kristaps Dzonsons | 2012-03-23 | 1 | -6/+10 |
* | Don't run superfluous mkdir when installing. | Kristaps Dzonsons | 2012-03-23 | 1 | -1/+0 |
* | Continue changing mandoc.{index,db} into whatis.{index,db}. Use mandocdb.h | Kristaps Dzonsons | 2011-12-25 | 1 | -1/+1 |
* | Some presentation polish in man.cgi: | Kristaps Dzonsons | 2011-12-15 | 1 | -2/+2 |
* | Compatibility support fgetln() on Linux. This uses the BSD-licensed | Kristaps Dzonsons | 2011-12-13 | 1 | -3/+24 |
* | Adding some missing "install" bits to Makefile. | Kristaps Dzonsons | 2011-12-10 | 1 | -8/+20 |
* | Have a whatis/apropos mode, with the default (hitting enter within the | Kristaps Dzonsons | 2011-12-07 | 1 | -0/+1 |
* | Make installing CGI a bit easier. | Kristaps Dzonsons | 2011-12-07 | 1 | -0/+9 |
* | By default, man.cgi should compile with -static (this was unset by mistake). | Kristaps Dzonsons | 2011-12-07 | 1 | -1/+1 |
* | In man(7), when no explicit volume name is given, use the default | Ingo Schwarze | 2011-12-02 | 1 | -2/+2 |
* | Backout -DUSE_MANPATH that sneaked in; | Ingo Schwarze | 2011-11-28 | 1 | -2/+2 |
* | Removing INSECURE mode. This is a work in progress! Logic for | Kristaps Dzonsons | 2011-11-27 | 1 | -18/+39 |
* | Make a small manual for how to run man.cgi. | Kristaps Dzonsons | 2011-11-24 | 1 | -0/+1 |
* | Add manup(8). This runs through mandocdb(8) databases (in the same way that | Kristaps Dzonsons | 2011-11-24 | 1 | -2/+17 |
* | Adjust Makefile for manpath.{c,h} linking. | Kristaps Dzonsons | 2011-11-23 | 1 | -11/+16 |
* | Initial support for man.conf/makepath(1). | Kristaps Dzonsons | 2011-11-20 | 1 | -0/+3 |
* | Inventing new keywords for mostly the same thing when a well-established | Ingo Schwarze | 2011-11-13 | 1 | -3/+4 |
* | Less misleading file names; ok kristaps@. | Ingo Schwarze | 2011-11-13 | 1 | -6/+6 |
* | Split apropos.c into db.c and apropos.h with simpler code (re-written, but | Kristaps Dzonsons | 2011-11-09 | 1 | -15/+29 |
* | Tweak Makefile and add config.h to -Tman to allow cross-compiling on | Kristaps Dzonsons | 2011-10-08 | 1 | -4/+13 |
* | Get ready for version. I'm bumping the minor release to 1.12 because | Kristaps Dzonsons | 2011-10-08 | 1 | -2/+2 |
* | Make apropos and mandocdb build by default. | Kristaps Dzonsons | 2011-10-06 | 1 | -2/+2 |
* | Import apropos from mandoc-tools after inlining all source files | Kristaps Dzonsons | 2011-10-06 | 1 | -1/+21 |
* | Initial, incomplete support for -Tman | Ingo Schwarze | 2011-09-17 | 1 | -0/+6 |
* | Adding version notes. | Kristaps Dzonsons | 2011-09-02 | 1 | -2/+2 |
* | Add demandoc utility, a replacement for deroff. | Kristaps Dzonsons | 2011-09-01 | 1 | -5/+25 |
* | Added generation of Universal binary. Fixed up index.sgml to be shorter | Kristaps Dzonsons | 2011-08-16 | 1 | -6/+16 |
* | Version: 1.11.6. | Kristaps Dzonsons | 2011-08-16 | 1 | -2/+2 |
* | Updating mingw32 install hooks for new mingw version. | Kristaps Dzonsons | 2011-08-16 | 1 | -2/+13 |
* | Initial version bits in place. Also added forgotten tests to installed files. | Kristaps Dzonsons | 2011-08-16 | 1 | -0/+2 |
* | Implement the first steps of equation parsing from within libmdoc. | Kristaps Dzonsons | 2011-07-25 | 1 | -0/+5 |
* | We're officially no longer UNIX-specific; make this clear. | Kristaps Dzonsons | 2011-07-24 | 1 | -2/+3 |
* | Scary-looking but otherwise harmless changes allow me to build for Windows. | Kristaps Dzonsons | 2011-07-24 | 1 | -10/+38 |
* | Tuned the initial eqn output, making it completely simple. This | Kristaps Dzonsons | 2011-07-24 | 1 | -2/+2 |
* | Flip on equation printing for -T[x]html. | Kristaps Dzonsons | 2011-07-23 | 1 | -2/+5 |
* | Add character output (-Tpdf, -Tps, -Tascii) for equations. This is the | Kristaps Dzonsons | 2011-07-22 | 1 | -2/+5 |
* | Make `struct roff' be passed into libmdoc and libman upon creation. | Kristaps Dzonsons | 2011-07-18 | 1 | -2/+4 |
* | Remember to NULL-ify new keys/vals. | Kristaps Dzonsons | 2011-07-17 | 1 | -1/+1 |
* | move mandocdb(1) to mandocdb(8) | Ingo Schwarze | 2011-07-14 | 1 | -19/+20 |
* | Rename makewhatis [back] into mandocdb. This is to maintain consistency | Kristaps Dzonsons | 2011-07-14 | 1 | -16/+16 |
* | Note version 1.11.4 bits. Here we go! | Kristaps Dzonsons | 2011-07-12 | 1 | -2/+2 |
* | Install sources with mode 0644. Noted by Jack Nagel. Ok schwarze@. | Kristaps Dzonsons | 2011-07-04 | 1 | -1/+2 |
* | We obviously need man.h and mdoc.h installed as mentioned in mandoc.3. | Kristaps Dzonsons | 2011-07-03 | 1 | -1/+1 |
* | Let descriptions (bit-mask 0x100) also be mined for text. This doubles | Kristaps Dzonsons | 2011-06-21 | 1 | -1/+1 |
* | Don't let empty strings into the makewhatis keyword database. | Kristaps Dzonsons | 2011-06-21 | 1 | -1/+1 |
* | Version 1.11.3. Here we go!VERSION.1.11.3 | Kristaps Dzonsons | 2011-05-26 | 1 | -2/+2 |
* | Some small lint checks in preconv. Also add it to the default lint rule. | Kristaps Dzonsons | 2011-05-26 | 1 | -1/+1 |
* | At least in theory, this patch lets us compile on Windows (which does | Kristaps Dzonsons | 2011-05-26 | 1 | -0/+5 |
* | Have preconv install with mandoc. | Kristaps Dzonsons | 2011-05-26 | 1 | -2/+2 |