From fe7e981aa6259fde052e08915d1285b49b562826 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 16 Aug 2011 12:13:27 +0000 Subject: Initial version bits in place. Also added forgotten tests to installed files. --- Makefile | 2 ++ index.sgml | 60 +++++++++++++++++++++--------------------------------------- 2 files changed, 23 insertions(+), 39 deletions(-) diff --git a/Makefile b/Makefile index 351dcc08..52ad680e 100644 --- a/Makefile +++ b/Makefile @@ -117,9 +117,11 @@ SRCS = Makefile \ term.h \ term_ascii.c \ term_ps.c \ + test-getsubopt.c \ test-mmap.c \ test-strlcat.c \ test-strlcpy.c \ + test-strptime.c \ tree.c \ vol.c \ vol.in diff --git a/index.sgml b/index.sgml index 9470c75c..61078244 100644 --- a/index.sgml +++ b/index.sgml @@ -51,10 +51,6 @@ HREF="mandocdb.8.html">mandocdb utility is not yet linked to the build: you must run make mandocdb to build it (it does not install).

-

- Distributed Win32 binaries are compiled using mingw32. They are - distributed in a ZIP archive consisting of binaries, manuals, and other installable media. -

The most current version of mdocml is @VERSION@, dated @VDATE@. @@ -63,7 +59,7 @@ Current - + @@ -80,18 +76,24 @@ - + + + + +
Win32 binary archiveWin32 (i686) binary archive /binaries/mdocml-win32.zip
Win64 (x86_64) binary archive + /binaries/mdocml-win64.zip +

Downstream

- + @@ -128,7 +130,7 @@ Historical
- + @@ -153,7 +155,7 @@

- + @@ -289,7 +291,7 @@ this e-mail address">kris...@bsd.lv.

- + @@ -327,6 +329,15 @@

News

+

+ 16-08-2011: version 1.11.6 +

+

+ Handling of tr macro in roff implemented. This makes Perl documentation much more + readable. Hyphenation is also now enabled in man format documents. Many other general + improvements have been implemented, and a 64-bit Windows binary is now available at /binaries/mdocml-win64.zip. +

24-07-2011: version 1.11.5

@@ -350,35 +361,6 @@ HREF="man.7.html">man parser. This release was significantly assisted by participants in OpenBSD's c2k11. Thanks!

-

- 26-05-2011: version 1.11.3 -

-

- Introduce locale-encoding of output with the -Tlocale output option and Unicode escaped-character input. - See mandoc and mandoc_char, respectively, for details. - This allows for non-ASCII characters (e.g., \[u5000]) to be rendered in the locale's encoding, if said - environment supports wide-character encoding (if it does not, -Tascii is used instead). - Locale support can be turned off at compile time by removing -DUSE_WCHAR in the Makefile, in which case - -Tlocale is always a synonym for -Tascii. -

-

- Furthermore, multibyte-encoded documents, such as those in UTF-8, may be on-the-fly recoded into mandoc input by using the newly-added preconv utility. - Note: in the future, this feature may be integrated into mandoc. -

-

- 12-05-2011: version 1.11.2 -

-

- Corrected some installation issues in version 1.11.1. - Further migration to libmandoc. - Initial public release (this utility is very much under development) of mandocdbmakewhatis, - initially named mandoc-db. - This utility produces keyword databases of manual content - mandoc-cgi, - mandoc-tools, - which features semantic querying of manual content. -

See cvsweb for historical notes. -- cgit