| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-08-22 | This code served us well for many years, | 10 | -1203/+0 | ||
| but we are unlikely to reactivate it; espie@ agrees. The new code is in /usr/src/usr.bin/mandoc/mandocdb.c. | |||||
| 2014-03-21 | fix "my $_" issues in preparation for perl 5.18 | 5 | -69/+72 | ||
| 2014-03-21 | fix picky mode, my subject handler was not maintaining enough state. | 2 | -11/+17 | ||
| problem introduced some time ago while improving the code :( okay millert@ | |||||
| 2013-06-17 | Do not misinterpret "--" at the end of a NAME section input line | 1 | -2/+2 | ||
| as hyphenation. Fixes parsing of some manuals preformatted with outlandish versions of groff. Issue found by kerberos-robert@ in krb5_appdefault_time.0 Okay espie@ | |||||
| 2013-01-29 | refactor code a bit to actually store subjects in the subject object | 6 | -117/+120 | ||
| reformat for 8 spaces tab. okay millert@ | |||||
| 2012-01-27 | fix pkg_delete for people who had mandocdb enabled: | 1 | -2/+18 | ||
| if we don't find a whatis.db when deleting (which could happen if mandocdb was enabled while pkg_add was running), first create it, then update it. okay nigel@, schwarze@ | |||||
| 2012-01-22 | Bring in corrections and improvements that were committed to the new | 1 | -2/+32 | ||
| suite of tools now being disabled, as far as they apply to the current tools as well. | |||||
| 2011-12-03 | Remove an OpenBSD-specific tweak regarding .Xr spacing | 1 | -3/+3 | ||
| and make it compatible with bsd.lv mandoc and with groff-1.21. This tweak was originally added for compatibility with groff-1.15, which is no longer needed. ok jmc@ kristaps@ | |||||
| 2011-07-02 | add file equivalence. Choose the most recent timestamp between man and | 1 | -14/+42 | ||
| catman pages. okay millert@ | |||||
| 2011-06-24 | Handle \*(Na in .Nd, needed by nan(3). | 1 | -2/+2 | ||
| Prodded by deraadt@, "Yep" espie@. | |||||
| 2011-03-02 | zap trailing whitespace; | 1 | -4/+4 | ||
| 2011-02-22 | shut up unless -v, and a few minor enhancements. | 6 | -51/+110 | ||
| okay miod@ | |||||
| 2011-01-26 | placeholder for future changes, as discussed with miod@ | 2 | -1/+40 | ||
| 2010-10-29 | more nroff removal, with tweaks from (and ok) schwarze; | 1 | -10/+6 | ||
| 2010-10-25 | give a different error message for empty files, as they are obviously wrong | 1 | -1/+5 | ||
| 2010-07-13 | handle Tm, like in tiff2ps | 1 | -2/+2 | ||
| 2010-07-13 | work around a strange problem in locality of @_ by copying stuff. | 1 | -4/+4 | ||
| okay millert@ | |||||
| 2010-07-09 | don't print directly, use an interface that's similar enough to pkg_add | 5 | -98/+153 | ||
| print framework so that we'll be able to integrate with it better. ok millert@ | |||||
| 2009-12-24 | deal with the new .Aq in perl manpages production. | 1 | -2/+5 | ||
| - handle .ie, .el minimally - define \(aq as the ' symbol. | |||||
| 2009-10-11 | Support manpages with NAME written in Spanish/Italian/Portuguese | 1 | -2/+2 | ||
| ok espie@ | |||||
| 2008-09-01 | Install files in the correct directory even with NOMAN set. | 1 | -17/+4 | ||
| Theo made a number of suggestions/enhancements to get to this final version. | |||||
| 2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | 1 | -9/+2 | ||
| Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||||
| 2007-08-22 | err msg looks better with a \n | 1 | -2/+2 | ||
| 2007-05-31 | convert to new .Dd format; | 1 | -2/+2 | ||
| 2005-03-05 | bit of clean-up, cosmetic, style, comments. | 5 | -38/+52 | ||
| 2005-01-13 | handle | 1 | -1/+3 | ||
| .if n .if t sequences (see jadetex.1) okay jmc@ | |||||
| 2004-12-24 | streamline parser loops, now we've got a simple loop with flags, instead | 2 | -126/+113 | ||
| of involved loops. Makes it MUCH easier to have uniform treatment of various constructs. okay millert@ | |||||
| 2004-08-24 | synch with apropos, kill lines longer than 8192. | 1 | -1/+4 | ||
| from Jared Yanovich. (pending better parser after 3.6) | |||||
| 2004-08-07 | .tbl is also a valid suffix. | 1 | -2/+2 | ||
| 2004-08-06 | not an error when merging in a directory without whatis.db. | 1 | -7/+7 | ||
| 2004-08-06 | creeping chdir. Not used at all these days, but would bug other clients, | 1 | -5/+1 | ||
| such as pkg_ad.... | |||||
| 2004-08-06 | Reorganize makewhatis in smaller modules. | 9 | -637/+831 | ||
| Avoid pulling unneeded code: for instance, if you have only formated manpages in your system, Unformated will never be used; Check put aside and only used in -p mode. -t mode won't pull Whatis. Find; File::Compare and File::Copy and File::Temp likewise. okay millert@ | |||||
| 2004-07-06 | the whatis.db database is also used by whatis(1), so note that; | 1 | -4/+7 | ||
| add apropos(1) and whatis(1) to SEE ALSO; | |||||
| 2004-03-01 | zap extra spaces. From a PR by Jared Yanovich. | 1 | -5/+6 | ||
| 2004-02-11 | some sections came out wrong (no space) in SDL. | 1 | -3/+3 | ||
| ggi has func, func2, func3 : description, give it a fighting chance. | |||||
| 2004-02-11 | more accurate .so test. | 1 | -2/+2 | ||
| 2004-02-10 | misleading regexp -> pattern | 1 | -3/+3 | ||
| 2004-02-10 | harder check in picky mode: find the page AND verify it is the same. | 1 | -10/+38 | ||
| Prompted by jmc@. Stop at first isolated dash in line. Handle more troff hyphenation. okay millert@, jmc@ | |||||
| 2003-07-09 | -u option, remove manpages, symetrical to -d. | 2 | -3/+39 | ||
| ok millert@ | |||||
| 2003-06-02 | - section reorder | 1 | -8/+8 | ||
| - whitespace at EOL | |||||
| 2003-02-07 | typos; | 1 | -6/+7 | ||
| 2002-11-07 | Don't complain about missing man dirs unless in picky mode or if | 1 | -2/+2 | ||
| there is something other than a dir in the way. Closes PR 2935. | |||||
| 2002-10-15 | Use old-style version number when requiring at least perl 5.6.0. | 1 | -2/+2 | ||
| Fixes a portability warning from perl-5.8.0; espie@ OK | |||||
| 2002-04-16 | skip over comment while parsing subject. | 1 | -1/+2 | ||
| (Repair bus_space.9 parsing, not visible on formatted version) | |||||
| 2002-04-02 | A few improvements to accommodate more ports. | 1 | -3/+12 | ||
| - recognize unbreakable em dashes from pod2man, - handle some user-defined font changes, - kill obvious non-subjects. ok millert@ | |||||
| 2001-04-03 | throw \v and \h alignments out. | 1 | -1/+4 | ||
| 2001-03-14 | ad-hoc code to deal with troff hyphenation in preformatted pages. | 1 | -1/+6 | ||
| 2001-03-14 | more bizarre constructs that occur in some man pages. | 1 | -1/+4 | ||
| 2001-03-14 | Allow makewhatis -p -t filename, without full path. | 1 | -2/+6 | ||
| 2001-02-25 | oops, add missing arguments in some calls. | 1 | -5/+7 | ||
