History log of /external/libedit/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
67e14dfc833aafa400a3aad8cb329cbaec503445 03-Jun-2015 Damien Miller <djm@google.com> package version metadata for external/

This will be used for automated notification of external vulnerability
reports.

Change-Id: I37e644c3b695bcc50b8e8dd7572bcc3f269063a0
EADME.version
315dded283ebd8627b4968d761b0c29bc241d7a3 13-Mar-2015 Conley Owens <cco3@android.com> Add NOTICE file

Change-Id: I08a4278b4618113b6e7ffaf089a21b6c7f073291
OTICE
92d2359bcffabfcca85c64eb4908556aa69ef96a 30-Oct-2013 Todd Fiala <tfiala@google.com> Added Android build support for libedit prebuilts maintainer

This Android.mk support puts a thin layer around the libedit
./configure-based build. These build steps only need to be run by
somebody updating the prebuilts version of libedit located in
prebuilts/libs/libedit.

Currently this only supports building the libedit prebuilts for
linux-x86 (32-bit) on a linux host.

Tested on Ubuntu 12.04 x86_64:

cd external/libedit
mm ANDROID_BUILD_LIBEDIT=true prebuilts/libs/libedit/linux-x86/lib/libedit.a
cd ../../prebuilts/libs/libedit
find .
objdump -a linux-x86/lib/libedit.a | grep 'file format'

Note the file format for the libedit.a archive components are all
elf32-i386.

Change-Id: I04f8e2ba179749f197ade8b56bb6ae1e5196891a
ndroid.mk
ODULE_LICENSE_BSD
EADME.android
12e21689bc88a77c7b5b9b220fec31e049e5ec0f 30-Oct-2013 Todd Fiala <tfiala@google.com> Initial check-in of libedit.

Direct source is from here: http://thrysoee.dk/editline/

Taken from libedit-20130712-3.1.tar.gz.

This is an autotool- and libtoolized port of the NetBSD Editline
library (libedit).

Change-Id: I33bed6e609c6f139bc45eedfa08f211c670a5d8a
OPYING
hangeLog
NSTALL
akefile.am
akefile.in
HANKS
cinclude.m4
clocal.m4
ompile
onfig.guess
onfig.h.in
onfig.sub
onfigure
onfigure.ac
epcomp
oc/Makefile.am
oc/Makefile.in
oc/editline.3.roff
oc/editrc.5.roff
oc/mdoc2man.awk
xamples/Makefile.am
xamples/Makefile.in
xamples/fileman.c
xamples/tc1.c
xamples/wtc1.c
nstall-sh
ibedit.pc.in
tmain.sh
4/libtool.m4
4/ltoptions.m4
4/ltsugar.m4
4/ltversion.m4
4/lt~obsolete.m4
issing
rc/Makefile.am
rc/Makefile.in
rc/chared.c
rc/chared.h
rc/chartype.c
rc/chartype.h
rc/common.c
rc/editline/readline.h
rc/el.c
rc/el.h
rc/eln.c
rc/emacs.c
rc/fgetln.c
rc/filecomplete.c
rc/filecomplete.h
rc/hist.c
rc/hist.h
rc/histedit.h
rc/history.c
rc/keymacro.c
rc/keymacro.h
rc/makelist
rc/map.c
rc/map.h
rc/parse.c
rc/parse.h
rc/prompt.c
rc/prompt.h
rc/read.c
rc/read.h
rc/readline.c
rc/refresh.c
rc/refresh.h
rc/search.c
rc/search.h
rc/shlib_version
rc/sig.c
rc/sig.h
rc/strlcat.c
rc/strlcpy.c
rc/sys.h
rc/terminal.c
rc/terminal.h
rc/tokenizer.c
rc/tty.c
rc/tty.h
rc/unvis.c
rc/vi.c
rc/vis.c
rc/vis.h
rc/wcsdup.c
74b5237d5e51d46750ea03f9059cde8b2cc0ea47 29-Oct-2013 Geoff Mendal <mendal@google.com> Initial empty repository