replace libeditline with libedit
commit9ef071c94e0190131b04500bda8ca75b362006a7
authorLove Hornquist Astrand <lha@h5l.org>
Sun, 13 Mar 2011 21:18:14 +0000 (13 14:18 -0700)
committerLove Hornquist Astrand <lha@h5l.org>
Sun, 13 Mar 2011 21:18:14 +0000 (13 14:18 -0700)
treead25e4ab904e5e17c6bef7fb989f18e07993593c
parent217021914df618f23f7da61385de9ce2314559a0
replace libeditline with libedit
94 files changed:
cf/krb-readline.m4
cf/test-package.m4
configure.ac
doc/copyright.texi
lib/Makefile.am
lib/editline/ChangeLog [deleted file]
lib/editline/Makefile.am [deleted file]
lib/editline/NTMakefile [deleted file]
lib/editline/README [deleted file]
lib/editline/complete.c [deleted file]
lib/editline/edit_compat.c [deleted file]
lib/editline/edit_locl.h [deleted file]
lib/editline/editline.3 [deleted file]
lib/editline/editline.c [deleted file]
lib/editline/editline.h [deleted file]
lib/editline/sysunix.c [deleted file]
lib/editline/syswin.c [deleted file]
lib/editline/testit.c [deleted file]
lib/editline/unix.h [deleted file]
lib/libedit/COPYING [new file with mode: 0644]
lib/libedit/ChangeLog [new file with mode: 0644]
lib/libedit/INSTALL [new file with mode: 0644]
lib/libedit/Makefile.am [new file with mode: 0644]
lib/libedit/THANKS [new file with mode: 0644]
lib/libedit/acinclude.m4 [new file with mode: 0644]
lib/libedit/aclocal.m4 [new file with mode: 0644]
lib/libedit/autom4te.cache/output.0 [new file with mode: 0644]
lib/libedit/autom4te.cache/output.1 [new file with mode: 0644]
lib/libedit/autom4te.cache/requests [new file with mode: 0644]
lib/libedit/autom4te.cache/traces.0 [new file with mode: 0644]
lib/libedit/autom4te.cache/traces.1 [new file with mode: 0644]
lib/libedit/config.h.in [new file with mode: 0644]
lib/libedit/configure.ac [new file with mode: 0644]
lib/libedit/depcomp [new file with mode: 0755]
lib/libedit/doc/Makefile.am [new file with mode: 0644]
lib/libedit/doc/editline.3.roff [new file with mode: 0644]
lib/libedit/doc/editrc.5.roff [new file with mode: 0644]
lib/libedit/doc/mdoc2man.awk [new file with mode: 0644]
lib/libedit/examples/Makefile.am [new file with mode: 0644]
lib/libedit/examples/fileman.c [new file with mode: 0644]
lib/libedit/examples/tc1.c [new file with mode: 0644]
lib/libedit/examples/wtc1.c [new file with mode: 0644]
lib/libedit/libedit.pc.in [new file with mode: 0644]
lib/libedit/ltmain.sh [new file with mode: 0755]
lib/libedit/src/Makefile.am [new file with mode: 0644]
lib/libedit/src/chared.c [new file with mode: 0644]
lib/libedit/src/chared.h [new file with mode: 0644]
lib/libedit/src/chartype.c [new file with mode: 0644]
lib/libedit/src/chartype.h [new file with mode: 0644]
lib/libedit/src/common.c [new file with mode: 0644]
lib/libedit/src/editline/readline.h [new file with mode: 0644]
lib/libedit/src/el.c [new file with mode: 0644]
lib/libedit/src/el.h [new file with mode: 0644]
lib/libedit/src/el_term.h [new file with mode: 0644]
lib/libedit/src/eln.c [new file with mode: 0644]
lib/libedit/src/emacs.c [new file with mode: 0644]
lib/libedit/src/fgetln.c [new file with mode: 0644]
lib/libedit/src/filecomplete.c [new file with mode: 0644]
lib/libedit/src/filecomplete.h [new file with mode: 0644]
lib/libedit/src/hist.c [new file with mode: 0644]
lib/libedit/src/hist.h [new file with mode: 0644]
lib/libedit/src/histedit.h [new file with mode: 0644]
lib/libedit/src/history.c [new file with mode: 0644]
lib/libedit/src/key.c [new file with mode: 0644]
lib/libedit/src/key.h [new file with mode: 0644]
lib/libedit/src/makelist [new file with mode: 0644]
lib/libedit/src/map.c [new file with mode: 0644]
lib/libedit/src/map.h [new file with mode: 0644]
lib/libedit/src/parse.c [new file with mode: 0644]
lib/libedit/src/parse.h [copied from lib/editline/edit_compat.h with 60% similarity]
lib/libedit/src/prompt.c [new file with mode: 0644]
lib/libedit/src/prompt.h [copied from lib/editline/edit_compat.h with 51% similarity]
lib/libedit/src/read.c [new file with mode: 0644]
lib/libedit/src/read.h [new file with mode: 0644]
lib/libedit/src/readline.c [new file with mode: 0644]
lib/libedit/src/refresh.c [new file with mode: 0644]
lib/libedit/src/refresh.h [moved from lib/editline/roken_rename.h with 53% similarity]
lib/libedit/src/search.c [new file with mode: 0644]
lib/libedit/src/search.h [new file with mode: 0644]
lib/libedit/src/shlib_version [new file with mode: 0644]
lib/libedit/src/sig.c [new file with mode: 0644]
lib/libedit/src/sig.h [moved from lib/editline/edit_compat.h with 51% similarity]
lib/libedit/src/strlcat.c [new file with mode: 0644]
lib/libedit/src/strlcpy.c [new file with mode: 0644]
lib/libedit/src/sys.h [new file with mode: 0644]
lib/libedit/src/term.c [new file with mode: 0644]
lib/libedit/src/tokenizer.c [new file with mode: 0644]
lib/libedit/src/tty.c [new file with mode: 0644]
lib/libedit/src/tty.h [new file with mode: 0644]
lib/libedit/src/unvis.c [new file with mode: 0644]
lib/libedit/src/vi.c [new file with mode: 0644]
lib/libedit/src/vis.c [new file with mode: 0644]
lib/libedit/src/vis.h [new file with mode: 0644]
lib/libedit/src/wcsdup.c [new file with mode: 0644]