summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2014-01-07Cache the result of uname(3) such that we don't need to call itIngo Schwarze
2014-01-06Gprof(1) is fun. You should use it more often.Ingo Schwarze
2014-01-06Another 18% speedup for mandocdb(8) -Q, found by gprof(1).Ingo Schwarze
2014-01-06Another 25% speedup for mandocdb(8) -Q mode, found with gprof(1).Ingo Schwarze
2014-01-06Do not sync to disk after each individual manual page (duh!),Ingo Schwarze
2014-01-06Fix mandocdb(8) -d and -u.Ingo Schwarze
2014-01-06Rename dbindex() to dbadd() to be less confusing.Ingo Schwarze
2014-01-06Remove the redundant "file" column from the "mlinks" table.Ingo Schwarze
2014-01-06Drop Nd from the mpages table, it is still in the keys table.Ingo Schwarze
2014-01-06Joerg Sonnenberger contributed copyrightable amounts of text toIngo Schwarze
2014-01-05Fix one case where a non-literal is used as format string.Ingo Schwarze
2014-01-05Merge NetBSD rev. 1.4:Ingo Schwarze
2014-01-05Add an option -Q (quick) to mandocdb(8)Ingo Schwarze
2014-01-05Rip out the complete "reachable" checks, without replacement.Ingo Schwarze
2014-01-05Remove the obsolete file name column from the mpages table.Ingo Schwarze
2014-01-05Remove the obsolete sec and arch columns from the mpages table.Ingo Schwarze
2014-01-05Reimplement apropos -s NUM -S ARCH EXPR by internally converting it toIngo Schwarze
2014-01-05Put section and architecture info into the keys table,Ingo Schwarze
2014-01-04New implementation of complex search criteria using \(, \), -a becauseIngo Schwarze
2014-01-02Avoid "utf8" in the names of a function and a struct memberIngo Schwarze
2014-01-02Do not put UTF-8-encoded strings into the database by default, use ASCII.Ingo Schwarze
2014-01-02Polish the mlink_add() interface:Ingo Schwarze
2014-01-02Check all MLINKS for consistency with the content of the manual page,Ingo Schwarze
2014-01-02LDFLAGS -> LDADD, fixes build on static arches.Miod Vallat
2014-01-02Since the functions in read.c are part of the mandoc(3) library,Ingo Schwarze
2013-12-31Yet another regression introduced by Kristaps when he switched fromIngo Schwarze
2013-12-31remove assignments that will be overwritten right afterwards,Ingo Schwarze
2013-12-31Experimental feature to let apropos(1) show different keys than .Nd.Ingo Schwarze
2013-12-31Split buildnames() out of mansearch(); the latter function is gettingIngo Schwarze
2013-12-31Replace the Berkeley-DB based mandocdb(8) by an SQLite3-based version,Ingo Schwarze
2013-12-30Oops, missed one:Ingo Schwarze
2013-12-30Remove duplicate const specifiers from the declaration of mandoc_escape().Ingo Schwarze
2013-12-30Support .St -p1003.1-2013, "IEEE Std 1003.1-2008/Cor 1-2013".Ingo Schwarze
2013-12-30Simplify: Remove an unused argument from the mandoc_eos() function.Ingo Schwarze
2013-12-30Do not trigger end-of-sentence spacing by trailing punctuationIngo Schwarze
2013-12-26I have no idea how it happened that \B, \H, \h, \L, and \l gotIngo Schwarze
2013-12-25Parse and ignore the roff(7) escape sequences \d (move half line down)Ingo Schwarze
2013-12-25Implement .Fo/.Fa/.Fc indentation and break handling for -Tman.Ingo Schwarze
2013-12-25Oops, .Fa never breaks the output line in the middle of any of itsIngo Schwarze
2013-12-25Garbage collect two local variables each used only one single time.Ingo Schwarze
2013-12-25In the SYNOPSIS, implement hanging indentation for .FoIngo Schwarze
2013-12-25Support .St -xsh4.2, the System Interfaces part of the original SingleIngo Schwarze
2013-12-25s/[Nn]ull/NUL/ in comments where appropriate;Ingo Schwarze
2013-12-25Do not break output lines in .Fn function arguments in SYNOPSIS mode.Ingo Schwarze
2013-12-24Delete the unused flag TERMP_IGNDELIMIngo Schwarze
2013-12-24Implement SYNOPSIS .Fn indentation for -Tman.Ingo Schwarze
2013-12-24It turns out SYNOPSIS mode does not imply .Bk in general,Ingo Schwarze
2013-12-24When deciding whether two consecutive macros are on the same input line,Ingo Schwarze
2013-12-23Implement a long-standing desideratum,Ingo Schwarze
2013-12-22Polishing the worms in my favourite can, term_flushln().Ingo Schwarze