Re: [RFC PATCH v8] term: Added 'l_term_*' symbols.

Grant Erickson <[email protected]> Thu, 16 May 2024 08:35:43 -0700
Newsgroups dev.linux.lists.ell
Message-ID <[email protected]>
On May 16, 2024, at 1:16 AM, Martin Hundebøll <[email protected]> wrote:
> On Thu, 2024-04-04 at 17:36 -0700, Grant Erickson wrote:
>> ---
>>  ell/ell.sym | 21 +++++++++++++++++++++
>>  1 file changed, 21 insertions(+)
>> 
>> diff --git a/ell/ell.sym b/ell/ell.sym
>> index 28b55d36719b..2767bf55e079 100644
>> --- a/ell/ell.sym
>> +++ b/ell/ell.sym
>> @@ -623,6 +623,27 @@ global:
>>   l_ecdh_generate_shared_secret;
>>   /* time */
>>   l_time_now;
>> + /* term */
>> + l_term_new;
>> + l_term_free;
>> + l_term_set_io_handler;
>> + l_term_set_input;
>> + l_term_set_input_stdin;
>> + l_term_set_output;
>> + l_term_set_output_stdout;
>> + l_term_set_key_handler;
>> + l_term_open;
>> + l_term_close;
> 
> Didn't you argue / say in the cover letter to v6 that these two
> functions were renamed to l_term_{acquire,release} ?

Martin,

Confirmed, you may note "[RFC PATCH v8] ell/edit: Rename 'l_term_{open,close}’.” patch later in that series that performs the rename of those symbols.

I intentionally left the revision history intact in the patch set, rather than squashing them, so that it was clear where Marcel started and then the changes I made atop those.

Best,

Grant

-- 
Principal
Nuovations

[email protected]
https://www.nuovations.com/