Module Name: othersrc
Committed By: lukem
Date: Mon Feb 1 10:33:26 UTC 2016
Modified Files:
othersrc/usr.bin/tnftp: ChangeLog
Log Message:
libedit update
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 othersrc/usr.bin/tnftp/ChangeLog
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/usr.bin/tnftp/ChangeLog
diff -u othersrc/usr.bin/tnftp/ChangeLog:1.68 othersrc/usr.bin/tnftp/ChangeLog:1.69
--- othersrc/usr.bin/tnftp/ChangeLog:1.68 Sun Jan 31 06:10:20 2016
+++ othersrc/usr.bin/tnftp/ChangeLog Mon Feb 1 10:33:26 2016
@@ -1,5 +1,18 @@
-$NetBSD: ChangeLog,v 1.68 2016/01/31 06:10:20 lukem Exp $
+$NetBSD: ChangeLog,v 1.69 2016/02/01 10:33:26 lukem Exp $
+Mon Feb 1 10:29:47 UTC 2016 lukem
+
+ * Merge libedit from NetBSD 20050531 to 20160131.
+ Notable API changes, even if not used by tnftp:
+ - Make el_get varyadic, and implement EL_GETTC.
+ - Add EL_GETFP, and EL_SETFP.
+ - Add EL_REFRESH for the benefit of readline
+ - Document and enable wide character support.
+ - Provide an el_init_fd function.
+
+ * Reduce differences to upstream in libedit.
+
+ * configure.ac: remove AC_FUNC_ALLOCA() and AC_TYPE_SIGNAL().
Sun Jan 31 06:01:43 UTC 2016 lukem