You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tcl.apache.org by mx...@apache.org on 2019/02/22 13:56:04 UTC

[tcl-rivet] branch winbuild updated (803b468 -> de7611e)

This is an automated email from the ASF dual-hosted git repository.

mxmanghi pushed a change to branch winbuild
in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git.


    from 803b468  more merges from master concerning CMakeList.txt
     add 53a5e13  CMake: set behaviour of CMP0074 only if policy is defined
     add d02e9df  requiring Tcl >= 8.6.1
     add a0b0cf5  AppVeyor: removed hard-coded paths
     add 59c8967  AppVeyor: removed hard-coded paths
     add 94ed6ec  AppVeyor: removed hard-coded paths
     add fbeea4b  AppVeyor: removed hard-coded paths
     add 961d8d2  Added badges from fork
     add c221045  Added badges from fork
     add 724be29  fix broken links in manual pages
     add ac95e6d  several changes to resolve ambiguities in implicit casting int from and to size_t
     add 714e7cb  regenerated from rivet.xml.in
     add 4f071db  Useless typecast of size_t into int removed
     add 2e2f6b7  adding automatic reference to current version in configure command example
     add adb0175  add check on stdbool.h
     add cc6e3cd  add bool datatype definition
     add a280718  manual pages corrections and improvements
     add 5034d60  Add error message buffer size definition
     add 3ee8278  error message buffer size definitions now using RIVET_MSG_BUFFER_SIZE
     new de7611e  Merge branch 'master' into winbuild

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .appveyor.yml                       | 22 ++++++++++++++++--
 ChangeLog                           | 30 +++++++++++++++++++++++++
 README.md                           |  4 ++--
 cmake/CMakeLists.txt                |  8 ++++---
 configure.ac                        |  1 +
 doc/rivet.xml                       | 35 ++++++++++++++++-------------
 doc/rivet.xml.in                    | 45 ++++++++++++++++++++-----------------
 doc/xml/installation.xml            | 20 ++++++++---------
 doc/xml/internals.xml               | 15 +++++++------
 doc/xml/intro.xml                   | 23 +++++++++----------
 doc/xml/processing.xml              |  3 ++-
 src/mod_rivet_ng/rivetCore.c        |  4 ++--
 src/mod_rivet_ng/rivet_types.h      | 27 ++++++++++++++++++++--
 src/mod_rivet_ng/rivet_worker_mpm.c | 13 +++++------
 src/rivet.h                         |  1 +
 15 files changed, 166 insertions(+), 85 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tcl.apache.org
For additional commands, e-mail: commits-help@tcl.apache.org


[tcl-rivet] 01/01: Merge branch 'master' into winbuild

Posted by mx...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mxmanghi pushed a commit to branch winbuild
in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git

commit de7611e33e3c248433e382ae34c5df74d1ad7cda
Merge: 803b468 3ee8278
Author: Massimo Manghi <mx...@apache.org>
AuthorDate: Thu Jan 31 10:02:16 2019 +0100

    Merge branch 'master' into winbuild

 .appveyor.yml                       | 22 ++++++++++++++++--
 ChangeLog                           | 30 +++++++++++++++++++++++++
 README.md                           |  4 ++--
 cmake/CMakeLists.txt                |  8 ++++---
 configure.ac                        |  1 +
 doc/rivet.xml                       | 35 ++++++++++++++++-------------
 doc/rivet.xml.in                    | 45 ++++++++++++++++++++-----------------
 doc/xml/installation.xml            | 20 ++++++++---------
 doc/xml/internals.xml               | 15 +++++++------
 doc/xml/intro.xml                   | 23 +++++++++----------
 doc/xml/processing.xml              |  3 ++-
 src/mod_rivet_ng/rivetCore.c        |  4 ++--
 src/mod_rivet_ng/rivet_types.h      | 27 ++++++++++++++++++++--
 src/mod_rivet_ng/rivet_worker_mpm.c | 13 +++++------
 src/rivet.h                         |  1 +
 15 files changed, 166 insertions(+), 85 deletions(-)

