]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
env: re-add support for auto-completion
authorMike Frysinger <vapier@gentoo.org>
Fri, 17 Dec 2010 21:51:59 +0000 (16:51 -0500)
committerWolfgang Denk <wd@denx.de>
Sun, 9 Jan 2011 16:57:37 +0000 (17:57 +0100)
commit560d424b6d7cd4205b062ad95f1b104bd4f8bcc3
tree5a429e36ad18a8fa2e0b026d143c38d7f3d493af
parent42df1e1618f2bcae308ad193a136b72b82103bea
env: re-add support for auto-completion

Currently, only basic completion is supported (no globs), but this is
what we had previously.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
common/command.c
common/env_common.c
include/common.h
include/search.h
lib/hashtable.c
lib/qsort.c