Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor sync with HEAD, but keep the Berkeley DB parts | Ingo Schwarze | 2014-03-17 | 1 | -5/+10 |
| | |||||
* | - remove index.html, is now part of the website repo | Ingo Schwarze | 2014-03-03 | 4 | -522/+22 |
| | | | | - and some general cleanup (installcgi is .PHONY) | ||||
* | Implement the \: (optional line break) escape sequence, | Ingo Schwarze | 2014-01-22 | 1 | -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 Schwarze | 2014-01-05 | 1 | -3/+8 |
| | |||||
* | Put ./configure into the distribution tarball. | Ingo Schwarze | 2014-01-04 | 1 | -1/+3 |
| | |||||
* | Merge strnlen(3) configuration bits. | Ingo Schwarze | 2014-01-04 | 3 | -9/+14 |
| | |||||
* | Merge cleanup of feature tests to VERSION_1_12, resolving conflicts. | Ingo Schwarze | 2014-01-04 | 2 | -51/+57 |
| | |||||
* | Provide strcasestr(3) and strsep(3) for Solaris 10 compat; | Ingo Schwarze | 2013-12-31 | 2 | -1/+19 |
| | | | | reported missing by Matthias Scheler <tron at NetBSD> via wiz@. | ||||
* | update the link to the ISC license | Ingo Schwarze | 2013-12-31 | 1 | -2/+2 |
| | | | | and note that the pkgsrc port was updated to 1.12.3 | ||||
* | release 1.12.3 | Ingo Schwarze | 2013-12-31 | 2 | -28/+54 |
| | |||||
* | update downstream versions | Ingo Schwarze | 2013-12-26 | 1 | -4/+4 |
| | |||||
* | My audit of mandoc revealed one missing (unsigned char) cast | Ingo Schwarze | 2013-11-21 | 1 | -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 me | Ingo Schwarze | 2013-11-07 | 1 | -11/+10 |
| | |||||
* | Mention that mandoc is also an OpenBSD project, agreed by Kristaps. | Ingo Schwarze | 2013-11-07 | 1 | -9/+17 |
| | | | | | Remove text about groff as suggested by Kristaps; explaining that topic properly would get too long. | ||||
* | new section about mandoc history, with links | Ingo Schwarze | 2013-10-13 | 1 | -3/+30 |
| | |||||
* | Thomas Klausner <wiz at NetBSD dot org> finally succeeded to build | Ingo Schwarze | 2013-10-11 | 1 | -1/+1 |
| | | | | on SmartOS and sent these additional patches, thanks! | ||||
* | On __sun, use <sys/byteorder.h>, BE_64(x), and <db_185.h>. | Ingo Schwarze | 2013-10-10 | 3 | -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 mandoc | Ingo Schwarze | 2013-10-10 | 1 | -5/+20 |
| | | | | and Alpine Linux port was upgraded to 1.12.2 | ||||
* | Put VERSION into config.h. | Ingo Schwarze | 2013-10-06 | 1 | -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 Schwarze | 2013-10-06 | 1 | -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 Schwarze | 2013-10-05 | 4 | -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 Schwarze | 2013-10-05 | 1 | -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.2 | Ingo Schwarze | 2013-10-05 | 1 | -0/+3 |
| | |||||
* | Release version 1.12.2. This is no longer beta. | Ingo Schwarze | 2013-10-05 | 2 | -3/+9 |
| | | | | Sneak in a downstream link to Alpine Linux. | ||||
* | whatis.{db,index} -> mandoc.{db,index}; from kristaps@ | Ingo Schwarze | 2013-10-05 | 2 | -4/+4 |
| | |||||
* | Byte-order functions for Mac OS X. | Ingo Schwarze | 2013-10-03 | 1 | -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 Schwarze | 2013-10-02 | 3 | -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 tarball | Ingo Schwarze | 2013-10-01 | 1 | -2/+3 |
| | |||||
* | Fix build on Solaris. | Ingo Schwarze | 2013-10-01 | 1 | -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 Schwarze | 2013-09-29 | 3 | -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 from | Ingo Schwarze | 2013-09-28 | 1 | -2/+9 |
| | | | | Ulrich Spoerlein <uqs at freebsd dot org>. | ||||
* | Polish the web page for the 1.12.2 release: | Ingo Schwarze | 2013-09-23 | 1 | -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 Schwarze | 2013-09-18 | 1 | -0/+44 |
| | |||||
* | Update VERSION, VDATE and CFLAGS for the upcoming 1.12.2 release. | Ingo Schwarze | 2013-09-18 | 2 | -4/+13 |
| | | | | | Add tbl.3 and gmdiff to the tarball. Add tbl.3.html to the website. | ||||
* | Merge rev. 1.400: | Ingo Schwarze | 2013-09-18 | 1 | -77/+1 |
| | | | | Stop producing xhtml/pdf/etc for webpage. | ||||
* | Partial merge of rev. 1.396: | Ingo Schwarze | 2013-09-18 | 1 | -25/+132 |
| | | | | Remove lint support and Windows binaries. | ||||
* | Merge rev. 1.158: | Ingo Schwarze | 2013-09-18 | 1 | -15/+42 |
| | | | | Stop producing xhtml/pdf/etc for webpage. | ||||
* | Merge from OpenBSD: | Ingo Schwarze | 2013-09-18 | 1 | -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 Schwarze | 2013-09-18 | 2 | -1/+63 |
| | |||||
* | Merge OpenBSD revision 1.17: | Ingo Schwarze | 2013-09-17 | 1 | -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 Schwarze | 2013-09-17 | 1 | -4/+4 |
| | | | | | Kristaps changed the size member of struct manpaths from int to size_t. No functional change. | ||||
* | Merge OpenBSD rev. 1.34. | Ingo Schwarze | 2013-09-17 | 1 | -13/+52 |
| | | | | | Do not truncate the production database when starting to build a new one. Suggested by deraadt@. | ||||
* | merge OpenBSD rev. 1.41: | Ingo Schwarze | 2013-09-17 | 1 | -91/+136 |
| | | | | backout non-portable code | ||||
* | Similar to rev. 1.58: | Ingo Schwarze | 2013-09-17 | 1 | -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 Schwarze | 2013-09-17 | 1 | -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 Schwarze | 2013-09-17 | 1 | -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 Schwarze | 2013-09-17 | 1 | -43/+90 |
| | | | | Revert the argument names in the SYNOPSIS back to the usual ones. | ||||
* | use the .Bx macro; from Jan Stary via jmc@ | Ingo Schwarze | 2013-09-16 | 1 | -1/+2 |
| | |||||
* | two improvements in the SYNOPSIS; | Ingo Schwarze | 2013-09-16 | 1 | -2/+1 |
| | | | | from Sascha Wildner <swildner at gmail dot com> (DragonFly) | ||||
* | Drop .Ud remark, it has started to slowly turn into a lie. | Ingo Schwarze | 2013-09-16 | 1 | -7/+0 |
| |