summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Gprof(1) is fun. You should use it more often.Ingo Schwarze2014-01-061-9/+6
* Another 18% speedup for mandocdb(8) -Q, found by gprof(1).Ingo Schwarze2014-01-062-10/+12
* Another 25% speedup for mandocdb(8) -Q mode, found with gprof(1).Ingo Schwarze2014-01-063-6/+8
* Do not sync to disk after each individual manual page (duh!),Ingo Schwarze2014-01-061-4/+6
* Fix mandocdb(8) -d and -u.Ingo Schwarze2014-01-061-14/+35
* Rename dbindex() to dbadd() to be less confusing.Ingo Schwarze2014-01-061-5/+5
* Remove the redundant "file" column from the "mlinks" table.Ingo Schwarze2014-01-062-12/+19
* Drop Nd from the mpages table, it is still in the keys table.Ingo Schwarze2014-01-065-28/+7
* Joerg Sonnenberger contributed copyrightable amounts of text toIngo Schwarze2014-01-066-0/+6
* Cope with mparse_alloc() interface change.Ingo Schwarze2014-01-052-2/+2
* Add an option -Q (quick) to mandocdb(8)Ingo Schwarze2014-01-0510-29/+90
* Tag functions with format strings as arguments as printf-like.Joerg Sonnenberger2014-01-054-2/+11
* Merge NetBSD's r1.4: Rename data to getdata to work around bugs in theJoerg Sonnenberger2014-01-051-4/+4
* Rip out the complete "reachable" checks, without replacement.Ingo Schwarze2014-01-051-68/+6
* Remove the obsolete file name column from the mpages table.Ingo Schwarze2014-01-052-36/+30
* Remove the obsolete sec and arch columns from the mpages table.Ingo Schwarze2014-01-052-10/+6
* Reimplement apropos -s NUM -S ARCH EXPR by internally converting it toIngo Schwarze2014-01-052-23/+55
* Put section and architecture info into the keys table,Ingo Schwarze2014-01-053-2/+14
* New implementation of complex search criteria using \(, \), -a becauseIngo Schwarze2014-01-041-55/+91
* 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-18/+18
* Do not put UTF-8-encoded strings into the database by default, use ASCII.Ingo Schwarze2014-01-021-16/+34
* Polish the mlink_add() interface:Ingo Schwarze2014-01-021-26/+20
* Check all MLINKS for consistency with the content of the manual page,Ingo Schwarze2014-01-021-42/+59
* Since the functions in read.c are part of the mandoc(3) library,Ingo Schwarze2014-01-022-17/+49
* Support .St -p1003.1-2013, "IEEE Std 1003.1-2008/Cor 1-2013".Ingo Schwarze2013-12-312-0/+3
* Simplify: Remove an unused argument from the mandoc_eos() function.Ingo Schwarze2013-12-316-9/+9
* 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-19/+0
* Yet another regression introduced by Kristaps when he switched fromIngo Schwarze2013-12-311-33/+5
* remove assignments that will be overwritten right afterwards,Ingo Schwarze2013-12-313-7/+1
* update the link to the ISC licenseIngo Schwarze2013-12-311-2/+2
* Add missing description of .UR/.UE.Ingo Schwarze2013-12-311-1/+20
* release 1.12.3VERSION.1.12.3Ingo Schwarze2013-12-313-29/+83
* Experimental feature to let apropos(1) show different keys than .Nd.Ingo Schwarze2013-12-314-8/+81
* Split buildnames() out of mansearch(); the latter function is gettingIngo Schwarze2013-12-311-30/+40
* Oops, missed one:Ingo Schwarze2013-12-301-2/+1
* Remove duplicate const specifiers from the declaration of mandoc_escape().Ingo Schwarze2013-12-302-3/+2
* Oops, that segfaulted after deleting an mlink from the list.Ingo Schwarze2013-12-271-7/+9
* Split mlinks_undupe() out of mpages_merge()Ingo Schwarze2013-12-271-36/+52
* 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