summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2014-05-12adjust to ohash being in libutil now, and to the interface changes.Marc Espie
2014-05-07Render roff escape sequences contained in manual page descriptionsIngo Schwarze
2014-05-07Fix two memory leaks in makewhatis -n:Ingo Schwarze
2014-05-07Do not segfault in makewhatis -Q if the next .SH after .SH NAMEIngo Schwarze
2014-04-27Improve error handling in dbopen(). If PRAGMA SQL statements fail,Ingo Schwarze
2014-04-27For LUNA88K, make sure the architecture name shown to the userIngo Schwarze
2014-04-25Fix a minor optimization i broke in bsd.lv rev. 1.163 on August 20, 2010:Ingo Schwarze
2014-04-25Reduce the verbosity of makewhatis -t:Ingo Schwarze
2014-04-24misplaced punctuationIngo Schwarze
2014-04-23Audit malloc(3)/calloc(3)/realloc(3) usage.Ingo Schwarze
2014-04-23Audit strlcpy(3)/strlcat(3) usage:Ingo Schwarze
2014-04-23improve SQL style: avoid "SELECT *", be explicit in what columns we want;Ingo Schwarze
2014-04-23Audit strlcpy(3)/strlcat(3) usage.Ingo Schwarze
2014-04-22Unify the model name to LUNA-88K{,2}, that is considered theKenji Aoyama
2014-04-20in debug messages, truncating strings of excessive lengths is actuallyIngo Schwarze
2014-04-20strlen+malloc+snprintf is error prone;Ingo Schwarze
2014-04-20fix unchecked snprintf(3) in page header printing:Ingo Schwarze
2014-04-20make sure static buffers for snprintf(3) are large enoughIngo Schwarze
2014-04-20KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze
2014-04-19Two minor tweaks regarding the fallback from -u/-d to default mode:Ingo Schwarze
2014-04-19Properly handle symlinks (hardlinks and .so only files were already ok):Ingo Schwarze
2014-04-18In update mode, when opening the database fails, probably because it isIngo Schwarze
2014-04-18Switch to the new makewhatis(8)/apropos(1)/whatis(1) combo.Ingo Schwarze
2014-04-18Fix a few lies; polish wording and formatting while here.Ingo Schwarze
2014-04-17Garbage collect one pair of needless parentheses in SQL code generation;Ingo Schwarze
2014-04-16Rename the mpages.id column to mpages.pageid. There is no good reasonIngo Schwarze
2014-04-16Give the mlinks and keys tables a pageid index,Ingo Schwarze
2014-04-16Pass the function flags SQLITE_UTF8 (because SQLITE_ANY is deprecated)Ingo Schwarze
2014-04-15At the end of mansearch(), fchdir() back to where we started from;Ingo Schwarze
2014-04-15remove documentation of the former macro key "NAME";Ingo Schwarze
2014-04-15Using macros in .Sh header lines, or having .Sm off or .Bk -words openIngo Schwarze
2014-04-13Unify description handling across all document types (mdoc, man, cat).Ingo Schwarze
2014-04-13better error reporting in case of SQL errors: mention dir and fileIngo Schwarze
2014-04-11Further apropos(1) speed optimization was trickier than anticipated.Ingo Schwarze
2014-04-10Next speed optimization step for the new apropos(1).Ingo Schwarze
2014-04-09After careful gprof(1)ing of the new apropos(1), move the descriptionsIngo Schwarze
2014-04-08Add a new term_flushln() flag TERMP_BRIND (if break, then indent)Ingo Schwarze
2014-04-08If the SYNOPSIS section contains an excessively long .Nm,Ingo Schwarze
2014-04-08Fully implement the \B (validate numerical expression) andIngo Schwarze
2014-04-07We already supported (outer) user-defined strings containing referencesIngo Schwarze
2014-04-07Accept arbitrary argument delimiters for various roff(7) escape sequences.Ingo Schwarze
2014-04-07Almost complete implementation of roff(7) numerical expressions.Ingo Schwarze
2014-04-05bugfix: make sure all variables are properly initializedIngo Schwarze
2014-04-05Implement the roff(7) .rr (remove register) request.Ingo Schwarze
2014-04-04In -p (picky) mode, warn unless each filename (aka mlink)Ingo Schwarze
2014-04-04Warn about missing mlinks.Ingo Schwarze
2014-04-04Remember which names are in the NAME section.Ingo Schwarze
2014-04-04When the -n or -t flag is given to makewhatis(8),Ingo Schwarze
2014-04-03Instead of silently doing nothing at all,Ingo Schwarze
2014-04-03Rename the -W option to -p (mnemonics: picky, print to stderr):Ingo Schwarze