| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | merge from VERSION_1_12: do not complain about unused variables in test-*.c | Ingo Schwarze | 2013-10-05 | 1 | -7/+7 |
* | Merge from VERSION_1_12, in particular release date, pkgsrc port version, | Ingo Schwarze | 2013-10-05 | 1 | -1/+1 |
* | Merge from branch VERSION_1_12: | Ingo Schwarze | 2013-10-02 | 1 | -9/+17 |
* | Stop producing xhtml/pdf/etc for webpage (logs indicate that nobody actually | Kristaps Dzonsons | 2012-06-09 | 1 | -61/+1 |
* | Merge whatis.1 into apropos.1 (and remove), add whatis bits to apropos | Kristaps Dzonsons | 2012-06-09 | 1 | -5/+4 |
* | Remove catman(8): it's superfluous. | Kristaps Dzonsons | 2012-06-09 | 1 | -1/+1 |
* | Add a compatibility interface for ohash. | Kristaps Dzonsons | 2012-06-09 | 1 | -1/+7 |
* | Remove lint from Makefile. | Kristaps Dzonsons | 2012-06-08 | 1 | -239/+41 |
* | 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 |