summaryrefslogtreecommitdiffstats
path: root/common/complete.c
Commit message (Expand)AuthorAgeFilesLines
* completion: Fix completion for devices with a dot in the nameSascha Hauer2016-10-071-8/+8
* completion: fix device parameter completionSascha Hauer2015-08-071-16/+19
* treewide: fix 'new blank line at EOF' formatting errorAntony Pavlov2015-07-021-1/+0
* complete: Add devicetree completionSascha Hauer2014-05-191-0/+71
* complete: Fix completion after optionsSascha Hauer2014-05-191-0/+5
* environment variables: use linux listSascha Hauer2012-10-301-5/+7
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
* complete: add missing EXPORT_SYMBOL for {command, device, empty, command}_var...Jean-Christophe PLAGNIOL-VILLARD2012-07-251-0/+4
* Merge branch 'for-next/menu'Sascha Hauer2012-07-021-1/+1
|\
| * complete: fix parameter complete with multiple '.'Sascha Hauer2012-06-301-1/+1
* | common: fix typo cammand_var_completeSteffen Trumtrar2012-06-301-1/+1
|/
* complete: fix duplicate env eval listJean-Christophe PLAGNIOL-VILLARD2012-05-031-1/+1
* complete: add executable file supportJean-Christophe PLAGNIOL-VILLARD2012-04-301-11/+19
* complete: add go and sleep supportJean-Christophe PLAGNIOL-VILLARD2012-04-301-0/+5
* complete: add empty complete supportJean-Christophe PLAGNIOL-VILLARD2012-04-301-0/+5
* complete: add device name complete support for devinfoJean-Christophe PLAGNIOL-VILLARD2012-04-301-0/+20
* complete: add generic command complete frameworkJean-Christophe PLAGNIOL-VILLARD2012-04-301-15/+40
* complete: add var and device param complete supportJean-Christophe PLAGNIOL-VILLARD2012-04-301-6/+90
* auto-completion: add auto-completion for path filesAlexander Aring2011-12-211-2/+68
* remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-011-1/+1
* list: remove duplicated list.hSascha Hauer2009-11-031-1/+1
* use newly introduced stringlist functions for tab completionSascha Hauer2008-03-111-48/+15
* implement TAB completionSascha Hauer2008-03-011-0/+210