CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2016/05/10 05:53:54
Modified files: lib/libedit : Makefile sys.h Removed files: lib/libedit : editline.c Log message: Enable separate compilation while keeping internal interfaces hidden. Simplifies the build system and prevents modules from stomping on each other's static symbols. Based on a hint from guenther@, using feedback from kettenis@ and deraadt@.