This is an automated email from the ASF dual-hosted git repository. mxmanghi pushed a change to branch tcl-novem in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git
from 8201e58 Merge branch 'master' into tcl-novem add 0283265 Fix bug in tcl.m4. Patch proposed upstream add dea2bb4 Commit Changelog separately to avoid clashes when merging into quattuor add 3b183ff add tests for the 2 forms of [::rivet::var_qs all] add eafb660 making error checking in TclWeb_GetAllVars and TclWeb_GetVarNames meaningful add 9c680c8 Directive HonorHeaderOnlyReqs renamed as HonorHeadRequests, which sounds more familiar with the common parlance regarding HTTP add a405753 preparing to release rivet 3.2.2 add 79bc474 Merge branch 'master' of https://gitbox.apache.org/repos/asf/tcl-rivet add 3d374f2 explained directive HonorHeadRequests (replaces HonorHeaderOnlyReqs) add d6cbc30 HonorHeadRequest default set to 'yes' while dropping of the directive is set to pending add db841d1 add 3.2.2 release entry add fbcd4a3 add changelog entry for rivet 3.2.2 release add 3287af7 Merge branch 'master' of https://gitbox.apache.org/repos/asf/tcl-rivet add ca5b258 trailing whitespaces removed thorough C code, new version 3.2.3 add a95feed replaced CONST84 with CONST86 which is supported by Tcl 8.7 add f97028c Converted CONST84 to CONST86 new d63182c merging several commits from master, unifying handling of const specifier using CONST86 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: ChangeLog | 4033 +++++++++++++++--------------- VERSION | 2 +- configure.ac | 2 +- doc/rivet.xml | 2 +- doc/xml/commands.xml | 2 +- doc/xml/directives.xml | 4 +- {tclconfig => m4}/libtool.m4 | 28 +- m4/ltoptions.m4 | 437 ++++ m4/ltsugar.m4 | 124 + m4/ltversion.m4 | 23 + m4/lt~obsolete.m4 | 99 + src/TclWeb.h | 9 +- src/librivet/rivetCrypt.c | 2 +- src/librivet/rivetList.c | 20 +- src/librivet/rivetPkgInit.c | 18 +- src/librivet/rivetWWW.c | 2 +- src/mod_rivet_ng/TclWebapache.c | 133 +- src/mod_rivet_ng/apache_config.c | 86 +- src/mod_rivet_ng/mod_rivet.c | 78 +- src/mod_rivet_ng/mod_rivet.h | 16 +- src/mod_rivet_ng/mod_rivet_cache.c | 26 +- src/mod_rivet_ng/mod_rivet_cache.h | 2 +- src/mod_rivet_ng/mod_rivet_common.c | 118 +- src/mod_rivet_ng/mod_rivet_common.h | 2 +- src/mod_rivet_ng/mod_rivet_generator.c | 54 +- src/mod_rivet_ng/rivetChannel.c | 6 +- src/mod_rivet_ng/rivetCore.c | 127 +- src/mod_rivet_ng/rivetInspect.c | 62 +- src/mod_rivet_ng/rivet_lazy_mpm.c | 102 +- src/mod_rivet_ng/rivet_prefork_mpm.c | 24 +- src/mod_rivet_ng/rivet_worker_mpm.c | 124 +- src/mod_rivet_ng/worker_prefork_common.c | 60 +- src/mod_rivet_ng/worker_prefork_common.h | 2 +- src/parser/parserPkgInit.c | 8 +- src/parser/rivetParser.c | 6 +- src/parser/rivetParser.h | 2 +- src/request/apache_multipart_buffer.c | 6 +- src/request/apache_multipart_buffer.h | 4 +- src/request/apache_request.c | 16 +- src/request/apache_request.h | 4 +- src/rivet.h | 12 +- tclconfig/compile | 13 +- tclconfig/config.guess | 858 +++---- tclconfig/config.sub | 332 +-- tclconfig/depcomp | 10 +- tclconfig/install-sh | 134 +- tclconfig/ltmain.sh | 217 +- tclconfig/missing | 16 +- tclconfig/tcl.m4 | 4 +- tests/get.test | 104 +- tests/getall.rvt | 20 + tests/rivet.test | 2 +- 52 files changed, 4193 insertions(+), 3404 deletions(-) copy {tclconfig => m4}/libtool.m4 (99%) create mode 100644 m4/ltoptions.m4 create mode 100644 m4/ltsugar.m4 create mode 100644 m4/ltversion.m4 create mode 100644 m4/lt~obsolete.m4 mode change 100644 => 100755 tclconfig/install-sh create mode 100644 tests/getall.rvt --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org For additional commands, e-mail: commits-h...@tcl.apache.org