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 23:53:56 UTC

[tcl-rivet] 04/05: Add error message buffer size definition

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

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

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

    Add error message buffer size definition
---
 ChangeLog   | 14 +++++++++-----
 src/rivet.h |  1 +
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 85d6976..2bfa08b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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-14 Massimo Manghi <mx...@apache.org>
 	* src/mod_rivet_ng/rivetCore.c: add experimental ::rivet::thread_id
 	command
@@ -9,14 +13,14 @@
 	abating complexity 
 
 2019-01-05 Massimo Manghi <mx...@apache.org>
-    * doc/: merging from 3.1 fixes to various broken docbook elements
-    and new entities to external resources' URLs
+	* doc/: merging from 3.1 fixes to various broken docbook elements
+	 and new entities to external resources' URLs
 
 2018-12-24 Georgios Petasis <pe...@apache.org>
-    * README.md: Added badges also for the GitHub fork at:
-    https://github.com/petasis/tcl-rivet.
+	* README.md: Added badges also for the GitHub fork at:
+	https://github.com/petasis/tcl-rivet.
 
-    * .appveyor.yml: Enhancements to not rely on hard-coded paths.
+	* .appveyor.yml: Enhancements to not rely on hard-coded paths.
 
 2018-12-23 Massimo Manghi <mx...@apache.org>
     * cmake/CMakeLists.txt: starting with rivet 3 we need Tcl > 8.6.1
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