aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* New implementation of complex search criteria using \(, \), -a becauseIngo Schwarze2014-01-041-56/+92
* Put mansearch.{h,c}, manpage.c, and compat_ohash.{h,c}Ingo Schwarze2014-01-041-2/+7
* Put ./configure into the distributin tarball.Ingo Schwarze2014-01-041-1/+3
* Use C99 uint32_t, not BSD-style u_int32_t.Ingo Schwarze2014-01-042-3/+3
* Even though strnlen(3) is required by POSIX 2008,Ingo Schwarze2014-01-046-9/+66
* Clean up feature tests:Ingo Schwarze2014-01-048-72/+86
* Avoid "utf8" in the names of a function and a struct memberIngo Schwarze2014-01-021-19/+19
* Do not put UTF-8-encoded strings into the database by default, use ASCII.Ingo Schwarze2014-01-021-17/+35
* Polish the mlink_add() interface:Ingo Schwarze2014-01-021-27/+21
* Check all MLINKS for consistency with the content of the manual page,Ingo Schwarze2014-01-021-43/+60
* Since the functions in read.c are part of the mandoc(3) library,Ingo Schwarze2014-01-022-19/+51
* Support .St -p1003.1-2013, "IEEE Std 1003.1-2008/Cor 1-2013".Ingo Schwarze2013-12-312-3/+6
* Simplify: Remove an unused argument from the mandoc_eos() function.Ingo Schwarze2013-12-316-15/+15
* Provide strcasestr(3) and strsep(3) for Solaris 10 compat;Ingo Schwarze2013-12-316-1/+192
* Do not trigger end-of-sentence spacing by trailing punctuationIngo Schwarze2013-12-311-20/+1
* Yet another regression introduced by Kristaps when he switched fromIngo Schwarze2013-12-311-34/+6
* remove assignments that will be overwritten right afterwards,Ingo Schwarze2013-12-313-10/+4
* update the link to the ISC licenseIngo Schwarze2013-12-311-3/+3
* Add missing description of .UR/.UE.Ingo Schwarze2013-12-311-3/+22
* release 1.12.3VERSION_1_12_3Ingo Schwarze2013-12-313-31/+85
* Experimental feature to let apropos(1) show different keys than .Nd.Ingo Schwarze2013-12-314-12/+85
* Split buildnames() out of mansearch(); the latter function is gettingIngo Schwarze2013-12-311-31/+41
* Oops, missed one:Ingo Schwarze2013-12-301-3/+2
* Remove duplicate const specifiers from the declaration of mandoc_escape().Ingo Schwarze2013-12-302-5/+4
* Oops, that segfaulted after deleting an mlink from the list.Ingo Schwarze2013-12-271-8/+10
* Split mlinks_undupe() out of mpages_merge()Ingo Schwarze2013-12-271-37/+53
* Change the mansearch() interface to use the mlinks table in the databaseIngo Schwarze2013-12-274-15/+66
* Save the MLINK name into the database, too;Ingo Schwarze2013-12-271-3/+5
* Write more than one mlink per mpage to the database.Ingo Schwarze2013-12-271-8/+11
* Allow saving more than one mlink per mpage in the mlinks ohash.Ingo Schwarze2013-12-271-24/+1
* Enable the framework code to allow more than one mlink per mpage.Ingo Schwarze2013-12-271-3/+4
* Clean up the interface of mlink_add().Ingo Schwarze2013-12-271-70/+67
* Another step on the way to clear naming, this time regarding mlinks:Ingo Schwarze2013-12-271-77/+37
* Split struct mlink out of struct mpage.Ingo Schwarze2013-12-271-83/+124
* Add an additional mlinks table to the database, redundant for now,Ingo Schwarze2013-12-272-25/+56
* Drop the mpages_list, use the existing mpages ohash for iteration.Ingo Schwarze2013-12-261-24/+28
* The name "id" is terrible for a struct.Ingo Schwarze2013-12-261-15/+15
* To better support MLINKS, we will have to split the "docs" databaseIngo Schwarze2013-12-261-179/+184
* Stop parsing man(7) input when we found all we were searching for,Ingo Schwarze2013-12-261-2/+5
* Rework the documentation of Spaces, using the Ossanna/Kernighan/RitterIngo Schwarze2013-12-261-22/+22
* merge from VERSION_1_12Ingo Schwarze2013-12-261-21/+29
* I have no idea how it happened that \B, \H, \h, \L, and \l gotIngo Schwarze2013-12-261-8/+6
* The roff language really has two groups of basic building blocks:Ingo Schwarze2013-12-261-9/+255
* Parse and ignore the roff(7) escape sequences \d (move half line down)Ingo Schwarze2013-12-251-1/+9
* Implement .Fo/.Fa/.Fc indentation and break handling for -Tman.Ingo Schwarze2013-12-251-4/+9
* Oops, .Fa never breaks the output line in the middle of any of itsIngo Schwarze2013-12-251-3/+2
* Garbage collect two local variables each used only one single time.Ingo Schwarze2013-12-251-7/+5
* In the SYNOPSIS, implement hanging indentation for .FoIngo Schwarze2013-12-252-16/+24
* Support .St -xsh4.2, the System Interfaces part of the original SingleIngo Schwarze2013-12-252-4/+7
* s/[Nn]ull/NUL/ in comments where appropriate;Ingo Schwarze2013-12-254-11/+12