Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a TODO noted by schwarze@, originally by Christian Weisgerber: | Kristaps Dzonsons | 2011-07-03 | 4 | -3/+8 |
| | | | | | literal mode (`nf') is ended by SH (and, it turns out, SS as well). Noted the updated behaviour in man.7 as well. | ||||
* | two new bugs reported by naddy@: | Ingo Schwarze | 2011-07-03 | 1 | -0/+8 |
| | | | | | - .\} breaks - .SH implies .fi | ||||
* | We obviously need man.h and mdoc.h installed as mentioned in mandoc.3. | Kristaps Dzonsons | 2011-07-03 | 1 | -1/+1 |
| | |||||
* | Added `Er' in ERRORS scan to makewhatis. | Kristaps Dzonsons | 2011-07-01 | 2 | -1/+17 |
| | |||||
* | Added search for `Ev' environment variables in ENVIRONMENT section. | Kristaps Dzonsons | 2011-07-01 | 2 | -1/+17 |
| | |||||
* | Allow `Nd' scarfed data to allow for non-text nodes as the first node, as well. | Kristaps Dzonsons | 2011-07-01 | 1 | -21/+20 |
| | |||||
* | Add some notes to index.sgml. This does not signal a release. | Kristaps Dzonsons | 2011-07-01 | 1 | -35/+12 |
| | |||||
* | Make scan for text tokens in a line recursive. This is really only for | Kristaps Dzonsons | 2011-07-01 | 1 | -34/+38 |
| | | | | | the benefit of `Nd', which is the only [to date] node that can consist of sub-nodes. | ||||
* | Add path reference (`Pa' in FILES section). | Kristaps Dzonsons | 2011-07-01 | 2 | -1/+20 |
| | |||||
* | Ouch: predefined strings moved into roff.c weren't being reinitalised | Kristaps Dzonsons | 2011-06-30 | 2 | -0/+7 |
| | | | | | after the first parse. Do this, but note there are more efficient ways just waiting for a table of macros. | ||||
* | First fix how `sp 1' doesn't imply `1v' (it now does) and that 1 | Kristaps Dzonsons | 2011-06-29 | 5 | -8/+16 |
| | | | | | | followed by non-digits, e.g. `1g', really means `1'. Next, fix some spacing issues where `sp' was invoked in -man after sections or subsections. Make sure this behaviour is mirrored in -Thtml. | ||||
* | Add cross-reference records to makewhatis. | Kristaps Dzonsons | 2011-06-25 | 2 | -1/+26 |
| | |||||
* | Add more documentation for libmandoc. | Kristaps Dzonsons | 2011-06-22 | 1 | -6/+51 |
| | |||||
* | Clean up makewhatis.c a little bit and add verbosity (-v). | Kristaps Dzonsons | 2011-06-22 | 2 | -29/+42 |
| | |||||
* | Make sure hash is initialised to NULL and remove an unused variable. | Kristaps Dzonsons | 2011-06-22 | 1 | -2/+2 |
| | |||||
* | Try again to get the transfer from hash to btree working. This time | Kristaps Dzonsons | 2011-06-22 | 1 | -17/+18 |
| | | | | | | | just closing and re-opening the database, as deleting records with (*hash->del) either in the scan loop or after it causes uncertain behaviour (left-over keys, mystery keys, etc.). This finally does the Right Thing (tm). | ||||
* | Fix broken transfer from hashtable to btree for makewhatis.c. | Kristaps Dzonsons | 2011-06-21 | 1 | -11/+10 |
| | |||||
* | Note mandoc-cgi -> mandoc-tools. | Kristaps Dzonsons | 2011-06-21 | 1 | -1/+3 |
| | |||||
* | Let descriptions (bit-mask 0x100) also be mined for text. This doubles | Kristaps Dzonsons | 2011-06-21 | 3 | -6/+19 |
| | | | | | the database size (one record for each file), but it's critical information. | ||||
* | Have descriptions also use struct buf. This completes the internal | Kristaps Dzonsons | 2011-06-21 | 1 | -110/+52 |
| | | | | migration to in-memory hashing and passing buffers instead of DBTs. | ||||
* | Don't let empty strings into the makewhatis keyword database. | Kristaps Dzonsons | 2011-06-21 | 2 | -2/+3 |
| | |||||
* | Make sure makewhatis.1 is documenting the correct bit-fields. | Kristaps Dzonsons | 2011-06-21 | 1 | -12/+9 |
| | |||||
* | Big change to makewhatis: use an in-memory hashtable to collapse | Kristaps Dzonsons | 2011-06-21 | 1 | -129/+183 |
| | | | | | | multiple types of the same name (e.g., "foo" being a manual name, utility name, etc.) into a single bitmask'd region. This considerably reduces the size of the keyword database. | ||||
* | Make -T[x]html in -man also be aware of the vertical-space issues in the | Kristaps Dzonsons | 2011-06-18 | 1 | -4/+28 |
| | | | | last few commits. | ||||
* | Fix two TODOs with one check-in. Both of these relate to vertical space | Kristaps Dzonsons | 2011-06-18 | 3 | -33/+15 |
| | | | | before paragraphs and/or within `RS' blocks. | ||||
* | Allow RS/RE blocks to nest. This requires first the syntax tree to | Kristaps Dzonsons | 2011-06-18 | 3 | -27/+20 |
| | | | | | | | | accomodate for the fix, then for the front-ends. -T[x]html accepted the syntax tree natively, but -Tascii had to use relative offsets. It's quite a simple fix. From a TODO by {dcoppa,dsoares}@openbsd. | ||||
* | Add back in a check that the leading `-' exists for arguments. This | Kristaps Dzonsons | 2011-06-18 | 1 | -6/+5 |
| | | | | | mysteriously disappeared in 1.14. No idea why. While here, remove an unnecessary header and order the function prototypes. | ||||
* | Clean-up: remove a function only called once. | Kristaps Dzonsons | 2011-06-18 | 1 | -37/+16 |
| | |||||
* | Fix an assertion failure raised by the following interesting scenario: a | Kristaps Dzonsons | 2011-06-18 | 2 | -194/+163 |
| | | | | | | | | | | | | | | auto-opened `It' (i.e., a column list with a free-text first line) with leading spaces in the line triggering assertion when searching for arguments. This led to a fix giving a nice performance speed-ups (a few percent, with some quick trials): the search for flags immediately exits if the macro has no flags, instead of having to first parse the leading word then look it up. I also cleaned up the argv parsing stuff a little bit and added more documentation. This comes from a TODO by joerg@. | ||||
* | Have -T[x]html print out the link target for `Lk' if no link title is | Kristaps Dzonsons | 2011-06-16 | 1 | -3/+4 |
| | | | | provided. From a patch by Tim van der Molen. | ||||
* | Add note about crash on invalid found in the NetBSD tree | Joerg Sonnenberger | 2011-06-12 | 1 | -0/+3 |
| | |||||
* | .Nm in-line/block issues reported by uqs@ | Ingo Schwarze | 2011-06-11 | 1 | -0/+8 |
| | |||||
* | Fix some bad bits in the mandoc manual: `Xr' instead of `Sx', unescaped | Kristaps Dzonsons | 2011-05-30 | 1 | -8/+7 |
| | | | | | stuff that should be escaped, and a style matter or two. Pointed out by Jason McIntyre, thanks! | ||||
* | Remove untrue CAVEAT in makewhatis.1. | Kristaps Dzonsons | 2011-05-26 | 1 | -4/+0 |
| | |||||
* | Version 1.11.3. Here we go!VERSION.1.11.3 | Kristaps Dzonsons | 2011-05-26 | 2 | -4/+4 |
| | |||||
* | Some small lint checks in preconv. Also add it to the default lint rule. | Kristaps Dzonsons | 2011-05-26 | 2 | -6/+6 |
| | |||||
* | OpenBSD needs sys/types for mmap... oops... | Kristaps Dzonsons | 2011-05-26 | 1 | -0/+1 |
| | |||||
* | At least in theory, this patch lets us compile on Windows (which does | Kristaps Dzonsons | 2011-05-26 | 3 | -3/+23 |
| | | | | not have mmap(), from what I can tell). | ||||
* | More updates to www. A version's on its way... | Kristaps Dzonsons | 2011-05-26 | 1 | -14/+17 |
| | |||||
* | Have preconv install with mandoc. | Kristaps Dzonsons | 2011-05-26 | 1 | -2/+2 |
| | |||||
* | Slightly clean up verbiage in coding tags. | Kristaps Dzonsons | 2011-05-26 | 1 | -2/+2 |
| | |||||
* | preconv is now on encoding-recognition parity with groff. This last | Kristaps Dzonsons | 2011-05-26 | 3 | -29/+150 |
| | | | | | | | | | commit adds parsing of "File Variables" in the first two lines in order to grok the encoding. This completes groff's recognition sequence (-e, BOM, File variables, -D, default). I've also cleaned up the manual to indicate this and for some general readability. preconv is now compiled by default in the Makefile. | ||||
* | The \*q predef certainly doesn't map to \"! Fix this. | Kristaps Dzonsons | 2011-05-26 | 1 | -1/+1 |
| | |||||
* | Add notes about preconv.1 in the www and change some wording in the | Kristaps Dzonsons | 2011-05-26 | 2 | -1/+22 |
| | | | | manual regarding its output and `Nd' sentence. | ||||
* | Significantly improve preconv. Allow it to recode UTF-8 characters into | Kristaps Dzonsons | 2011-05-26 | 3 | -12/+260 |
| | | | | | | | | | | | | | the \[uNNNN] strings (taking into account big-endian archs). Also allow it to determine from the BOM whether it's a UTF-8 file. Also add the initial manual. This has been tested over a random selection of UTF-8 documents, as % preconv -e utf-8 foo.1 | ./mandoc -Tlocale where -Tlocale is allowed (-DUSE_WCHAR). Note that we're still missing the "type" indicator that preconv accepts. | ||||
* | If a predefined string is missing, emit a warning and make it an empty | Kristaps Dzonsons | 2011-05-26 | 1 | -5/+6 |
| | | | | | | string instead of passing it along to libmdoc/libman (where it'll be printed verbatim, now). This is what groff seems to do, too (of course without a warning). | ||||
* | Noticed that our skeleton mdoc.7 had lower-case `Dt'. Fixed and added | Kristaps Dzonsons | 2011-05-26 | 2 | -8/+13 |
| | | | | some language for clarity. | ||||
* | It's annoying that we don't have preconv, so throw together a quick | Kristaps Dzonsons | 2011-05-26 | 2 | -3/+332 |
| | | | | | | | | version and let it grow in-tree. Right now, this only supports the Latin-1 and US-ASCII encoding. I'll do UTF-8 next. It's call-compatible with GNU's preconv although I don't do fancy stuff like BOM or header check. This will come. I used read.c's file-grokking code. | ||||
* | Document that spec2cp never returns 0. | Kristaps Dzonsons | 2011-05-24 | 1 | -3/+1 |
| | |||||
* | Use the correct Unicode value for the zero-width space, which means that | Kristaps Dzonsons | 2011-05-24 | 2 | -28/+11 |
| | | | | | spec2cp never needs to fall through to spec2str. Then clean out html.c of its unnecessary print_res() function. |