summaryrefslogtreecommitdiffstats
path: root/common/parser.c
Commit message (Collapse)AuthorAgeFilesLines
* run_command: remove unused flag parameterSascha Hauer2014-03-071-4/+3
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* process_escape_sequence: add support to \$?Jean-Christophe PLAGNIOL-VILLARD2013-09-181-0/+9
| | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* treewide: fix format specifiersSascha Hauer2013-01-271-3/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* parser: use debug macrosRobert Schwebel2010-11-011-28/+23
| | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* consolidate command calling in execute_commandSascha Hauer2009-10-191-18/+1
| | | | Signed-off-by: Sascha Hauer <sha@pengutronix.de>
* Remove part #ifdefed with #if (CONFIG_COMMANDS & CFG_CMD_BOOTD) which isMenon, Nishanth2008-05-121-17/+1
| | | | false everytime
* make simple parser compile againSascha Hauer2007-10-011-3/+1
|
* - teach hush to honour PATH variableSascha Hauer2007-09-241-1/+30
| | | | - remove common/main.c. This is now handled in the different shells.
* svn_rev_683Sascha Hauer2007-07-051-1/+3
| | | | more cleanups, fix compiler warnings
* svn_rev_412Sascha Hauer2007-07-051-15/+3
| | | | remove repeatable commands
* svn_rev_307Sascha Hauer2007-07-051-0/+302
some main.c cleanup: - move the parser used when hush is disabled to parser.c - move readline related functions to readline.c (with cmdline editing) and readline_simple.c (no cmdline editing)