Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/main/editline
seanbright 8d596c6a24 Merged revisions 129343 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r129343 | seanbright | 2008-07-09 09:41:21 -0400 (Wed, 09 Jul 2008) | 4 lines

Look for the system installed awk instead of assuming it's at /usr/bin/awk.

Pointed out by jmls via #asterisk-dev.

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@129344 f38db490-d61c-443f-a65b-d21fe96a405b
2008-07-09 13:44:43 +00:00
..
np Merged revisions 127892,127895 via svnmerge from 2008-07-03 22:23:04 +00:00
readline
TEST
CHANGES
chared.c
chared.h
common.c
config.guess
config.h.in
config.sub
configure Merged revisions 129343 via svnmerge from 2008-07-09 13:44:43 +00:00
configure.in Merged revisions 129343 via svnmerge from 2008-07-09 13:44:43 +00:00
editline.3
editrc.5
el.c
el.h
emacs.c
hist.c
hist.h
histedit.h
history.c
INSTALL
install-sh
key.c
key.h
Makefile.in Merged revisions 129343 via svnmerge from 2008-07-09 13:44:43 +00:00
makelist.in Merged revisions 129343 via svnmerge from 2008-07-09 13:44:43 +00:00
map.c
map.h
parse.c
parse.h
PLATFORMS
prompt.c
prompt.h
read.c
read.h
readline.c Merged revisions 107352 via svnmerge from 2008-03-11 11:36:51 +00:00
README
refresh.c add -Wundef to the --enable-dev-mode flags, so that mistyped macro names in #if expressions will be caught 2007-02-18 15:03:42 +00:00
refresh.h
search.c
search.h
sig.c
sig.h
sys.h If malloc.h is included in a Solaris build, the compilation breaks. 2007-12-14 15:49:14 +00:00
term.c
term.h
tokenizer.c
tokenizer.h
tty.c
tty.h
vi.c

libedit is a command line editing and history library.  It is designed to be
used by interactive programs that allow the user to type commands at a terminal
prompt.

The following files may be of direct interest to the user:

* CHANGES - Software change log.

* INSTALL - Installation information.

* PLATFORMS - Supported platforms and platform-specific information.