summaryrefslogtreecommitdiffstats
path: root/common/hush.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling: pathes -> pathsWadim Egorov2015-01-281-1/+1
* Merge branch 'for-next/misc'Sascha Hauer2014-08-071-1/+1
|\
| * hush: Fix error code returned valueHerve Codina2014-07-091-1/+1
* | move file helper functions to separate fileSascha Hauer2014-08-071-0/+1
|/
* Merge branch 'for-next/misc'Sascha Hauer2014-06-041-5/+7
|\
| * hush: setting variables may failSascha Hauer2014-05-161-5/+7
* | commands: HUSH_GETOPT -> CMD_GETOPTHolger Schurig2014-05-141-4/+4
* | commands: harmonize in-barebox documentationHolger Schurig2014-05-141-33/+22
* | commands: group 'help' outputHolger Schurig2014-05-141-0/+4
|/
* Add shell_expand functionSascha Hauer2014-03-281-0/+33
* run_command: remove unused flag parameterSascha Hauer2014-03-071-1/+1
* hush: refactor reserved_word()Sascha Hauer2013-11-121-32/+32
* hush: use standard ARRAY_SIZESascha Hauer2013-11-121-2/+4
* hush: Be more informative on syntax errorSascha Hauer2013-11-121-3/+22
* consolidate syntax() and syntax_err()Sascha Hauer2013-11-121-4/+3
* hush: rename __promptme to interruptSascha Hauer2013-11-121-10/+8
* hush: refactor file_get()Sascha Hauer2013-11-121-13/+15
* hush: refactor get_user_input()Sascha Hauer2013-11-121-15/+17
* hush: refactor readline callSascha Hauer2013-11-121-5/+6
* hush: fix exit on syntax error behaviourSascha Hauer2013-11-121-2/+5
* process_escape_sequence: add support to \$?Jean-Christophe PLAGNIOL-VILLARD2013-09-181-0/+6
* treewide: Fix typo seperate -> separateSascha Hauer2013-05-211-1/+1
* hush: implement $*Sascha Hauer2013-02-261-0/+21
* hush: add getopt only if it enabledAlexander Aring2013-02-111-1/+2
* treewide: fix format specifiersSascha Hauer2013-01-271-3/+1
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
* hush: catch errors from execute_binfmtSascha Hauer2012-08-101-3/+8
* hush: Make exit a shell builtinSascha Hauer2012-08-101-5/+31
* hush getopt: shift argv argumentsSascha Hauer2012-07-041-1/+4
* hush: do not convert to return code too earlySascha Hauer2012-05-231-5/+11
* run_shell: run again on ctrl-cSascha Hauer2012-05-211-4/+6
* Merge branch 'next'Sascha Hauer2012-05-031-316/+486
|\
| * hush: allow to run interactive shell in do_shSascha Hauer2012-04-301-1/+1
| * hush: Fix globbingSascha Hauer2012-04-301-48/+79
| * hush: pass GLOB_NOCHECK to globSascha Hauer2012-04-301-6/+1
| * hush: simplify globhackSascha Hauer2012-04-301-31/+8
| * hush: remove quotes at end of processingSascha Hauer2012-04-301-23/+66
| * hush: run_pipe_real: bail out early to safe an indention levelSascha Hauer2012-04-301-51/+47
| * hush: run_pipe_real must have num_progs == 1Sascha Hauer2012-04-301-7/+9
| * hush: remove bogus 'else'Sascha Hauer2012-04-301-1/+3
| * hush: cleanup coding styleSascha Hauer2012-04-301-109/+221
| * hush: safe an indention level by continueing a loopSascha Hauer2012-04-301-66/+69
| * hush: safe indention level by continueing a loopSascha Hauer2012-04-301-79/+81
| * Introduce binfmt supportJean-Christophe PLAGNIOL-VILLARD2012-04-181-12/+19
* | hush: bail out of scripts on syntax errorSascha Hauer2012-05-021-1/+3
|/
* hush source: expand $PATHSascha Hauer2012-03-181-1/+16
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-4/+4
* getopt: save and restore contextSascha Hauer2012-02-271-5/+10
* hush: Add magicvarsSascha Hauer2011-11-291-0/+8
* move simple_itoa to libbb so that others can use itSascha Hauer2011-04-121-14/+1