CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2016/01/29 10:23:21

Modified files:
        lib/libedit    : Makefile el.h 
Added files:
        lib/libedit    : keymacro.c keymacro.h terminal.c terminal.h 
Removed files:
        lib/libedit    : key.c key.h term.c term.h 

Log message:
Start synching with NetBSD:
Rename the files key.[hc] to keymacro.[hc] and term.[hc] to terminal.[hc].
The change makes sense because "term.h" conflicts with <term.h>
and the functions key_clear(), key_end(), and key_print() in "key.h"
conflict with macros in <term.h>.
No content change yet, no binary change in *.o after "strip -d".
This reduces the remaining diff from +4634 -3992 to +2640 -1998.
OK czarkoff@, and mmcc@ agrees with the direction.

Reply via email to