Re: [U-Boot] [PATCH v2] env: re-add support for auto-completion

2011-01-09 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1292622719-28646-1-git-send-email-vap...@gentoo.org> you wrote: > Currently, only basic completion is supported (no globs), but this is > what we had previously. > > Signed-off-by: Mike Frysinger > --- > v2 > - sort the results > > common/command.c|

[U-Boot] [PATCH v2] env: re-add support for auto-completion

2010-12-17 Thread Mike Frysinger
Currently, only basic completion is supported (no globs), but this is what we had previously. Signed-off-by: Mike Frysinger --- v2 - sort the results common/command.c|3 +-- common/env_common.c | 40 +++- include/common.h|1 + includ