aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Support a second -v on mandocdb(8) to show keys while they are being added;Ingo Schwarze2014-01-193-3/+50
* Cope with slightly broken NAME sections in man(7) pagesIngo Schwarze2014-01-181-1/+10
* Sort the macro keys by their real-world frequency to reduce the averageIngo Schwarze2014-01-181-41/+41
* Drop the AUTOINCREMENT PRIMARY KEYs from the mlinks and keys tables.Ingo Schwarze2014-01-181-5/+3
* Despite some experimenting, i'm unable to find any relevant effect ofIngo Schwarze2014-01-181-4/+2
* Remove useless use of strnlen(3).Ingo Schwarze2014-01-111-2/+2
* Cache the result of uname(3) such that we don't need to call itIngo Schwarze2014-01-071-30/+23
* Gprof(1) is fun. You should use it more often.Ingo Schwarze2014-01-061-10/+7
* Another 18% speedup for mandocdb(8) -Q, found by gprof(1).Ingo Schwarze2014-01-062-12/+14
* Another 25% speedup for mandocdb(8) -Q mode, found with gprof(1).Ingo Schwarze2014-01-063-9/+11
* Do not sync to disk after each individual manual page (duh!),Ingo Schwarze2014-01-061-5/+7
* Fix mandocdb(8) -d and -u.Ingo Schwarze2014-01-061-15/+36
* Rename dbindex() to dbadd() to be less confusing.Ingo Schwarze2014-01-061-6/+6
* Remove the redundant "file" column from the "mlinks" table.Ingo Schwarze2014-01-062-14/+21
* Drop Nd from the mpages table, it is still in the keys table.Ingo Schwarze2014-01-065-33/+12
* Joerg Sonnenberger contributed copyrightable amounts of text toIngo Schwarze2014-01-066-7/+13
* Cope with mparse_alloc() interface change.Ingo Schwarze2014-01-052-4/+4
* Add an option -Q (quick) to mandocdb(8)Ingo Schwarze2014-01-0510-40/+101
* Tag functions with format strings as arguments as printf-like.Joerg Sonnenberger2014-01-054-6/+15
* Merge NetBSD's r1.4: Rename data to getdata to work around bugs in theJoerg Sonnenberger2014-01-051-5/+5
* Rip out the complete "reachable" checks, without replacement.Ingo Schwarze2014-01-051-69/+7
* Remove the obsolete file name column from the mpages table.Ingo Schwarze2014-01-052-38/+32
* Remove the obsolete sec and arch columns from the mpages table.Ingo Schwarze2014-01-052-12/+8
* Reimplement apropos -s NUM -S ARCH EXPR by internally converting it toIngo Schwarze2014-01-052-25/+57
* Put section and architecture info into the keys table,Ingo Schwarze2014-01-053-5/+17
* 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