summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
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
2014-04-03The -v option of mandocdb(8) clashes with the -v option of espie@'sIngo Schwarze
2014-03-31recognise the CONTEXT section. we consider it only applicable toDavid Gwynne
2014-03-30Support relative arguments to .ll (increase or decrease line length).Ingo Schwarze
2014-03-30Implement the roff(7) .ll (line length) request.Ingo Schwarze
2014-03-28Allow leading and trailing vertical lines,Ingo Schwarze
2014-03-28Properly initialize malloc(3)ed memory.Ingo Schwarze
2014-03-26Without bloating mandoc(1) itself, let mandocdb(8) support filesIngo Schwarze
2014-03-26Improve error reporting.Ingo Schwarze
2014-03-23Skip leading escape sequences in man_deroff(). Helps indexing ofIngo Schwarze
2014-03-23Retire the old concat() function.Ingo Schwarze
2014-03-23If an .Nd block contains macros, avoid fragmented entries in mandocdb(8),Ingo Schwarze
2014-03-22If a man(7) NAME section contains macros, avoid truncated or emptyIngo Schwarze
2014-03-21avoid repetitive code for asprintf error handlingIngo Schwarze
2014-03-21The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze
2014-03-20Remove currently unimplemented macros from the lists of used-definedIngo Schwarze
2014-03-19Register pure .so pages as mlinks, not as mpages.Ingo Schwarze
2014-03-19Without the MPARSE_SO option, if the file contains nothing but aIngo Schwarze
2014-03-19Generalize the mparse_alloc() and roff_alloc() functions by givingIngo Schwarze
2014-03-18Allow checking that databases are up to date even when you have no writeIngo Schwarze
2014-03-17in apropos(1) output, sort names and avoid multiple section numbersIngo Schwarze
2014-03-17describe new featuresIngo Schwarze
2014-03-17remove Berkeley DB partsIngo Schwarze