aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* First fix how `sp 1' doesn't imply `1v' (it now does) and that 1Kristaps Dzonsons2011-06-295-13/+21
| | | | | | 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 Dzonsons2011-06-252-4/+29
|
* Add more documentation for libmandoc.Kristaps Dzonsons2011-06-221-8/+53
|
* Clean up makewhatis.c a little bit and add verbosity (-v).Kristaps Dzonsons2011-06-222-32/+45
|
* Make sure hash is initialised to NULL and remove an unused variable.Kristaps Dzonsons2011-06-221-3/+3
|
* Try again to get the transfer from hash to btree working. This timeKristaps Dzonsons2011-06-221-18/+19
| | | | | | | 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 Dzonsons2011-06-211-12/+11
|
* Note mandoc-cgi -> mandoc-tools.Kristaps Dzonsons2011-06-211-2/+4
|
* Let descriptions (bit-mask 0x100) also be mined for text. This doublesKristaps Dzonsons2011-06-213-8/+21
| | | | | the database size (one record for each file), but it's critical information.
* Have descriptions also use struct buf. This completes the internalKristaps Dzonsons2011-06-211-111/+53
| | | | migration to in-memory hashing and passing buffers instead of DBTs.
* Don't let empty strings into the makewhatis keyword database.Kristaps Dzonsons2011-06-212-3/+4
|
* Make sure makewhatis.1 is documenting the correct bit-fields.Kristaps Dzonsons2011-06-211-14/+11
|
* Big change to makewhatis: use an in-memory hashtable to collapseKristaps Dzonsons2011-06-211-130/+184
| | | | | | 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 theKristaps Dzonsons2011-06-181-5/+29
| | | | last few commits.
* Fix two TODOs with one check-in. Both of these relate to vertical spaceKristaps Dzonsons2011-06-183-36/+18
| | | | before paragraphs and/or within `RS' blocks.
* Allow RS/RE blocks to nest. This requires first the syntax tree toKristaps Dzonsons2011-06-183-30/+23
| | | | | | | | 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. ThisKristaps Dzonsons2011-06-181-7/+6
| | | | | 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 Dzonsons2011-06-181-38/+17
|
* Fix an assertion failure raised by the following interesting scenario: aKristaps Dzonsons2011-06-182-196/+165
| | | | | | | | | | | | | | 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 isKristaps Dzonsons2011-06-161-4/+5
| | | | provided. From a patch by Tim van der Molen.
* Add note about crash on invalid found in the NetBSD treeJoerg Sonnenberger2011-06-121-1/+4
|
* .Nm in-line/block issues reported by uqs@Ingo Schwarze2011-06-111-1/+9
|
* Fix some bad bits in the mandoc manual: `Xr' instead of `Sx', unescapedKristaps Dzonsons2011-05-301-10/+9
| | | | | stuff that should be escaped, and a style matter or two. Pointed out by Jason McIntyre, thanks!
* Remove untrue CAVEAT in makewhatis.1.Kristaps Dzonsons2011-05-261-6/+2
|
* Version 1.11.3. Here we go!VERSION_1_11_3Kristaps Dzonsons2011-05-262-5/+5
|
* Some small lint checks in preconv. Also add it to the default lint rule.Kristaps Dzonsons2011-05-262-7/+7
|
* OpenBSD needs sys/types for mmap... oops...Kristaps Dzonsons2011-05-261-0/+1
|
* At least in theory, this patch lets us compile on Windows (which doesKristaps Dzonsons2011-05-263-4/+24
| | | | not have mmap(), from what I can tell).
* More updates to www. A version's on its way...Kristaps Dzonsons2011-05-261-15/+18
|
* Have preconv install with mandoc.Kristaps Dzonsons2011-05-261-2/+2
|
* Slightly clean up verbiage in coding tags.Kristaps Dzonsons2011-05-261-3/+3
|
* preconv is now on encoding-recognition parity with groff. This lastKristaps Dzonsons2011-05-263-31/+152
| | | | | | | | | 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 Dzonsons2011-05-261-2/+2
|
* Add notes about preconv.1 in the www and change some wording in theKristaps Dzonsons2011-05-262-3/+24
| | | | manual regarding its output and `Nd' sentence.
* Significantly improve preconv. Allow it to recode UTF-8 characters intoKristaps Dzonsons2011-05-263-13/+261
| | | | | | | | | | | | | 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 emptyKristaps Dzonsons2011-05-261-6/+7
| | | | | | 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 addedKristaps Dzonsons2011-05-262-12/+17
| | | | some language for clarity.
* It's annoying that we don't have preconv, so throw together a quickKristaps Dzonsons2011-05-262-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 Dzonsons2011-05-241-4/+2
|
* Use the correct Unicode value for the zero-width space, which means thatKristaps Dzonsons2011-05-242-30/+13
| | | | | spec2cp never needs to fall through to spec2str. Then clean out html.c of its unnecessary print_res() function.
* Remove all references to ESCAPE_PREDEF, which is now not exposed passedKristaps Dzonsons2011-05-246-116/+7
| | | | the libroff point. This clears up a nice chunk of code.
* Remove predefined strings from the chars.in file, as they're now localKristaps Dzonsons2011-05-242-72/+28
| | | | | to predefs.in. This also makes "BOTH" entries directly into CHAR. The res2str and spec2str are now effectively the same function.
* Most important move in getting predefined strings entirely containedKristaps Dzonsons2011-05-243-3/+89
| | | | | | | | | | | within roff.c. These are now grokked from a table in the roff allocation routine and rest in the newly-created predefs.in (for consistency with chars.in). This is a first implementation and will likely be optimised along with the ds/de lookup table itself. This allows mandoc-defined predefined strings to be correctly removed or whatnot; earlier they couldn't. What will follow is the stripping-away of all predefined-string crud in the other parts of the system.
* Have conditional closure for both text and macro lines call through toKristaps Dzonsons2011-05-242-35/+26
| | | | | | ccond(). Fix the text handler to behave like the macro handler regarding escaped \}. Make \} actually become a zero-width space, too, and clean up the documentation in this regard.
* Fix a TODO to the effect that `.if n \{\ foo .br \}' was failing due toKristaps Dzonsons2011-05-242-17/+25
| | | | | | | | | | the `\}' not being directly after the `.br'. Now we check for `\}' in arbitrary parts of the line, and account for if it's escaped in funny ways. This behaviour diverges somewhat from groff in that the text at and following the `\}' is lost, while groff keeps it (sort-of). I'll add a COMPATIBILITY note to this effect.
* nested .RS/.RE is becoming more importantIngo Schwarze2011-05-211-1/+3
|
* remove a sentence which isn;t true;Ingo Schwarze2011-05-211-4/+2
| | | | from jmc@
* Turn on -Tutf8 in the frontend. Here we go!Kristaps Dzonsons2011-05-202-6/+25
|
* Flip on -Tutf8 backend support. This forces the UTF-8 LC_CTYPE and doesKristaps Dzonsons2011-05-203-7/+21
| | | | | | little else. Also remove the check for __STDC_ISO_10646__. It turns out that very few systems---even those that support it---actually declare this and it's just causing problems instead of being useful.
* Allow non-ASCII terminal encodings to accept unicode values for theKristaps Dzonsons2011-05-201-18/+62
| | | | | special characters, if possible. This is broken into a separate switch statement for clarity.