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/01/21 10:13:36 UTC

[tcl-rivet] 01/02: cherry pick buffer size definition

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

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

commit 64081145cb23a2ab3cc94da5855ac3838b8a9aea
Author: Massimo Manghi <mx...@apache.org>
AuthorDate: Mon Jan 21 11:04:36 2019 +0100

    cherry pick buffer size definition
---
 ChangeLog   | 8 ++++++++
 src/rivet.h | 1 +
 2 files changed, 9 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 7e769fa..7da48fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
+2019-01-21 Massimo Manghi <mx...@apache.org>
+    * src/rivet.h: Add error message buffer size definition (was still hardcoded
+    here and there)
+
 2019-01-09 Massimo Manghi <mx...@apache.org>
     * .: Released as 3.1.1
 
+2018-12-24 Georgios Petasis <pe...@apache.org>
+    * README.md: Added badges also for the GitHub fork at:
+    https://github.com/petasis/tcl-rivet.
+
 2019-01-05 Massimo Manghi <mx...@apache.org>
     * doc/rivet.xml.in,doc/rivet.xml: update copyright notice, add entities
     for various Apache resources
diff --git a/src/rivet.h b/src/rivet.h
index aec2faa..6572647 100644
--- a/src/rivet.h
+++ b/src/rivet.h
@@ -40,6 +40,7 @@ typedef int rivet_req_ctype;
 #define RIVET_NS                "::rivet"
 #define RIVET_TCL_PACKAGE       "rivet"
 #define RIVETLIB_TCL_PACKAGE    "rivetlib"
+#define RIVET_MSG_BUFFER_SIZE   512
 
 /* Macros to access and check thread private data */
 


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