summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change the mansearch() interface to use the mlinks table in the databaseIngo Schwarze2013-12-274-11/+62
* Save the MLINK name into the database, too;Ingo Schwarze2013-12-271-2/+4
* Write more than one mlink per mpage to the database.Ingo Schwarze2013-12-271-7/+10
* Allow saving more than one mlink per mpage in the mlinks ohash.Ingo Schwarze2013-12-271-23/+0
* Enable the framework code to allow more than one mlink per mpage.Ingo Schwarze2013-12-271-2/+3
* Clean up the interface of mlink_add().Ingo Schwarze2013-12-271-69/+66
* Another step on the way to clear naming, this time regarding mlinks:Ingo Schwarze2013-12-271-76/+36
* Split struct mlink out of struct mpage.Ingo Schwarze2013-12-271-82/+123
* Add an additional mlinks table to the database, redundant for now,Ingo Schwarze2013-12-272-23/+54
* Drop the mpages_list, use the existing mpages ohash for iteration.Ingo Schwarze2013-12-261-23/+27
* The name "id" is terrible for a struct.Ingo Schwarze2013-12-261-14/+14
* To better support MLINKS, we will have to split the "docs" databaseIngo Schwarze2013-12-261-178/+183
* Stop parsing man(7) input when we found all we were searching for,Ingo Schwarze2013-12-261-1/+4
* Rework the documentation of Spaces, using the Ossanna/Kernighan/RitterIngo Schwarze2013-12-261-20/+20
* merge from VERSION_1_12Ingo Schwarze2013-12-261-20/+28
* I have no idea how it happened that \B, \H, \h, \L, and \l gotIngo Schwarze2013-12-261-7/+5
* The roff language really has two groups of basic building blocks:Ingo Schwarze2013-12-261-7/+253
* Parse and ignore the roff(7) escape sequences \d (move half line down)Ingo Schwarze2013-12-251-0/+8
* Implement .Fo/.Fa/.Fc indentation and break handling for -Tman.Ingo Schwarze2013-12-251-3/+8
* Oops, .Fa never breaks the output line in the middle of any of itsIngo Schwarze2013-12-251-2/+1
* Garbage collect two local variables each used only one single time.Ingo Schwarze2013-12-251-6/+4
* In the SYNOPSIS, implement hanging indentation for .FoIngo Schwarze2013-12-252-14/+22
* Support .St -xsh4.2, the System Interfaces part of the original SingleIngo Schwarze2013-12-252-1/+4
* s/[Nn]ull/NUL/ in comments where appropriate;Ingo Schwarze2013-12-254-7/+8
* Do not break output lines in .Fn function arguments in SYNOPSIS mode.Ingo Schwarze2013-12-254-1/+24
* Delete the unused flag TERMP_IGNDELIMIngo Schwarze2013-12-243-22/+10
* Implement SYNOPSIS .Fn indentation for -Tman.Ingo Schwarze2013-12-241-1/+4
* It turns out SYNOPSIS mode does not imply .Bk in general,Ingo Schwarze2013-12-244-38/+27
* When deciding whether two consecutive macros are on the same input line,Ingo Schwarze2013-12-246-9/+16
* Implement a long-standing desideratum,Ingo Schwarze2013-12-232-3/+30
* Polishing the worms in my favourite can, term_flushln().Ingo Schwarze2013-12-224-29/+49
* Fix end-of-sentence spacing after the DragonFly text production macro.Ingo Schwarze2013-12-221-1/+1
* Implement end-of-sentence spacing at the end of man(7) macro lines.Ingo Schwarze2013-12-221-0/+9
* Document the alternative syntax \C'uXXXX' for Unicode characters.Ingo Schwarze2013-12-221-3/+3
* In quoted macro arguments, double quotes can be quoted by doubling them.Ingo Schwarze2013-12-152-5/+12
* bentley@ looked at sbcl(1) and found new tasks for us...Ingo Schwarze2013-12-151-0/+9
* The "value" argument to the roff(7) .nr requests ends right beforeIngo Schwarze2013-12-154-11/+27
* My audit of mandoc revealed one missing (unsigned char) castIngo Schwarze2013-11-211-1/+1
* In the parser, when closing an explicit block that is not open,Ingo Schwarze2013-11-112-4/+8
* Ignore blank lines right after .SH and .SS.Ingo Schwarze2013-11-101-5/+11
* Support the alternative syntax \C'uXXXX' for Unicode characters.Ingo Schwarze2013-11-101-1/+4
* clarify that \[uXXXX] wants uppercase hex digitsIngo Schwarze2013-11-101-1/+6
* missing features: line length and italic correctionIngo Schwarze2013-11-101-0/+6
* While answering a question asked by espie@, i noticed that .Fd is notIngo Schwarze2013-11-021-7/+28
* The man(7) language has no syntax to specify architectures, but itIngo Schwarze2013-10-271-10/+11
* The code in ofmerge() only tried the source parsers if at least oneIngo Schwarze2013-10-271-1/+1
* delete duplicate NULL check and polish style;Ingo Schwarze2013-10-271-5/+5
* Parse and ignore .hw (hyphenation points in words); this is safe becauseIngo Schwarze2013-10-222-0/+5
* There are three kinds of input lines: text lines, macros takingIngo Schwarze2013-10-214-103/+171
* Fix another regression introduced when switching from DB to SQLite:Ingo Schwarze2013-10-201-28/+71