| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | preconv is now on encoding-recognition parity with groff. This last | Kristaps Dzonsons | 2011-05-26 | 1 | -1/+1 |
* | Significantly improve preconv. Allow it to recode UTF-8 characters into | Kristaps Dzonsons | 2011-05-26 | 1 | -0/+7 |
* | It's annoying that we don't have preconv, so throw together a quick | Kristaps Dzonsons | 2011-05-26 | 1 | -3/+16 |
* | Most important move in getting predefined strings entirely contained | Kristaps Dzonsons | 2011-05-24 | 1 | -0/+2 |
* | It seems that __STDC_ISO_10646__ isn't defined even where it can be | Kristaps Dzonsons | 2011-05-19 | 1 | -3/+5 |
* | Add TODO entry for standalone `.' in tbl pages (pointed out by Yuri | Kristaps Dzonsons | 2011-05-18 | 1 | -1/+1 |
* | Locale support. I'm checking this in to clean up fall-out in-tree, but | Kristaps Dzonsons | 2011-05-17 | 1 | -1/+4 |
* | Ooops, forgot to install makewhatis manual. | Kristaps Dzonsons | 2011-05-13 | 1 | -1/+6 |
* | Version up! 1.11.2. Let's go... | Kristaps Dzonsons | 2011-05-13 | 1 | -2/+2 |
* | Rename mandoc-db to makewhatis. On the suggestion of schwarze@; I agree. | Kristaps Dzonsons | 2011-05-13 | 1 | -11/+11 |
* | Don't let Linux-isms creep into Makefile. | Kristaps Dzonsons | 2011-05-12 | 1 | -1/+1 |
* | Was installing libmandoc.a without mandoc.h... | Kristaps Dzonsons | 2011-04-30 | 1 | -0/+2 |
* | Move "chars" interface out of out.h and into mandoc.h. This doesn't | Kristaps Dzonsons | 2011-04-29 | 1 | -5/+4 |
* | Make sure to create LIBDIR. From a patch by Thomas Klausner, thanks! | Kristaps Dzonsons | 2011-04-05 | 1 | -0/+1 |
* | Snafu: forgetting to tar up critical files. Pointed out by Yuri Pankov.VERSION.1.11.1 | Kristaps Dzonsons | 2011-04-04 | 1 | -0/+4 |
* | Version up to 1.11.1: here we go! | Kristaps Dzonsons | 2011-04-04 | 1 | -2/+2 |
* | Roll back Linux-ism that crept into Makefile. | Kristaps Dzonsons | 2011-04-04 | 1 | -1/+1 |
* | Fix possible segfaults in `Lk' -T[x]html handler, which made some | Kristaps Dzonsons | 2011-04-04 | 1 | -1/+1 |
* | Have mandoc-db use config.h for strlcat(). Then create the btree | Kristaps Dzonsons | 2011-04-03 | 1 | -3/+3 |
* | Add an initial keyword-indexer as an alternative front-end to libmandoc.a. | Kristaps Dzonsons | 2011-04-02 | 1 | -0/+14 |
* | Add lint target to Makefile. | Kristaps Dzonsons | 2011-03-29 | 1 | -16/+73 |
* | Put mandocerrs and mandoclevels arrays into libmandoc with accessors | Kristaps Dzonsons | 2011-03-28 | 1 | -1/+1 |
* | Merge man_args() into man_macro.c, the only place where it's called, and | Kristaps Dzonsons | 2011-03-23 | 1 | -2/+0 |
* | Fix "libman" dependence. | Kristaps Dzonsons | 2011-03-23 | 1 | -1/+1 |
* | Have the default include/lib install path end with "mandoc" to prevent | Kristaps Dzonsons | 2011-03-22 | 1 | -4/+4 |
* | Note the TODO file on the website. Also install index.html (oops). | Kristaps Dzonsons | 2011-03-22 | 1 | -2/+2 |
* | Step 5: re-write Makefile and relax. This restructures the Makefile to | Kristaps Dzonsons | 2011-03-22 | 1 | -315/+277 |
* | Step 4: merge chars.h into out.h. The functions in this file are | Kristaps Dzonsons | 2011-03-22 | 1 | -4/+4 |
* | Step 3: consolidate manuals. The parse functions in mdoc.h, roff.h, and | Kristaps Dzonsons | 2011-03-22 | 1 | -17/+17 |
* | Step 2: blow away roff.h, as all of its functions have been moved into | Kristaps Dzonsons | 2011-03-22 | 1 | -3/+3 |
* | Split the document parsing sequence out of main.c and into read.c, | Kristaps Dzonsons | 2011-03-20 | 1 | -3/+3 |
* | Bumped internal version. There will be no formal release with this: it | Kristaps Dzonsons | 2011-03-20 | 1 | -2/+2 |
* | Kill off mdoc_strings.c, which is now empty. Byeeeeeeeee! | Kristaps Dzonsons | 2011-03-17 | 1 | -5/+3 |
* | Allow compilation with pcc, which has interesting/broken handling of -W | Kristaps Dzonsons | 2011-02-24 | 1 | -4/+4 |
* | Add stub for eqn.7 manual and flip it on. Also note COMPATIBILITY issue | Kristaps Dzonsons | 2011-02-09 | 1 | -8/+9 |
* | Add initial EQN support to mandoc. This parses, then throws away, data | Kristaps Dzonsons | 2011-02-06 | 1 | -3/+3 |
* | Meh, 2010->2011. Changed the live index.html file so as not to confuse | Kristaps Dzonsons | 2011-01-07 | 1 | -1/+1 |
* | Version bits. Here we go... | Kristaps Dzonsons | 2011-01-07 | 1 | -2/+2 |
* | Moved table stuff from roff.7 into the new tbl.7 (suggested by Jason McIntyre). | Kristaps Dzonsons | 2011-01-04 | 1 | -8/+9 |