]> Zhao Yanbai Git Server - minix.git/commit
Fix command line history in ash 73/273/2
authorLionel Sambuc <lionel@minix3.org>
Wed, 30 Jan 2013 14:36:51 +0000 (15:36 +0100)
committerLionel Sambuc <lionel@minix3.org>
Fri, 1 Feb 2013 10:41:47 +0000 (11:41 +0100)
commit252a83f614501a9dca8bd3238a0ce31d315ab943
treea112066c93c5fa44c578a7b4e6ba546b882af4db
parenta8d553408dd501a198e840f54df256ccc33f3c3d
Fix command line history in ash

Also did some cleanup in ash sources, to make minix modifications
more obvious, as well as some simplifications (by removing code which
is never compiled)

Removed EDITLINE support, use libedit, which does the termcap/terminfo
handling.

Change-Id: I19f7f425ed6a61298844631f9d7f3173cf7f30c0
17 files changed:
commands/ash/Makefile
commands/ash/bltin/echo.c
commands/ash/builtins.def
commands/ash/eval.c
commands/ash/exec.c
commands/ash/histedit.c
commands/ash/input.c
commands/ash/miscbltin.c
commands/ash/options.c
commands/ash/parser.c
commands/ash/shell.h
commands/ash/trap.c
commands/ash/var.c
docs/UPDATING
etc/ast/.ashrc
etc/ast/.profile
lib/libedit/makelist