aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Audit strlcpy(3)/strlcat(3) usage.Ingo Schwarze2014-04-239-103/+86
* add a LICENSE file for clarity and for the convenience of portersIngo Schwarze2014-04-222-1/+45
* in debug messages, truncating strings of excessive lengths is actuallyIngo Schwarze2014-04-201-2/+2
* strlen+malloc+snprintf is error prone;Ingo Schwarze2014-04-201-23/+14
* fix unchecked snprintf(3) in page header printing:Ingo Schwarze2014-04-204-22/+37
* make sure static buffers for snprintf(3) are large enoughIngo Schwarze2014-04-205-22/+21
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-2052-2546/+2037
* Two minor tweaks regarding the fallback from -u/-d to default mode:Ingo Schwarze2014-04-191-7/+9
* Properly handle symlinks (hardlinks and .so only files were already ok):Ingo Schwarze2014-04-191-17/+76
* In update mode, when opening the database fails, probably because it isIngo Schwarze2014-04-181-8/+18
* Slowly, the dust begins to settle.Ingo Schwarze2014-04-184-26/+26
* Fix a few lies; polish wording and formatting while here.Ingo Schwarze2014-04-181-25/+32
* Garbage collect one pair of needless parentheses in SQL code generation;Ingo Schwarze2014-04-171-8/+8
* Rename the mpages.id column to mpages.pageid. There is no good reasonIngo Schwarze2014-04-162-30/+30
* Give the mlinks and keys tables a pageid index,Ingo Schwarze2014-04-161-2/+4
* Pass the function flags SQLITE_UTF8 (because SQLITE_ANY is deprecated)Ingo Schwarze2014-04-161-3/+5
* Oops, sorry, revert previous and commit the correct patch:Ingo Schwarze2014-04-151-5/+7
* At the end of mansearch(), fchdir() back to where we started from;Ingo Schwarze2014-04-151-1/+2
* remove documentation of the former macro key "NAME";Ingo Schwarze2014-04-151-3/+2
* Document the database format and SQL code generation;Ingo Schwarze2014-04-153-4/+383
* Using macros in .Sh header lines, or having .Sm off or .Bk -words openIngo Schwarze2014-04-151-12/+8
* Unify description handling across all document types (mdoc, man, cat).Ingo Schwarze2014-04-131-9/+4
* better error reporting in case of SQL errors: mention dir and fileIngo Schwarze2014-04-131-9/+9
* Further apropos(1) speed optimization was trickier than anticipated.Ingo Schwarze2014-04-113-3/+54
* Next speed optimization step for the new apropos(1).Ingo Schwarze2014-04-104-92/+148
* After careful gprof(1)ing of the new apropos(1), move the descriptionsIngo Schwarze2014-04-094-81/+99
* Add a new term_flushln() flag TERMP_BRIND (if break, then indent)Ingo Schwarze2014-04-084-51/+46
* If the SYNOPSIS section contains an excessively long .Nm,Ingo Schwarze2014-04-081-1/+3
* Fully implement the \B (validate numerical expression) andIngo Schwarze2014-04-083-42/+91
* We already supported (outer) user-defined strings containing referencesIngo Schwarze2014-04-071-37/+45
* Make it clear which errors come from which tool.Ingo Schwarze2014-04-071-3/+6
* Accept arbitrary argument delimiters for various roff(7) escape sequences.Ingo Schwarze2014-04-071-5/+5
* Almost complete implementation of roff(7) numerical expressions.Ingo Schwarze2014-04-072-76/+289
* bugfix: make sure all variables are properly initializedIngo Schwarze2014-04-051-6/+6
* Implement the roff(7) .rr (remove register) request.Ingo Schwarze2014-04-052-9/+41
* In -p (picky) mode, warn unless each filename (aka mlink)Ingo Schwarze2014-04-041-25/+30
* Warn about missing mlinks.Ingo Schwarze2014-04-041-1/+41
* Remember which names are in the NAME section.Ingo Schwarze2014-04-044-57/+64
* merge OpenBSD rev. 1.20, describing new featuresIngo Schwarze2014-04-041-4/+22
* When the -n or -t flag is given to makewhatis(8),Ingo Schwarze2014-04-042-10/+44
* Instead of silently doing nothing at all,Ingo Schwarze2014-04-031-1/+6
* Rename the -W option to -p (mnemonics: picky, print to stderr):Ingo Schwarze2014-04-032-19/+26
* The -v option of mandocdb(8) clashes with the -v option of espie@'sIngo Schwarze2014-04-032-21/+19
* document -Q and -T; from OpenBSDIngo Schwarze2014-04-031-8/+24
* Support the CONTEXT section for kernel manual pages found in Solaris andIngo Schwarze2014-03-314-6/+20
* Improve formatting of broken blocks in -Tman,Ingo Schwarze2014-03-301-3/+12
* Allow ERRORS in section 4; OpenBSD rev. 1.121.Ingo Schwarze2014-03-301-3/+5
* Support relative arguments to .ll (increase or decrease line length).Ingo Schwarze2014-03-307-22/+63
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-3019-31/+129
* Allow leading and trailing vertical lines,Ingo Schwarze2014-03-283-7/+19