summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* minor sync with HEAD, but keep the Berkeley DB partsIngo Schwarze2014-03-171-5/+10
|
* - remove index.html, is now part of the website repoIngo Schwarze2014-03-034-522/+22
| | | | - and some general cleanup (installcgi is .PHONY)
* Implement the \: (optional line break) escape sequence,Ingo Schwarze2014-01-221-6/+14
| | | | | | | documented in the Ossanna-Kernighan-Ritter troff manual and also supported by groff. Missing feature reported by Steffen Nurpmeso <sdaoden at gmail dot com>.
* Cope with the mparse_alloc() interface change.Ingo Schwarze2014-01-051-3/+8
|
* Put ./configure into the distribution tarball.Ingo Schwarze2014-01-041-1/+3
|
* Merge strnlen(3) configuration bits.Ingo Schwarze2014-01-043-9/+14
|
* Merge cleanup of feature tests to VERSION_1_12, resolving conflicts.Ingo Schwarze2014-01-042-51/+57
|
* Provide strcasestr(3) and strsep(3) for Solaris 10 compat;Ingo Schwarze2013-12-312-1/+19
| | | | reported missing by Matthias Scheler <tron at NetBSD> via wiz@.
* update the link to the ISC licenseIngo Schwarze2013-12-311-2/+2
| | | | and note that the pkgsrc port was updated to 1.12.3
* release 1.12.3Ingo Schwarze2013-12-312-28/+54
|
* update downstream versionsIngo Schwarze2013-12-261-4/+4
|
* My audit of mandoc revealed one missing (unsigned char) castIngo Schwarze2013-11-211-1/+1
| | | | | in a tolower() argument containing arbitrary char data. Thanks to deraadt@ for triggering the audit.
* make text shorter and clearer; from kristaps@; tweaked by meIngo Schwarze2013-11-071-11/+10
|
* Mention that mandoc is also an OpenBSD project, agreed by Kristaps.Ingo Schwarze2013-11-071-9/+17
| | | | | Remove text about groff as suggested by Kristaps; explaining that topic properly would get too long.
* new section about mandoc history, with linksIngo Schwarze2013-10-131-3/+30
|
* Thomas Klausner <wiz at NetBSD dot org> finally succeeded to buildIngo Schwarze2013-10-111-1/+1
| | | | on SmartOS and sent these additional patches, thanks!
* On __sun, use <sys/byteorder.h>, BE_64(x), and <db_185.h>.Ingo Schwarze2013-10-103-13/+23
| | | | | | | Thanks to Thomas Klausner <wiz at NetBSD dot org> for providing failing SmartOS build logs such that i could write this patch without access to a __sun system and for confirming that these patches help.
* link supplementary information on mandocIngo Schwarze2013-10-101-5/+20
| | | | and Alpine Linux port was upgraded to 1.12.2
* Put VERSION into config.h.Ingo Schwarze2013-10-061-1/+2
| | | | | | This makes life easier for downstream maintainers having more than one Makefile, for example DragonFly and FreeBSD. Suggested by Franco Fichtner <franco at lastsummer dot de>.
* Franco Fichtner moved DragonFly to 1.12.2.Ingo Schwarze2013-10-061-2/+2
| | | | While here, fix one more instance of the release date.
* Cleanup suggested by gcc-4.8.1, following hints by Christos Zoulas:Ingo Schwarze2013-10-054-10/+520
| | | | | | | | - avoid bad qualifier casting in roff.c, roff_parsetext() by changing the mandoc_escape arguments to "const char const **" - avoid bad qualifier casting in mandocdb.c, index_merge() - do not complain about unused variables in test-*.c - garbage collect a few unused variables elsewhere
* Thomas Klausner <wiz at netbsd dot org> already update pkgsrc.Ingo Schwarze2013-10-051-3/+3
| | | | While here, fix the FreeBSD link and the 1.12.1 release date.
* Add missing link to the NEWS file.VERSION.1.12.2Ingo Schwarze2013-10-051-0/+3
|
* Release version 1.12.2. This is no longer beta.Ingo Schwarze2013-10-052-3/+9
| | | | Sneak in a downstream link to Alpine Linux.
* whatis.{db,index} -> mandoc.{db,index}; from kristaps@Ingo Schwarze2013-10-052-4/+4
|
* Byte-order functions for Mac OS X.Ingo Schwarze2013-10-031-1/+7
| | | | | Same patch sent in by Franco Fichtner and Kristaps Dzonsons. Tested by Franco Fichtner <franco at lastsummer dot de>.
* DragonFly needs explicit #include <sys/endian.h> to use be64toh(),Ingo Schwarze2013-10-023-0/+883
| | | | | while most other systems include that indirectly via <sys/types.h>. Reported by Franco Fichtner <franco at lastsummer dot de>.
* include the NEWS file into the tarballIngo Schwarze2013-10-011-2/+3
|
* Fix build on Solaris.Ingo Schwarze2013-10-011-1/+17
| | | | | | | Initial version for SmartOS by ONODERA Ryo <ryoon at netbsd dot org>. Generalized for Solaris by Jonathan Perkin <jperkin at netbsd dot org>. Received via Thomas Klausner <wiz at netbsd dot org>. Style cleanup by myself.
* Final tweaks for the release candidate:Ingo Schwarze2013-09-293-5/+30
| | | | | | * Test for betoh64(), otherwise use be64toh(). * In the Makefile, improve the explanation of STATIC. * Update VERSION and VDATE.
* Improve FreeBSD links; triggered by and with help fromIngo Schwarze2013-09-281-2/+9
| | | | Ulrich Spoerlein <uqs at freebsd dot org>.
* Polish the web page for the 1.12.2 release:Ingo Schwarze2013-09-231-25/+27
| | | | | | | | | | * Manuals: Alphabetically sort "eqn" before "man". * Downstream: List explicit downstream versions. Yes, keeping this up to date causes minimal work, but i consider it worth the effort. * List all three places DragonFly scattered its mandoc build system to. * News: Polish the wording. * Note that groff is GPLv3, and remove the wrong claim that it's all GPL. * Assert my Copyright.
* What's new in 1.12.2.Ingo Schwarze2013-09-181-0/+44
|
* Update VERSION, VDATE and CFLAGS for the upcoming 1.12.2 release.Ingo Schwarze2013-09-182-4/+13
| | | | | Add tbl.3 and gmdiff to the tarball. Add tbl.3.html to the website.
* Merge rev. 1.400:Ingo Schwarze2013-09-181-77/+1
| | | | Stop producing xhtml/pdf/etc for webpage.
* Partial merge of rev. 1.396:Ingo Schwarze2013-09-181-25/+132
| | | | Remove lint support and Windows binaries.
* Merge rev. 1.158:Ingo Schwarze2013-09-181-15/+42
| | | | Stop producing xhtml/pdf/etc for webpage.
* Merge from OpenBSD:Ingo Schwarze2013-09-181-32/+211
| | | | | 1) Revert filenames back to mandoc.{db,index} 2) Improve AUTHORS and HISTORY
* Fix typo in filenames: mandocdb.{db,index} -> mandoc.{db,index}Ingo Schwarze2013-09-182-1/+63
|
* Merge OpenBSD revision 1.17:Ingo Schwarze2013-09-171-23/+69
| | | | | Without arguments, show the usage line and EXIT_FAILURE. Resolve some gratuitious differences (order, parantheses, white space, etc).
* Merge OpenBSD rev. 1.43:Ingo Schwarze2013-09-171-4/+4
| | | | | Kristaps changed the size member of struct manpaths from int to size_t. No functional change.
* Merge OpenBSD rev. 1.34.Ingo Schwarze2013-09-171-13/+52
| | | | | Do not truncate the production database when starting to build a new one. Suggested by deraadt@.
* merge OpenBSD rev. 1.41:Ingo Schwarze2013-09-171-91/+136
| | | | backout non-portable code
* Similar to rev. 1.58:Ingo Schwarze2013-09-171-1600/+1432
| | | | Consistently use the PATH_MAX since it is specified by POSIX.
* 1) Revert the argument names in the SYNOPSIS back to the usual ones.Ingo Schwarze2013-09-171-0/+171
| | | | | 2) For citing the names and email addresses of authors, consistently use the style ".An name Aq Mt email".
* Merge rev. 1.21:Ingo Schwarze2013-09-171-2/+1
| | | | | For citing the names and email addresses of authors, consistently use the style ".An name Aq Mt email".
* Merge rev. 1.20:Ingo Schwarze2013-09-171-43/+90
| | | | Revert the argument names in the SYNOPSIS back to the usual ones.
* use the .Bx macro; from Jan Stary via jmc@Ingo Schwarze2013-09-161-1/+2
|
* two improvements in the SYNOPSIS;Ingo Schwarze2013-09-161-2/+1
| | | | from Sascha Wildner <swildner at gmail dot com> (DragonFly)
* Drop .Ud remark, it has started to slowly turn into a lie.Ingo Schwarze2013-09-161-7/+0
|