summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_parse.c
Commit message (Expand)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 co...Gregory Nutt2014-02-201-1/+1
* 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 confi...Gregory Nutt2014-01-181-16/+70
* NSH: Loosen up if-then-else-fi syntx so that a command can be on the same li...Gregory Nutt2014-01-171-12/+2
* 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 forthco...Gregory Nutt2014-01-171-31/+46
* 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 stri...Gregory Nutt2014-01-111-104/+367
* 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 m...Gregory Nutt2014-01-101-722/+147
* 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 pr...Gregory Nutt2013-10-011-0/+4
* Changes to NSH and readline to permit NSH to work on a platform with no file ...Gregory Nutt2013-09-301-1/+26
* 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
* NSH needs to call pthread_detach() to avoid memory leakpatacongo2013-02-031-4/+14
* Correct a memory leak in NSHpatacongo2013-02-021-0/+14
* NSH will now run files from the file system; Add logic to unload and clean-up...patacongo2013-01-171-1/+36
* Add a binary 'loader' so that builtin applications can be executed from the B...patacongo2013-01-161-1/+1
* Rename apps/include/apps.h to builtin.h. Move parts of apps/builtins/exec_bu...patacongo2013-01-161-1/+1
* Implement redirection of output from NSH builtin commands to a file in a moun...patacongo2013-01-151-42/+53
* Rename namedapp as simply builtinpatacongo2012-12-231-4/+4
* Add chip ID funcitions for Shenzhou and Cloudctrl boards; Extened NSH ifconfi...patacongo2012-11-271-1/+1
* Several patches from Petteri Aimonen (mostly NxWidgets)patacongo2012-11-091-0/+6
* Add interfaces flags, extend ifconfig, add ifup and ifdown commands (Darcy Gongpatacongo2012-11-041-14/+18
* Add apps/netutils/codecs and associated NSH commands from Darcy Gongpatacongo2012-10-311-0/+25
* You can now configure a login for Telnet NSH session -- from Darcy Gongpatacongo2012-10-121-0/+11
* More patches/bugfixes from Katepatacongo2012-08-261-1/+1
* I learned how to spell PSEUDOpatacongo2012-08-051-9/+8
* Update NSH documentation; Add option to reduce size of help commnd without co...patacongo2012-08-041-4/+19
* Fix max filename size report by FAT statfs with long file names; Add missing ...patacongo2012-08-041-81/+250
* Add the NSH df commandpatacongo2012-08-041-4/+9
* Extend the NSH mount command so that it will enumerate mountpoints if no argu...patacongo2012-08-031-1/+1
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-021-1/+1