aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* 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
* Properly initialize malloc(3)ed memory.Ingo Schwarze2014-03-281-1/+2
* Without bloating mandoc(1) itself, let mandocdb(8) support filesIngo Schwarze2014-03-261-17/+81
* Improve error reporting.Ingo Schwarze2014-03-261-34/+52
* Skip leading escape sequences in man_deroff(). Helps indexing ofIngo Schwarze2014-03-231-4/+11
* Retire the old concat() function.Ingo Schwarze2014-03-231-78/+27
* If an .Nd block contains macros, avoid fragmented entries in mandocdb(8),Ingo Schwarze2014-03-233-28/+47
* If a man(7) NAME section contains macros, avoid truncated or emptyIngo Schwarze2014-03-233-49/+52
* needs mandoc_aux, tooIngo Schwarze2014-03-231-1/+2
* avoid repetitive code for asprintf error handlingIngo Schwarze2014-03-235-52/+22
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-232-0/+137
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-2334-160/+122
* Remove currently unimplemented macros from the lists of used-definedIngo Schwarze2014-03-201-15/+17
* Register pure .so pages as mlinks, not as mpages.Ingo Schwarze2014-03-191-20/+68
* Without the MPARSE_SO option, if the file contains nothing but aIngo Schwarze2014-03-196-13/+30
* cope with mparse_alloc() interface changeIngo Schwarze2014-03-192-4/+4
* Generalize the mparse_alloc() and roff_alloc() functions by givingIngo Schwarze2014-03-196-58/+50
* Allow checking that databases are up to date even when you have no writeIngo Schwarze2014-03-181-21/+95
* in apropos(1) output, sort names and avoid multiple section numbersIngo Schwarze2014-03-171-7/+55
* Sync to OpenBSD:Ingo Schwarze2014-03-171-57/+153
* minor sync to OpenBSDIngo Schwarze2014-03-171-6/+28
* sync to OpenBSD: .ft is a roff(7) request, not a man(7) macro,Ingo Schwarze2014-03-172-10/+32
* In -Tutf8 mode, make sure that hyphens get counted against the output lineIngo Schwarze2014-03-131-7/+8
* new bug report from wiz@ regarding Tcl*(3)Ingo Schwarze2014-03-081-1/+11
* In .nf mode, use the MAN_LINE flag to detect input line breaksIngo Schwarze2014-03-081-2/+2
* To find out whether .TP head arguments are same-line or next-line arguments,Ingo Schwarze2014-03-083-14/+27
* Improve .if/.ie condition handling.Ingo Schwarze2014-03-082-97/+159
* In roff_cond_sub(), make sure that the incorrect input sequence `\\}',Ingo Schwarze2014-03-071-12/+13
* Even on macro lines, \} must not cause whitespace.Ingo Schwarze2014-03-071-15/+11
* Three bugfixes related to the closing of conditional blocks:Ingo Schwarze2014-03-071-26/+13
* In -Tutf8 mode, mandoc_char(7) named accent character escape sequencesIngo Schwarze2014-03-051-12/+12
* - remove index.html, it is now part of the website repoIngo Schwarze2014-03-034-519/+30
* MANDOCERR_BADTAB needs checking, but .UR/.UE is doneIngo Schwarze2014-03-031-6/+12