CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/03/20 16:09:24
Modified files:
lib/libedit : config.h el.c history.c sys.h
Log message:
Use getline(3) rather than fgetln(3) because it is standardized
and simpler and safer to use. Implemented by Christos Zoulas
following my suggestion, with a bug fix by me.
