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 decc151ee9b6e7ff57afb2c032d36e461fed52c1 Author: Massimo Manghi <mxman...@apache.org> AuthorDate: Fri Apr 12 07:59:16 2024 +0200 cherry picking latest commit. Probably not working anymore, but a least aligned with latest features --- ChangeLog | 4 ++++ src/mod_rivet_ng/mod_rivet_common.c | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index d5dfcec..70f97aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2024-04-12 Massimo Manghi <mxman...@apache.org> + * src/mod_rivet_ng/mod_rivet_common.c: Determining the server_rec also + for ServerInitScripts. + 2024-02-18 Massimo Manghi <mxman...@apache.org> * doc/xml/commands.xml: fixed misspelled command ::rivet::thread_id * VERSION: new version 3.2.5 diff --git a/src/mod_rivet_ng/mod_rivet_common.c b/src/mod_rivet_ng/mod_rivet_common.c index 2103849..98a613f 100644 --- a/src/mod_rivet_ng/mod_rivet_common.c +++ b/src/mod_rivet_ng/mod_rivet_common.c @@ -277,11 +277,6 @@ void Rivet_PerInterpInit(rivet_thread_interp* interp_obj, ap_assert (interp != (Tcl_Interp *)NULL); Tcl_Preserve (interp); - /* Set up interpreter associated data */ - - //globals = ckalloc(sizeof(rivet_interp_globals)); - //Tcl_SetAssocData (interp,"rivet",NULL,globals); - /* * we store in the globals some information relevant to * the embedded interpreter work --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org For additional commands, e-mail: commits-h...@tcl.apache.org