diff --cc doc/rivet.xml
index 91e929a,a4fe95e..3acaa65
--- a/doc/rivet.xml
+++ b/doc/rivet.xml
@@@ -35,22 -35,25 +35,25 @@@
      <!ENTITY asciiglyphs.xml       SYSTEM "xml/asciiglyphs.xml" >
      <!ENTITY lazybridge.xml        SYSTEM "xml/lazybridge.xml" >
      <!ENTITY formbroker.xml        SYSTEM "xml/formbroker.xml" >
 -    <!ENTITY version	           	  "3.2" >
 -    <!ENTITY fullversion           "3.2.0" >
 -    <!ENTITY version2-series	     "2.0,2.1,2.2,2.3,2.4" >
 -    <!ENTITY version2-generic	     "2.x" >
 -    <!ENTITY version30		        "3.0" >
 -    <!ENTITY version31		        "3.1" >
 +    <!ENTITY version	           "3.2" >
 +    <!ENTITY fullversion           "3.2.1" >
 +    <!ENTITY version2-series	   "2.0,2.1,2.2,2.3" >
 +    <!ENTITY version2-generic	   "2.x" >
 +    <!ENTITY version30		       "3.0" >
 +    <!ENTITY version31		       "3.1" >
      <!ENTITY tcltk-url             "http://www.tcl.tk/" >
      <!ENTITY apache-url            "http://httpd.apache.org" >
+     <!ENTITY apache-apr            "http://apr.apache.org/" >
+     <!ENTITY apache-apreq          "http://httpd.apache.org/apreq/" >
+     <!ENTITY rivet-download        "http://tcl.apache.org/rivet/html/download.html" >
      <!ENTITY apachedoc-vhost       "https://httpd.apache.org/docs/2.4/vhosts" >
-     <!ENTITY apachedoc-mpm	       "https://httpd.apache.org/docs/2.4/mpm.html" >
-     <!ENTITY apachedoc-prefork	   "https://httpd.apache.org/docs/2.4/mod/prefork.html" >
-     <!ENTITY apachedoc-worker	   "https://httpd.apache.org/docs/2.4/mod/worker.html" >
-     <!ENTITY apachedoc-event	   "https://httpd.apache.org/docs/2.4/mod/event.html" >
-     <!ENTITY apachedoc-winnt	   "https://httpd.apache.org/docs/2.4/mod/mpm_winnt.html" >
+     <!ENTITY apachedoc-mpm	        "https://httpd.apache.org/docs/2.4/mpm.html" >
+     <!ENTITY apachedoc-prefork	  "https://httpd.apache.org/docs/2.4/mod/prefork.html" >
+     <!ENTITY apachedoc-worker	     "https://httpd.apache.org/docs/2.4/mod/worker.html" >
+     <!ENTITY apachedoc-event	     "https://httpd.apache.org/docs/2.4/mod/event.html" >
+     <!ENTITY apachedoc-winnt	     "https://httpd.apache.org/docs/2.4/mod/mpm_winnt.html" >
      <!ENTITY apachedoc-docroot     "https://httpd.apache.org/docs/2.4/mod/core.html#documentroot" >
-     <!ENTITY apachedoc-alias	   "https://httpd.apache.org/docs/2.4/mod/mod_alias.html" >
+     <!ENTITY apachedoc-alias	     "https://httpd.apache.org/docs/2.4/mod/mod_alias.html" >
      <!ENTITY apachedoc-rewrite     "https://httpd.apache.org/docs/2.4/mod/mod_rewrite.html" >
      <!ENTITY apachedoc-perftuning  "https://httpd.apache.org/docs/2.4/misc/perf-tuning.html" >
  ]>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tcl.apache.org
For additional commands, e-mail: commits-help@tcl.apache.org