summary refs log tree commit diff
path: root/bin/1sh/libedit
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/1sh/libedit/.gitignore (renamed from bin/catsh/libedit/.gitignore)0
-rw-r--r--bin/1sh/libedit/Makefile (renamed from bin/catsh/libedit/Makefile)0
-rw-r--r--bin/1sh/libedit/chared.c (renamed from bin/catsh/libedit/chared.c)0
-rw-r--r--bin/1sh/libedit/chared.h (renamed from bin/catsh/libedit/chared.h)0
-rw-r--r--bin/1sh/libedit/chartype.c (renamed from bin/catsh/libedit/chartype.c)0
-rw-r--r--bin/1sh/libedit/chartype.h (renamed from bin/catsh/libedit/chartype.h)0
-rw-r--r--bin/1sh/libedit/common.c (renamed from bin/catsh/libedit/common.c)0
-rw-r--r--bin/1sh/libedit/config.h (renamed from bin/catsh/libedit/config.h)0
-rw-r--r--bin/1sh/libedit/editline.3 (renamed from bin/catsh/libedit/editline.3)0
-rw-r--r--bin/1sh/libedit/editline.7 (renamed from bin/catsh/libedit/editline.7)0
-rw-r--r--bin/1sh/libedit/editrc.5 (renamed from bin/catsh/libedit/editrc.5)0
-rw-r--r--bin/1sh/libedit/el.c (renamed from bin/catsh/libedit/el.c)0
-rw-r--r--bin/1sh/libedit/el.h (renamed from bin/catsh/libedit/el.h)0
-rw-r--r--bin/1sh/libedit/eln.c (renamed from bin/catsh/libedit/eln.c)0
-rw-r--r--bin/1sh/libedit/emacs.c (renamed from bin/catsh/libedit/emacs.c)0
-rw-r--r--bin/1sh/libedit/filecomplete.c (renamed from bin/catsh/libedit/filecomplete.c)0
-rw-r--r--bin/1sh/libedit/filecomplete.h (renamed from bin/catsh/libedit/filecomplete.h)0
-rw-r--r--bin/1sh/libedit/hist.c (renamed from bin/catsh/libedit/hist.c)0
-rw-r--r--bin/1sh/libedit/hist.h (renamed from bin/catsh/libedit/hist.h)0
-rw-r--r--bin/1sh/libedit/histedit.h (renamed from bin/catsh/libedit/histedit.h)0
-rw-r--r--bin/1sh/libedit/history.c (renamed from bin/catsh/libedit/history.c)0
-rw-r--r--bin/1sh/libedit/historyn.c (renamed from bin/catsh/libedit/historyn.c)0
-rw-r--r--bin/1sh/libedit/keymacro.c (renamed from bin/catsh/libedit/keymacro.c)0
-rw-r--r--bin/1sh/libedit/keymacro.h (renamed from bin/catsh/libedit/keymacro.h)0
-rw-r--r--bin/1sh/libedit/literal.c (renamed from bin/catsh/libedit/literal.c)0
-rw-r--r--bin/1sh/libedit/literal.h (renamed from bin/catsh/libedit/literal.h)0
-rw-r--r--bin/1sh/libedit/makelist (renamed from bin/catsh/libedit/makelist)0
-rw-r--r--bin/1sh/libedit/map.c (renamed from bin/catsh/libedit/map.c)0
-rw-r--r--bin/1sh/libedit/map.h (renamed from bin/catsh/libedit/map.h)0
-rw-r--r--bin/1sh/libedit/parse.c (renamed from bin/catsh/libedit/parse.c)0
-rw-r--r--bin/1sh/libedit/parse.h (renamed from bin/catsh/libedit/parse.h)0
-rw-r--r--bin/1sh/libedit/prompt.c (renamed from bin/catsh/libedit/prompt.c)0
-rw-r--r--bin/1sh/libedit/prompt.h (renamed from bin/catsh/libedit/prompt.h)0
-rw-r--r--bin/1sh/libedit/read.c (renamed from bin/catsh/libedit/read.c)0
-rw-r--r--bin/1sh/libedit/read.h (renamed from bin/catsh/libedit/read.h)0
-rw-r--r--bin/1sh/libedit/readline.c (renamed from bin/catsh/libedit/readline.c)0
-rw-r--r--bin/1sh/libedit/readline/Makefile (renamed from bin/catsh/libedit/readline/Makefile)0
-rw-r--r--bin/1sh/libedit/readline/readline.h (renamed from bin/catsh/libedit/readline/readline.h)0
-rw-r--r--bin/1sh/libedit/refresh.c (renamed from bin/catsh/libedit/refresh.c)0
-rw-r--r--bin/1sh/libedit/refresh.h (renamed from bin/catsh/libedit/refresh.h)0
-rw-r--r--bin/1sh/libedit/search.c (renamed from bin/catsh/libedit/search.c)0
-rw-r--r--bin/1sh/libedit/search.h (renamed from bin/catsh/libedit/search.h)0
-rw-r--r--bin/1sh/libedit/shlib_version (renamed from bin/catsh/libedit/shlib_version)0
-rw-r--r--bin/1sh/libedit/sig.c (renamed from bin/catsh/libedit/sig.c)0
-rw-r--r--bin/1sh/libedit/sig.h (renamed from bin/catsh/libedit/sig.h)0
-rw-r--r--bin/1sh/libedit/sys.h (renamed from bin/catsh/libedit/sys.h)0
-rw-r--r--bin/1sh/libedit/terminal.c (renamed from bin/catsh/libedit/terminal.c)0
-rw-r--r--bin/1sh/libedit/terminal.h (renamed from bin/catsh/libedit/terminal.h)0
-rw-r--r--bin/1sh/libedit/tokenizer.c (renamed from bin/catsh/libedit/tokenizer.c)0
-rw-r--r--bin/1sh/libedit/tokenizern.c (renamed from bin/catsh/libedit/tokenizern.c)0
-rw-r--r--bin/1sh/libedit/tty.c (renamed from bin/catsh/libedit/tty.c)0
-rw-r--r--bin/1sh/libedit/tty.h (renamed from bin/catsh/libedit/tty.h)0
-rw-r--r--bin/1sh/libedit/vi.c (renamed from bin/catsh/libedit/vi.c)0
53 files changed, 0 insertions, 0 deletions
diff --git a/bin/catsh/libedit/.gitignore b/bin/1sh/libedit/.gitignore
index eeae3b81..eeae3b81 100644
--- a/bin/catsh/libedit/.gitignore
+++ b/bin/1sh/libedit/.gitignore
diff --git a/bin/catsh/libedit/Makefile b/bin/1sh/libedit/Makefile
index 9b13d59d..9b13d59d 100644
--- a/bin/catsh/libedit/Makefile
+++ b/bin/1sh/libedit/Makefile
diff --git a/bin/catsh/libedit/chared.c b/bin/1sh/libedit/chared.c
index 9d46ba68..9d46ba68 100644
--- a/bin/catsh/libedit/chared.c
+++ b/bin/1sh/libedit/chared.c
diff --git a/bin/catsh/libedit/chared.h b/bin/1sh/libedit/chared.h
index 39f7d517..39f7d517 100644
--- a/bin/catsh/libedit/chared.h
+++ b/bin/1sh/libedit/chared.h
diff --git a/bin/catsh/libedit/chartype.c b/bin/1sh/libedit/chartype.c
index 9288e6b7..9288e6b7 100644
--- a/bin/catsh/libedit/chartype.c
+++ b/bin/1sh/libedit/chartype.c
diff --git a/bin/catsh/libedit/chartype.h b/bin/1sh/libedit/chartype.h
index 4cdd981d..4cdd981d 100644
--- a/bin/catsh/libedit/chartype.h
+++ b/bin/1sh/libedit/chartype.h
diff --git a/bin/catsh/libedit/common.c b/bin/1sh/libedit/common.c
index 27086051..27086051 100644
--- a/bin/catsh/libedit/common.c
+++ b/bin/1sh/libedit/common.c
diff --git a/bin/catsh/libedit/config.h b/bin/1sh/libedit/config.h
index 3eb35d17..3eb35d17 100644
--- a/bin/catsh/libedit/config.h
+++ b/bin/1sh/libedit/config.h
diff --git a/bin/catsh/libedit/editline.3 b/bin/1sh/libedit/editline.3
index a27e24ce..a27e24ce 100644
--- a/bin/catsh/libedit/editline.3
+++ b/bin/1sh/libedit/editline.3
diff --git a/bin/catsh/libedit/editline.7 b/bin/1sh/libedit/editline.7
index 863bab96..863bab96 100644
--- a/bin/catsh/libedit/editline.7
+++ b/bin/1sh/libedit/editline.7
diff --git a/bin/catsh/libedit/editrc.5 b/bin/1sh/libedit/editrc.5
index 9bc94b8b..9bc94b8b 100644
--- a/bin/catsh/libedit/editrc.5
+++ b/bin/1sh/libedit/editrc.5
diff --git a/bin/catsh/libedit/el.c b/bin/1sh/libedit/el.c
index c30f50ca..c30f50ca 100644
--- a/bin/catsh/libedit/el.c
+++ b/bin/1sh/libedit/el.c
diff --git a/bin/catsh/libedit/el.h b/bin/1sh/libedit/el.h
index 862e1976..862e1976 100644
--- a/bin/catsh/libedit/el.h
+++ b/bin/1sh/libedit/el.h
diff --git a/bin/catsh/libedit/eln.c b/bin/1sh/libedit/eln.c
index aa0a5b56..aa0a5b56 100644
--- a/bin/catsh/libedit/eln.c
+++ b/bin/1sh/libedit/eln.c
diff --git a/bin/catsh/libedit/emacs.c b/bin/1sh/libedit/emacs.c
index 0636c28b..0636c28b 100644
--- a/bin/catsh/libedit/emacs.c
+++ b/bin/1sh/libedit/emacs.c
diff --git a/bin/catsh/libedit/filecomplete.c b/bin/1sh/libedit/filecomplete.c
index 6ccc2719..6ccc2719 100644
--- a/bin/catsh/libedit/filecomplete.c
+++ b/bin/1sh/libedit/filecomplete.c
diff --git a/bin/catsh/libedit/filecomplete.h b/bin/1sh/libedit/filecomplete.h
index 61d81389..61d81389 100644
--- a/bin/catsh/libedit/filecomplete.h
+++ b/bin/1sh/libedit/filecomplete.h
diff --git a/bin/catsh/libedit/hist.c b/bin/1sh/libedit/hist.c
index 3c9db7dc..3c9db7dc 100644
--- a/bin/catsh/libedit/hist.c
+++ b/bin/1sh/libedit/hist.c
diff --git a/bin/catsh/libedit/hist.h b/bin/1sh/libedit/hist.h
index c58c5bfe..c58c5bfe 100644
--- a/bin/catsh/libedit/hist.h
+++ b/bin/1sh/libedit/hist.h
diff --git a/bin/catsh/libedit/histedit.h b/bin/1sh/libedit/histedit.h
index ecb42686..ecb42686 100644
--- a/bin/catsh/libedit/histedit.h
+++ b/bin/1sh/libedit/histedit.h
diff --git a/bin/catsh/libedit/history.c b/bin/1sh/libedit/history.c
index 005fe2a0..005fe2a0 100644
--- a/bin/catsh/libedit/history.c
+++ b/bin/1sh/libedit/history.c
diff --git a/bin/catsh/libedit/historyn.c b/bin/1sh/libedit/historyn.c
index 59130dea..59130dea 100644
--- a/bin/catsh/libedit/historyn.c
+++ b/bin/1sh/libedit/historyn.c
diff --git a/bin/catsh/libedit/keymacro.c b/bin/1sh/libedit/keymacro.c
index 13d20893..13d20893 100644
--- a/bin/catsh/libedit/keymacro.c
+++ b/bin/1sh/libedit/keymacro.c
diff --git a/bin/catsh/libedit/keymacro.h b/bin/1sh/libedit/keymacro.h
index 0653bbe3..0653bbe3 100644
--- a/bin/catsh/libedit/keymacro.h
+++ b/bin/1sh/libedit/keymacro.h
diff --git a/bin/catsh/libedit/literal.c b/bin/1sh/libedit/literal.c
index 816dc3ce..816dc3ce 100644
--- a/bin/catsh/libedit/literal.c
+++ b/bin/1sh/libedit/literal.c
diff --git a/bin/catsh/libedit/literal.h b/bin/1sh/libedit/literal.h
index d1929505..d1929505 100644
--- a/bin/catsh/libedit/literal.h
+++ b/bin/1sh/libedit/literal.h
diff --git a/bin/catsh/libedit/makelist b/bin/1sh/libedit/makelist
index c8f92765..c8f92765 100644
--- a/bin/catsh/libedit/makelist
+++ b/bin/1sh/libedit/makelist
diff --git a/bin/catsh/libedit/map.c b/bin/1sh/libedit/map.c
index f72d2724..f72d2724 100644
--- a/bin/catsh/libedit/map.c
+++ b/bin/1sh/libedit/map.c
diff --git a/bin/catsh/libedit/map.h b/bin/1sh/libedit/map.h
index b4e4e289..b4e4e289 100644
--- a/bin/catsh/libedit/map.h
+++ b/bin/1sh/libedit/map.h
diff --git a/bin/catsh/libedit/parse.c b/bin/1sh/libedit/parse.c
index fdd0d847..fdd0d847 100644
--- a/bin/catsh/libedit/parse.c
+++ b/bin/1sh/libedit/parse.c
diff --git a/bin/catsh/libedit/parse.h b/bin/1sh/libedit/parse.h
index fe8eb473..fe8eb473 100644
--- a/bin/catsh/libedit/parse.h
+++ b/bin/1sh/libedit/parse.h
diff --git a/bin/catsh/libedit/prompt.c b/bin/1sh/libedit/prompt.c
index 6a63f612..6a63f612 100644
--- a/bin/catsh/libedit/prompt.c
+++ b/bin/1sh/libedit/prompt.c
diff --git a/bin/catsh/libedit/prompt.h b/bin/1sh/libedit/prompt.h
index 2931428d..2931428d 100644
--- a/bin/catsh/libedit/prompt.h
+++ b/bin/1sh/libedit/prompt.h
diff --git a/bin/catsh/libedit/read.c b/bin/1sh/libedit/read.c
index f9b6684d..f9b6684d 100644
--- a/bin/catsh/libedit/read.c
+++ b/bin/1sh/libedit/read.c
diff --git a/bin/catsh/libedit/read.h b/bin/1sh/libedit/read.h
index 1acf5d67..1acf5d67 100644
--- a/bin/catsh/libedit/read.h
+++ b/bin/1sh/libedit/read.h
diff --git a/bin/catsh/libedit/readline.c b/bin/1sh/libedit/readline.c
index bd5602de..bd5602de 100644
--- a/bin/catsh/libedit/readline.c
+++ b/bin/1sh/libedit/readline.c
diff --git a/bin/catsh/libedit/readline/Makefile b/bin/1sh/libedit/readline/Makefile
index 265540b7..265540b7 100644
--- a/bin/catsh/libedit/readline/Makefile
+++ b/bin/1sh/libedit/readline/Makefile
diff --git a/bin/catsh/libedit/readline/readline.h b/bin/1sh/libedit/readline/readline.h
index 777a4c6f..777a4c6f 100644
--- a/bin/catsh/libedit/readline/readline.h
+++ b/bin/1sh/libedit/readline/readline.h
diff --git a/bin/catsh/libedit/refresh.c b/bin/1sh/libedit/refresh.c
index 37c6041d..37c6041d 100644
--- a/bin/catsh/libedit/refresh.c
+++ b/bin/1sh/libedit/refresh.c
diff --git a/bin/catsh/libedit/refresh.h b/bin/1sh/libedit/refresh.h
index 09b22ef6..09b22ef6 100644
--- a/bin/catsh/libedit/refresh.h
+++ b/bin/1sh/libedit/refresh.h
diff --git a/bin/catsh/libedit/search.c b/bin/1sh/libedit/search.c
index 5226cf5f..5226cf5f 100644
--- a/bin/catsh/libedit/search.c
+++ b/bin/1sh/libedit/search.c
diff --git a/bin/catsh/libedit/search.h b/bin/1sh/libedit/search.h
index 4ca39c4c..4ca39c4c 100644
--- a/bin/catsh/libedit/search.h
+++ b/bin/1sh/libedit/search.h
diff --git a/bin/catsh/libedit/shlib_version b/bin/1sh/libedit/shlib_version
index 303609d2..303609d2 100644
--- a/bin/catsh/libedit/shlib_version
+++ b/bin/1sh/libedit/shlib_version
diff --git a/bin/catsh/libedit/sig.c b/bin/1sh/libedit/sig.c
index 83742a3d..83742a3d 100644
--- a/bin/catsh/libedit/sig.c
+++ b/bin/1sh/libedit/sig.c
diff --git a/bin/catsh/libedit/sig.h b/bin/1sh/libedit/sig.h
index 5ee453fb..5ee453fb 100644
--- a/bin/catsh/libedit/sig.h
+++ b/bin/1sh/libedit/sig.h
diff --git a/bin/catsh/libedit/sys.h b/bin/1sh/libedit/sys.h
index dc0a8cb9..dc0a8cb9 100644
--- a/bin/catsh/libedit/sys.h
+++ b/bin/1sh/libedit/sys.h
diff --git a/bin/catsh/libedit/terminal.c b/bin/1sh/libedit/terminal.c
index edaa5b2b..edaa5b2b 100644
--- a/bin/catsh/libedit/terminal.c
+++ b/bin/1sh/libedit/terminal.c
diff --git a/bin/catsh/libedit/terminal.h b/bin/1sh/libedit/terminal.h
index ae61beb1..ae61beb1 100644
--- a/bin/catsh/libedit/terminal.h
+++ b/bin/1sh/libedit/terminal.h
diff --git a/bin/catsh/libedit/tokenizer.c b/bin/1sh/libedit/tokenizer.c
index 18532240..18532240 100644
--- a/bin/catsh/libedit/tokenizer.c
+++ b/bin/1sh/libedit/tokenizer.c
diff --git a/bin/catsh/libedit/tokenizern.c b/bin/1sh/libedit/tokenizern.c
index 5846b606..5846b606 100644
--- a/bin/catsh/libedit/tokenizern.c
+++ b/bin/1sh/libedit/tokenizern.c
diff --git a/bin/catsh/libedit/tty.c b/bin/1sh/libedit/tty.c
index f524da47..f524da47 100644
--- a/bin/catsh/libedit/tty.c
+++ b/bin/1sh/libedit/tty.c
diff --git a/bin/catsh/libedit/tty.h b/bin/1sh/libedit/tty.h
index 2603e1ad..2603e1ad 100644
--- a/bin/catsh/libedit/tty.h
+++ b/bin/1sh/libedit/tty.h
diff --git a/bin/catsh/libedit/vi.c b/bin/1sh/libedit/vi.c
index 0c37bfb9..0c37bfb9 100644
--- a/bin/catsh/libedit/vi.c
+++ b/bin/1sh/libedit/vi.c