[riot-commits] [RIOT-OS/RIOT] 03e174: Allow escaped characters in shell
Christian Mehlis
mehlis at inf.fu-berlin.de
Mon Mar 3 18:14:00 CET 2014
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 03e174ed9681cc1fe3bdfa9267cfb77ffaecbdea
https://github.com/RIOT-OS/RIOT/commit/03e174ed9681cc1fe3bdfa9267cfb77ffaecbdea
Author: René Kijewski <rene.kijewski at fu-berlin.de>
Date: 2014-02-26 (Wed, 26 Feb 2014)
Changed paths:
M sys/shell/shell.c
Log Message:
-----------
Allow escaped characters in shell
Per #708.
This patch allows escaped characters in the shell, and makes the
apostrophe a quotation mark. The escape character is backslash.
The term "escape character" is used liberally in here: if a backslash is
encountered in the command line, the next character will be taken
verbatim. No escape sequences are understood, i.e. `"\n"` is just the
letter `n`, not a new line.
Commit: eb0ceeb77315dfcd86a4e9a3f476696679792236
https://github.com/RIOT-OS/RIOT/commit/eb0ceeb77315dfcd86a4e9a3f476696679792236
Author: Christian Mehlis <mehlis at inf.fu-berlin.de>
Date: 2014-03-03 (Mon, 03 Mar 2014)
Changed paths:
M sys/shell/shell.c
Log Message:
-----------
Merge pull request #794 from Kijewski/shell-args-escape
shell: Allow escaped characters in shell
Compare: https://github.com/RIOT-OS/RIOT/compare/ef1d9836d347...eb0ceeb77315
More information about the commits
mailing list