aboutsummaryrefslogtreecommitdiffstats
path: root/editline
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-29 18:24:39 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-29 18:24:39 +0000
commitc39995e9ed1a05920bae8da3fc3c7b6fa978f2cc (patch)
tree8fa65dc31e11ee41dbdc931c9dbaeed5474b0264 /editline
parent935123e261b33f0c13ef8bd2784f55ce26adee83 (diff)
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.2.0-beta2@7221 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'editline')
-rw-r--r--[-rwxr-xr-x]editline/CHANGES0
-rw-r--r--[-rwxr-xr-x]editline/INSTALL0
-rw-r--r--[-rwxr-xr-x]editline/Makefile.in0
-rw-r--r--[-rwxr-xr-x]editline/PLATFORMS0
-rw-r--r--[-rwxr-xr-x]editline/README0
-rw-r--r--[-rwxr-xr-x]editline/TEST/test.c0
-rw-r--r--[-rwxr-xr-x]editline/chared.c0
-rw-r--r--[-rwxr-xr-x]editline/chared.h0
-rw-r--r--[-rwxr-xr-x]editline/common.c0
-rw-r--r--[-rwxr-xr-x]editline/config.h.in0
-rw-r--r--[-rwxr-xr-x]editline/configure.in0
-rw-r--r--[-rwxr-xr-x]editline/editline.30
-rw-r--r--[-rwxr-xr-x]editline/editrc.50
-rw-r--r--[-rwxr-xr-x]editline/el.c0
-rw-r--r--[-rwxr-xr-x]editline/el.h0
-rw-r--r--[-rwxr-xr-x]editline/emacs.c0
-rw-r--r--[-rwxr-xr-x]editline/hist.c0
-rw-r--r--[-rwxr-xr-x]editline/hist.h0
-rw-r--r--[-rwxr-xr-x]editline/histedit.h0
-rw-r--r--[-rwxr-xr-x]editline/history.c0
-rw-r--r--[-rwxr-xr-x]editline/key.c0
-rw-r--r--[-rwxr-xr-x]editline/key.h0
-rw-r--r--[-rwxr-xr-x]editline/makelist0
-rw-r--r--[-rwxr-xr-x]editline/map.c0
-rw-r--r--[-rwxr-xr-x]editline/map.h0
-rw-r--r--[-rwxr-xr-x]editline/np/fgetln.c0
-rw-r--r--[-rwxr-xr-x]editline/np/strlcat.c0
-rw-r--r--[-rwxr-xr-x]editline/np/strlcpy.c0
-rw-r--r--[-rwxr-xr-x]editline/np/unvis.c0
-rw-r--r--[-rwxr-xr-x]editline/np/vis.c0
-rw-r--r--[-rwxr-xr-x]editline/np/vis.h0
-rw-r--r--[-rwxr-xr-x]editline/parse.c0
-rw-r--r--[-rwxr-xr-x]editline/parse.h0
-rw-r--r--[-rwxr-xr-x]editline/prompt.c0
-rw-r--r--[-rwxr-xr-x]editline/prompt.h0
-rw-r--r--[-rwxr-xr-x]editline/read.c0
-rw-r--r--[-rwxr-xr-x]editline/read.h0
-rw-r--r--[-rwxr-xr-x]editline/readline.c0
-rw-r--r--[-rwxr-xr-x]editline/readline/readline.h0
-rw-r--r--[-rwxr-xr-x]editline/refresh.c0
-rw-r--r--[-rwxr-xr-x]editline/refresh.h0
-rw-r--r--[-rwxr-xr-x]editline/search.c0
-rw-r--r--[-rwxr-xr-x]editline/search.h0
-rw-r--r--[-rwxr-xr-x]editline/sig.c0
-rw-r--r--[-rwxr-xr-x]editline/sig.h0
-rw-r--r--[-rwxr-xr-x]editline/sys.h0
-rw-r--r--[-rwxr-xr-x]editline/term.c0
-rw-r--r--[-rwxr-xr-x]editline/term.h0
-rw-r--r--[-rwxr-xr-x]editline/tokenizer.c0
-rw-r--r--[-rwxr-xr-x]editline/tokenizer.h0
-rw-r--r--[-rwxr-xr-x]editline/tty.c0
-rw-r--r--[-rwxr-xr-x]editline/tty.h0
-rw-r--r--[-rwxr-xr-x]editline/vi.c0
53 files changed, 0 insertions, 0 deletions
diff --git a/editline/CHANGES b/editline/CHANGES
index c18b56cdf..c18b56cdf 100755..100644
--- a/editline/CHANGES
+++ b/editline/CHANGES
diff --git a/editline/INSTALL b/editline/INSTALL
index 16fb6ffd1..16fb6ffd1 100755..100644
--- a/editline/INSTALL
+++ b/editline/INSTALL
diff --git a/editline/Makefile.in b/editline/Makefile.in
index 805642281..805642281 100755..100644
--- a/editline/Makefile.in
+++ b/editline/Makefile.in
diff --git a/editline/PLATFORMS b/editline/PLATFORMS
index ea7c5bb68..ea7c5bb68 100755..100644
--- a/editline/PLATFORMS
+++ b/editline/PLATFORMS
diff --git a/editline/README b/editline/README
index 49a2a6947..49a2a6947 100755..100644
--- a/editline/README
+++ b/editline/README
diff --git a/editline/TEST/test.c b/editline/TEST/test.c
index 3169a2071..3169a2071 100755..100644
--- a/editline/TEST/test.c
+++ b/editline/TEST/test.c
diff --git a/editline/chared.c b/editline/chared.c
index 8eaeb3b54..8eaeb3b54 100755..100644
--- a/editline/chared.c
+++ b/editline/chared.c
diff --git a/editline/chared.h b/editline/chared.h
index 403eca011..403eca011 100755..100644
--- a/editline/chared.h
+++ b/editline/chared.h
diff --git a/editline/common.c b/editline/common.c
index c831e79a3..c831e79a3 100755..100644
--- a/editline/common.c
+++ b/editline/common.c
diff --git a/editline/config.h.in b/editline/config.h.in
index 151fb226d..151fb226d 100755..100644
--- a/editline/config.h.in
+++ b/editline/config.h.in
diff --git a/editline/configure.in b/editline/configure.in
index 2e37d6b2a..2e37d6b2a 100755..100644
--- a/editline/configure.in
+++ b/editline/configure.in
diff --git a/editline/editline.3 b/editline/editline.3
index 28f6ddb84..28f6ddb84 100755..100644
--- a/editline/editline.3
+++ b/editline/editline.3
diff --git a/editline/editrc.5 b/editline/editrc.5
index ddd12897b..ddd12897b 100755..100644
--- a/editline/editrc.5
+++ b/editline/editrc.5
diff --git a/editline/el.c b/editline/el.c
index 514316fbe..514316fbe 100755..100644
--- a/editline/el.c
+++ b/editline/el.c
diff --git a/editline/el.h b/editline/el.h
index 641081e87..641081e87 100755..100644
--- a/editline/el.h
+++ b/editline/el.h
diff --git a/editline/emacs.c b/editline/emacs.c
index f520d024b..f520d024b 100755..100644
--- a/editline/emacs.c
+++ b/editline/emacs.c
diff --git a/editline/hist.c b/editline/hist.c
index 11f39ae10..11f39ae10 100755..100644
--- a/editline/hist.c
+++ b/editline/hist.c
diff --git a/editline/hist.h b/editline/hist.h
index 5fdccd08e..5fdccd08e 100755..100644
--- a/editline/hist.h
+++ b/editline/hist.h
diff --git a/editline/histedit.h b/editline/histedit.h
index e387e3b81..e387e3b81 100755..100644
--- a/editline/histedit.h
+++ b/editline/histedit.h
diff --git a/editline/history.c b/editline/history.c
index f133d2eb0..f133d2eb0 100755..100644
--- a/editline/history.c
+++ b/editline/history.c
diff --git a/editline/key.c b/editline/key.c
index 0dcdf4191..0dcdf4191 100755..100644
--- a/editline/key.c
+++ b/editline/key.c
diff --git a/editline/key.h b/editline/key.h
index 80d8626b8..80d8626b8 100755..100644
--- a/editline/key.h
+++ b/editline/key.h
diff --git a/editline/makelist b/editline/makelist
index 8e9835309..8e9835309 100755..100644
--- a/editline/makelist
+++ b/editline/makelist
diff --git a/editline/map.c b/editline/map.c
index 4187cb597..4187cb597 100755..100644
--- a/editline/map.c
+++ b/editline/map.c
diff --git a/editline/map.h b/editline/map.h
index 3c9948ccf..3c9948ccf 100755..100644
--- a/editline/map.h
+++ b/editline/map.h
diff --git a/editline/np/fgetln.c b/editline/np/fgetln.c
index 93da9914d..93da9914d 100755..100644
--- a/editline/np/fgetln.c
+++ b/editline/np/fgetln.c
diff --git a/editline/np/strlcat.c b/editline/np/strlcat.c
index 6c9f1e92d..6c9f1e92d 100755..100644
--- a/editline/np/strlcat.c
+++ b/editline/np/strlcat.c
diff --git a/editline/np/strlcpy.c b/editline/np/strlcpy.c
index 1f154bcf2..1f154bcf2 100755..100644
--- a/editline/np/strlcpy.c
+++ b/editline/np/strlcpy.c
diff --git a/editline/np/unvis.c b/editline/np/unvis.c
index f43c4c749..f43c4c749 100755..100644
--- a/editline/np/unvis.c
+++ b/editline/np/unvis.c
diff --git a/editline/np/vis.c b/editline/np/vis.c
index 97406cdf8..97406cdf8 100755..100644
--- a/editline/np/vis.c
+++ b/editline/np/vis.c
diff --git a/editline/np/vis.h b/editline/np/vis.h
index 0739c1dfa..0739c1dfa 100755..100644
--- a/editline/np/vis.h
+++ b/editline/np/vis.h
diff --git a/editline/parse.c b/editline/parse.c
index 0a34f0b15..0a34f0b15 100755..100644
--- a/editline/parse.c
+++ b/editline/parse.c
diff --git a/editline/parse.h b/editline/parse.h
index 4aaef2f83..4aaef2f83 100755..100644
--- a/editline/parse.h
+++ b/editline/parse.h
diff --git a/editline/prompt.c b/editline/prompt.c
index 5c069e17a..5c069e17a 100755..100644
--- a/editline/prompt.c
+++ b/editline/prompt.c
diff --git a/editline/prompt.h b/editline/prompt.h
index 08810e22a..08810e22a 100755..100644
--- a/editline/prompt.h
+++ b/editline/prompt.h
diff --git a/editline/read.c b/editline/read.c
index ccd0a06e5..ccd0a06e5 100755..100644
--- a/editline/read.c
+++ b/editline/read.c
diff --git a/editline/read.h b/editline/read.h
index b01e77db2..b01e77db2 100755..100644
--- a/editline/read.h
+++ b/editline/read.h
diff --git a/editline/readline.c b/editline/readline.c
index 2d398e12a..2d398e12a 100755..100644
--- a/editline/readline.c
+++ b/editline/readline.c
diff --git a/editline/readline/readline.h b/editline/readline/readline.h
index 7485dde40..7485dde40 100755..100644
--- a/editline/readline/readline.h
+++ b/editline/readline/readline.h
diff --git a/editline/refresh.c b/editline/refresh.c
index 935117741..935117741 100755..100644
--- a/editline/refresh.c
+++ b/editline/refresh.c
diff --git a/editline/refresh.h b/editline/refresh.h
index 33c0887c1..33c0887c1 100755..100644
--- a/editline/refresh.h
+++ b/editline/refresh.h
diff --git a/editline/search.c b/editline/search.c
index 7c1cb84ef..7c1cb84ef 100755..100644
--- a/editline/search.c
+++ b/editline/search.c
diff --git a/editline/search.h b/editline/search.h
index 676bbe2e3..676bbe2e3 100755..100644
--- a/editline/search.h
+++ b/editline/search.h
diff --git a/editline/sig.c b/editline/sig.c
index 0acba1247..0acba1247 100755..100644
--- a/editline/sig.c
+++ b/editline/sig.c
diff --git a/editline/sig.h b/editline/sig.h
index e7231b65c..e7231b65c 100755..100644
--- a/editline/sig.h
+++ b/editline/sig.h
diff --git a/editline/sys.h b/editline/sys.h
index a306d1df7..a306d1df7 100755..100644
--- a/editline/sys.h
+++ b/editline/sys.h
diff --git a/editline/term.c b/editline/term.c
index 5fc5da466..5fc5da466 100755..100644
--- a/editline/term.c
+++ b/editline/term.c
diff --git a/editline/term.h b/editline/term.h
index 47e08e84b..47e08e84b 100755..100644
--- a/editline/term.h
+++ b/editline/term.h
diff --git a/editline/tokenizer.c b/editline/tokenizer.c
index f0de39bc9..f0de39bc9 100755..100644
--- a/editline/tokenizer.c
+++ b/editline/tokenizer.c
diff --git a/editline/tokenizer.h b/editline/tokenizer.h
index 7cc7a3346..7cc7a3346 100755..100644
--- a/editline/tokenizer.h
+++ b/editline/tokenizer.h
diff --git a/editline/tty.c b/editline/tty.c
index 256cf780b..256cf780b 100755..100644
--- a/editline/tty.c
+++ b/editline/tty.c
diff --git a/editline/tty.h b/editline/tty.h
index e9597fceb..e9597fceb 100755..100644
--- a/editline/tty.h
+++ b/editline/tty.h
diff --git a/editline/vi.c b/editline/vi.c
index 5683c7de0..5683c7de0 100755..100644
--- a/editline/vi.c
+++ b/editline/vi.c