From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from krisdoz.my.domain (kristaps@localhost [127.0.0.1]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id p2MAU81n007963 for ; Tue, 22 Mar 2011 06:30:08 -0400 (EDT) Received: (from kristaps@localhost) by krisdoz.my.domain (8.14.3/8.14.3/Submit) id p2MAU7nG029161; Tue, 22 Mar 2011 06:30:07 -0400 (EDT) Date: Tue, 22 Mar 2011 06:30:07 -0400 (EDT) Message-Id: <201103221030.p2MAU7nG029161@krisdoz.my.domain> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: kristaps@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: Be a bit more specific on where we compile. X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- Be a bit more specific on where we compile. Are there any ANSI-C compilers where we don't compile? I'm pretty sure that mmap() is non-standard (we'll fail, e.g., on mingw32). Modified Files: -------------- mdocml: index.sgml Revision Data ------------- Index: index.sgml =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/index.sgml,v retrieving revision 1.106 retrieving revision 1.107 diff -Lindex.sgml -Lindex.sgml -u -p -r1.106 -r1.107 --- index.sgml +++ index.sgml @@ -58,8 +58,8 @@

- mdocml is architecture- and system-neutral, written in plain-old C. The most - current version is @VERSION@, dated @VDATE@. + mdocml is in plain-old ANSI C and should build and run on any UNIX system. + The most current version is @VERSION@, dated @VDATE@.

-- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv