summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_parse.c
Commit message (Collapse)AuthorAgeFilesLines
* Move CONFIG_NSH_TMPDIR to CONFIG_LIBC_TMPDIRGregory Nutt2014-11-051-1/+1
|
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-071-1/+1
|
* NSH: if # appears on line, need to comment ignore additinal commands on the lineGregory Nutt2014-07-011-9/+10
|
* Updates to the serialrx example from Bob DoisonGregory Nutt2014-04-221-1/+1
|
* Fix version number display in NSH promptGregory Nutt2014-03-231-0/+1
|
* QEMU i486: New QEMU keyboard and VGA drivers from LizhuoyiGregory Nutt2014-03-081-1/+1
|
* unlink/rm can now be used on nodes in the pseudo-filesystem. There is new ↵Gregory Nutt2014-02-201-1/+1
| | | | configuration option to suppress these costly and mostly useless operations on the pseudo-filesystem
* More changes for a correct NSH Windows natvie buildGregory Nutt2014-02-071-0/+4
|
* NSH: Add a break command; if-then-else and looping behavior can not be ↵Gregory Nutt2014-01-181-16/+70
| | | | configured out of the build for small systems that need minimal scripting capability
* NSH: Loosen up if-then-else-fi syntx so that a command can be on the same ↵Gregory Nutt2014-01-171-12/+2
| | | | line as the 'then' and 'else' tokens. This allows, as an example, 'if true; then echo true; else echo false; fi' which is much more bash-like
* NSH: Add support for while-do-done and until-do-done loopsGregory Nutt2014-01-171-35/+329
|
* Add true and false commands; repartition some logic to better support ↵Gregory Nutt2014-01-171-31/+46
| | | | forthcoming looping
* NSH: Fix redirection of output to a file. That was broken with recent changesGregory Nutt2014-01-161-3/+3
|
* Cosmetic clean-up in preparation for TCP write buffering changeGregory Nutt2014-01-131-1/+5
|
* Recent NSH changes broke the minimal NSH configurationGregory Nutt2014-01-121-3/+5
|
* Fix a memory leak in last NSH change: Forgot to close a temporary fileGregory Nutt2014-01-121-5/+11
|
* NSH can not handle command arguments that are concatenations of constant ↵Gregory Nutt2014-01-111-104/+367
| | | | strings, command output, application program output, and environment varaible values.
* Back quoted NSH arguments now functionalGregory Nutt2014-01-111-82/+356
|
* Add support for backquoated commands as command argumentsGregory Nutt2014-01-101-18/+251
|
* NSH parser: Separate logic that executes a command into a separate functionGregory Nutt2014-01-101-299/+308
|
* NSH: Separate command line parsing from command execution. Add support for ↵Gregory Nutt2014-01-101-722/+147
| | | | multiple, semicolone separated commands on each line
* NSH: Add an option to the mkfatfs command to specify FAT12, FAT16, or FAT32Gregory Nutt2013-12-051-1/+1
|
* Add skip= and count= options to the NSH hexdump command. From Ken PettitGregory Nutt2013-11-011-0/+4
|
* Fix some delroute errorsGregory Nutt2013-10-051-1/+1
|
* Add NSH addroute and delroute commandsGregory Nutt2013-10-051-0/+8
|
* Remove some warningsGregory Nutt2013-10-011-2/+2
|
* More improvements to the minimal NSH when there is no file system and when ↵Gregory Nutt2013-10-011-0/+4
| | | | print fieldwidths are suppressed
* Changes to NSH and readline to permit NSH to work on a platform with no file ↵Gregory Nutt2013-09-301-1/+26
| | | | system
* NSH cmp command by Andrew TwidgellGregory Nutt2013-07-181-0/+3
|
* Add -h option to NSH git command; And NSH mksmartfs command. From Ken PetitGregory Nutt2013-04-301-0/+14
|
* More LPC1788 changes from Rommel Marcelo + a few kernel build fixespatacongo2013-03-071-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5715 42af7a65-404d-4744-a932-0658087f49c3
* NSH needs to call pthread_detach() to avoid memory leakpatacongo2013-02-031-4/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5601 42af7a65-404d-4744-a932-0658087f49c3
* Correct a memory leak in NSHpatacongo2013-02-021-0/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5600 42af7a65-404d-4744-a932-0658087f49c3
* NSH will now run files from the file system; Add logic to unload and ↵patacongo2013-01-171-1/+36
| | | | | | clean-up after running a task from a file system; Extensions to builtin apps from Mike Smith git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5529 42af7a65-404d-4744-a932-0658087f49c3
* Add a binary 'loader' so that builtin applications can be executed from the ↵patacongo2013-01-161-1/+1
| | | | | | BINFS file system git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5525 42af7a65-404d-4744-a932-0658087f49c3
* Rename apps/include/apps.h to builtin.h. Move parts of ↵patacongo2013-01-161-1/+1
| | | | | | apps/builtins/exec_builtin.c to binfmt/libbuiltin/libbuiltin_utils.c git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5524 42af7a65-404d-4744-a932-0658087f49c3
* Implement redirection of output from NSH builtin commands to a file in a ↵patacongo2013-01-151-42/+53
| | | | | | mounted volume git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5521 42af7a65-404d-4744-a932-0658087f49c3
* Rename namedapp as simply builtinpatacongo2012-12-231-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5454 42af7a65-404d-4744-a932-0658087f49c3
* Add chip ID funcitions for Shenzhou and Cloudctrl boards; Extened NSH ↵patacongo2012-11-271-1/+1
| | | | | | ifconfig command and improve DHCPC -- All from Darcy Gong git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5393 42af7a65-404d-4744-a932-0658087f49c3
* Several patches from Petteri Aimonen (mostly NxWidgets)patacongo2012-11-091-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5324 42af7a65-404d-4744-a932-0658087f49c3
* Add interfaces flags, extend ifconfig, add ifup and ifdown commands (Darcy Gongpatacongo2012-11-041-14/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5308 42af7a65-404d-4744-a932-0658087f49c3
* Add apps/netutils/codecs and associated NSH commands from Darcy Gongpatacongo2012-10-311-0/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5280 42af7a65-404d-4744-a932-0658087f49c3
* You can now configure a login for Telnet NSH session -- from Darcy Gongpatacongo2012-10-121-0/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5231 42af7a65-404d-4744-a932-0658087f49c3
* More patches/bugfixes from Katepatacongo2012-08-261-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5056 42af7a65-404d-4744-a932-0658087f49c3
* I learned how to spell PSEUDOpatacongo2012-08-051-9/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5010 42af7a65-404d-4744-a932-0658087f49c3
* Update NSH documentation; Add option to reduce size of help commnd without ↵patacongo2012-08-041-4/+19
| | | | | | completely eliminating it git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5009 42af7a65-404d-4744-a932-0658087f49c3
* Fix max filename size report by FAT statfs with long file names; Add missing ↵patacongo2012-08-041-81/+250
| | | | | | logic to support fieldwidth and justification for %s format; Add extended help options. Default help command just shows a short list of commands. Verbose and single command help options git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5008 42af7a65-404d-4744-a932-0658087f49c3
* Add the NSH df commandpatacongo2012-08-041-4/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5007 42af7a65-404d-4744-a932-0658087f49c3
* Extend the NSH mount command so that it will enumerate mountpoints if no ↵patacongo2012-08-031-1/+1
| | | | | | arguments are provided git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5006 42af7a65-404d-4744-a932-0658087f49c3
* Move RAMLOG driver to drivers/syslog; Add ability to output debug ↵patacongo2012-08-021-1/+1
| | | | | | information to any character device or file git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4996 42af7a65-404d-4744-a932-0658087f49c3