request: libedit sync

Phil Oleson oz at nixil.net
Fri Apr 1 15:01:13 PST 2005


Matthew N. Dodd wrote:

> On Thu, 31 Mar 2005, Phil Oleson wrote:
>
>> btw, I was a bit unsure if I should increment 'SHLIB_MAJOR' to 5. 
>> There were some small changes (exposed some tok_xx functions) but it 
>> also removed el_data_get() & el_data_set().  blah..
>
>
> el_data_{get,set}() were local changes.  It would be really nice if 
> they stayed.
>
hmm.. that was a detail I overlooked.  I have not been able to track 
down where these
functions are used. Can you assist with that?   These calls could be 
changed to use
el_get(el, EL_CLIENTDATA, data) && el_set(el, EL_CLIENTDATA, data), and 
we could
eliminate these non-portable local changes.

    Phil


More information about the freebsd-current mailing list