aboutsummaryrefslogtreecommitdiff
path: root/src/helper/command.c
AgeCommit message (Expand)Author
2016-07-19Fix usage of timeval_ms()Andreas Färber
2016-05-24Remove FSF address from GPL noticesMarc Schink
2015-04-14Tcl exception codes cleanup, shutdown command amendmentsPaul Fertser
2015-04-14helper: shutdown command should return with 0 exit statusJuha Niskanen
2014-09-22command: Fix confusing syntax error messageAndreas Fritiofson
2014-05-09Update to the current Jim TclPaul Fertser
2014-01-09command: Fix formatting for empty usage stringAndreas Fritiofson
2013-10-31Remove unnecessary castsAndreas Fritiofson
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson
2013-09-08build: remove clang warning about global var 'match'Spencer Oliver
2013-07-01Add support for 64 bit parameter to irscanEvan Hunter
2013-06-05update files to correct FSF addressSpencer Oliver
2012-11-30Make NetBSD a recognized systemAymeric Vincent
2012-08-24helper: command.c cleanupSpencer Oliver
2012-07-22Revert "When calling openocd from a shell like this:"Alex Austin
2012-07-11When calling openocd from a shell like this:Stian Skjelsad
2012-03-31Add value "openbsd" for ocd_HOSTOS.Wim Lewis
2012-03-13ecosboard: delete bit-rotted eCos codeØyvind Harboe
2012-02-06doxygen: use correct comment syntaxSpencer Oliver
2012-02-06build: cleanup src/helper directorySpencer Oliver
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe
2012-01-04command: print BUG warning when usage is missingMathias K
2012-01-03helper: fix arm11 help textSpencer Oliver
2011-03-27command: fix leak when executing commandsØyvind Harboe
2011-01-09nit: more LOG_* \n fixesEric Wetzel
2010-12-29warnings: use more 'const' for char *Øyvind Harboe
2010-12-18script: support only Tcl commentsØyvind Harboe
2010-11-09JIM: document "echo" commandAntonio Borneo
2010-11-09JIM: Add "-n" option to "echo"Antonio Borneo
2010-10-29jim tests: use installedØyvind Harboe
2010-10-27help: help now works on configuration commandsØyvind Harboe
2010-09-20helper: fix flaky capture commandØyvind Harboe
2010-09-11command: capture command now handles both types commandsØyvind Harboe
2010-06-18don't add confusing source info to JimAndreas Fritiofson
2010-05-05command context: fix errors when running certain commands on startupØyvind Harboe
2010-02-04CMD: duplicate cmd error msgSpencer Oliver
2010-01-13debug: make logging of commands terserØyvind Harboe
2010-01-11commands: make error messages a bit more terseØyvind Harboe
2010-01-10FreeBSD build fixesDavid Brownell
2010-01-09src/helper: usage/help updatesDavid Brownell
2010-01-09buildfix on MacOSMasaki Muranaka
2010-01-02streamline and document helptext mode displaysDavid Brownell
2010-01-02Fix usage/help search for subcommands.Dean Glazeski
2010-01-02Add the current command to the command informationDean Glazeski
2009-12-21help: list all commands that match stringOyvind Harboe
2009-12-03change #include "target.h" to <target/target.h>Zachary T Welch
2009-12-01command: the Jim interpreter can now be provided rather than createdØyvind Harboe
2009-11-30improve command prohibition error reportZachary T Welch
2009-11-30remove interp global variable!Zachary T Welch
2009-11-30command output capture: do not use interp globalZachary T Welch