From 2f2bb02392779cf54c58606efc672a41c3dcda12 Mon Sep 17 00:00:00 2001 From: Per Cederqvist Date: Wed, 5 Aug 1998 16:15:12 +0000 Subject: [PATCH] Implemented the local-to-global call. --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1099d784..6162495b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +1998-08-05 Per Cederqvist + + Implemented the local-to-global call. + * src/server/fncdef.txt: Added local_to_global. + * src/include/services.h (local_to_global): New function. + * src/include/kom-types.h (Text_mapping): New type. + * src/server/text.c (get_map): Fixed the type of the no_of_texts + argument. + (local_to_global): New function. + * src/server/prot-a.c (prot_a_reply): Handle rt_text_mapping. + (prot_a_is_legal_fnc): Handle call_fnc_local_to_global. + * src/server/prot-a-output.c (prot_a_output_text_mapping): New + function. + * src/server/prot-a-output.h: Likewise. + * src/server/connections.h (Res_type): Added rt_text_mapping. + (Result_holder): Added text_mapping. + 1998-08-03 Per Cederqvist Document the local-to-global call. -- GitLab