dect
/
asterisk
Archived
13
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
qwell 1b3a252266 Merged revisions 179395 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r179395 | qwell | 2009-03-02 14:14:57 -0600 (Mon, 02 Mar 2009) | 1 line
  
  Remove several silly warnings in editline.  One about a broken preprocessor directive, and another about strlcpy/strlcat.

  (closes issue #14264)
  Reported by: dimas
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@179396 f38db490-d61c-443f-a65b-d21fe96a405b
2009-03-02 20:16:51 +00:00
..
TEST
np Merged revisions 179395 via svnmerge from 2009-03-02 20:16:51 +00:00
readline
CHANGES
INSTALL
Makefile.in Merged revisions 129343 via svnmerge from 2008-07-09 13:44:43 +00:00
PLATFORMS
README
chared.c
chared.h
common.c
config.guess
config.h.in
config.sub
configure Merged revisions 179395 via svnmerge from 2009-03-02 20:16:51 +00:00
configure.in Merged revisions 179395 via svnmerge from 2009-03-02 20:16:51 +00:00
editline.3
editrc.5
el.c
el.h
emacs.c
hist.c
hist.h
histedit.h
history.c
install-sh
key.c
key.h
makelist.in Merged revisions 129343 via svnmerge from 2008-07-09 13:44:43 +00:00
map.c
map.h
parse.c
parse.h
prompt.c
prompt.h
read.c Merged revisions 163761 via svnmerge from 2008-12-12 22:04:26 +00:00
read.h
readline.c Fix memory leak when MALLOC_DEBUG is enabled. 2008-11-10 18:04:30 +00:00
refresh.c
refresh.h
search.c
search.h
sig.c
sig.h
sys.h Merged revisions 179395 via svnmerge from 2009-03-02 20:16:51 +00:00
term.c
term.h
tokenizer.c
tokenizer.h
tty.c
tty.h
vi.c

README

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.